Logix5000 MSG Instruction: Timed Out check box?

Rockwhale

Member
Join Date
Feb 2020
Location
NC
Posts
3
Hello All! First Post!

What is the "Timed Out" Check Box used for on the MSG instruction in Logix5000? This check box is located under the configuration dialog at the bottom right side underneath "Done Length:"

Looking forward to some insight on this question. Mostly curious but root is that I was looking for a way to disable the message without applying any code changes.
 
Hello All! First Post!

What is the "Timed Out" Check Box used for on the MSG instruction in Logix5000? This check box is located under the configuration dialog at the bottom right side underneath "Done Length:"

Looking forward to some insight on this question. Mostly curious but root is that I was looking for a way to disable the message without applying any code changes.

What I use it for is to force the message to timeout. The checkbox triggers the message to timeout and you get the error message from your message instruction like it did time out. You can then test your retry logic, or the logic you use to trap such errors.

Your logic can then retry, like when you are testing that a port failure or a power loss on your ethernet switch won't mess up your program completely.

Ethernet messages have a large default communication timeout. I didn't look it up ... maybe 30 seconds? I normally set the timeouts on ethernet to the minimum time. It's still way too long, but the logic sort-of functions when we lose an ethernet switch. It doesn't happen often .. but everthing else still needs to work when it does happen.
 

Similar Topics

My question is regarding RSLogix5000"s MSG instruction. I am an automation tech. Our "Start_Command" bit turns on a motor. At one point, the...
Replies
9
Views
3,896
I recently had to change the way my MSG instructions were connecting via ethernet radios; I originally had the remote PLCs in the I/O of the...
Replies
2
Views
1,999
Hi Guys! I've been asked to make a simple interface to change parameters in a VFD (Danfoss), it is quite simple done using the MSG instruction...
Replies
2
Views
5,115
Hello, I have a Compact 5380 trying to communicate to a Micrologix 1400. I'm trying to access the input and output data. But when I enter O0:0 or...
Replies
1
Views
746
Hi guys I got a Compactlogix5332E, and I am going to use MSG to send a data, the problem I have now is when I push the configuration button of...
Replies
2
Views
1,432
Back
Top Bottom