BACnet/IP
BACnet (Building Automation and Control Networks)
Connection String Options
Name |
Type |
Default Value |
Required |
Description |
Name |
BACnet/IP |
|||
Code |
|
|||
Maven Dependency |
<dependency> <groupId>org.apache.plc4x</groupId> <artifactId>plc4j-driver-bacnet</artifactId> <version>0.12.0</version> </dependency> |
|||
Default Transport |
|
|||
Supported Transports |
|
|||
Config options: |
||||
|
STRING |
Path to the location of a single EDE file, that contains the descriptor for the target device. |
||
|
STRING |
Path to the directory used for storing multiple EDE files. These files contain the descriptors for the possible target devices. |
||
Transport config options: |
||||
udp |
||||
|
INT |
-1 |
Some connections require a UDP listener to listen on a fixed port. |
|
tcp |
||||
|
BOOLEAN |
false |
Should keep-alive packets be sent? |
|
|
BOOLEAN |
true |
Should packets be sent instantly or should we give the OS some time to aggregate data. |
|
|
INT |
1000 |
Timeout after which a connection will be treated as disconnected. |
|
pcap |
||||
|
BOOLEAN |
false |
Enables support for VLans |
|
|
FLOAT |
1.0 |
Numeric value for changing the replay speed: |
|
|
BOOLEAN |
false |
Should the replay start at the beginning of the file as soon as the end is reached? |
|
|
STRING |
Filter expression used to filter out unwanted packets from the replay. |
||
|
BOOLEAN |
false |
Should VLan packets be automatically unpacked? |
|
|
INT |
-1 |
When provided, filters all packets to let only packets matching this ethernet protocol-id pass. |
Data array | Size | Description |
---|---|---|