LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RFSG frequency cannot change continually

Solved!
Go to solution

Hello guys,

 

There is a RFSG example as follow:

RFSG panel.PNGRFSG block.PNG

 

For the frequency control, it cannot change the frequency continually when the code is running. I have tried to move the configure RF VI to the while loop, but still not work. Anyway to solve this problem?

 

Thanks

0 Kudos
Message 1 of 4
(2,688 Views)

The frequency control will only get read at regular intervals if it is inside the while loop.

0 Kudos
Message 2 of 4
(2,678 Views)

Sorry I didn't get what you mean. Is there anyway to solve it?

 

Thanks

0 Kudos
Message 3 of 4
(2,643 Views)
Solution
Accepted by topic author zyb1003

Hello,

 

To update the frequency during generation, you can either stop the generation to reconfigure the frequency then restart (see RFSG Frequency Sweep.vi shipping example), or set up a configuration list to step through a list of frequencies (see RFSG Configuration List shipping examples).

------------------------------------------------------------------------------------------

Jon F.
Technical Support Engineer
National Instruments
Message 4 of 4
(2,632 Views)