2/12/2024 11:29 AM | |
Joined: 10/25/2017 Last visit: 9/4/2025 Posts: 4 Rating:
|
Problem: PLC occasionally falling into STOP. PLC unexpectedly falls into stop. The PLC diagnostics shows show following message: >>>> The current cycle's runtime has exceeded the maximum cycle monitoring time that has been configured. Possible causes: An endless loop has been programmed. The runtime of the cyclic program has been extended due to nested alarm OBs. Note the error reaction indicated in the diagnostics buffer entry. This error reaction depends on the availability of OB 80. <<<<<< OB80 is present in the PLC. Unfortunately through the open in editor function you cannot get to the code where it goes wrong. So you can only see this when the PLC is in STOP , in the field "Call Hierarchy" If the PLC is put in RUN, you can not read this. I would like to know if it is possible to add a piece of code to OB80 so that we can see afterwards where it went wrong. Attachmentinifite loop TIA PLC.pdf (372 Downloads) |
2/13/2024 1:01 PM | |
Joined: 1/21/2013 Last visit: 9/27/2025 Posts: 4132 Rating:
|
Hi mvdkamp, Since the start information of the time error OB does not provide more information than that mentioned by qwazee, you will not be able to determine the FB causing the timeout by programming. You have to make the CPU stop because of the missing time error OB to find out the reason. Kind regards |
Follow us on