Input DescriptionΒΆ
Function Block TECT_HMI_MUX
EN (enable)
Data type: BOOL
The Function Block is activated by a rising edge at the input EN. A FALSE keeps the Function Block deactivated. If the Function Block is activated, the values being present at the inputs are processed and the output values are delivered.
GROUP_INDEX
Data type: BYTE, Default value: 1, Range: > 0.
Index of active Group on HMI, set from HMI. Group Index will be changed while navigating through HMI pages.
NUM_OF_ZONE
Data type: WORD, Default value: 1, Range: > 0.
Total number of zones.
MAX_GROUP_SIZE
Data type: Byte, Default value: 1, Range: > 0.
Size of the largest group in the system.
FIRST_ZONEDATA
Data type: TECT_TEMPZONE_DATA_TYPE
Monitoring of the first zone data structure of the zone group. Temperature Control Library
Note
All zones must be declared one after another without break. It is highly recommended to define an array of TECT_TEMPZONE_DATA_TYPE for the whole system.
FIRST_BUFFER
Data type: TECT_TEMPZONE_DATA_TYPE
The first ZONEDATA of the buffer in the declaration. Buffer exchanges the data between page/screens of HMI with the respective zones.