Restart the controller with a program

Good morning, lately I’ve been having problems with controller data recording. In fact, it often happens that multiple variables are frozen for a very long period of time. I wanted to ask if by chance there was a way to write code to ensure that when two or more reference variables are frozen, the program restarts automatically

If a firmware update doesn’t fix it you could search this forum for “goto” or “infinite loop”. Basically you want your programs to run from the first to the last line each loop. The program will exit and start again at the beginning automatically.

Maurice

ok perfect, but what command should I enter to make the controller restart?

Unfortunately we don’t have a command like that. Rather than adding it we should figure out what’s going on with your setup. if you care to dig into it more you could send us your program file and perhaps we can spot something there. Do make sure you have done the update and sorted out any infinite loops.

Maurice