Location:
<WorkspaceDirectory>\DataFiles\xio.BACnet.PropertyDefinitions.dat
Wiki Markup
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. <tr> <td>1</td> <td>Device Name Filter</td> <td></td> <td> The BACnet Device Name Filter. Wildcards (*) are allowed. </td> </tr> <tr> <td>2</td> <td>Object Name Filter</td> <td></td> <td> The BACnet Object Name Filter. Wildcards (*) are allowed. </td> </tr> <tr> <td>3</td> <td>Property ID</td> <td></td> <td> This attribute defines the BACnet Property. </td> </tr> <tr> <td>4</td> <td>Access rights</td> <td></td> <td> 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. </td> </tr> <tr> <td>5</td> <td>Polling interval</td> <td></td> <td> Specifies the polling interval for the resulting porperty items. Default polling interval is used as of the corresponding BACnet object. </td> </tr>follows:
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.
Col# | Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|---|
1 | Device Name Filter | The BACnet Device Name Filter. Wildcards (*) are allowed. | None | ||
2 | Object Name Filter | The BACnet Object Name Filter. Wildcards (*) are allowed. | None | ||
3 | Property ID | This attribute defines the BACnet Property. | None | ||
4 | Access 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. | R, RW, W | None | R |
5 | Polling interval | Specifies the polling interval for the resulting porperty items. Default polling interval is used as of the corresponding BACnet object. | ms | object setting |