Creating a New BACnet Property

BACnet has specified 123 properties of objects. [See Standard 135-2008, BACnet®—A Data Communication Protocol for Building Automation and Control Networks.] BACnet objects are monitored and controlled through their properties. Three properties [Object-identifier, Object-name, and Object-type] must be present in every object. BACnet also may require that certain objects support specific additional properties. The type of object and the type of device in which that object resides determine which properties are present.

To Create a New BACnet Property:

  1. ClosedRight-click on an object in the Workbench64 Project Explorer then click on "Property".

    Creating a New BACnet Property

-OR-

Select an object in the Workbench64 Project Explorer then click on the ClosedAdd button in the Home ribbon at the top of the screen in Workbench64, then click on Property.

  1. The ClosedBACnet Property settings will appear in the right pane of Workbench64. Enter a Name and Description in the top text entry fields.

    BACnet Property Settings

The following Property Settings may be changed:

    • Property – The Property # should match the property name/description as defined in Standard 135-2008, BACnet®—A Data Communication Protocol for Building Automation and Control Networks. Else, at the very least, object properties on an interconnected BACnet/IP network should have unique numbers to quickly identify them and prevent possible confusion.

    • Array Index – Some properties may be stored as arrays. If the object has priorities in an array, check this box and enter an identifier for the array itself.

    • Variant Type -Can be Bool, Double, Dword, Float, Long, String or Unknown

    • Override Default Polling Rate – Sets the frequency of communication between BACnet properties and the BACnet Connector. Range can be between 0 and 4194303.

    • Override Default Priority – Sets a number between 1 and 16 as to the criticality of a property, in comparison with others. Assigning a priority level marks the importance of messages and which will override others. Some numbers are pre-assigned (1, 2, 5, 6, 8), with life safety naturally having highest priority. Other numbers (3, 4, 7 and 9 through 16) are not assigned and therefore are available for users to set their own priorities. Default is 8.

  1. Click Apply to proceed.

See also:

Exploring the Network