There are multiple methods possible for updating firmware on a SCADApack x70. The easiest way is to use RemoteConnect while connected either locally or remotely. Other methods include using Telnet. Telnet can be used with 3rd party applications such as PuTTY it can also be used with the integrated terminal program in Windows. See examples below for updating firmware with PuTTY or the Windows prompt.
Step 1: Transfer the Firmware File to the RTU
- Open RemoteConnect and connect to the SCADAPack x70 RTU via USB.
- Enable the Telnet Service on the device.
- Go Online with the device and write the program to the SCADAPack x70 RTU.
- Right-click on SCADAPack x70 Controller Settings – DeviceDTM, then go to:
- Additional Functions > Write File to Device
- In the Write File to Device window:
- Click Browse, locate the firmware file (e.g.,
9114e47x.fwz
), and click OK. - Wait for the file transfer to complete.
- Click Browse, locate the firmware file (e.g.,
Step 2: Apply the Firmware Patch Using PuTTY
- Open PuTTY and connect to the RTU using the USB IP address:
10.2.3.4
.
- Type the command: DIR
- This verifies that the firmware file exists on the device.
- Type the command: RESTART PATCH
9114e47x.fwz
- Wait for the firmware patch to complete. The PuTTY session will disconnect automatically.
- Reconnect using PuTTY and type: VER
- This displays the updated firmware version.
Step 3: Apply the Firmware Patch Using Windows Command Prompt
- Open Windows Command Prompt and type: Telnet 10.2.3.4
- This will connect to the SCADAPack x70 RTU.
- Type the command: DIR
- This verifies that the firmware file is present.
- Type the command: RESTART PATCH
9113e47x.fwz
- Replace
9113e47x.fwz
with the actual firmware file name.
- Wait for the patch to complete. The connection will be lost.
- Reconnect using command: Telnet 10.2.3.4
- Type the command: VER
- This displays the updated firmware version.