UpdateToLinLoad()
This method is used to translate a position in a linearized way, depending on the set LowerLimit
property.
Syntax:
METHOD UpdateToLinLoad : LREAL
VAR_INPUT
fDrivePosition: LREAL;
fLoadPosition: LREAL;
END_VAR
Return value
Name | Type | Description |
---|---|---|
UpdateToLinLoad | LREAL | Linearized load position. |
Inputs
Name | Type | Description |
---|---|---|
fDrivePosition | LREAL | Current drive position. |
fLoadPosition | LREAL | Current load position. |
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 |