Reset whole bit-word AB Micrologix

Dcook87

Member
Join Date
Aug 2013
Location
Boston, MA
Posts
5
I'm starting to learn some basic ladder logic. I'm on an AB Micrologix 1000 PLC.

I'm wondering if the OTU instruction will work on an entire bit-word rather than a single bit.

i.e.:

Will "OTU B3:2" reset all bits (0-15) in word B3:2 to 0, or would I have to go through and do an "OTU B3:2/0, OTU B3:2/1..." for all the bits I want to reset?


I would just try this out, but I don't have access to a PLC at the moment.
 
Use CLR B3:2 or MOV 0 B3:2

This doesn't seem to work for outputs. If my output circuit is de-energized (with an e-stop), will the plc "remember" these output states when that output circuit is re-energized? (assuming the PLC processor itself has not lost power..

If they don't get reset, is there any easy way to reset all outputs to 0?
 
Outputs, like any other position, only reacts to the logic driving it. If logic turns it on then it will stay on. In the Micrologix, like many other PLCs, the status of the output bit (unless 'forcing' is in effect) is applied to the actual output hardware after the end of the scan. So if there is logic which would turn off the output bit but it is followed in the scan by logic which would turn on the output bit the it will be on. This is colloquially called 'the last one wins'.

An E-Stop circuit will not usually 'de-energize' the output but will remove power from the output circuit so that it has nothing to switch to the load. This does not automatically instruct the internal logic to also turn off the output bit.

View this series of introductory lessons on PLC operation. Then come back with more questions.

If you wish, zip and post your current program for comments.
 

Similar Topics

Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
305
I was loading a program onto an XE1e2 PLC and it got stuck on these two windows and won't progress. It won't let me connect from the PC to reload...
Replies
0
Views
74
Hi all, i have recieved some 4RF Aprisa SR+ ethernet radios from a customer to configure. Issue is that they are used and have non-default...
Replies
0
Views
81
Hi Guys, I have a 1769-L24-QBFCB1 that has the OK light flashing on the embedded counter module. The manual states it is a resettable fault, but...
Replies
0
Views
108
We are using RED LION HMI Since las 15 years. To day we have found that My log file has data up to 22 Mar 2024 1:16. Then After new Log File is...
Replies
23
Views
1,477
Back
Top Bottom