SupervisorOperationDisable (FUN)ΒΆ
FUNCTION SupervisorOperationDisable : RTS_IEC_RESULT
Disables supervision for this operation. This operation will never be supervised, until the next SupervisorOperationEnable() call!
- InOut:
- Scope - Name - Type - Comment - Return - SupervisorOperationDisable- RTS_IEC_RESULT- Error code - Error code:
- ERR_OK: Supervision was successfully disabled 
- ERR_NOTINITIALIZED: The operation memory is not initialized 
- ERR_INVALID_HANDLE: The handle to the operation is invalid 
- ERR_PARAMETER: The handle to the operation is invalid 
- ERR_NO_CHANGE: The operation is already disabled 
 
 - Input - hOperation- RTS_IEC_HANDLE- Handle to the operation 
