ConfirmAlarms

ConfirmAlarms 1:

This method confirms alarms.

Syntax

METHOD ConfirmAlarms : HRESULT
VAR_INPUT
    nTimeStamp       : ULINT := 0;
    ipFilter         : I_TcEventFilter;
END_VAR

ConfirmAlarms 2: 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.

ConfirmAlarms 3: Return values

Name

Type

Description

ConfirmAlarms

HRESULT

Returns S_OK if the method call was successful, otherwise an HRESULT as the error code.