You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a way to monitor/troubleshoot the controller without being in front of the controller to see the LEDs.
Example of useful diagnostics:
Controller in failsafe mode or in server mode (LED USR)
IO modules status
...
The diagnostics should not be done through Calaos server to be able to diagnose the controller failsafe mode (no communication with Calaos server). One way to do this would be to read the controller registers with MODBUS (for example with Python pymodbus). The failsafe mode could be diagnosed by reading the global variable LedMode but it is apparently not possible with the current Wago program.
The text was updated successfully, but these errors were encountered:
It would be good to have a way to monitor/troubleshoot the controller without being in front of the controller to see the LEDs.
Example of useful diagnostics:
The diagnostics should not be done through Calaos server to be able to diagnose the controller failsafe mode (no communication with Calaos server). One way to do this would be to read the controller registers with MODBUS (for example with Python pymodbus). The failsafe mode could be diagnosed by reading the global variable LedMode but it is apparently not possible with the current Wago program.
The text was updated successfully, but these errors were encountered: