LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combo box + push button click event

Hi,
I have three questions about the attached vi  (not completed ,and assume the subvi(read HAL file is working ) :
1) why at run time i can't click on the arrow of the combo box  , even though they are filled by values
2)How do i create a click event in lab view . i.e i want to read the combo box value and the numeric control value only when i push the button that is next to them .
3) I want the application to run forever (unless i push some exit button) . Does this mean that all the applications in LabView are "under" a big while loop ???
 
Thanks
Message 1 of 6
(4,090 Views)
Attach also the sub vi .
 
 
P.S :
I only have version 7.0 ...
0 Kudos
Message 2 of 6
(4,085 Views)
Hi,
   
1 :- Make your combo box control instead of indicator from shortcut menu.
 
2,3 :- Hope that , the attached vi is functionally same as you want.
 
 
0 Kudos
Message 3 of 6
(4,082 Views)
hi,
 
1. Change the combo box to control
2. In your case you can simple use a "case structure" and connect the button.
3. Its not necessary to put a "big while loop" however use the while loop in the last sequence and give a stop button to terminate the loop.
0 Kudos
Message 4 of 6
(4,081 Views)
hi,
 
1. Change the combo box to control
2. In your case you can simple use a "case structure" and connect the button.
3. Its not necessary to put a "big while loop" however use the while loop in the last sequence and give a stop button to terminate the loop.
0 Kudos
Message 5 of 6
(4,079 Views)

Thanks  guys.

helped a lot

0 Kudos
Message 6 of 6
(4,072 Views)