Creating a New BACnet Object

BACnet utilizes "objects" to represent either physical items or descriptions of processes/calculations/operations. There are multiple object "types", each with a list of required and optional properties. These include:

 

Value

Object Type

 

Value

Object Type

0

analog-input

 

12

loop

1

analog-output

 

13

multi-state-input

2

analog-value

 

14

multi-state-output

3

binary-input

 

15

notification-class

4

binary-output

 

16

program

5

binary-value

 

17

schedule

6

calendar

 

18

averaging

7

command

 

19

multi-state-value

8

device

 

20

trend-log

9

event-enrollment

 

21

life-safety-point

10

file

 

22

life-safety-zone

11

group

 

 

 

 

To Create a New BACnet Object:

  1. Right-click on a device in the the Workbench Project Explorer then click on "Add Object to Database".

-OR-

Select a device within the the Workbench Project Explorer, then click on the Add Object to Database button in the Edit section of the Home ribbon at the top of the screen in the Workbench.

  1.  A 'Create Object' window may open, requesting you to select the type of object you'd like to create, as well as create an empty object, specify an instance and/or specify a name. If this occurs, make your selections, then click OK. If not, the Object properties will display.

BACnet Object

  1. Type a name in the Name textbox and provide a Description (optional).

  2. Specify the Object Type in the dropdown menu (Analog Input by default) and specify the right Instance # (usually 1). The Object ID should be generated automatically.

The following Object Settings may be changed:

     

  1. The following properties are common to many of the object types.

  1. Click Apply to proceed.

See also:

Exploring the Network