Zelio Ladder Programming Question

kallileo

Lifetime Supporting Member
Join Date
Jun 2008
Location
Thessaloniki, Macedonia, Hellas
Posts
353
I have created a washing sequence of five cycles for a storage tank which is located on a farm. As soon as a selection switch is turns turned on the program starts running until the washing program is finished. The problem is that this specific farm has problems with mains voltage so some times while the program is running or even finished the voltage is cut off and then it is back it starts from the very first cycle.
The client isn't going to invest into fixing his mains so I want to find a way to fix it though Zelio.
Activating "Latching" in all the coils and timers of the program will make the program to continue from where it was before the power was cut off.
The problem is that if the washing sequence was already completed and the selection switch is used to start the cooling process (turning off Zelio) then washing is selected again it will not run because the "Latching".
It could be easily avoided by adding a push button to start the washing sequence after turning on the Zelio but I would like to solve using only software.

How to distinguish fast voltage drops from selection switch turning ON and OFF?
 
The problem is that if the washing sequence was already completed and the selection switch is used to start the cooling process (turning off Zelio) then washing is selected again it will not run because the "Latching".
The last step in the washing sequence should reset all latches and step relays to the beginning positions. If your washing sequence completes, then when washing is selected again, it should run as if it was the first time ever. If your Zelio program does not work like this, then you have some logic errors.

It is best not to use a mechanicaly-held selector switch to start a machine, but rather a pushbutton. Then use the pushbutton to latch on a relay for the first step, which then starts Step 2, which then start the next step, until the last step, which unlatches all relays before quitting. If power is lost, the machine continues at the last latched step until done.

Could you or the client add a pushbutton to the existing control panel, so that the selector must be in "WASH" and then the Pushbutton pressed to start the cycle?
 
Last edited:
The control panel and the program were not designed by myself. I'm just trying to fix the problem by creating a new program with some modifications. By adding a push button to start the washing cycle the problem is solved and this will probably be the final solution. I think there is nothing else to be done.
I'm using Ladder.
 

Similar Topics

Hi, I have a situation with four pumps which have to work 3 duty and 1 standby. However the question is how I can make work to sequence them...
Replies
4
Views
1,554
I've gotten to the learning curve where I can program a call for pump to come on at set point but I'm not sure how to turn the same pump off when...
Replies
1
Views
139
Hello good people! Attached is a very simplified version of a Zelio program containing what I am trying to do but it carries the same problem as...
Replies
8
Views
1,271
OK, I thought I saved a few bucks buying a "new-open box" cable and it's the old version and SE doesn't support it, no driver available. Anybody...
Replies
4
Views
1,487
Good afternoon colleagues, a pleasure to greet you. In this opportunity I require some help from you. I am trying to make a shift register in...
Replies
2
Views
2,220
Back
Top Bottom