LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

delphi labview interface

 

I would like to pass a few data values from a Labview application to a Delphi application running on another computer on the same local network. Does anyone know if it is possible to get Delphi to read Labview's shared variables or is there another way to do it?

 

Thanks.

 

Rat_Lab.

 

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

Hi Rat_Lab,

i think you have to know the format of the shared variable data to read the values in Delphi. I think the easiest way is to use TCP/IP to send data between your applications.

 

Mike

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

 

Thanks for the reply Mike, I will go with the TCP/IP solution.

 

Rat_Lab.

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