01-05-2009 01:35 AM
Since 9229(USB casing) not have outside analog trigger, and the signal duration is 12 seconds.
I need to scan the collect data all long, until the threshhold trigger voltage is detected, then start collect 12 Seconds signal.
But after the threshhold is detected, some data may already lost when the 12 second duration collection start.
Also 'how fact to make a scan', The scan to read th data should be in a loop. If set the duration for each loop too big, then may lost data, but if too samll, then may make the Windows hang.
Any suggestion how to read the data scan from the device. Thanks.
Solved! Go to Solution.
01-05-2009 08:29 PM
01-05-2009 10:11 PM
01-05-2009 11:49 PM
Hi Turbot,
Just like what other guys told you on another forum that you post.
Just use only one task, and set channel to Dev1/ai0:3.
You also need to change DAQmx read to read from multiple channels.
Regards, Kate