CX-ONE Latching

Join Date
Jan 2003
Location
Michigan
Posts
490
Hey all. Doing my first CX-Programmer program. Ive noticed that there arent any latch and unlatch coils. There is this KEEP instruction. It seems that it can only be used once tho (it requires rungs into the set and reset inputs)? Is it possible to use the KEEP like you would use a L and U coil instructions on rslogix? Ie, I use the L coil all over the place in latch a request for a device, the last rung on that device ladder is the U coil. Im trying to reproduce that in cx-programmer. Thanks

Matt
 
Matt,

Couple of things.

You could use SET (Latch) and RSET (Reset)=(Unlatch).
Not sure how well documented that is, but they are valid instructions.

Also, if you want the status to remain after a power down, use a HR bit in the instruction.


Hope this will help.
 
Last edited:
Another method is to use "Keep" command. I use them frequently when using omron because it shows me directly which bit is used to reset, save searching from it.

Tip -> From a bit address to go to its next usage location press 'n' on keyboard and press 'b' to go return.

_____________
 
I always use KEEP Functions to make SET (Latch) and RSET (Unlatch) or you can use Latching method Logic
 

Similar Topics

I am latching and unlatching "result_Data_latch" bit within same rung. Will This copy/move instruction execute correctly??
Replies
4
Views
209
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,812
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,865
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,880
How get steady latched from HMI push button without doing any program in PLC for latching and after pressing second it is unlatched in connected...
Replies
4
Views
1,661
Back
Top Bottom