Latching Output Question

mchitsab

Member
Join Date
Apr 2005
Posts
2
Hi,

I am using a pusbutton to latch an output for a solenoid. Another pusbutton is used to unlatch the output. If I latch the ouput then turn the power to the PLC off and on again the output remains latched.

Is there any way I can automatically unlatch an output if power to the PLC is lost.
 
Try this.

pb.jpg
 
Last edited:
Hi OkiePC!

Thanks for the tip. I am using an AB Micrologix 1000 and I used S:1/15 (First Pass) on the OTU rung as you suggested and it worked.

Mahen
 
I remember someone (maybe Terry?? I've slept since then) saying that they set their programs up with the first scan bit operating a "startup" routine to put the machine into a safe condition before actuating any of the operating plc code.....
 
I remember someone (maybe Terry?? I've slept since then) saying that they set their programs up with the first scan bit operating a "startup" routine to put the machine into a safe condition before actuating any of the operating plc code.....
__________________

This is something I've done for my current project and will probably incorporate in future projects. This project is a high voltage capacitor bank, magnetic field research system, incorporating motor driven switches which can also be manually switched. In order to be on the safe side, after every experimental run, I force the operators to return to a login page, where on login the whole system is set back to a safe state.
 
If he is using AB and using the otl otu instructions it will power back up in the energized state if it was energized when power was lost, if he set it up as "seal in contacts" it would power back up "de-energized. I believe.
 
I am using a pusbutton to latch an output for a solenoid. Another pusbutton is used to unlatch the output. If I latch the ouput then turn the power to the PLC off and on again the output remains latched.
Personally I avoid latch (OTL) and unlatch (OTU) as much as possible. Since you are using 2 pushbuttons why not use one with NC (normally closed contacts) Stop and one with NO (normally open contacts) Start then let the OTE (which is NOT retentive) latch the ckt?
start.jpg


Technically you could use a NO pushbutton and an XIO but I prefer STOP buttons be normally closed. If a NO contact goes bad then how do you STOP the system?

I reckon its personal preference.
 

Similar Topics

I'm currently having issues getting an output to latch on and I don't know why i can't get it to work. I'd really appreciate it if someone could...
Replies
8
Views
2,381
I am latching and unlatching "result_Data_latch" bit within same rung. Will This copy/move instruction execute correctly??
Replies
4
Views
193
I am curious why my latches do not work and maybe someone here has some insight. I have created two AOIs. One AOI latches an output on (ON)...
Replies
5
Views
1,798
I'd like to get some feedback on the use of latching/unlatching relays. (Something I've never used in my limited programming experience.) I've...
Replies
15
Views
4,854
I figured out a solution to a vfd issue... at least in theory. Yaskawa has a program called Drive Works EZ that you can have PLC-type functions...
Replies
15
Views
3,858
Back
Top Bottom