NetSensor Installation and Operation
13
Temperature/Mode
Button 1—the space temperature sensor inside of
the NetSensor—is assigned to an analog variable in WinControl or an
analog value object in BACstage. Pressing the Mode button, cycles
the display through the various modes, and the display reverts back
to the default room temperature display about ten seconds after the
last button press.
◆
Operators can view (but not change the value of) the room
temperature by default, by pressing the Mode button through all
the mode functions, or waiting about ten seconds after entering
any mode function.
◆
The ROOM TEMP icon displays when the display is showing the
room temperature.
◆
The setting in
Range
(WinControl) or
Display Format
(BACstage)
sets the NetSensor display to either Fahrenheit or Celsius.
Cooling setpoint
Button 2 is assigned to an analog variable in
WinControl or an analog value object in BACstage.
◆
The precision of the display is set by
Range
in WinControl and
Display Format
in BACstage. The typical value is 0.
◆
Operators can view and change the setpoint by first touching
Button 2 (or by pressing the Mode button until the SETPOINT
COOLING mode is displayed) and then pressing an up or down
arrow button.
◆
Write a Control Basic to control equipment based on the
conditions of the setpoint such as the following:
10 IF VAR1 > VAR2 THEN START OUT6
Heating setpoint
Button 3 is assigned to an analog variable in
WinControl or an analog value object in BACstage.
◆
The precision of the display is set by
Range
in WinControl and
Display Format
in BACstage. The typical value is 0.
◆
Operators can view and change the setpoint by first touching
Button 3 (or by pressing the Mode button until the SETPOINT
HEATING mode is displayed) and then pressing an up or down
arrow button.
◆
Write a Control Basic to control equipment based on the
conditions of the setpoint such as the following:
20 IF VAR1 < VAR3 THEN START OUT7