LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create multple buttons

I want my program to create multiple buttons on my front panel, is this possible?
If i click on a button there must appears a second button until i stop clicking
0 Kudos
Message 1 of 5
(2,553 Views)
I'm not sure if this is what you want.
0 Kudos
Message 2 of 5
(2,546 Views)
You can't create a new button, but you can show and hide an existing button.
You need to create a property node. Right click on the control or the terminal and select Create>>Property Node. The selected property is Visible, which is the one you want, but you need to make it writable, so you can control it. To avoid writing to the property constantly, you should create an event structure and wire the button's value into the property node only when its value changes (a "Value Change" event). You should also change the button's mechanical action to Switch Until Released.

If any of these doesn't sound familiar, I suggest you look it up in the LV help and in the user manual.

To learn more, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide.

___________________
Try to take over the world!
0 Kudos
Message 3 of 5
(2,541 Views)
Thanx, I think I have something about the first answer, I know the property note, but thanx for the answer too

Pieter
0 Kudos
Message 4 of 5
(2,516 Views)
Hi, Just thought you might be interested to have another reference 😛

Cheers!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 5 of 5
(2,489 Views)