07-13-2011 06:32 AM
Hi all ,
I'm trying to do an Analog Generation with my X-Series NI-6356 DAQ ,
My problem is that I want to make 5 tests each one with 200 points that reflects as a linear wavee for the AO.
I'm using DAQmxWriteAnalogF64 but this command is too slow 100 ms over USB!
And I don't have that time.
So I Want to use a Pause trigger.
I'll set a buffer of 1000 points and I want to make 5 tests:
test 1 - AO of 1-200 from the buffer
test 2 - AO of 200-400 from the buffer
test 3 - AO of 400-600 from the buffer
test 4 - AO of 600-800 from the buffer
test 5 - AO of 800-1000 from f the buffer
my questions are :
1. Is it possible ?
2. Is there any example I can use ?
07-14-2011 03:35 PM
Kobi-
Can you post some pseudo code so that I can get a better understanding of your intended program?
Thanks,
Sean