Sample application that demonstrates how to set up Elipse Ping driver in Elipse E3.
Setting up the application:
To do so, follow these procedures:
1. Locate the driver’s DLL (PingDrv.dll).
2. Set up the I/O tags’ N parameters with the IP address of the device it will be connected to, as follows:
N1 = IP address’ first segment
N2 = IP address’ second segment
N3 = IP address’ third segment
N4 = IP address’ fourth segment
For example, to set up IP 200.248.184.102, the parameters should go as:
N1 = 200
N2 = 248
N3 = 184
N4 = 102
With WatchWindow tool, you will be able to check variation from connection/disconnection with the inserted IP address.
Further information on Elipse Ping can be found in the driver’s help manual.