Before any multi-vendor BACnet integration in a project, read the vendor device's PICS (Protocol Implementation Conformance Statement) to verify exactly: profile (B-OWS / B-BC / B-ASC...), supported services, supported object types and writable properties.
True
A PICS is effectively the BACnet user manual of a device. It follows the standardised format defined in ASHRAE 135 Annex L, listing the exact services supported (which can differ from the standard's full set), the object types implemented, which properties are writable versus read-only, and any vendor-specific notes. Skipping the PICS is a fast track to unpleasant surprises at integration time: a property assumed writable that turns out to be read-only, COV that is not supported, or a Schedule object with restricted features. PICS files are available on vendor websites and from the btl.org Product Listing.
Archive the PICS PDF used during design alongside the as-built drawings; the same model can change behaviour across firmware revisions, and you will want to know which document the design was based on.
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