04-27-2020 02:13 PM
hello, I'm getting a problem, can someone help me or give me an idea?
I need to run a VI on a computer 1 and run another VI on a computer 2, what is the best way for the computer to get information from computer 2 through labview? and how can i do that?
04-27-2020 02:18 PM
You could send data across the TCP/IP primitives between the two systems provided they maintain their IP addresses.
04-28-2020 05:55 AM
My preference is using TCP/IP with the STM library. My second choice is the Network Streams. If you need raw throughput, then the Network Streams is the way to go. Otherwise, there is little difference between these two as far as pros and cons.