LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ping with '-t'

Hi BooJay,
ok, therefore don´t set the wait til end to false. Use the default value true. Run it with the "-t" option and send the "ctrl+c" command if you need it. After that the system exec function will quit and you get the result in the standard output. Use a parallel running process to send the "ctrl+c" command.
 
Mike
0 Kudos
Message 11 of 15
(1,334 Views)
Open a pipe...

Check out OGPipe from the openg library. With these VI's you can open an
executable, and read from and write to it interactivelly.

http://forums.ni.com/ni/board/message?board.id=170&message.id=270461&requireLogin=False

Regards,

Wiebe.


Message 12 of 15
(1,319 Views)
Of course it is an interesting execise to use system exec for continuous ping, but if you want con continuosly ping a target in LabVIEW, I would recommend one of the following two alternatives instead:
  1. raw socket ping
  2. .NET ping

I've been using .NET without any problems... and haven't really played with the raw socket version.

Message 13 of 15
(1,301 Views)

hi everyone, thanks for all the help and tips.  it is deeply appreciated!  THANK YOU!

special thanks to Mike for the tips

and, altenbach , those 2 tips gave me more idea about LabView.  Thanks

 

 

0 Kudos
Message 14 of 15
(1,276 Views)

Hello altenbach

 

I'm using LabVIEW 7.1.  and trying to write a vi w/ continuous ping.  I would like to be able to track lost/dropped packages.  When I go to my proberty node .NET folder is empty.  How would I go about getting this?

0 Kudos
Message 15 of 15
(802 Views)