Unconditioned Message Instruction

tsalheiser

Member
Join Date
Oct 2008
Location
AL
Posts
10
Hello,

We recently upgraded one of our PLC-5's to Controllogixs 5k. Everything has come up and ran fine. Scrolling across the processor I see "Unconditioned Message Instruction".

We have both controllogixs and PLC-5's talking to this processor via MSG reads and writes. We have verified all of them are configured correctly with no errors and all data is passing too and from each fine.

Google searching and looking through the manuals are no help so any help is appreciated. Thank you!
 
That's a pretty cool notification; I've never seen that one before.

Obviously, it's warning you about a MSG instruction that's on an unconditional rung. Search for all the MSG instructions and see how they are coded.

Some programmers do repeating MSG instructions by making the instruction on an unconditional rung then doing a OTU instruction to un-latch the /EN bit later, which causes the unconditional rung to re-enable and re-execute the MSG on the next scan.

While this was traditional in the PLC-2 and the SLC-5/02, and it still works in the PLC-5 and ControlLogix, it has not been a recommended method for decades, mostly because it's harder to troubleshoot.
 
Thanks for the reply Ken!

All of our MSG instructions are on a periodic task set for 100ms. They are all set up like the following:

Capture.jpg
 
Interesting; thanks for the followup !

Obviously those messages are not "Unconditioned". Are you sure that phrase is not the name of the user program ?

The method of retriggering every MSG with its own enable bit does give you the fastest re-transmission but I don't use it because it also uses up as much communication bandwidth as it can.

ControlLogix Produced/Consumed Tags were a feature developed largely to replace that kind of rapidly-repeating MSG instruction.
 
Are you sure this is a text and not the "Unconnected Message... "?
I don't recall this message in Logix PLC before - will you be able to post your code?
If not, what version of Logix used?
 

Similar Topics

Is there a way to add a local message display to Studio 5000 View Designer? If its there, I’m not finding it. I have used them in older versions...
Replies
11
Views
396
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
125
I have a safety PLC AB that is stuck trying to charge the capacitor and will not do anything. No communication or anything can be done. Is there...
Replies
0
Views
66
Hello, Ive gotten a few answers on this from the Rockwell tech support but it's just not clear as they often point to the manual. I've also read...
Replies
0
Views
87
Hello I need to message read the entire 16 channel raw analog inputs from a 1769-L33ER Compact Logic controller to another 1769-L33ER Compact...
Replies
8
Views
240
Back
Top Bottom