CyclicUpdate
Cyclic transfer of a new value.
Syntax:
METHOD CyclicUpdate: LREAL
VAR_INPUT
bForce: BOOL;
fInput: LREAL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
bForce | BOOL | The filtered value is updated with the input value regardless of filter parameters if this input is TRUE. |
fInput | LREAL | New input value |
Outputs
Name | Type | Description |
---|---|---|
CyclicUpdate | LREAL | The filtered value. |
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 |