Table Of Contents

Previous topic

Glossary

Next topic

Design Considerations

This Page

Introduction

What is BACnet?

BACnet - A Data Communication Protocol for Building Automation and Control Networks

Developed under the auspices of the American Society of Heating, Refrigerating and Air-Conditioning Engineers (ASHRAE), BACnet is an American national standard, a European standard, a national standard in more than 30 countries, and an ISO global standard. The protocol is supported and maintained by ASHRAE Standing Standard Project Committee 135. [1]

BACnet has been designed specifically to meet the communication needs of building automation and control systems for applications such as heating, ventilating, and air-conditioning control, lighting control, access control, and fire detection systems. The BACnet protocol provides mechanisms by which computerized equipment of arbitrary function may exchange information, regardless of the particular building service it performs. As a result, the BACnet protocol may be used by head-end computers, general-purpose direct digital controllers, and application specific or unitary controllers with equal effect. [2]

This protocol provides a comprehensive set of messages for conveying encoded binary, analog, and alphanumeric data between devices including, but not limited to:

  1. hardware binary input and output values,
  2. hardware analog input and output values,
  3. software binary and analog values,
  4. text string values,
  5. schedule information,
  6. alarm and event information,
  7. files, and
  8. control logic.

What is an Ontology?

An ontology is a description of a domain. Ontologies can be written in various formats and can be used by computers to reason about the domain they describe. They are also useful as a common format that allows for exchange of knowledge across applications and platforms. [4]

The ontologies for this project are written in OWL 2. OWL 2 is an ontology language that defines the concepts you can use to write an ontology. If you’re not familiar with ontologies, take a few minutes and explore the following links:

BACowl BACnet Ontology

The BACnet Ontology (BACowl) is a description of the contents of the BACnet standard in a machine readable format suitable for formal analysis. It is written in Turtle [5] but can also be expressed into a wide variety of other formats.

By translating the descriptions of the objects, properties, and communications messages into a formal language like OWL and applying analysis to the result, we hope to provide a cohesive description of the standard that can be incorporated into other formal models.

BACnet Publications

BACnet has two ASHRAE publications:

  • Standard 135-2012 BACnet–A Data Communication Protocol for Building Automation and Control Networks

The purpose of Standard 135 is to define data communication services and protocols for computer equipment used for monitoring and control of HVAC&R and other building systems and to define, in addition, an abstract, object-oriented representation of information communicated between such equipment, thereby facilitating the application and use of digital control technology in buildings.

Standard 135.1-2011 defines a standard method for verifying that an implementation of the BACnet protocol provides each capability claimed in its Protocol Implementation Conformance Statement (PICS) in conformance with the BACnet standard (Standard 135). It provides a comprehensive set of procedures for verifying the correct implementation of each claimed capability, including BACnet services (as initiators, executors, or both), BACnet object-types (including both required properties and optional properties), the BACnet network layer protocol, data link options, and all special functionalities. [3]

Footnotes

[1]Text from the BACnet home page
[2]Text from Techstreet description Standard 135-2012
[3]Text from Techstreet description Standard 135.1-2011
[4]Text inspired from the Introduction to Ontologies with Protege
[5]Turtle - Terse RDF Triple Language