Which of the following BACnet object types is typically used to represent a user-adjustable temperature setpoint (an analogue value that the BMS can write) ?
C — Analog Value (AV)
An Analog Value (AV) is a writable internal variable not tied to a physical I/O point, which is exactly what a setpoint, offset or computed parameter needs to be. AI is wrong because Analog Input is read-only and represents a measured signal from a transmitter. AO is wrong because Analog Output drives a physical analogue signal (e.g. 0-10 V to a valve actuator), not a logical setpoint. MSI is wrong because Multi-State Input is a read-only enumeration (HVAC mode, alarm status), not a continuous adjustable value.
Remember the cabling test: if the value is not wired to a terminal, it should be an AV, not an AO. Misusing AO for setpoints is a classic integration mistake.
- A.Analog Input (AI)
- B.Analog Output (AO)
- C.Analog Value (AV)✓
- D.Multi-State Input (MSI)
BACnet bank in preparation
The full BACnet bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other BACnet practice questions
Related questions
- BACnet relies on an object-oriented model: every device exposes Objects (e.g. Analog Input, Binary Output) that contain Properties (Present_Value, Object_Name, Description, etc.).1. Architecture · Objektorientiertes Modell
- The BACnet Multistate Value (MSV), Multistate Input (MSI) and Multistate Output (MSO) objects encode enumerations with several states (3 or more discrete values), such as HVAC modes (Comfort/Standby/Eco) or system states (Auto/Manual/Off).1. Object types · Multistate Value
- ReadProperty and WriteProperty are the most widely used BACnet services: they let a client (typically the BMS) read or write the value of a Property of a remote Object.2. Services · ReadProperty / WriteProperty
- BACnet MS/TP uses a token-passing protocol between the Master nodes of an RS-485 segment: the token holder is allowed to communicate during a bounded time slot and then passes the token to the next Master in the logical ring.5. MS/TP · Token Passing
- BACnet defines standardised BackupAndRestoreFile services that let a BMS save and restore the full configuration of a device (parameters, programming, mappings) in case of hardware replacement.7. Backup & Restore · Konfigurations-Backup