High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 5620 acquisition

Hello,
I have NI 5660 RF Signal Analyzer, and I want to configure the digitizer to start acquiring data when a certain RF signal is detected (for examples from a remote control, I press the buton and the device starts acquiring data, I release the buton it stops). Maybe here could be more than one solution thats why I am asking Smiley Happy

Best Regards,
Stefan
0 Kudos
Message 1 of 3
(6,380 Views)
Hey Stefan,

You can configure your 5660 to start the acquisition by using a start trigger. One option would be to configure the trigger off of a digital edge on one of the PFI lines on the digitizer. Whenever a digital high is received on this line the acquisition would begin. Another option would be to send a software trigger. For example, if you pressed on a button on your VI you could configure it to send the software trigger and begin the acquisition.

As far as releasing the button and the acquisition stopping, this will be more difficult to implement. You could of course just a wire a stop button to your while loop to end the acquisition. If you need an actual hardware signal you could use a reference trigger. This will stop the acquisition after the reference trigger is received.

The driver ships with some example programs that should help you get started with this. If you look in the NI Example Finder in LabVIEW at Help » Find Examples » Hardware Input and Output » Modular Instruments » NI-RFSA (or NI-5660) » IQ Acquisition you should see an example called ni5660 Trigger IQ.vi. This will show you how this is implemented.

Good luck with your application and let me know if you have additional questions.
Regards,

Chris Delvizis
National Instruments
0 Kudos
Message 2 of 3
(6,362 Views)
Hello,
Thank you for your answer, I think I will use an external trigger given from an motor on PFI, and I will use digital edge trigger because the motor it's a step by step motor.

Best regards,
Stefan

0 Kudos
Message 3 of 3
(6,346 Views)