NetEdit
6/20/2026 NetEdit 3 (3.17 L Production) / DmD2.11.2
NetEdit is an application distributed with Do-More Designer.
Using NetEdit you can
- find the IP-Addresses of
- BRX PLCs
- BRX Pluggable Option Modules
- BRX IO-Controllers BX-EBC100, BX-DMIO and BX-MBIO
- configure the IP-Addresses of
- BRX PLCs
- BRX Pluggable Option Module BX-P-ECOMLT
- BRX IO-Controllers BX-EBC100, BX-DMIO and BX-MBIO
- update the Firmware and Booter versions of
- BRX Pluggable Option Modules BX-P-ECOMLT, BX-P-SPARK, and BX-P-OPCUA
- BRX IO-Controllers BX-EBC100, BX-DMIO and BX-MBIO
Starting NetEdit
NetEdit can be started
- From the Windows Start Menu folder
AutomationDirect Tools - From the Windows Start Menu typing
Neteditin the search bar: - From within Do-More Designer’s Launchpad
:
Find PLC / POM / IO-Controller IP-Address
Upon starting NetEdit the application will attempt to scan the network for PLCs, POMs (Pluggable Option Modules) and IO-Controllers using the default network adapter.
If you have more than one network adapter installed, the Windows default adapter may not be correct adapter to use.
In this case just select the correct network adapter from the drop-down list in NetEdit’s menu bar.
Once the correct adapter is selected NetEdit will scan the network again and present a list of all discovered PLCs and POMs.
A factory new or factory reset PLC will show an IP-address of 255.255.255.255
Note:
As long as NetEdit is allowed through the windows firewall it will find PLCs regardless of whether your network adapter is set up in the same IP-address/subnet range. On common installations this firewall rule is automatically added. Should you not find a PLC as expected it might be due to a firewall blocking the discovery. In that case make sure you are directly connected to the PLC and follow the steps outlined in Allowing NetEdit through the Windows firewall.
Configure a device’s IP-Address
To configure a device’s IP address
Double click a row or select a row and click
Generalon theDo-More Settingstab to open theGeneral SettingsDialog
Within the
General Settingsdialog enter the IP-address and Subnet mask the PLC shall use and clickOK.
The PLC’s IP-address is set immediately.
Note: Except for BX-P-ECOMLT all POM IP-addresses are assigned through the PLC.
While NetEdit find’s those other POMs during network discovery, the IP address for BX-P-ECOMEX, BX-P-OPCUA and BX-P-SPARK are configured through Do-More Designer within the PLC configuration dilaog.
Update POM Firmware / Booter
These POMs (Pluggable Option Modules) allow the firmware and booter to be field updated:
- BX-P-ECOMLT
- BX-P-OPCUA
- BX-P-SPARK
To update a POM’s firmware and booter
- Scan the network to find the POM to be updated
- Download up-to-date firmware through Live Update or from the internet
- Initiate the firmware update
Downloading up to date firmware files
Up to date firmware versions can either be downloaded through NetEdit’s Live update feature or manually from the Internet.
Download firmware through Live update within NetEdit
Connection to the internet is required for the auto update to succeed. Follow these steps to perform a live update
From the menu bar select
FileandDownload Newest Firmware (Live Update)...Click
Goin theLive updatedialog. Once the update is complete clickOK.
Download firmware files from the internet
If you do not have internet access with the PC running NetEdit current firmware versions can be downloaded here.
Update and track current firmware version
For each updatable POM, NetEdit will show an asterisk in column F if an updated firmware is available in NetEdit’s firmware repository as well as an asterisk in column B if an updated booter version is available. With an updateable POM selected the firmware and booter version currently running is displayed under Module Info / General Info.
To update a POMs firmware / booter
- Select the POM to update from the list of found devices
- Use the right-click context menu or the
General Settingstab to selectUpdate FirmwareorUpdate Booter - NetEdit will show it’s repository of firmware or booter files corresponding to the POM type selected. If you downloaded the new firmware form the internet please navigate to the folder you store the download and select the file.
- Confirm the update in the following dialog by selecting
Yes - NetEdit will show a progress dialog and confirm once the update is completed
- Once NetEdit reports success the POM’s firmware has been updated
Allowing NetEdit through the Windows Firewall
In some instances the Windows Defender Firewall may block certain traffic form reaching NetEdit.
Explicitly allowing NetEdit through the firewall can help if a PLC or POM configured on a different subnet is not found when scanning with NetEdit .
The Firewall rule can be added either through windows graphical user interface or using an elevated command prompt.
Graphical interface
From the start menu launch
Windows Defender Firewall with Advanced Security(typing wf as in WindowsFirewall will bring this to the topSelect
Inbound RuleSelect
New RulesWith
Programselected clickNextSelect
Browseto select the program executableNavigate to
C:\Program Files (x86)\HAPTools, selectNetEdit3.exeand clickOpenClick
NextWith
Allow the connectionselected clickNextWith all boxes checked click `Next
enter a name for the new rule (e.g. NetEdit3) and click
NextThe new rule can now be found with the name entered in the last step
Command line
From within an elevated command prompt execute
netsh advfirewall firewall add rule name="NetEdit3" dir=in action=allow program="C:\Program Files (x86)\HAPTools\NetEdit3.exe" enable=yes