08-01-2012 12:42 PM
I have finished up writing a LabVIEW program that I will be running in S.C. It would be nice to monitor some of the variables from my desk here in OH. Although we're several states apart we are on the same network domain. I suspect there is an easy way to do this. Could someone point me in the right direction for the proper vi's or information?
Solved! Go to Solution.
08-01-2012 12:46 PM - edited 08-01-2012 12:46 PM
There is a "multiple clients" example that ships with LabVIEW. Just look for TCP/IP in the example finder. If you set up your code to manage multiple TCP/IP connections, you can have it send the data to multiple clients (your computer being one of them)
08-03-2012 09:30 AM
That works - thanks.