LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Lan users and corresponding Ip address in Labview

Is there any way to get the list of Lan Users in Labview without using net view Command in System Exec.vi....

 

Thanks in Advance....

0 Kudos
Message 1 of 4
(2,450 Views)

I am not sure anyother function exist to perform what you ask (as far I know). Is there any challenge in using the System Exec.vi?

-----

The best solution is the one you find it by yourself
Message 2 of 4
(2,419 Views)

No need to re-invent the wheel.  Use the command line tools that are made for this type of thing, unless there is a good reason you can't use them.

0 Kudos
Message 3 of 4
(2,392 Views)

Of course there are other ways such as calling WinAPI functions. But, those APIs are anything but trivial to interface directly to from Call Library Nodes, and sometimes rather obscure. The only feasable thing to go this route would be to write a DLL in C that calls these APIs and provides a more concise and LabVIEW friendly interface. Not something many LabVIEW programmers would want to do, nor would be able to. Smiley Very Happy

 

Give me SystemExec instead. That simply works without days of tinkering with C code and lots of crashes during debugging. Smiley Wink

Rolf Kalbermatter
My Blog
Message 4 of 4
(2,373 Views)