Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Status Bit when using latching outputs 2

Status
Not open for further replies.

drkildow

Industrial
Joined
Sep 14, 2006
Messages
3
Location
US
Trying to write my first program in many years, using RS Logix 500. I can't seem to get my latched outputs to unlatch in a power loss situation. I think there's some way to accomplish that using a status bit, but I can't seem to get it right. Can anyone tell me how to accomplish this. Thank You.
 
Try using the first scan bit to unlatch the latched output. This is a "one-shot" bit which is asserted during the first program pass after powerup.
 
In the SLC & ML product lines the first pass bit address is: S:1/15
 
So....

You can use the bit for each latch such as:
S:1/15
--] [-------------(U)-

or move a zero to an entire register:

S:1/15
--] [--------| MOV |
|A: 0 |
|B:O:1|
|
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top