LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sharing data via tcp/ip

Solved!
Go to solution

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?

0 Kudos
Message 1 of 3
(2,457 Views)
Solution
Accepted by topic author JoeKenZ

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)

0 Kudos
Message 2 of 3
(2,456 Views)

That works - thanks.

0 Kudos
Message 3 of 3
(2,430 Views)