Issue
How can a BACnet b4920 be reset back to its factory default IP address?
Product Line
Andover Continuum
Environment
BACnet b4920
Cause
There is no Reset IP switch on the b4920
Resolution
There are 2 ways of accomplishing this.
Method One - The first method resets the controller to factory default address settings:
IP Address: 169.254.1.1
Subnet Mask: 255.255.0.0
Gateway: 0.0.0.0
Webserver Port: 80
Web User Name: acc
Web User pwd: acc
EnergyNet ID: 1
BacNetMstpNetId: 2764
BacNetUDPNetId: 2765
During controller startup, there is a 2 minute window in which the controller will be restored to factory defaults based on the following:
- Seconds since startup is < 120
- A Ping packet is received by the controller with a matching Ethernet address but unmatched IP address.
- Ping payload size of 255 bytes.
Prior to running the procedure, the controller must be on the same network as the PC that that is used to issue commands. The engineer will need to have on hand (1) IP address that is both valid and NOT in use on the network that the PC and Controller are connected to.
- Get the Controller's MAC Address
Each controller has a 6 byte hardware address, also known as the MAC address or Ethernet address. The address is represented in HEX. The first three bytes of the MAC address are constant and represent Andover Controls vendor ID : 00-40-11
The last 3 bytes of the MAC address are derived from your controller’s serial number. The controller’s serial number is printed on the board and is represented as an Integer value. You must convert this value to HEX in order to obtain the last 3 bytes of your controllers MAC address.
Ex. Integer Serial Number: 1033394
Converted to Hex: FC4B2
Controller’s MAC: 00-40-11-0F-C4-B2
- Create a batch file
Create a batch file named Acc.bat with the following content:
arp -s %1 %2
ping -l %3 %1
arp -d %1
- Restart the b4920 Controller
Within 2 Minutes of restarting, run the batch file with the 3 arguments:
Acc.bat IP_Address 00-40-11-XX-XX-XX 255
Where IP_Address = valid IP on the network
Where XX-XX-XX = last 3 bytes of controller’s MAC
Where 255 = Ping Payload size
- After Issuing the command, the controller should restart, and the factory default address settings are restored.
Method Two - Capture the Controllers Currently Configured IP Address
This second method is easier to do and is currently recommended because of its ease.
- Download and install a network sniffing application, such as Wireshark which can be downloaded from their website here.
- Connect a Cross over Ethernet cable between the b4920 and a PC running the network sniffing application.
- Start up the network sniffing application and then reset the b4920 by hitting the reset button on the controller.
On start up, the controller will send out the IP address (Gratuitous ARP Packet) which it currently has assigned to it. Once this IP address is captured with Wireshark etc the IP of the Workstation can then be changed to allow connection to the controller's web configuration page to change its IP address as required.