Product Overview

Table Of Contents
FlexStat (General) 24 Application Guide, Rev S
Mapping Analog Inputs or Outputs as Binary
The analog inputs can be mapped as binary values in Control Basic
(using BACstage or TotalControl). Set an analog voltage less than 0.5
VDC to equal a binary O state and an analog voltage of 0.5 to 12 VDC
to equal a binary On state.
Some sample lines in Control Basic would be:
IF AI2 < 0.5 THEN BV1 = 0 ELSE BV1 = 1
OR
IF AI2 < 0.5 THEN START BV1 ELSE STOP BV1
To emulate binary outputs with the analog outputs, set the output volt-
age to be either 0 or 12 VDC, such as in:
IF BV3 THEN AO7 = 12 ELSE AO7 = 0
Motion Sensor Applications
To turn occupancy on (or retrigger) for a set time after the LAST motion
detection (during a scheduled “o” time), see Customizing the Motion
Sensor and Override on page 34. Unlike this custom program, the
built-in program (for FlexStat models with motion sensors) turns oc-
cupancy on for a set time after the FIRST detection (during a scheduled
“o” time). The built-in program is “non-retriggering.”
To turn occupancy override on from remote motion sensors, see Adding
Remote Motion Sensors on page 36. This program will work with a
built-in motion sensor enabled or disabled. It will also work with Flex-
Stat models that have no built-in motion sensor.