03-05-2008 11:43 AM
03-11-2008 12:29 AM
Hi pinwinox, probably the trouble you are having is the shared variables are not being deployed. When you work with LabVIEW development environment, LabVIEW directly deploys this variables but in the executable you have to do it manually.
The following link might be useful:
How do I Deploy Network Shared Variables from a Compiled Executable?
How do I Communicate Between Multiple LabVIEW Executables using Shared Variables?
Using Shared Variables in Executables
Best Regards