FB_MsgClearPending_TcTvA()

FB_MsgClearPending_TcTvA() 1:

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

FB_MsgClearPending_TcTvA() 2: 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.