Product Overview
Table Of Contents
- Contents
- General Information (All Output Configurations)
- Overview and General Installation
- Mounting Considerations
- Wiring Considerations
- Inputs and Outputs
- Network Wiring
- Configuration Screens
- Custom Programming
- Sample Custom Applications
- CO2 Sensors and DCV
- Custom Web Graphics
- Hospitality and Locked User Interface Modes
- Motion/Occupancy Sensor
- Support
- Important Notices
- BAC-1xx63/1xxx63 Series (6 Relays and 3 Analog Outputs)
- Bills of Materials (BAC-1xx63/1xxx63)
- Sequence of Operation (BAC-1xx63/1xxx63)
- FlexStat (All Models) Common Features
- Space Temperature Setpoints and Modes
- Occupancy Modes
- Optimum Start
- Standby Mode
- Fan Control
- Sensor 2 (Fan Status or Discharge Air Temp)
- Economizer
- DCV (Demand Controlled Ventilation)—General Information
- DCV—Basic Configuration
- DCV—Standard Configuration
- DCV—Advanced Configuration
- Dehumidification
- Humidification (BAC-1x136 and BAC-1xx136 Only)
- Staged Heating and Cooling Parameters
- User Interface Display Backlight
- BAC-1xx63/1xxx63 Applications
- FlexStat (All Models) Common Features
- BAC-1xx36/1xxx36 Series (3 Relays and 6 Analog Outputs)
- BAC-1xx30 Series (3 Relays and 0 Analog Outputs)
- BAC-1xxx53 (5 Relays, 1 Triac, & 3 Analog Outputs)
- Index
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.