ST_BA_CumObjState
TYPE ST_BA_CumObjState :
STRUCT
nPendingInit : UDINT
nOperational : UDINT;
nError : UDINT;
END_STRUCT
END_TYPEName | Type | Description |
|---|---|---|
nPendingInit | UDINT | Number of objects to be initialized. |
nOperational | UDINT | Number of objects ready for operation (initialization completed). |
nError | UDINT | Number of objects in error state (initialization failed). |