LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create a dynamic front panel??

Hello!

I just wonder if it is possible to use a dynamic front panel? For example, if you have a case structure, you want some buttons visible only when a particular case is used.

Possible or not possible, that is the question!?!

🙂

/Krille
0 Kudos
Message 1 of 7
(3,221 Views)
Hi

A dynamic front panel as you describe is readily achievable with LabView through the use of property nodes. Check out the "Visible" property. This allows you to display or hide controls or indicators on your front panel as you wish.

Good luck

Neil
Message 2 of 7
(3,214 Views)
Is this perhaps some functions that are not included in Labview Base Package??

I can find the invoke node and property nod. But I can not find the functions inside them.
0 Kudos
Message 3 of 7
(3,197 Views)
Hi again

No, the property node is basic functionality that is common to all packages.
If you create a property node for your control and then right click you will get a menu.
Select "Properties" and you will get another menu showing all of the properties that are
available for that particular control. You can then select the property that you wish to
read or write to. The "Visible" property is the one that appears by default for a button.
See the attached picture for an image.

Neil
0 Kudos
Message 4 of 7
(3,192 Views)
Here is a very simple example using LabView 7.0.

Hope this helps
Neil
Message 5 of 7
(3,185 Views)
Thank u, I found the problem. I had a invoke nod that was set to application instead of VI.

🙂
0 Kudos
Message 6 of 7
(3,184 Views)
Thank you for the example!
I think I understand now.
This open new way of programming graphical interface.
Very useful!!
0 Kudos
Message 7 of 7
(3,178 Views)