What It Is
A Device Instance is the numeric identity of a BACnet device. It is one of the most important pieces of BACnet discovery because it is how supervisory systems distinguish one device from another when processing Who-Is and I-Am traffic.
Valid Range
| Range | Use |
|---|---|
| 0 to 4,194,302 | Assignable device instances |
| 4,194,303 | Wildcard value used for discovery semantics |
Why It Matters
Device Instances must be unique across the BACnet internetwork, not just unique on one subnet or one panel. Duplicate instances can create discovery confusion, wrong-device behavior, and intermittent control failures that look like random networking issues.
Common Failure Patterns
- Two devices respond with the same identity during discovery
- A new device is commissioned with a copied value from an older site
- A bounded
Who-Issearch excludes the expected instance range - A replacement gateway changes identity and breaks upstream expectations
Practical Guidance
Maintain an allocation plan by building, site, or system family. On retrofit jobs, confirm whether the BMS expects a preserved Device Instance before replacing or renumbering anything.