06-14-2018 03:39 AM
Hi,
I want to set new symbol for Conditional Disable structure without having the VI in a project( that is without using project). Can anyone suggest ways to achieve this functionality?
Thanks in advance.
06-14-2018 03:42 AM
06-14-2018 05:33 AM
You'd probably need to get the Application.Default Project (a brown property node, requiring scripting and some ini file keys). Then get it's root, and modify it's "CCSymbols" tag. Then, it might not work... Haven't tested this. It would be rowing against the stream (aka you shouldn't do this).
If you don't understand any\all of this, you're probably better off adding the VI to a project. That's what I would do.
Why do you (think you) need this? E.g. what's the use case? A normal disabled case structure or a case structure might be a more useful alternative.