08-21-2009 02:26 PM
Hi,
I have a computer(which runs windows xp embedded) which uses labview to displays resistances of different resistors.
We'll call this deviceX
How do I make it such that other computers on the same network as this computer will be able to communicate this deviceX.
I want deviceX to be able to receive commands and send back whatever the client requests.
I am pretty fluent in labview, but I dont know which direction to go with in this network problem.
Any help at all will be greatly appreciated.
Thanks,
Philip
Solved! Go to Solution.
08-21-2009 03:12 PM
Hi Philip,
i think you can use TCP/IP to communicate with your device X. Did you see the TCP/IP examples?
Mike
08-21-2009 03:16 PM
08-21-2009 03:24 PM
Depends on what you need to accomplish. If you want users on different computers interact with the program running on Device X you can do remote front panel. This displays the front panel of the vi or exe running on device X in a web page.
If you want something more advanced the TCP/IP would be the way to go.
08-21-2009 03:27 PM
08-21-2009 03:29 PM - edited 08-21-2009 03:30 PM
And have you looked at remote panels?
edit - sorry, late on the submit button
08-23-2009 05:30 AM - edited 08-23-2009 05:31 AM