09-15-2005 03:51 PM
I have a cluster indicator as shown. Cluster contains a Num ‘has linear test passed?’
I am passing cluster’s reference to the parent VI.
If Num=0, I want to hide only the Num keeping rest of the cluster visible in the parent VI.
How can I just make one num optionally invisible?
Thanks
Sandeep
09-15-2005 04:55 PM
09-15-2005 05:46 PM
09-15-2005 07:50 PM - edited 09-15-2005 07:50 PM
Hi, Sorry Sandeep,
Here it is again in, but in 6.1!
Cheers.
Message Edited by Dynamik on 09-15-2005 07:56 PM
09-15-2005 08:12 PM - edited 09-15-2005 08:12 PM
I have to echo Dynamik's comments. this is an odd construct.
Dynamik, you missed the "_1" version you were useing.
Sandeep,
Just hit ignore, open the diagram and replace the missing VI with the one you posted.
Here is another variation where I took the liberty of redefining your output type, just to make things easier.
Make sure you close yours before you open the VI "SetClusterVisabilityCreateLinearTestReportRef.vi"
Ben
Message Edited by Ben on 09-15-2005 08:13 PM
09-16-2005 06:22 PM
Hi Dynamic.
this works, and I can take it in subVI also.
thanks much
Sandeep
09-16-2005 06:24 PM
09-17-2005 04:29 PM
BTW, I liked the control/strings selection of your version. Elegant! Your solution makes it so easy to select a control, perhaps a warning is in order? The "gotcha" being: if Sandeep "selects" a value as default, or provides control-selector as a parameter, THEN, changes item-order in target cluster, he'll have to remember to re-select the correct control index (i think..?) :smileyquizzical: ( )