MdNextParameter()
This method is used to get the parameters from the application in order to write them to the file.
Syntax:
METHOD ABSTRACT MdNextParameter : BOOL
VAR_INPUT
stMdata: REFERENCE TO ST_Mdata;
END_VAR
Return value
Name | Type | Description |
---|---|---|
MdNextParameter | BOOL | TRUE = FALSE = No further data available. |
Inputs
Name | Type | Description |
---|---|---|
stMdata | REFERENCE TO ST_Mdata | Reference to a variable to which the component should write the information of the parameter. |
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 |