08-15-2012 01:46 PM
Hi
I have a labview code that has a MainVI and a SubVI. I need to display/hide the front panel of the SubVI.
I have a case structure which has two cases,
Case 1: I want to display the front panel
Case 2: I want to hide the front panel.
I am currently using the property node, but I cannot which attribute controls the display of the front panel
Please help
Solved! Go to Solution.
08-15-2012 01:59 PM
A VI is worth a thousand words.
Please attach your VI so we can see what you are doing.
08-15-2012 02:20 PM
Invoke Node >VI Class>Front panel State is the property.
08-15-2012 02:32 PM
It's Property Node and not Invoke Node. My bad!
08-15-2012 02:37 PM
Did you see the reply here