03-27-2012 11:08 PM
Hello,
while running one of the EXAMPLES in labview2009.Inside one example on PID controller there was a sub VI showing it as (clone).And we cant change any of the indicators or icons in that sub VI.Can we make our subVI like that?I would like to know more about clone..........plz help
Solved! Go to Solution.
03-27-2012 11:12 PM
Go to the sub vi in that go to VI properties (Ctrl + I) >> Execution >> Enable the Reentrant Execution (Pre allocate clones). But do not use this option in LV2G (Functional globals).
03-27-2012 11:33 PM
OK.I have one more doubt....in that example,there is no run button or oyher icons in the toolbars present.How programmers make a subVI like that?can we make our subVI like that??plz reply.
03-27-2012 11:38 PM
In the same VI properties go to Appearance >> Custom then do that all you want.
03-27-2012 11:45 PM
Thanx