Input DescriptionΒΆ

../_images/5ed852fddf9f50130a33139001e9aef2

Function Block TECT_SYSTEM

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.

SYSTEM_NAME

Data type: STRING[20]

Configuration of system name. The name does not exceed 20 characters.

NUM_OF_ZONE

Data type: WORD, Default value: 1, Range: > 0.

Total number of zones in the system.

NUM_OF_GROUP

Data type: BYTE, Default value: 1, Range: > 0.

Number of groups to be operated in the system.

ADR_SYSTEM_INFO

Data type: POINTER TO TECT_ZONE_INFO_TYPE.

It will point to the structure TECT_ZONE_INFO_TYPE TECT_ZONE_INFO_TYPE.

Note

All zones must be declared one after another without break. It is highly recommended to define an array of TECT_ZONE_INFO_TYPE for one groupthe whole system, Maximum size of the array should be total number of zones 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_GROUPDATA

Data type: TECT_GROUP_DATA_TYPE

First GROUPDATA of the system in the declaration. All groups must be declared one after another without break TECT_GROUP_DATA_TYPE.

Note

All groups must be declared one after another without break. It is highly recommended to define an array of TECT_GROUP_DATA_TYPE for one system.

SYSTEMDATA

Data type: TECT_SYSTEM_DATA_TYPE

Declaration of data which is common to the complete system TECT_GROUP_DATA_TYPE.