Internet PLC Forum

General => Technical support => Topic started by: Bill_C on April 27, 2005, 01:20:26 PM

Title: Toggle Switch Logic
Post by: Bill_C on April 27, 2005, 01:20:26 PM
I'm looking for away to program a switch input in ladder logic to close on the first push and to open on the second push.  In other word toggle on each push.  

Trying to use the H-series to run a dishwasher......
Title: Re:Toggle Switch Logic
Post by: support on April 27, 2005, 11:52:59 PM
There is a sample program called "toggle.pc3" in your TRiLOGI\WTL3 folder which show you various ways of getting a toggle action on H-series PLC.

In M-series it will be piece of cake since there is a "TOGGLEIO" TBASIC command to  do just that.