GetPointNonEqui()
This method reads a point in the table addressed by nIdx
that has a specific master position. If the equidistant operation mode (Equidistant
= FALSE
) is active, this function returns a 0 as the master value.
Syntax:
METHOD GetPointNonEqui : HRESULT
VAR_INPUT
nIdx: INT;
fMaster: REFERENCE TO LREAL := 0; // optional
fSlave: REFERENCE TO LREAL;
fLimiting: REFERENCE TO LREAL := 0; // optional
END_VAR
Return value
Name | Type | Description |
---|---|---|
GetPointNonEqui | HRESULT | Return value with feedback on the success of the execution. |
Inputs
Name | Type | Description |
---|---|---|
nIdx | INT | Index of the table point to be read. |
fMaster | REFERNCE TO LREAL | Master value of the table point. |
fSlave | REFERNCE TO LREAL | Slave value of the table point. |
fLimiting | REFERNCE TO LREAL | Limiting value (secondary slave value) of the table point. |
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 |