06-22-2009 01:45 AM
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.
06-22-2009 02:12 AM
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"?
06-22-2009 02:26 AM
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.
06-22-2009 02:44 AM
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?
06-22-2009 03:42 AM
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...