SupervisorEntry (STRUCT)¶
TYPE SupervisorEntry : STRUCT
Single operation/function that is supervised.
- InOut:
- Name - Type - Comment - cmpId- DWORD- ComponentID of the component which operation is supervised - ui32OperationID- DWORD- Unique operation ID - pszOperationDescription- POINTER TO STRING - Description of the operation - stLastActiveUs- ULINT- Timestamp of last activity in [us] - stTimeoutUs- ULINT- Optional timeout limit in [us] - flags- DWORD- See SupervisorFlags for details. Don’t modify the other bits!! - bEnable- BOOL- Is supervised, FALSE=Is not supervised - bAlive- BOOL- TRUE=Alive, FALSE=Dead - instance- Instance identification - hSync- RTS_IEC_HANDLE- handle to synchronize 64Bit timestamp access 
