PlcMonitoringErrorCodes (ENUM)¶
TYPE PlcMonitoringErrorCodes :
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
CommunicationBufferOverrun
16#10000
Will be set, when the communication buffer was not large enough to monitor this item
BufferOverrun
16#20000
Will be set, when an internal buffer in the PlcAppConnection is too small to monitor this item
InvalidItem
16#30000
Will be set, when the item is somewhat inconsistent, eg. it has no local address, a write item has no write copy address,…
UnknownAddressInfoType
16#40000
MissingGetAccessor
16#50000
A property address info item lacks a get accessor
MissingSetAccessor
16#60000
A property address info item lacks a set accessor