FB_FilterBase
Base class for filter function blocks for filtering floating point numbers.
Class is Abstract Since the class is defined as |
Syntax:
FUNCTION_BLOCK ABSTRACT FB_FilterBase EXTENDS FB_MessageBase
Properties
Name | Type | Access | Description |
---|---|---|---|
Output | LREAL | Get | The filtered value. |
Methods
Name | Description |
---|---|
Cyclic | Cycle method |
Cyclic transfer of a new input value. |
Interfaces
Type | Description |
---|---|
I_Filter | Basic interface for filter function blocks. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticFunctions v3.12.4.26 or higher |
Further Information