10-13-2005 03:24 AM
10-14-2005 02:40 AM
10-16-2005 03:41 PM
10-16-2005 04:05 PM
10-16-2005 04:15 PM
10-16-2005 04:22 PM
I think the gist of my query still applies, though. Do you have the development environment running? If you use sysexec to call LabVIEW.exe and your development environment has VI server enabled, I don't see why you can't call the dev-environment VI server from your executable. What happens when you try to open the reference to the dev app server? Do you get an error, or is the error only upon trying to call the v7.0 VI?
10-16-2005 04:31 PM
10-16-2005 04:36 PM
10-16-2005 04:46 PM - edited 10-16-2005 04:46 PM
If you want to establish communication between a VI and a stand-alone LabVIEW application on the same computer, wire localhost to this input. localhost establishes communication with the LabVIEW Run-Time Engine.
So I'm only wondering whether this is an undocumented
feature or kind of incidential feature which might change in a future
version.
Nevertheless, this solves my problem.
Thanks Trager!
Daniel
Message Edited by dan_u on 10-16-2005 11:48 PM
10-16-2005 04:54 PM