07-21-2008 09:21 AM
07-21-2008 09:33 AM
I don't understand what you are trying to do. What do you mean by "shared variable in the front panel"? Shared variables are part of a library, they don't exist on a front panel. Though you can bind front panel controls and indicators to shared variables.
Can you post a piece of code that shows what you are doing?
07-21-2008 09:44 AM
Hi
I posted my block diagram...it reads the shared variables from a library ... and if the value is true it write the name of the shared variable on the listbox..
If I run this VI it works well, but if I run the executable it don`t display the name of the variables.
07-21-2008 10:01 AM
07-21-2008 10:20 AM
VI's will have a different path when they are run from and executable then run from a Development environment. I wonder if there is the same effect on libraries? I would recommend putting an indicator on the shared variable array to see how it shows up differently between the two environments.
It is also possible that the name of the shared variable gets stripped when compiled into an .exe. You may want to look at the description property and see if you can store the name there as well and try that.