GetProperties()
This method returns the master limit values of the table. These are used to break down the master position in equidistant operation modes of the table.
Syntax:
METHOD SetProperties : HRESULT
VAR_INPUT
bValid : REFERENCE BOOL;
fMaxGuidingValue : REFERENCE LREAL;
fMinGuidingValue : REFERENCE LREAL;
END_VAR
Return value
Name | Type | Description |
---|---|---|
GetProperties | HRESULT | Return value with feedback on the success of the execution |
Inputs
Name | Type | Description |
---|---|---|
bValid | REFERENCE TO BOOL | The table is validated |
fMaxGuidingValue | REFERENCE TO LREAL | Maximum value of the master |
fMinGuidingValue | REFERENCE TO LREAL | Minimum value of the master |
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 |