The Group object (a collection of objects on the same device) and the GlobalGroup object (a collection across multiple devices) allow several objects to be operated on in a single BACnet transaction, optimising polling and batch commands.
True
A Group object holds a list of object references on the local Device, whereas a GlobalGroup references objects across several Devices on a single BACnet internetwork. In both cases Present_Value is an array of the current values, so a single ReadProperty targeting the Group returns all members at once. This collapses, for example, 50 separate ReadProperty transactions into one and is configured during commissioning: define the members once and benefit from simplified access thereafter.
Watch the APDU size when populating a GlobalGroup: too many members can push the response past Max_APDU_Length_Accepted and force segmentation, which negates the bandwidth saving you were aiming for.
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