ControllerState (ENUM)¶
TYPE ControllerState :
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NotInit - 0 - Not initilaized - Init - Initialized - Open - Ethernet Adapter is open - WaitCheckStationname - Controller is currently checking if it’s stationname is used by another device - WaitCheckIP - Controller is currently checking if it’s IP address is already used by other device - Run - Controller is running - Stopped - Controller is running, but does not connect to slaves - Error - 16#100 - unspecified error - ErrorLicenceCheck - error checking licence - ErrorControllerStationname - Controller stationname is already used by another device - ErrorControllerIP - Controller IP address is already used by another device - ErrorNoIP - Ethernet Adapter’s IP address is 0.0.0.0 (not plugged ?) - ErrorGetIP - internal error reading IP address - ErrorInitRPC - internal error initialising RPC layer. Maybe unabale to open UDP - Port ? - ErrorFindEthernet - specified ethernet adapter (Interface-name) was not found. - ErrorEthernet - internal error activating SysEthernet runtime-interface - ErrorNoLicence - no valid licence (or demo mode expired) - ErrorIPNotMatching - currently active IP does not match the controller’s configuration 
