How to Test a Connection Using a PING Test

Testing Network Connectivity
How to Test a Connection Using a PING Test
To check a CNC machines connection, you will need to know the IP address of the machine in FactoryWiz by going to CONFIG > Machine. In this example the ip address is 192.168.0.1
- Open command line in windows
- Type in PING 192.168.0.1 and press the enter button
- Understanding the returned data:
- If you see Reply from 192.168.0.1: bytes=xx time=xms TTL=xx then your ping test was a success and there is a device there.
- If you Host Unreachable, then the machine is not connected. FAIL
- If you see a Reply from another IP address, then this is also a fail. FAIL

Things to check if your test fails:
- Is the network cable connected to the machine?
- Is the network good? Test with a laptop.
- Is the IP address and subnet set correctly in the machine?
- Is there a managed switch blocking the port for this machine?