07-03-2009 05:48 AM
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.
07-03-2009 06:15 AM
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
07-08-2009 09:08 AM
Thanks for the reply Mike, I will go with the TCP/IP solution.
Rat_Lab.