DB-Net/IP | Bacnet |
---|---|
Simple variable | AnalogInput |
Simple variable | AnalogOutput |
Simple variable | AnalogValue |
Simple variable | BinaryInput |
Simple variable | BinaryOutput |
Simple variable | BinaryValue |
Array | AnalogInput |
Array | AnalogOutput |
Array | AnalogValue |
Array | BinaryInput |
Array | BinaryOutput |
Array | BinaryValue |
Alias | BinaryInput |
Timestamp | AnalogInput |
Continuous reading | BinaryValue |
Properties:
Value can be reversed as [long timeMs = hodnota * 1000000], time in ms from Unix Epoch e.g. starting 1.1.1970 UTC. Bacnet representation is readonly.
Generated Bacnet objects are read/write enabled.
Driver optimize arrays reading. With DB-Net/IP it is possible to read only limited number of array elements in one step.
On export to Bacnet, arrays are split to individual objects and their name contains suffix _col_row
. Index order is inverse to order of DB-Net protocol. That means if we have array of size [1×5], last Bacnet point will have suffix _4_0
. Generated Bacnet objects are read/write enabled.
Variables of type int or long can be automatically extracted to binary aliases on Bacnet. Objects of individual bits are generated as binaryInputs and they are readonly.
On top of the screen is located list of currently configured devices.
Imported alias names. Alias names are readonly. Name of Bacnet points is generated as mainPoint_alias