NetEdit
Starting NetEdit
Find PLC / POM IP-Address
Configure PLC IP-Address
Configure POM IP-Address
Update POM Firmware / Booter
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