Lookup BACnet Object types
BACnet ANSI/ASHRAE 135-2020 définit 60+ Object types regroupés par catégorie : Analog, Binary, Multistate, Device, Time, Data, Security, Misc. Chacun a un Present_Value de type différent (REAL, BINARY, UNSIGNED, STRUCTURE…) et des services BACnet supportés. Filtre par catégorie ou cherche un nom/abréviation pour trouver vite la bonne référence.
- #0Analog InputAIAnalog
- Present_Value
- REAL
- Services principaux
- ReadProperty, WriteProperty (limited), SubscribeCOV
Capteur READ ONLY (T° mesurée, pression). Pas writable depuis le supervisor.
- #1Analog OutputAOAnalog
- Present_Value
- REAL
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Commande physique analogique (signal 0-10 V vers vanne, drive). Writable.
- #2Analog ValueAVAnalog
- Present_Value
- REAL
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Variable virtuelle (consigne, offset). Writable. Pas câblée à un signal physique.
- #3Binary InputBIBinary
- Present_Value
- BINARY (0/1)
- Services principaux
- ReadProperty, SubscribeCOV
Contact sec d'entrée (état alarme, switch). READ ONLY.
- #4Binary OutputBOBinary
- Present_Value
- BINARY (0/1)
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Relais de sortie binaire (commande chaudière, pompe). Writable.
- #5Binary ValueBVBinary
- Present_Value
- BINARY (0/1)
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Variable virtuelle binaire (mode auto/manuel). Writable.
- #13Multi-state InputMSIMulti-state
- Present_Value
- UNSIGNED
- Services principaux
- ReadProperty, SubscribeCOV
État multi-état READ ONLY (mode HVAC, position vanne). Énumération UNSIGNED.
- #14Multi-state OutputMSOMulti-state
- Present_Value
- UNSIGNED
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Commande multi-état (mode HVAC depuis supervisor). Writable.
- #19Multi-state ValueMSVMulti-state
- Present_Value
- UNSIGNED
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Variable virtuelle multi-état. Writable.
- #8DeviceDEVDevice
- Present_Value
- — (no PV)
- Services principaux
- ReadProperty, Who-Is / I-Am, AtomicReadFile (config)
Identité de l'équipement BACnet. Object_Identifier (Device, instance) unique inter-réseau.
- #17ScheduleSCHTime
- Present_Value
- ANY
- Services principaux
- ReadProperty, WriteProperty
Programmation horaire (consignes par jour/semaine). Writable.
- #6CalendarCALTime
- Present_Value
- BOOLEAN (active dates)
- Services principaux
- ReadProperty, WriteProperty
Calendrier exceptions (jours fériés, périodes spéciales). Référencé par Schedule.
- #20Trend LogTLData
- Present_Value
- STRUCTURE
- Services principaux
- ReadProperty, ReadRange
Log historique d'une property d'un Object (T° toutes les 5 min sur 30 jours).
- #27Trend Log MultipleTLMData
- Present_Value
- STRUCTURE
- Services principaux
- ReadProperty, ReadRange
Log historique de plusieurs Objects en parallèle (corrélations T°/débit).
- #15Notification ClassNCSecurity
- Present_Value
- STRUCTURE
- Services principaux
- ReadProperty, WriteProperty, ConfirmedEventNotification
Configuration des destinataires d'alarmes (supervisors qui reçoivent les ConfirmedEventNotification).
- #12Loop (PID)LOOPAnalog
- Present_Value
- REAL
- Services principaux
- ReadProperty, WriteProperty
Régulation PID dédiée (consigne, mesure, sortie, gains). Embedded controller.
- #23AccumulatorACCData
- Present_Value
- UNSIGNED
- Services principaux
- ReadProperty, SubscribeCOV
Compteur incrémental (énergie, eau, gaz). Utilisé pour sous-comptage Décret Tertiaire.
- #39Bitstring ValueBSVMisc
- Present_Value
- BITSTRING
- Services principaux
- ReadProperty, WriteProperty
Champ de bits configurable (status flags vendor-specific).
- #40CharacterString ValueCSVMisc
- Present_Value
- CHARACTER_STRING
- Services principaux
- ReadProperty, WriteProperty
Variable texte (nom de zone, message d'erreur).
- #54Lighting OutputLOMisc
- Present_Value
- REAL
- Services principaux
- ReadProperty, WriteProperty, SubscribeCOV
Object dédié au lighting control (intensité, ramping). BACnet 135.1-2021.