LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to programmatically change the value of a LV8.2 project symbol at runtime?

I need to programmatically change what a conditional disable structure will execute at runtime. (See this thread for more details if you're interested.)  As far as I can tell the only way to do this is to change the value of a project symbol at runtime.

I've tried to find a property that allows me to do this but so far it eludes me.

Anyone know how to do it?
Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
0 Kudos
Message 1 of 2
(2,429 Views)
This is definetly not possible. When the conditional disable structure is compiled, only the actual case is compiled. The other cases don't even have to have valid code, they can have broken wires or bad VI's in them!


Like Mike suggested, you need to load VI's that do the task dynamically.


Regards,


Wiebe.
0 Kudos
Message 2 of 2
(2,419 Views)