03-13-2005 07:16 PM
03-14-2005 06:59 PM
03-15-2005 12:22 AM
03-15-2005 09:03 PM
03-16-2005 01:50 AM
03-16-2005 05:22 PM
03-18-2005 12:19 AM
02-02-2013 10:36 AM
Hi Lesley,
I have been struggling with DAQmx for a while now. I have a cDAQ 9168 chassis and I am trying to synchronize my analog inputs with my analog outputs. The analog input card is a NI 9205 and the output card is a NI 9264. After the example in this thread I think I can get it working. I have tried to combine regenerative output and analog input and this worked. Now I was just looking for non regenerative output. The VI in this thread looks exactly what I need. Many thanks for that.
No I am just wondering how I can get to datalog my in and outputs. I know the input gets its t0 at the first read operation and then every other t0 gets calculated from the number of times the buffer has been read and the sample rate and sample size. The question is however how do I get a t0 for my outputs? I guess I could just reuse the t0 from my input no? since they are synchronized and starting at the same time. If I use the same rate for in and output I could just build a waveform with t0 from my input and use dt derived from the sample rate correct?
Thanks
Lieven