/
BACnet URL correct format

BACnet URL correct format

The BACnet connector correct URL format is: bacnet://{host}/{deviceId}?dnet={BACnet network no}&dadr={BACnet address}&hops={hop count} where:

  • host: is the ip and port of the bacnet device

  • deviceId: is the device instance of the bacnet device

  • dnet: is the network number of the bacnet device

  • dadr: is the mac address of the bacnet device

  • hops: is the hop count of the bacnet device (default is 255)


Example: bacnet://10.10.1.200:47810/1000?dnet=200&dadr=06&hops=255

For IP devices, its simple with just the host and deviceId. Example: bacnet://10.10.1.200/1000

If the user will input a correct HOST but will put the wrong device instance number in, then an "Unknown Object" error will be thrown at the connector level.

If the user will put the wrong network number/ host/ mac address in, then a "Socket timeout" error will be thrown at the connector level.



Related content

BACnet Connector Details
BACnet Connector Details
More like this
BACnet Connector
BACnet Connector
More like this
Multiple BACnet Instances or Non-standard port
Multiple BACnet Instances or Non-standard port
More like this
Bacnet Server
Bacnet Server
More like this
BACnet Troubleshooting
BACnet Troubleshooting
Read with this
Aux Point Information
Aux Point Information
Read with this