ST_FTR_PTt

Configuration structure for the function block FB_FTR_PTt.

Syntax

Definition:

TYPE ST_FTR_PTt :
STRUCT
    fKp                : LREAL;
    fTt                : LREAL;
    fSamplingRate      : LREAL;
    nOversamples       : UDINT;
    nChannels          : UDINT;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

fKp

LREAL

Gain factor (greater than zero)

fTt

LREAL

Dead time Tt in seconds (greater than zero)

fSamplingRate

LREAL

Sampling rate fs in Hz (greater than zero)

nOversamples

UDINT

Number of oversamples (greater than zero and multiple of 1/fSamplingRate)

nChannels

UDINT

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