Direct Logic PLC Help

edward.ortiz

Member
Join Date
Jun 2015
Location
Houston
Posts
28
I have a DL205, dl250-1 cpu and a ecom100 module. I have a 16bit register utlizing bits 0-10. I am trying to figure how to set up a sequence for the bits. I want to use a bit to activate a valve for minutes, then another bit for 10 minutes, then the 3rd bit for then minutes, then the 4th bit for 10 minutes. A total of 40 minutes. How do i set this up in DirectSoft?
 
Why not take each bit and add the corresponding time to and internal memory location? Then use that memory location for the timer on the valve. Am I missing something in the sequence that you are look for?

Regards,
Garry
http://www.accautomation.ca
 
https://www.automationdirect.com/static/manuals/d2user/ch5.pdf

Use each bit to Add (ADD) the constant for that bit to an internal memory location. ( Example: V0)
Then use the Timer (TMR) instruction to control the valve.

Note: You might have to use the Positive Differential (PD) to avoid adding the variables every scan. Or if you do not know when to trigger, then move the result to another internal memory location and reset the previous.

I have attached a link to the programming manual.

Regards,
Garry
http://www.accautomation.ca
 

Similar Topics

Hey, I am entirely new to PLC's and am trying to help my friend with a project. He wants to take the signal from a PNP photoelectric sensor as...
Replies
12
Views
2,239
Could you help me please? I want to communicate a Red Lion HMI (G307K200) with a PLC Direct Logic 06 (D0-06DR). The supplier of Red Lion...
Replies
2
Views
3,293
I have worked with Automation Direct line of PLCs before but it has been several years. I am looking to back up (save) PLC programs for my...
Replies
6
Views
2,415
Hello, I am working with a DL205 with a DL250-1 CPU and a H2-ECOM100 module. I have recieved a modbus map that I am working with. The program that...
Replies
1
Views
1,378
Hello! I have a couple years of experience programming Siemens PLCS so I am a bit lost on programming the Direct Logic 205. I would really...
Replies
3
Views
3,536
Back
Top Bottom