bkingv

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About bkingv

  • Rank
    Hi, I am New!

Profile Information

  • Gender Male
  • Country United States
  1. 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.