FB_TempGroupHmi
![]() | Class is 'obsolete' This class is marked as |
Alternative: FB_TemperatureGroupHmi
Original version:

HMI parallel class to the FB_TempGroup class.
Syntax:
FUNCTION_BLOCK FB_TempGroupHmi EXTENDS FB_BaseMdHmi
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
CountLinkedZones | INT | Get, Set | 0 | Number of assigned zones via the 'Link()' methods of the FB_TempCtrl |
DoTune | BOOL | Get, Set | FALSE | Starts tuning of all active zones of the group. |
Enable1 | BOOL | Get, Set | FALSE | Releases the zones through the HMI. |
GroupIndex | INT | Get | 0 | Index of the group in the FB_TempCtrlHmi array |
GroupName | STRING | Get | ‘‘ | Temperature group name |
OpModeActive2 | REFERENCE TO FB_TempGroupOpModeHmi | Get | - | Interface for active switching of a temperature group |
OpModeStandby2 | REFERENCE TO FB_TempGroupOpModeHmi | Get | - | Interface for the standby circuit of the temperature group |
TuningActive | BOOL | Get | FALSE | Tuning of at least one zone is active. |
TuningDone | BOOL | Get | FALSE | The tuning of the group is completed. |
Zones | REFERENCE TO ARRAY[] OF FB_TempZoneHmi | Get | - | Interface to the individual zones of a group |
1 Only in OpMode 'Simple'
2 Only in OpMode 'Standard'
Methods
Name | Description |
---|---|
SetZoneData() | [INTERNAL] Connects the temperature zones of a group with the machine data. |
Interfaces
Type | Description |
---|---|
I_TempGroupHmi | Standard interface on FB_TempGroupHmi |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |