Automation Direct - Sprinkler Controler

Tark - That is where I was heading, but it seemed very inefficent to have 16 rungs of the ladder, with the accociatied timers for each zone all checking every microscecond "is it my turn?"
Greg, If Tark recommended it, you can bet the farm on it. Why do you think you need 16 timers? If you are running these zones in sequence, I would use one master timer (or 2 cascaded to get the desired time period), then use ONE Counter like Tark said, to step though each zone.

If the sprinkle time is the same for all zones, then when the Timer bit goes ON, you can advance the Counter, then reset the timer back to 0 and start on the next zone. If the zone times are different, then do not reset the timer until all are finished, but use timer comparison instructions to determine when each zone starts and stops. This means ONE set of timers, ONE counter, and ONE rung for each zone Output.

Efficient, simple, easy to understand, easy for someone else to troubleshoot. KISS.
 
Last edited:
Here is a way to do it with 22 rungs, 2 timers , 2 counters, and 13 sprinkler zones. The ZIP file is a DL-06 program.
 
Last edited:

Similar Topics

Hello, I have an automation direct d2 262 plc and C-more HMI EA9T6CL-R. I need to prepare a program, scheduled to be performed on a future date. I...
Replies
1
Views
142
Hello all- I have a unique challenge using a customers Direct logic 06 PLC. This customer has a DC motor operating at 10 RPM which is turning a...
Replies
1
Views
148
Hi, I have been trying to run drive via Sysmac studio. I can ping the drive. I can see the logic bits going on/off as per command. But, drive is...
Replies
21
Views
591
Anyone tried Automation Directs new CM5 HMI. We've been the EA9's for a few years now with minimal complaints. A few failures here and there but...
Replies
17
Views
1,644
I'm using an Automation Direct GS20 VFD for the first time and I have a question for the Automation Direct gurus regarding the recommendation of a...
Replies
2
Views
1,118
Back
Top Bottom