ST_FTR_ActualValue

Configuration structure for the function block FB_FTR_ActualValue.

Syntax

Definition:

TYPE ST_FTR_ActualValue :
STRUCT
    fDeltaMax             : LREAL;
    nOversamples       : UDINT;
    nChannels          : UDINT;
    pInitialValues     : POINTER TO LREAL;
    nInitialValuesSize : UDINT;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

fDeltaMax

LREAL

Maximum difference between two input values in sequence (greater than or equal to zero)

nOversamples

UDINT

Number of oversamples (greater than zero)

nChannels

UDINT

Number of channels (greater than zero and less than 101)

pInitialValues

Pointer to LREAL

Pointer to array with initial values (optional)

nInitialValuesSize

UDINT

Size of the array with initial values in BYTE (optional)