08-07-2012 09:18 AM
For the convience of the end user, I would like to post the ip address of the host computer on the front panel of the progam. Is there a vi or something that will return the local ip address?
Solved! Go to Solution.
08-07-2012 09:20 AM
In a Command Prompt window, ipconfig
08-07-2012 09:25 AM
See this post:
http://forums.ni.com/t5/LabVIEW/hOW-TO-FIND-THE-IP-address-of-a-system/td-p/784636
08-07-2012 09:25 AM
I don't want to have to explain to the end user how to obtain the ip address so I want to display it in the program.
08-07-2012 09:35 AM
Thanks - That does it but it gave me the ip address of the wireless network connection. I supposed that would be fine, but is there a way to force it to give the ip address too the ethernet adaptor?
08-07-2012 10:08 AM
Okay I've got it figured out. Thanks for the help.