Question

Hojland

Member
Join Date
Oct 2006
Location
Langå
Posts
203
Hey

I´m stille new to programming AB. I have a question regarding outputs and bits. What does (L) or (U) means. Latch or unlatch, but what is that
 
A latch is an output instruction that comes on and stays on until it is unlatched. An ordinary output will come on and stay on until the rung goes false. With a latch, even if the rung goes false, the output remains on until the unlatch instruction turns it off.


Hope that helps

Marc
 
Marc said:
A latch is an output instruction that comes on and stays on until it is unlatched. An ordinary output will come on and stay on until the rung goes false. With a latch, even if the rung goes false, the output remains on until the unlatch instruction turns it off.


Hope that helps

Marc

Latched memory bits will retain their state during a shutdown (on/off) or if the program is stopped and restarted; real outputs will be reset to off before the first scan.
 
How the OTL and OTU are displayed can be confusing to some folks. The intructions are higlighted (or not) depending on the value of the bit, not the condition of the instruction. I've had new techs ask, "Why is this output on, even through the input instruction is false?"

See the attached picture. Neither of the rungs make sense if you think the green highlight describes the instruction's condition. They're thinking it's ON or TRUE, when in fact the green highlight is telling you that B3/1 is equal to 1. Press button #1 to make B3/1 = 1. Press button #2 to make B3/1 = 0.
 
Last edited:
Good point Mark


I forgot to mention that, sort of comes as second nature after you know what to look for but it sure can mess up someone who isn't aware of how a OTL OTU is displayed.

marc
 

Similar Topics

Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
155
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
58
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
85
I have an HMI 2711R - T4T Series B, and I want to know which PLCs, besides Micro 820, can communicate with it.
Replies
2
Views
80
HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
73
Back
Top Bottom