Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Location:
<WorkspaceDirectory>\DataFiles\xio.BACnet.PropertyDefinitions.dat
The BACnet interface allows to map BACnet properties to server items.
The structure of the BACnet property definition file is as follows:
' BACnet property configuration file
' Device Name Filter;Object Name Filter;Property ID;Access rights \[R\];Polling interval (ms) \[object-setting\]
*;Input*;out-of-service;RW;5000
*;*;description;R;

Each line – except comment lines that start with ' – defines a filter rule for BACnet Objects. For each BACnet object matching that rule the respective property item is created in the server if applicable to the object.

1Device Name Filter The BACnet Device Name Filter. Wildcards (*) are allowed.
2Object Name Filter The BACnet Object Name Filter. Wildcards (*) are allowed.
3Property ID This attribute defines the BACnet Property.
4Access rights Specifies permissions of the BACnet property in the NETx BMS Core Server. Possible values are R (read-only; default), RW (read-write), and W (writeonly). This permission cannot supersede the permission configured in the device.
5Polling interval Specifies the polling interval for the resulting porperty items. Default polling interval is used as of the corresponding BACnet object.
  • No labels