EFilterType

Syntax

Definition:

TYPE EFilterType :
(
    None            := 0,
    PT1             := 1,
    MovingAverage   := 2,
    KalmanFilter3x1 := 3
)UDINT;
END_TYPE

Values

Name

Description

None

No filtering applied.

PT1

First-order low-pass filter.

MovingAverage

Moving average filter that smooths over a configurable number of samples.

KalmanFilter3x1

Kalman filter with 3-state model.

Versionsinformation

  • TwinCAT Standard >= v3.1.4026.23.1
  • TF5500 MC3 Base >= v4.0.6