‎06-15-2010 12:16 AM
‎06-15-2010 02:10 AM
‎06-15-2010 04:08 AM
Hi DanX!
Are the two programs supposed to run on the same machine? (if yes, at least one of them has to be an executable, since, as far as I know, you can't run two version of Labview at the same time)
In any case, data can be exchanged between them via Datasocket, TCP/IP, UDP, Shared Variables, files....
Marco
‎06-15-2010 04:15 AM
‎06-15-2010 08:27 AM
You can run two different versions of LV on a single computer at the same time.
I can talk directly within one version of LV between programs using "open vi reference" and "invoke node" to get and set parameters, controls, etc. I need to do this between two versions of LV. I thought of a way to do this indirectly by reading/writing from text files, etc. but I was wondering if there was a direct way. Doing this with executables may amount to the same thing. But I was fishing for a better method (i.e., more direct passing)...
‎06-15-2010 10:51 AM
Datasocket, TCP/IP, UDP or Shared Variables aren't ok?
Moreover they are faster then using files...
‎06-15-2010 11:09 AM
MarcoMauri wrote:Datasocket, TCP/IP, UDP or Shared Variables aren't ok?
Moreover they are faster then using files...
I have to side with Marco on this suggestion.
Ben
‎06-15-2010 12:48 PM
‎06-16-2010 07:08 AM