ConfirmAlarms
The method confirms alarms.
Syntax
METHOD ConfirmAlarms : HRESULT
VAR_INPUT
nTimeStamp : ULINT := 0;
ipFilter : I_TcEventFilter;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nTimeStamp | ULINT | Set to 0 to obtain the current time automatically. Initial: 0 |
ipFilter | I_TcEventFilter | Specify which alarms are to be confirmed, otherwise all alarms with the confirmation status WaitForConfirmation are confirmed. |
Return value
Name | Type | Description |
---|---|---|
ConfirmAlarms | HRESULT | Returns S_OK if the method call was successful, otherwise an HRESULT as the error code. |