Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Location:


<WorkspaceDirectory>\DataFiles\xio.BACnet.ObjectDefinitions.dat


The BACnet interface provides the opportunity to read and write BACnet Objects and their BACnet Properties. 
The structure of the BACnet object definition file is as follows:

' BACnet object configuration file
' DeviceId;ObjectId;ObjectType;ObjectName;WritePriority;PollingInterval;Persistent;Historical;Synchronize;COVType
257653;0;Binary Input;BINARY_INPUT_0;15;5000;F;F;F
257653;0;Binary Output;BINARY_OUTPUT_0;15;5000;F;T;F
2098178;1;Analog Input;B'AI1;15;5000;F;T;F
2098178;1;Analog Output;B'AO1;15;5000;F;F;F
2098178;1;Analog Value;B'AVAL1;15;5000;F;F;F
2098178;1;Binary Value;B'BVAL1;15;5000;F;F;F
2098178;2;Accumulator;B'ACC1;15;5000;F;F;F
2098178;2;Pulse Converter;B'PC1;15;5000;F;F;F
2098178;1;Multi-State Input;B'MSI1;15;5000;F;F;F
2098178;1;Multi-State Output;B'16;15;5000;F;F;F
2098178;1;Multi-State Value;B'17;15;5000;F;F;F
Each line – except comment lines that start with ' – defines a single BACnet object.
! The BACnet object definitions within this file can automatically be set by using the BACnetExplorer. Therefore, editing it manually is not necessary in general.

...