The Language of BAS
Lesson 0.3
Building automation has its own language, and nobody hands you a dictionary on your first day.
You are expected to already know what a trunk is, what a JACE does, and what someone means when they hand you a work order for a DOAS serving a VRF system. This lesson is the dictionary.
Open every card. You do not need to memorize all of this today. You need to know it exists so that when you hear it on a job site, something clicks instead of nothing.
Group: The Basics
HVAC: Heating, Ventilation, and Air Conditioning. The mechanical system. BAS controls it. HVAC covers all the equipment that heats, cools, and moves air through a building. BAS (Building Automation System) is the controls layer on top of it. You will hear people use HVAC when they mean the mechanical equipment and BAS when they mean the controls, but in practice the two are inseparable. If you are working in this field, you are in HVAC controls.
BMS / BAS / IFMS / FMS: Four names for essentially the same thing: the system that controls and monitors a building. Building Management System (BMS), Building Automation System (BAS), Integrated Facility Management System (IFMS), and Facility Management System (FMS) all describe the controls infrastructure that monitors and manages building equipment. BAS and BMS are the most common in the US. IFMS shows up in institutional and government work. The right term usually depends on who wrote the spec. In the field: Some engineers and owners are particular about which term they use. Default to whatever is in the contract scope when talking to the owner.
Group: On the Wire
Trunk: The main comm cable that runs the length of a building. Everything hangs off it. A trunk is a single cable path that daisy-chains field controllers together from one end of the building to the other. Devices wire in series, not in a star. Termination resistors live at each physical end of the run. When a trunk goes down, every device on it goes offline at once. Different manufacturers use different names for this concept: trunk, bus, segment, network. In the field: When a tech says "I lost the trunk," they mean communication dropped across a whole section of the network, not just one device. Start at one end and work toward the break.
Bus: The generic name for a shared communication pathway. BACnet MS/TP runs on a bus. Bus is the protocol-agnostic term for what some manufacturers call a trunk. Every device on a bus shares the same wire, and only one device can transmit at a time. BACnet MS/TP uses token passing: a virtual token is handed from device to device, and only the device holding the token can talk. That is why you will encounter terms like "max master" and token timeout when commissioning an MS/TP network. In the field: "Bus" gets used loosely. Sometimes it means the physical RS-485 pair, sometimes it means the logical network segment. Context matters.
Comm: Short for communication. When someone says "check comm," they mean check the connection. Comm wire is the twisted pair, usually 18 AWG shielded, that carries the RS-485 signal between controllers. The comm port on a field controller is the terminal where that wire lands. Comm issues are among the most common service calls: a loose screw, reversed polarity, a bad termination resistor, or too many devices on one segment can all kill an entire trunk. In the field: RS-485 is a differential signal with two wires, usually labeled A and B (or + and -). Reversing them will kill communication and some controllers will not tell you that is the problem. If a new device will not talk, flip the A and B leads before anything else.
Group: Points and Signals
AI / BI / AO / BO: Analog Input, Binary Input, Analog Output, Binary Output. The four point types. Every physical signal a BAS controller reads or writes is one of these four types. Analog Inputs are variable measurements: temperature sensors, pressure transducers, CO2 sensors. Binary Inputs are on/off states: a fan status contact, a door switch, a flow switch. Analog Outputs command variable devices: valves, VFDs, damper actuators. Binary Outputs switch things on and off: fans, pumps, contactors, lights.
Group: Field Hardware
Sensor: Any field device that measures a physical condition and converts it to a signal the controller can read. In BAS, a sensor is anything that takes a physical measurement (temperature, pressure, humidity, CO2, flow, occupancy) and converts it to an electrical signal the controller can interpret. Sensors output either a resistance value, a voltage (0-5V or 0-10V), or a current (4-20mA). The controller maps that signal to engineering units via a calibration curve. In the field: When an input reads incorrectly, check wiring first, then the calibration offset in the program, then replace the sensor. In that order.
Current Switch: Clamps around a wire and closes a contact when current flows. Used to verify that a motor is actually running. A current switch is a split-core device that clamps around a single conductor. When the current through the conductor exceeds the switch's trip point, it closes a dry contact that the BAS reads as a Binary Input. The most common application: confirming that a fan or pump is running after the controller issues a run command. If the BAS commands a fan on but the current switch never closes, that is a fault. In the field: Set the trip point to roughly half the motor's expected full-load amps. Too high and it won't close at light load; too low and it may nuisance-trip on inrush.
Thermistor: A resistor whose resistance changes predictably with temperature. The most common temperature sensor in BAS. A thermistor is a passive, two-wire device: no power supply required. As temperature rises or falls, its resistance changes along a known curve. The controller applies a small voltage, measures the resulting resistance, and looks up the corresponding temperature. Most BAS thermistors are 10k NTC (Negative Temperature Coefficient), meaning resistance drops as temperature increases. In the field: If a zone sensor reads -40 degrees F or 250 degrees F, the thermistor is open or shorted. If it reads a few degrees off, calibrate the offset in the controller program before pulling the sensor.
RTD: Resistance Temperature Detector. A precision sensor common in labs and industrial work. More accurate than a thermistor, but less common in everyday BAS. An RTD uses a metal element, almost always platinum, whose resistance changes in a predictable, nearly linear way across a wide temperature range. The most common types are PT100 (100 ohm at 0 degrees C) and PT1000 (1000 ohm at 0 degrees C). RTDs use 2-wire, 3-wire, or 4-wire connections; 3-wire is standard in BAS because it compensates for the resistance of the leads themselves. In the field: Most controllers let you configure the input type between 10k thermistor and PT100/PT1000 in software. Make sure the setting matches the sensor installed.
0-10V / 4-20mA Sensor: Active sensors that output a variable voltage or current proportional to what they measure. Unlike a thermistor (passive resistance), active sensors require a power supply and produce a scaled analog signal. A humidity sensor might output 0-10VDC where 0V = 0% RH and 10V = 100% RH. A CO2 sensor might output 4-20mA where 4mA = 0 ppm and 20mA = 2000 ppm. The 4mA floor of the current loop is intentional: a true zero-current reading means a broken wire, not a zero measurement. In the field: If a 4-20mA sensor reads at the absolute bottom of its range, suspect a broken wire or missing power before assuming the process value is actually zero.
Proportional Actuator: Converts an analog control signal into a precise position. Commands 0-100% and goes there. A proportional actuator takes an analog output signal from the BAS, typically 0-10VDC or 2-10VDC, and drives a damper or valve to a specific position proportional to that signal. 5V on a 0-10V actuator means 50% open. Most proportional actuators run on 24VAC. Spring-return models fail to a defined position when power is lost, which matters for freeze protection and safety sequences. In the field: If a damper or valve isn't responding, confirm the actuator has 24VAC power and the correct control signal voltage with a meter before assuming a mechanical problem.
Floating Point Actuator: Controlled by open/close/stop commands instead of an analog signal. A floating point actuator (also called tri-state or incremental) is driven by two binary outputs: one to drive open, one to drive close, both off to stop. Because there is no position feedback signal, the controller tracks position by timing. If the actuator takes 90 seconds to travel full stroke, energizing the open output for 45 seconds should put it at roughly 50% open. In the field: If a floating point actuator is hunting, rapidly toggling between open and close, the minimum pulse time in the program is too short, or the control dead band is too tight.
Relay: An electrically operated switch. The BAS energizes a coil to open or close a contact that switches a load. A relay has two electrically isolated circuits: the coil side and the contact side. When the BAS outputs 24VAC to the coil, it creates a magnetic field that snaps the contact open or closed. The contact side can switch line voltage (120VAC, 208VAC) or higher current loads that the controller output cannot handle directly. In the field: When a binary output is supposed to start something but nothing happens, confirm the relay coil is energizing (listen or feel for a click) before tracing the load circuit.
Ice Cube Relays / RIBs: Two types of relays you will see constantly in BAS panels. Ice cube relays are the classic plug-in relays found in control panels everywhere. They get the name from their small, transparent plastic housing. RIB is a brand name from Functional Devices that has become the generic field term for a self-contained packaged relay module. The RIBU1C is the most common model: one SPDT contact rated 10A at 120VAC. Most RIBs include an LED that shows coil state and a Hand-Off-Auto switch. In the field: Always check the contact current rating before selecting a relay. The RIBU1C is rated 10A, enough for most fan starts and small loads. If the load is larger, use a proper motor starter.
Transformer: Steps line voltage down to 24VAC to power controllers, actuators, and relay coils. In BAS, 'the transformer' almost always means a step-down transformer converting 120VAC to 24VAC. Controllers, most actuators, relay coils, and many sensors all run on 24VAC. VA (volt-amp) rating determines how many devices it can power. In the field: A transformer that runs hot or hums loudly is usually overloaded or has a short on the secondary.
Group: Air-Side Equipment
AHU: Air Handling Unit. The central air conditioning system for a building or floor. A cabinet containing a supply fan, filters, and heating and cooling coils. Unlike an RTU, it does not typically have a self-contained refrigeration circuit. It relies on chilled water from a chiller and hot water from a boiler.
VAV: Variable Air Volume box. Controls how much conditioned air enters a space. Sits in the ductwork between the air handler and the zone it serves. A damper modulates open and closed based on zone temperature versus setpoint.
RTU: Rooftop Unit. A packaged HVAC unit with everything in one box, mounted on the roof. Compressor, condenser coil, evaporator coil, gas heat, supply fan: all factory-assembled in one cabinet.
FCU: Fan Coil Unit. A self-contained zone unit with a fan and a coil. Conditions air at the zone level by recirculating room air across a heating or cooling coil.
UH / CUH: Unit Heater / Cabinet Unit Heater. A fan over a heating coil. Heating only. Common in warehouses, loading docks, and mechanical rooms.
VVT: Variable Volume and Temperature. Multi-zone control from a single packaged RTU. Allows a single constant-volume RTU to serve multiple zones by adding zone boxes that modulate volume and bypass excess airflow.
RHC: Reheat Coil. A heating coil downstream of cooling that rewarms cold supply air. Common in labs, hospitals, and any constant-volume application where airflow cannot be reduced.
DOAS: Dedicated Outdoor Air System. An AHU that handles ventilation only, not zone heating or cooling. Brings in 100% outdoor air, conditions it to a neutral delivery temperature, and distributes it to zones that handle their own sensible load.
MAU / MUA: Makeup Air Unit. Brings in conditioned outdoor air to replace air exhausted from a space. Unlike a DOAS, an MAU conditions aggressively because it is 100% outdoor air.
VRF: Variable Refrigerant Flow. Multiple indoor units served by one outdoor unit through refrigerant piping. Each indoor unit operates independently, and heat recovery systems allow some zones to heat while others cool simultaneously.
Unit Ventilator (UV): A classroom or perimeter unit that mixes outdoor air directly into the space without ductwork. Has an outdoor air damper and a return air damper built in. Common in schools, classrooms, and dormitories.
FFU: Fan Filter Unit. A ceiling-mounted unit that recirculates and filters air in a cleanroom. Each unit runs a small EC fan at variable speed; the BAS or a dedicated cleanroom controller adjusts speed to maintain the target air change rate and room pressure.
Self-Contained Unit: A packaged unit with its own refrigerant circuit, no central chiller required. Common in server rooms and spaces that need year-round cooling. CRAC (Computer Room Air Conditioning) is a common subtype.
Air Valve (Lab / Fume Hood): A pressure-independent, fast-acting volume control valve for critical exhaust and supply air in lab environments. Labs require tight airflow control because room pressurization relationships matter.
Group: Mechanical and Electrical Equipment
VFD / VSD: Variable Frequency Drive / Variable Speed Drive. Controls motor speed by varying AC frequency. The BAS sends an analog signal, typically 0-10V or 4-20mA, to command motor speed as a percentage. Because pumps and fans follow the Affinity Laws, cutting a fan to 80% speed reduces its power draw to roughly 50%. In the field: High voltage. The power terminals inside a VFD are live at line voltage whenever the disconnect is closed, and the DC bus capacitors stay charged for several minutes after disconnect.
Motor Starter: Starts and stops a motor by switching line voltage. Includes overload protection. A motor starter combines a contactor with an overload relay. Most starters have a Hand-Off-Auto (HOA) switch. In the field: High voltage. A motor starter contains live line voltage at the contactor terminals whenever the disconnect is closed, even when the motor is off. Also: if a device is not responding to BAS commands, check the HOA switch first.
In Hand / Hand Mode: A device switched to local control, bypassing the BAS. Your commands do nothing. Most starters, VFDs, RIBs, and some actuators have a Hand-Off-Auto (HOA) switch. 'In hand' means the device is running locally at a fixed state, independent of any BAS output. In the field: When a device isn't responding to BAS commands and all the wiring checks out, walk to the equipment and look at the HOA switch before anything else.
ECM Motor: Electronically Commutated Motor. A brushless DC motor with built-in variable speed control. Appears in fan coil units, unit ventilators, and smaller air handlers. Significantly more efficient than standard PSC motors at partial load.
CRAC: Computer Room Air Conditioning. Precision cooling for data centers and server rooms. Runs 24/7 and is typically deployed in redundant configurations.
CRC: Critical Room Control. Precision environmental control for spaces with strict regulatory requirements: operating rooms, isolation rooms, pharmacies, cleanrooms, and labs.
PDU: Power Distribution Unit. Routes and monitors power to equipment in a data center or critical facility.
UPS: Uninterruptible Power Supply. Keeps critical equipment running during a power outage. In the field: Check UPS battery age during any PM. Most sealed lead-acid batteries need replacement every 3-5 years.
Group: Units and Measurements
BTU: British Thermal Unit. The standard unit of heat energy in US HVAC. One BTU is the amount of heat required to raise one pound of water by one degree Fahrenheit.
MBH: Thousand BTU per hour. How boilers and heating equipment capacity is rated. 1 MBH = 1,000 BTU/h.
Ton (Refrigeration): 12,000 BTU/h of cooling. How chillers, cooling coils, and packaged units are sized. 1 ton = 12,000 BTU/h = 12 MBH.
GPM: Gallons Per Minute. How water flow is measured in hydronic systems. Combining GPM with supply and return water temperatures gives you BTU/h: the formula is roughly GPM x delta-T x 500.
CFM: Cubic Feet per Minute. How airflow is measured in HVAC systems.
Inches of Water Column: The pressure unit for air systems. Written as inWC, in.wg, or "inches water gauge." Typical duct static pressures range from 0.1 to 2.0 inWC.
kWh: Kilowatt Hour. The standard unit of electrical energy consumption. Utility bills are in kWh.
PPM: Parts Per Million. Used for CO2 concentration, refrigerant detection, and water chemistry. Outdoor air is roughly 400 ppm; occupied spaces climb toward 1000-1200 ppm.
PID / CV: Proportional-Integral-Derivative control. The algorithm that drives most BAS control loops. The Proportional term responds to how far the process is from setpoint right now. The Integral term responds to how long it has been away. The Derivative term responds to how fast it is moving. The Control Variable (CV) is the output the loop adjusts. In the field: Most BAS loops run PI only, with no derivative. If a loop is hunting, the integral gain is usually too high. If it is sluggish, the proportional gain is too low.
Deadband / Hysteresis: A range around a setpoint where no control action fires. Prevents equipment from short-cycling. If the setpoint is 72 degrees F with a 2 degrees F deadband, cooling does not engage until the temperature exceeds 74 degrees F, and heating does not engage until it drops below 70 degrees F. In the field: If a stage of cooling, a relay, or a pump is rapid-cycling, the first thing to check is whether there is any deadband or hysteresis on the control logic driving it.
Group: Systems and Software
Head End / Front End: The supervisory software. Where operators see graphics, alarms, trends, and schedules. Common platforms include Niagara (Tridium/Honeywell), Metasys (JCI), Desigo CC (Siemens), and Tracer SC+ (Trane).
JACE (rhymes with "face"): Java Application Control Engine. Tridium's network appliance running the Niagara Framework. Sits on the building IP network and speaks downward to field controllers over BACnet MS/TP, Modbus, LON, and other protocols.
FDD: Fault Detection and Diagnostics. Software that automatically identifies problems in HVAC systems. Common platforms include Clockworks, Fault Sentinel, and SkySpark.
GUI / HUI / HMI: Graphical User Interface / Human Machine Interface. What you see when you look at the BAS.
Tagging / Ontology: Standardized naming and classification for BAS points. Project Haystack and Brick Schema are the main frameworks.
Group: The Protocols
BACnet: The dominant BAS protocol. An ASHRAE standard. Most modern controllers speak it. Defines a common data model built around objects and properties. BACnet/IP runs over standard Ethernet. BACnet MS/TP runs over RS-485 twisted pair.
Modbus: One of the oldest industrial protocols. Simple, reliable, and found on almost everything mechanical. Developed in 1979. Modbus RTU runs over RS-485. Modbus TCP runs over Ethernet. The data model is minimal: numbered registers holding integer values. In the field: Get the register map before you show up on site.
LON / LonWorks: Local Operating Network. Popular in the 90s and 2000s. Still in plenty of existing buildings. Uses a twisted pair cable (TP/FT-10) and a peer-to-peer model. In the field: LON devices have a neuron ID burned into the chip at the factory. You need it during commissioning.
BBMD: BACnet Broadcast Management Device. Routes BACnet broadcasts across IP subnets. If a BACnet/IP device on one subnet cannot see devices on another, a missing or misconfigured BBMD is almost always the reason.
Johnson Controls N2: Johnson Controls' proprietary field bus from the Metasys era. Pre-BACnet. Massive installed base. Runs at 9600 baud over RS-485. N2 is not going away anytime soon.
Trane Comm3 / Comm4: Trane's proprietary field bus protocols. Found in buildings with Tracer Summit or Tracer SC+ systems. In the field: Trane's field tool (Rover or Tracer TU) is required to commission and configure Comm3/Comm4 controllers.
Andover Continuum Infinet: Schneider Electric's Andover Continuum field bus. RS-485, peer-to-peer, and programmable in Plain English. Significant installed base in universities, hospitals, and government buildings.
Siemens FLN / P1 Bus: Siemens' proprietary field bus for DESIGO controllers. The RS-485 backbone of older Siemens BAS installations.
Automated Logic ArcNet: Carrier/ALC's legacy token-ring field bus. Found in older WebCTRL installations.
# FOUNDATION SERIES