08-17-2014 10:32 PM
Hello.
I need to make a VI with a continuously varying the output frequency and power level of the NI PXI-5652 generator. In the Soft Front Panel application it is implemented and frequency can be adjusted using the knob. How to do it in the VI?
Of help, I found out that I have to turn off generation to change settings. In this case, turn on and off in a loop seems to me not right. On the basis of an example, I made a VI, but how to make synchronous feed to update when I change the parameters - it is not clear.
Thanks in advance for your help.
Solved! Go to Solution.
08-18-2014 02:38 PM
Hi,
You can actually change both the output frequency and power level from that configuration VI without stopping and starting the task. You can also remove the case structure and just have the frequency and power values update continuosly. I've tested this out and attached a modified version of your VI to demonstrate this.
08-18-2014 11:45 PM
Thanks!
Following the example, I assumed that before the frequency change is necessary to switch off. But you have modified the program works fine.