Hi,
For some reason, no one answers, strange.
I had the idea to write watchdog in one of the programs, which would control the shutdown of the programs and turn them on again.
I managed to get a message about disabling a specific program PRG1, but when the PLC try to restart it from the watchdog program, nothing changes. Maybe I’m doing it wrong? Here is a sample wathdog code:
10 DALARM NOT PRG1 , 5 , PRG1 OFF
20 IF NOT PRG1 THEN START PRG1
I changed the mode of the controlled PRG1 program in both Auto and Manual, but without result.