Members()
Returns an interface to the idx member (group)
Syntax:
METHOD Members : I_TemperatureGroup
VAR_INPUT
idx: INT;
iTemp: I_Temperature;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
Idx | INT | Index of the member in the list all members |
iTemp | I_Temperature | Reference of the temperature control to determine the temperature group instance |
Outputs
Name | Type | Description |
---|---|---|
Members | I_TemperatureGroup | Requested temperature group |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.42 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.6.0) |