10-28-2011 08:17 AM
Hi,
I have two main VI's which transfer data between them with using a global VI. I am wonderig if I use one of them as an executable or both of them as executables, how will I be transfering data between them using the same global VI. Is it possible to do this?
Thanks,
Mudda.
10-28-2011 08:33 AM
If the VIs are run in parallell in the same exe you can simply use the globals, if they're separate exe's you can use network published globals.
/Y
10-28-2011 09:40 AM
How do I create the netowrk published globals? is this is the best way to transfer the data between two executables? or are there any other efficient ways to do it? I will trafering a cluster data between the application and an executable or between two executables.
Thanks,
Mudda
10-28-2011 10:23 AM
There is no such thing as a network published global. I believe what he means is a network published shared variable.
There was another thread recently where the person is trying to share data between different PC's. The advice in that thread will work for you as well when sharing data between different .exe's on the same PC.