Sign in to follow this  
Followers 0
bkingv

Recover from x19 error in PLC5E message.

1 post in this topic

I need help recovering from a message error 25 (x19) on a PLC5/80E. The documentation gives a description of "reply not received before user-specified timeout". This error has happened a few times after a power outage. I added a simple rung of resetting the error bit whenever set (see rung 14 in sample). This did not recover the MSG instruction in rung 13. I use rung 12 to capture the error code and the number of times it occurred. The Message Connect Timeout is 15 secs, the Message Reply Timeout is 3 secs, the Inactivity Timeout is 65,535 minutes. Question 1: Does anyone have more detail on an error code 25 (x19) on a PLC5E MSG? Question 2: What other logic is needed to automatically clear the error when it occurs. It is a "PLC2 Write" message. To make it easier, I don't care what the previous state was. Whenever the fault occurs, just clear it and go on. I included the setup of the message as well.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0