Adding proxy points

As with device objects in other drivers, each remote controller station has a BacnetDevice with a Points extension that contains the device points. The default view for the BACnet points extension is the Bacnet Point Manager. If the controller is online, this is the easiest way to accurately add BACnet points under a BacnetDevice.
Prerequisites: You are working in Workbench connected to a remote host station.
  1. Expand Config > Drivers and double-click BacnetNetwork.
    A Bacnet Device Manager view opens.
  2. Under the Exts column, double-click the Points icon (Image) in the row.
    The Bacnet Point Manager view opens.
  3. To discover the points, click Discover.
    A progress bar appears at the top of the view. When the discovery job completes, the system lists the discovered points in the top pane of the view. Each point occupies one row.
  4. If needed, you can click to expand the objects (by default, presentValue is on top of any object).
  5. Select the property of the discovered device you wish to proxy.
    Typically, this is the default (top) presentValue property, but you may wish to create one or more additional proxy points for other properties (expand the discovered object). Possible examples include eventState, or, for a priority-type device, a particular priorityArrayindex (level).
  6. To map selected items in the station database do one of the following:
    • Drag from the Discovered pane to Database pane.
    • Double-click an item in the Discovered pane.
    • Click to select in Discovered pane, then press a.
    The Add window opens.
    Image

    The discovered object determines the initial property value. To deal with proprietary object types and properties, refer to the numerical codes supplied by the device vendor.

  7. Do one of the following:
    • Click to highlight the Object Id or the Property Id and type in the needed numeric code. For example, a proprietary property 1000 may be included on a company’s analog input objects.
    • If you added the relevant enumeration value into the BACnet device’s Enumeration List property, you should be able to select the Object Id or Property Id by name from the drop-down list.
  8. To complete the configuration, click OK.
    The system adds the points to the station database and displays them in the Database pane.
  9. To manually add points, click the New button in the Bacnet Point Manager or drag points from the bacnet palette.