LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hOW TO FIND THE IP address of a system

thank u.....

0 Kudos
Message 11 of 13
(872 Views)

personally i would system exec.vi to execute an appropriate dos command that returns the information you are after, this returns a multiline string that can be processed easily

 

hope it helps 

Please remember to accept any solutions and give kudos, Thanks


LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7
0 Kudos
Message 12 of 13
(871 Views)

The only problem with System Exec is that the result of the command line tool is language specific which makes the parsing a tad bit troublesome. Another alternative to .Net would be the Windows API directly which you can find a library here for.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 13 of 13
(815 Views)