MdSetParameter()
This method is used to set the parameters of the application that are read from the file.
Syntax:
METHOD ABSTRACT MdSetParameter : BOOL
VAR_INPUT
stMdata: REFERENCE TO ST_Mdata;
END_VAR
Return value
Name | Type | Description |
---|---|---|
MdSetParameter | BOOL | TRUE = Parameter is applied. FALSE = Parameter cannot be used. |
Inputs
Name | Type | Description |
---|---|---|
stMdata | REFERENCE TO ST_Mdata | Reference to a variable that contains the parameter loaded from the file. |
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 |