What is the best method using CVI to ping a specified amount of packets to a device and monitor the response? Can CVI do this or do I need to monitor a terminal program to do it?
In order to customize the data payload size of the ping command, or to
specify the number of packets send to a device, you should use the ICMP
functions provided in the Windows SDK. You will then be able to
set up a ping based on the specifications you need.