System continually rebooting

Hi, I am continually having a my eWon reboot with several error messages.

Mainly: “pla: System exec error (1)” is causing the reboot

This is making the device unuasble as it reboots and goes ofline every few minutes.

Thanks,

Neill

EWON_Issue.tar (1.3 MB)

Try moving the variables from the cyclic section to the Init section.

Then comment sections of the basic script to see if there is a section that is causing the Flexy to reboot.

Also in the script there is a check for alarm status of a tag that does not exist.
r% = ALSTAT “Leachate_Tank_Level”

Also trying to set the value of a tag that does not exist.
Leachate_Tank_Level_High_Flag@ = 1

Hello Neill,

I would do as @tedsch suggested regarding moving the code out of the cyclic section. That can cause major system errors, when there is code in the cyclic section.

Also, you can create a new backup and add support files in ebuddy? I would like to revew the event and realtime logs.

Thanks very much for your help, the problem is now resolved. It was the code inside the cyclic section.

1 Like

Excellent. I am glad this issue has been resolved.