05-16-2007 08:41 PM
05-18-2007 02:39 PM
05-18-2007 03:12 PM
Variable are network published.
I do have it selected to run when opened.
05-18-2007
03:24 PM
- last edited on
05-28-2025
12:14 PM
by
Content Cleaner
This link may provide some information.
I am assuming that you do not have any erorrs or warnings that pop up when you run the vi by itself?? Have your tried highlighting execution to make sure that you have deployed the variables correctly??
Are you running the vi itself without the project open or are you trying to run an executable??
05-21-2007 06:39 AM
Kenny-
I get no errors. I am trying to run the VI by itself without the project open. I will eventually need to run an executable. I will try highlighting.
Thanks
05-21-2007 11:23 AM
05-21-2007 12:16 PM
Sam-
I mean that the quality indicator stays red and no values are updated. I am binding to a source, and it works fine when opened from the project. I will check to see if the library is deploying.
I should have said that the VI will not "Run When Opened".
Thanks,
Brian
05-22-2007 07:13 AM
I have some more information. The VI will run when opened when I open it outside of the project, but not from within the project. When I run the VI "stand alone", the variable engine is running, and I can view the values in the variable manager. The data binding properties of the variable in the standalone VI are lost for some reason. The path to the library is blank.
Another thing I don't quite understand. If I have a library called "My Library.lvib" in folder "c:\My Libraries", the data binding path for the variable in the working VI gets changed to "My Computer\My Library.lvib" Why is that?
05-22-2007 06:52 PM
05-22-2007 09:06 PM
Sam-
I will try to create an example project, but here is a synopsis:
I have a project that contains a library and a main vi, plus sub-vi's. When I open up the main VI from within the project and run it, the shared variables in that library get deployed and displayed on the front panel of the main VI, and all is well. I do not have them set to autodeploy.
When I open the main VI by itself, and run it, the "deployment status" window doesn't appear, and the shared variables on the front panel do not get updated. No errors occur during deployment, but it happen within a second, instead of taking several seconds, so I don't think anything is happening. If I right click on a front panel control that is bound to a shared variable and look at the data binding properties, there is nothing in the box that should have the library path and variable name in it. It is as if it has lost its association with the shared variable.
Thanks,
Brian