08-16-2007 05:34 PM
08-16-2007 06:11 PM - edited 08-16-2007 06:11 PM
Message Edited by altenbach on 08-16-2007 04:11 PM
08-17-2007 09:49 AM
08-29-2007 12:53 PM
08-29-2007 03:52 PM
08-29-2007 04:09 PM
Hello Kike,
What I did was this:
I gave the user a Ring to select the option he wants and created a case structure for different options. Then I used the Visible property of the objects to display the objects on the front panel.
You can access the visible property from the Block diagram. Right click on the Icon, then select create> property node>visible. You will need to change the property node to write.
Then from your case statement, pass boolean parameter to these property nodes. True === Visible and False === Not Visible.
Thanks,
BIRA_PXI
08-30-2007 03:33 PM
08-31-2007 11:20 AM
Hi Kike,
I am unclear about your concern. Are you worried that you will have too much code on your block diagram? The case structure stacks the cases. Are you displaying subpanels? Are they actually clones?
08-31-2007 11:42 AM
09-04-2007 07:26 PM - edited 09-04-2007 07:26 PM
Message Edited by Yi Y on 09-04-2007 07:27 PM