Continuous analog output ao daq
이전 댓글 표시
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
Timothée
2018년 5월 23일
Hi,
Had you finally found a solution? I have the same kind of problem
채택된 답변
추가 답변 (1개)
Sean de Wolski
2011년 5월 9일
Use a timer function to repeatedly call the analog out trigger function.
doc timer
댓글 수: 4
Izaskun Azk
2011년 5월 9일
Sean de Wolski
2011년 5월 9일
No. Set your trigger period to be the same length as your sample rate/output so they align.
Sean de Wolski
2011년 5월 9일
(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
2011년 5월 9일
카테고리
도움말 센터 및 File Exchange에서 National Instruments Frame Grabbers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!