olehmann03 - 2022-10-06

Hi!

I'm struggling with a problem of stucking Modbus communication for some undefined reasons. After it occurs, the Modbus client cannot read any data, all requested data appears with errors. The only way to fix it is to proceed warm reset of PLC via the user interface of e!Cockpit and then run a program.
I was trying to find all available ways to reset the device from the code, but all solutions did not work.

Here is a list of what I tried and did not work:
Method WagoSysKbusServices.FbKbusParameterService.Reboot()
Method WagoSysKbusServices.FbKbusService.Reboot()
typing 'start_reboot' as CallString to fbConfigTool

I'm looking for any solution to restore Modbus communication from the code, so I won't be forced to do this manually.

Any help will be appreciated