Continuous analog output ao daq
Show older comments
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 Comment
Timothée
on 23 May 2018
Hi,
Had you finally found a solution? I have the same kind of problem
Accepted Answer
More Answers (1)
Sean de Wolski
on 9 May 2011
Use a timer function to repeatedly call the analog out trigger function.
doc timer
4 Comments
Izaskun Azk
on 9 May 2011
Sean de Wolski
on 9 May 2011
No. Set your trigger period to be the same length as your sample rate/output so they align.
Sean de Wolski
on 9 May 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
on 9 May 2011
Categories
Find more on National Instruments Frame Grabbers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!