Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Watchdog reset or restart Plclogic

DavidBo
2020-10-08
2020-10-18
  • DavidBo - 2020-10-08

    I thought naively that by enabling the watchdog the Plclogic would be restarted when a timeout occur, but all I get is an exception and my task stops.
    How can I restart a task when a watchdog exception occur?

    I can see I can add an Event handler for an exception but which function should I call to restart my task or application?

     
    πŸ‘
    2
  • dFx

    dFx - 2020-10-18

    If watchdog triggers, then you may have an issue, setting up watchdog time or in your code.

    I recommend you to investigate your issue (what task failed watchdog ? Do your normal cycle time is near watchdog time ? Do you have loops with bad exit conditions ?)

    Watchdog is not a mechanism designed to restart plc, but to stop it and prevent machine/operator damage.

     

Log in to post a comment.