15.6 Actuators, Output Devices, and VFD Integration
Key Takeaways
- The task list names six output components for building automation: control valves, regulators, dampers, variable-speed drives, solid-state relays, and TRIACs.
- Two-way control valves vary system flow and are required for variable-flow pumping, while three-way valves divert or mix and hold system flow roughly constant.
- Valve authority is the fully-open valve pressure drop divided by the total circuit drop; below about 0.25 the valve does nearly all its work in the first fraction of its travel.
- Opposed-blade dampers give near-linear modulating control, while parallel-blade dampers deflect the airstream and are better suited to two-position service.
- A spring-return actuator drives to a defined position on power loss, and verifying that the fail position is safe for the application is a required commissioning check.
15.6 Actuators, Output Devices, and VFD Integration
The Actuator Installation and Applications block of the Competency and Task List requires identifying and describing the proper application of control valves, regulators, dampers, variable-speed drives, solid-state relays, and TRIACs; wiring actuators to unit controllers per NEC requirements; addressing points for various output devices; configuring outputs to unit controllers; and configuring a VFD to operate with a BAS network.
Outputs are where control becomes mechanical work, and they are where most "the control system is broken" calls actually live. The workstation will cheerfully report a damper at 100% open while the blade has not moved.
1. Output Signal Types
| Signal | How it works | Where used |
|---|---|---|
| Binary (two-position) | Relay contact energizes or de-energizes the device | Start/stop, enable, two-position dampers and valves |
| 0–10 VDC | Analog voltage commands actuator position | The BAS modulating standard |
| 4–20 mA | Analog current commands position | Long runs, noisy environments, industrial devices |
| Floating (tri-state) | Two binary outputs — one drives open, one drives closed, neither holds | Common on damper and valve actuators; no position feedback unless a separate signal is provided |
| PWM (pulse-width modulation) | Position encoded as pulse duration | Some proprietary actuators; also SCR-driven electric heat |
| Network command | The value is written to a protocol object | VFDs, smart valves, packaged equipment |
Floating control has a specific field consequence. Because the controller has no idea where the actuator actually is, a floating loop periodically drives fully closed to re-establish a known reference — a normal behavior that reads as a fault to someone unfamiliar with it. If floating linkage slips, the controller's internal position estimate and the real blade position diverge with nothing to correct them.
2. Control Valves
Two-way versus three-way is the fundamental application decision.
| Two-way | Three-way | |
|---|---|---|
| Effect on system flow | Varies — closing reduces system flow | Constant — flow is diverted, not stopped |
| Piping | Straight through the coil | Adds a bypass around the coil |
| Pumping | Required for variable-flow systems with a VFD on the pump | Suits constant-flow systems |
| Energy | Pump power falls with flow (cube law) | Pump runs at full flow regardless of load |
| Sub-types | — | Mixing (two inlets, one outlet) and diverting (one inlet, two outlets) — not interchangeable |
Installing a mixing valve where a diverting valve belongs, or vice versa, causes the plug to chatter and wear because the flow tries to force it off its seat.
Sizing by Cv, not by pipe size. A valve's flow coefficient Cv is the flow in gpm of 60°F water that produces a 1 psi pressure drop:
For a coil needing 24 gpm at a 9 psi valve drop:
A valve is selected to match the required Cv — which is very often smaller than the pipe. Selecting a valve to match line size is the classic oversizing error.
Valve authority is why oversizing ruins control:
Authority of roughly 0.5 or higher gives good control; below about 0.25 the valve does nearly all of its flow change within the first fraction of its travel and behaves like an on/off device with a long useless tail. The symptom in the field is a coil that overshoots and hunts and a valve that lives between 5% and 20% open.
Characteristics: an equal-percentage plug pairs with a hot- or chilled-water coil, because the coil's own output is non-linear (the first gpm does most of the heat transfer) and the two non-linearities cancel to give near-linear control. A linear plug suits applications where flow itself is the controlled variable.
Regulators — the other device the task list names — hold a downstream condition without a controller. Pressure-reducing valves, pressure-independent control valves (PICVs, which combine a differential-pressure regulator with a control valve so that flow depends only on position, not on system pressure), and gas pressure regulators (Section 7.2) are all self-contained mechanical control.
3. Dampers
| Blade arrangement | Behavior | Best use |
|---|---|---|
| Parallel blade | All blades rotate the same direction; the airstream is deflected to one side as the damper closes | Two-position service; poor modulating control |
| Opposed blade | Adjacent blades rotate opposite directions; the opening stays centered | Modulating service — mixing boxes, economizers, VAV |
An economizer built with parallel-blade outdoor and return dampers throws outdoor air against one wall of the mixing plenum, which produces exactly the stratification that defeats a single-point mixed-air sensor (Section 15.5) and freezes coils.
Leakage class matters on any damper that closes against outdoor air. A low-leakage damper with blade and jamb seals is required on outdoor-air intakes in cold climates and on isolation dampers; a standard damper leaks enough at design pressure to freeze a coil overnight.
Actuator torque sizing is done from damper area and the required seal torque, in inch-pounds. A rule of thumb of roughly 5 in-lb per square foot of damper area is a starting point for a standard damper, with more for low-leakage seals and higher differential pressure; the damper manufacturer's torque table is the authority. An undersized actuator stalls near the closed position, precisely where the seal load peaks, so the damper never fully closes and the fault appears only in cold weather.
4. Solid-State Relays and TRIACs
A TRIAC (TRIode for Alternating Current) is a bidirectional semiconductor switch that conducts in both half-cycles of AC. It is the output stage of most BAS binary outputs and of solid-state relays.
| Electromechanical relay | Solid-state relay / TRIAC | |
|---|---|---|
| Switching | Moving contacts | Semiconductor, no moving parts |
| Life | Limited by contact erosion | Very long; unaffected by cycle count |
| Noise | Audible click; contact bounce | Silent |
| Off-state | True open circuit | Small leakage current still flows |
| Heat | Negligible | Dissipates heat; may need a heat sink |
| Load type | AC or DC | AC only for a TRIAC |
Two field problems the exam likes:
- A TRIAC output sinks current. It is not a dry contact. It switches the common/ground side of a 24 VAC load, which means the load must be wired to the transformer hot on one side and to the TRIAC output on the other. Wiring it like a dry contact — expecting to pass power through it from a separate source — produces a device that never energizes or a controller output that fails.
- Leakage current in the off state. A TRIAC never fully stops conducting. That residual milliamp or two is harmless to a contactor coil but is enough to keep a sensitive electronic relay, an LED indicator, or a small solid-state load partially energized. The symptom is a device that will not turn off. The remedy is a bleed resistor across the load, or an interposing electromechanical relay.
Interposing relays are the general answer whenever the controller output cannot directly handle the load: the output switches a small pilot relay, and the pilot relay's contacts switch the real load. This isolates the controller from inductive kickback and from line voltage.
5. VFD Integration with a BAS Network
"Configuring a VFD to operate with a BAS network" is a named task-list competency. There are two ways to command a drive, and the parameter set differs.
| Hardwired analog | Network command | |
|---|---|---|
| Speed reference | 0–10 VDC or 4–20 mA to the drive's analog input | Written to a protocol register/object |
| Start/stop | Dry contact to the drive's run input | Network command word |
| Feedback available | Whatever is separately wired: run status, fault contact | Speed, current, power, torque, fault code, run hours, energy |
| Wiring | More conductors | One twisted pair shared with the rest of the bus |
| Failure behavior | Drive keeps its last analog reference | Requires a configured communication-loss action |
Parameters that must be set for network control:
- Command source / reference source set to the network (not keypad, not terminal strip). Leaving the reference at "terminal" while writing speed over the network is the most common reason a drive ignores the BAS.
- Protocol, address, baud rate, and parity matched to the bus.
- Communication-loss action and timeout — what the drive does when the network goes quiet. "Fault and stop" is correct for some equipment and unacceptable for others; a supply fan serving a critical space usually should hold last speed or run at a fixed backup speed instead.
- Minimum and maximum speed limits set in the drive, not only in the BAS. A pump or fan driven below its minimum safe speed can overheat its motor or, on a pump, run below the point at which it develops any head.
- Acceleration and deceleration ramps appropriate to the load.
Wiring practice for drives: VFD output cable is an aggressive noise source. Keep it in its own raceway, use shielded VFD cable where the manufacturer specifies it, and never run control or sensor wiring parallel to drive output conductors for any distance. Most "the sensor reads erratically" calls in a mechanical room end at a control pair zip-tied to a drive output conduit.
6. Commissioning Outputs
Output configuration mirrors input configuration (Section 15.5): terminal assignment, output type, range and scaling, point name and address, and failure handling. But outputs get one thing inputs do not — a physical verification.
- Confirm the fail position before energizing. A spring-return actuator drives to a defined position on power loss. Verify it is the safe one: an outdoor-air damper that fails open in a cold climate will freeze a hydronic coil; a heating valve that fails open protects the coil but can cook the space; a chilled-water valve that fails closed protects nothing if the fan keeps running.
- Command 0%, 50%, and 100% and physically watch the device. Do not accept the workstation's report. Loose linkage, a slipping shaft coupler, a stripped set screw, and a jammed blade are all invisible from the graphics, and the workstation will report the commanded position, not the actual one.
- Verify direction of action. Direct-acting versus reverse-acting is a configuration setting, and reversing it produces a loop that drives to full output in exactly the wrong direction — a room that gets colder the harder the system tries to heat it.
- Stroke the full range and check for stall. An undersized actuator commonly reaches 90% of travel and stalls on the seal load.
- Check position feedback against reality where feedback exists, and add an end switch where the sequence depends on proven position.
- Record the readings. Commissioning documentation that says "verified" without numbers is worth nothing to the next technician.
A chilled-water coil valve is selected to match the 2-inch pipe size rather than by required Cv. The coil overshoots, hunts, and the valve operates between 5% and 15% open. What is the underlying problem?
A 24 VAC solid-state electronic relay wired to a controller's TRIAC binary output will not de-energize when the output is commanded off. Voltage measured across the load with the output off is a few volts. What is the most likely cause and remedy?
A supply fan VFD is set for network speed control, but the drive ignores every speed command written by the BAS and continues running at the speed shown on its keypad. Communication statistics show no errors. What should be checked first?