Network Number: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A BACnet network, formally, a "BACnet Internetwork" consists of multiple "BACnet Networks". Each BACnet Network is given a 16-bit Network Number (NN) to allow devices on the network to be addressed via their BACnetAddress. (A BACnetAddress is NN:BACnetMAC) The Network Number cannot be 0, or 65535. Refer to the specification "6.2.2.1 DNET, SNET, and Vendor ID Encoding" where it clarifies that the DNET cannot be 0 and the SNET cannot be 0 or 65535. The DNET can be 6553...") |
No edit summary |
||
Line 3: | Line 3: | ||
Each BACnet Network is given a 16-bit Network Number (NN) to allow devices on the network to be addressed via their BACnetAddress. (A BACnetAddress is NN:BACnetMAC) | Each BACnet Network is given a 16-bit Network Number (NN) to allow devices on the network to be addressed via their BACnetAddress. (A BACnetAddress is NN:BACnetMAC) | ||
Refer to the specification "6.2.2.1 DNET, SNET, and Vendor ID Encoding" where it clarifies that the NN for the DNET cannot be 0 and the NN for the SNET cannot be 0 or 65535. | |||
The DNET can be 65535 since this indicates a Global Broadcast. | The DNET can be 65535 since this indicates a Global Broadcast. |
Latest revision as of 07:55, 14 January 2024
A BACnet network, formally, a "BACnet Internetwork" consists of multiple "BACnet Networks".
Each BACnet Network is given a 16-bit Network Number (NN) to allow devices on the network to be addressed via their BACnetAddress. (A BACnetAddress is NN:BACnetMAC)
Refer to the specification "6.2.2.1 DNET, SNET, and Vendor ID Encoding" where it clarifies that the NN for the DNET cannot be 0 and the NN for the SNET cannot be 0 or 65535.
The DNET can be 65535 since this indicates a Global Broadcast.