FB_MsgClearPending_TcTvA()
This function block deletes all inactive messages from the alarm history.
Syntax
VAR_INPUT
IdxFirst : INT;
IdxLast : INT;
pAlarmBuffer: POINTER TO ST_TcTvA_Alarm_Itf;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
IdxFirst | INT | The first index in the alarm buffer. |
IdxLast | INT | The last index in the alarm buffer. |
pAlarmBuffer | POINTER TO ST_TcTvA_Alarm_Itf | The address of the alarm buffer with the type ST_TcTvA_Alarm_Itf. |