LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP connection between LV and Java running PC

Hello,

 

I have two machines on the same network. On one machine I have labview and on the other I have Java code. I want to establish TCP/IP connection between the two and exchange data.  I was browsing through other forums, I do not intend to use JNI.

 

Is this possible, or how can I achieve it.

 

Thank you.

 

-H

Message Edited by H P on 11-13-2009 09:54 AM
0 Kudos
Message 1 of 4
(2,955 Views)

There is a set of TCP functions available in LabVIEW.

Also search the examples for TCP to see how to use them.

 

Felix

0 Kudos
Message 2 of 4
(2,942 Views)
Thank you for your reply. But, my question still remains, whether I can establish communication between two machines: one acting as a LV client and the other acting as a Java server.
0 Kudos
Message 3 of 4
(2,933 Views)

Yes, you can. TCP has nothing to do with the programming language you use (even independent of the OS), otherwise we would not communicate now (the internet is based on TCP).

 

Felix

Message 4 of 4
(2,926 Views)