Continuous analog output ao daq
Afficher commentaires plus anciens
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 commentaire
Timothée
le 23 Mai 2018
Hi,
Had you finally found a solution? I have the same kind of problem
Réponse acceptée
Plus de réponses (1)
Sean de Wolski
le 9 Mai 2011
Use a timer function to repeatedly call the analog out trigger function.
doc timer
4 commentaires
Izaskun Azk
le 9 Mai 2011
Sean de Wolski
le 9 Mai 2011
No. Set your trigger period to be the same length as your sample rate/output so they align.
Sean de Wolski
le 9 Mai 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
le 9 Mai 2011
Catégories
En savoir plus sur National Instruments Frame Grabbers dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!