Ewon reboot

Hi service Team!
I have a problem with a ewon, with firmware 14.2s0 and 14.3s0PR;
Scenario:

  • My machine has 4 plc S7-300 and 1 ewon;
  • the ewon read tags from a plc only;
  • i have a BasicScript that enable/disable the S7-300 io-server when the plc is/is not running:

Function EnableIOServer()
LOGEVENT “EnableIOServer”, 10
SETSYS SYS, “load”
SETSYS SYS,“IOSrvData1:EnabledB”,“1”
SETSYS SYS,“IOSrvData1:EnabledC”,“1”
SETSYS SYS,“save”
LOGEVENT “IO-SERVER Enabled”, 10
ENDFN

Function DisableIOServer()
LOGEVENT “DisableIOServer”, 10
SETSYS SYS, “load”
SETSYS SYS,“IOSrvData1:EnabledB”,“0”
SETSYS SYS,“IOSrvData1:EnabledC”,“0”
SETSYS SYS,“save”
LOGEVENT “IO-SERVER Disabled”, 10
ENDFN

2 posts were merged into an existing topic: Ewon Reboot