09-14-2012 06:13 AM
Hello,
I have a problem using VI Scripting. I use it to automatically generate templates containing subVIs and Type Def by copying them from a template source (Task(x).vi will be replaced with PXI6232.vi for instance).
It works finem, even the dependencies, but I still have a problem with Reference Constant linked to Control, which is linked to a TypeDef. When I start my Scripting.vi, the control will be correctly relinked but the RefConstant will be deleted as shown in the Snippet.
How can I relink the RefConstant to its Control and avoiding its suppression?
Thanks,
Laurent
09-20-2012 05:15 AM
Any suggestions?