Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 6210 DAQ with Python: How to write a script for continuous acquisition of an unknown amount of sample points?

I have a NI6210 DAQ which receives data from a SRS 830 lock-in amplifier. I wish to record the data transmitted by the analog channels of the SRS 830 (respective to the intensity and phase of the analyzed signal). I am, however, unable to establish a priori the size of the data to be collected. Is it possible to collect an unknown number of data points from the SRS using the DAQ? If so, can someone be so kind as to provide me a Minimal Working Example of how it should be done?

 

I am struggling to adapt an example file from the NIDAQmx GitHub to this new scenario: https://github.com/ni/nidaqmx-python/blob/master/examples/ai_multi_task_pxie_ref_clk.py

 

Any help would really greatly appreciated. Also, if anyone could point me out to a good resource on understanding how DAQ works and how to properly program a NI-DAQ, I would be greatly appreciated - my knowledge of DAQ systems is rather small, and much of the information I gathered does not help me much understanding how to properly use DAQ resources (for instance, why use counters or streams, etc).

0 Kudos
Message 1 of 3
(813 Views)

One of your related queries has been marked as answered, https://forums.ni.com/t5/Multifunction-DAQ/Setting-up-a-NI-6210-to-collect-data-from-a-lock-in-ampli...

 

What changed?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 3
(810 Views)
Hello, The other question was regarding how to collect a well-defined number of points, triggered by an external event. The present question deals with how to collect an unknown number of points continuously. Kind regards, Alcides
0 Kudos
Message 3 of 3
(803 Views)