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.
True
Token passing on RS-485 is the conceptual equivalent of a Token Ring. Only Masters can hold the token and initiate communications; Slaves only respond when polled by a Master and never hold the token. The rotating token defines the order of access, eliminates collisions and gives predictable latency. If a Master fails to respond when the token reaches it, the token is skipped after a timeout. In practice an MS/TP segment runs at 9600 to 115 200 baud and tolerates roughly 30 to 100 nodes per segment. The result is more deterministic than half-duplex Ethernet but slower.
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 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
- The Niagara Framework (Tridium / Honeywell) is a multi-protocol software platform widely used in modern tertiary BMS, natively integrating BACnet (IP, MS/TP, SC), Modbus, KNX, OPC UA and others.9. Integration · Niagara Framework