Continuous analog output ao daq
Mostra commenti meno recenti
Hi! I'm working with a national instruments data acquisition USB 6211 with the aim of generating an analog signal during several hours. I work with SamplesOutputFcn event in order to introduce new samples into the engine each SamplesOutputFcnCount. The problem is that when 4.2929e+09 samples has been generated (at a SampleRate of 100000 S/s) the object stops outputting the signal when its status is still sending data.
Could anyone tell me if there is any limit in the number of samples that can be output per trigger with an analog output object?? I try to find it in the data acquisition toolbox's help without any success.
Thank you very much!
1 Commento
Timothée
il 23 Mag 2018
Hi,
Had you finally found a solution? I have the same kind of problem
Risposta accettata
Più risposte (1)
Sean de Wolski
il 9 Mag 2011
Use a timer function to repeatedly call the analog out trigger function.
doc timer
4 Commenti
Izaskun Azk
il 9 Mag 2011
Sean de Wolski
il 9 Mag 2011
No. Set your trigger period to be the same length as your sample rate/output so they align.
Sean de Wolski
il 9 Mag 2011
(I haven't used the DAQ toolbox in a few years and I'm on a MAC which doesn't have it, sorry I can't be more specific.)
Izaskun Azk
il 9 Mag 2011
Categorie
Scopri di più su National Instruments Frame Grabbers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!