State
(ENUM)
TYPE State :
This enumeration represents the state of the PLCHandler.
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
Terminate
-1
PLCHandler currently is terminating
PlcNotConnected
0
PLC is not connected (init state)
PlcConnected
PLC is connected
NoSymbols
No symbols are available or symbol mismatch because of changed project
SymbolsLoaded
PLC is connected and symbols are loaded
Running
PLC is connected, symbols are loaded and all of them are verified. Now you can work correctly with the PLCHandler object
Disconnect
Connection is just getting terminated
NoConfiguration
Configuration of the PLCHandler is invalid
NotConnectedSymbolsLoaded
PLC is currently not available, but the symbol information could be loaded offline.