Peer Transfer Object: Difference between revisions

From BACnet Wiki
Jump to navigation Jump to search
(Created page with "This is a proof-of-concept project in preparation for submitting a new "Peer Transfer Object" proposal to the BACnet Steering Committee See the Wiki overview of Diagnostic Features, and related Diagnostic Services {| class="wikitable" |+ Peer Transfer Object (one per device) |- ! Property !! Req !! New !! Datatype !! Description |- | BACnet Stack Vendor ID || O || || Unsigned || Different to the Vendor ID of the device itself if 3rd party stack |- | BACnet Stac...")
 
No edit summary
Line 8: Line 8:
! Property !! Req !! New !! Datatype !! Description
! Property !! Req !! New !! Datatype !! Description
|-
|-
| BACnet Stack Vendor ID || O || || Unsigned || Different to the Vendor ID of the device itself if 3rd party stack
| ObjectID ID || R || N || BACnetObjectID || Mandatory for every BACnet Object
|-
|-
| BACnet Stack Library Version || O || Y || String || This is the version of the 3rd party library
| Compression Enabled || O || Y || Boolean || Schema based / Varint choices of on the wire packets
|-
|-
| BACnet Stack Version || R || Y || String || OEM may modify the above, this needs to be versioned. Else if OEM custom, that version
|-
| Controller Firmware Version || R || N || String || This is the version of controllers 'business logic'
|-
| Application Version || O || N || String || This is the version of user configurable programs, scripts or logic'
|-
| BTL Certificate # || O || Y || String ||
|-
| BTL Issue Date || O || Y || BACnetDate ||
|-
| RAM % ||  ||  ||  ||
|-
| Program memory % ||  ||  ||  ||
|-
| CPU load % ||  ||  ||  ||
|-
| Temperature ||  ||  ||  ||
|-
| Certificate expiration dates ||  ||  ||  ||
|}
|}


Line 37: Line 18:


'''Site-wide'''
'''Site-wide'''
* Duplicate Device ID detected
* Looped Route (Jen’s words)
'''System'''
* An array/list of strings (and values) to display error messages
* - repetition count
* - priority
* - non-repeating
* - suppressible
* - ack required
* - delete (once, forever)
* - filters (same as suppressible?)
* - features similar to existing alarms/event buffers/remote destinations (code-share)
* ESE ?
* flasherr ?
* Enforced version numbering (including bug/feature/eng/market)
'''Control'''
* Debug / production mode at runtime
* Debug verbosity levels
* ‘C or ‘F system-wide
* Developer mode flag (with password?)
'''Routing'''
* High-water queue usage
* Duplicate Network Numbers
* Broadcast storm (loop) detected / suppressed ([[Circular Route Detection]])
* Monitoring remote connections (devices)
* Attempts made
* Passes / fails / MTTR etc.
'''General Datalink'''
* Messages per second (minute/hour)
* queue sizes, high-water, choked/ message rate
'''IP Datalinks'''
* Duplicate IP address
* Netmask Error
'''MS/TP Datalinks'''
* Measure Tusage (token handling time)
'''Justifications'''
* Enhanced Monitoring and Troubleshooting: A standardized way to monitor the health and status of devices, systems, and networks. It allows for real-time visibility into potential issues, which can aid in troubleshooting and reducing downtime.
* Proactive Maintenance: By collecting and analyzing diagnostic data, building managers can identify issues before they escalate into significant problems. This proactive approach to maintenance can minimize disruptions, extend the lifespan of equipment, and reduce repair costs.
* Integration and Interoperability: BACnet is designed to facilitate interoperability between various building automation systems and devices. By defining a standardized diagnostic object, different devices and systems can share diagnostic information more effectively, regardless of the manufacturer.
* Reduced Downtime: Swift identification and resolution of issues through diagnostic data can significantly reduce downtime of critical systems, leading to improved operational continuity and tenant satisfaction.

Revision as of 01:55, 18 August 2026

This is a proof-of-concept project in preparation for submitting a new "Peer Transfer Object" proposal to the BACnet Steering Committee

See the Wiki overview of Diagnostic Features, and related Diagnostic Services

Peer Transfer Object (one per device)
Property Req New Datatype Description
ObjectID ID R N BACnetObjectID Mandatory for every BACnet Object
Compression Enabled O Y Boolean Schema based / Varint choices of on the wire packets


Initial Ideas

Site-wide