Delta Controls
Document Edition 4.2 Page 41 of 43
0 = No House/Man (Disabled)
1 = House only (Unoccupancy)
2 = House & Man (Occupancy)
The values shown are for V3.30
DAC/DSC firmware. For V3.22
firmware, the values of 1 and 2
are reversed.
0 = Sun icon is turned off
1 = Sun icon is turned on
Applicable only for V3.22
DAC/DSC firmware.
0 = Moon icon is turned off
1 = Moon icon is turned on
Applicable only for V3.22
DAC/DSC firmware.
0 = No Sun or Moon (Disabled)
1 = Moon only
2 = Sun only
Applicable only for V3.30
DAC/DSC and newer firmware.
0 = No Fan icons - All turned off
1 = Fan icon only
2 = Fan with Air Flow Wave 1
3 = Fan with Wave 1 & Wave 2
4 = Fan with Wave 1, Wave 2, Wave 3
0 = Heating icon is turned off
1 = Heating icon is turned on
0 = Cooling icon is turned off
1 = Cooling icon is turned on
0 = Humidity icon is turned off
1 = Humidity icon is turned on
0 = Calibrate text is turned off
1 = Calibrate text is turned on
0 = On text is turned off
1 = On text is turned on
0 = Off text is turned off
1 = Off text is turned on
0 = Time text is turned off
1 = Time text is turned on
0 = Min text is turned off
1 = Min text is turned on
0 = Max text is turned off
1 = Max text is turned on
0 = Set text is turned off
1 = Set text is turned on
Examples
With a BACstat II connected on a LINKnet network with an address of 1 (which is associated with
LCD1 in the DAC) and the Application set to None, here is a simple example of GCL+ programming
using the LCD properties.
IF SCH1 ON THEN
LCD1.OCCUPANCY = 2
ELSE
LCD1.OCCUPANCY = 1
ENDIF
Note: It is recommended practice to place this program strategy within an appropriate DoEvery.
As a result, the BACstat LCD will display the Man in the House during occupancy hours (according to
SCH1), and the House without the Man during unoccupancy hours. Note, however, that the command for
either occupancy or unoccupancy is sent every program scan (or the DoEvery interval, as per
recommendations). This means that a user would not be able to do any local override at the stat (which may