Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

communication between two computers

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?

0 Kudos
Message 1 of 3
(2,179 Views)

You could send data across the TCP/IP primitives between the two systems provided they maintain their IP addresses.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 3
(2,172 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,115 Views)