Can I have more than one template control in a template VI?
In my application i need to have a basic VI with two type of controls. The data in the control differs from each other. I want to have the above setup as template and use it in my applicatoin development. Each time when i open the template VI (without any controls) from LabVIEW File Menu, It opens a new instance of the template VI.
If I add a templete control into the template VI. The template control also opens with a new instance along with the template VI.
Incase, If i add one more template cpontrol in the template VI, It does not open this control with a new instance. But the other control and the VI opens with a new instance.
Why does
not the second control open with new instance? Is there a limit in the no of template controls in a template VI?
Please help me understand better.