LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

click a radio button to configure settings

Hi,

     I have a question.That is, on clicking aradio button the corresponding module(UPA/VPA) parameters have to be configured.after configuring those parameters, if I click the ok button then next step has to proceed.I've attache my Vi here.It is of great help if you can help me.

Regards
RobinHood
0 Kudos
Message 1 of 5
(2,912 Views)

I could not find the OK button you mentioned. What do you mean by "clicking" a radion button? Change the value? Maybe an event structure would be appropriate?


vipull wrote:

     I have a question.That is, on clicking aradio button the corresponding module(UPA/VPA) parameters have to be configured.after configuring those parameters, if I click the ok button then next step has to proceed.I've attache my Vi here.


Is this supposed to be a dialog VI? What is the "next step"?

0 Kudos
Message 2 of 5
(2,904 Views)

Thanks Alten for your reply.

 

   Actually my requirement is,If select VPA then the program should go into VPA settings.The settings are: STEP SIZE(for

 

this I want to use a numeric control).After setting the step size,then if I click some OK button the program should be able

 

to go to the next sequence (like measuring some parameters).also the same thing should happen if I select UPA button.

 

Regards
RobinHood
0 Kudos
Message 3 of 5
(2,901 Views)

vipull wrote:

   Actually my requirement is,If select VPA then the program should go into VPA settings.


THe way you have the radio button configures, VPA is already selected, so what shoud trigger the configuration page? You could configure the radio button to "allow no selection" and start the program in this way. Still a radio button is not that great to trigger an action, maybe you should place a "configure" button next to it. (1) select the desired mode via the radion button (2) press configure.

 

Do you know how to use an event structure? Do you want to configure on the main front panel or in some popup window? Do you want to simply show/hide certain controls depending on the radio state?

0 Kudos
Message 4 of 5
(2,897 Views)

Alten,

         I'm measuring power amplifier parameters.there are two power amplifiers.1)UPA and 2)VPA.I'm measuring the

 

power amplifier parameters(power, harmonics etc..) over a frequncy range.If VPA radio button is selected then it should

 

go into next window/popup to set the step size(frequency).After setting the step size then it should come out of that

 

window/popup and then able to measure power,harmonics, etc...

Regards
RobinHood
0 Kudos
Message 5 of 5
(2,891 Views)