07-11-2016 03:10 PM
I have an application where I need a sub-millisecond resolution ping. In the past we have utilized an external program to achieve this goal but we would prefer to have a more LabVIEW oriented solution for ease of maintenance. Has anyone done anything like this?
07-12-2016 12:31 AM
What do you mean about ping? If you use Windows, practically you cannot get better resolution than a few miliseconds. If you need better timing below mseconds and less jitter, you need to use specialized hardware with internal clock. What hardware, that depends on your actual requirements. What kind of application you have you mention? If you give more details, you will get more appropriate help and info...
07-12-2016 01:55 AM
Are you trying to simulate an attack?
07-12-2016 07:29 AM
Not trying to simulate an attack. . . Using ping to determine which target is closest. I want to do something like hrPing, but can't use it due to some license agreement requirements for this application. There are some other applications that I could incorporate but would rather have a LabVIEW solution that doesn't require calling an external application.
07-12-2016 08:34 AM
07-12-2016 10:55 AM
Do you actually NEED sub-millisecond ping ability? Why wouldn't the original Windows ping do what you want via the System Exec VI?
07-12-2016 11:16 AM - edited 07-12-2016 11:17 AM
Yes, sub-millisecond ping is required. The two targets are set up in a hazardous zone prior to testing. The pings are necessary to confirm that the units are properly set up. The time difference between the two pings will be on the order of tens of microseconds. We have a solution but were hoping someone had done something like this in LabVIEW.