i m a starter in plcs ladder logic programming. i just wanted to clear the doubt that is it possible to on off an output without using two seperate contact input one to on and the other to off it. if its possible please help me how to do it.
It is optional. One way of doing it is with 1 rung:
1) examine on "start", or examine on "latch", endor, and examine on "stop", output "latch"
The other way is with 2 rungs:
1) examine on "start", set "latch"
2) examine off "stop", reset "latch"
Preference dictates the way to go. The preference here is to use the first option.
__________________
"Did you get my e-mail?" - "The biggest problem in communication is the illusion that it has taken place" - George Bernard Shaw, 1856
It is possible to do it with one input (input directly fed to output, input on = output on) or even no inputs (if using one of the PLC timer functions and automatic program start).