09-19-2005 03:47 PM
09-20-2005 12:01 PM
09-20-2005 12:42 PM
09-20-2005 01:27 PM
09-20-2005 02:51 PM
When you send a "Samples to read" per reading of 1000 - what is the timing of the points read?
I am basically going to subtract 1 low point from 1 high point. As you described I would have 1000 readings averaged for each point, which would be ok as long as the sample time for the 1000 points didn't interfere with the next read.
Thanks for the help, I will try this and let you know how I make out.
Ryan Vallieu
09-20-2005 03:57 PM
09-20-2005 05:38 PM
Ah yes that does answer my question - so it will buffer 1000 of the RTSI driven readings, taken at the interval specified by the sample clock, which I am wiring in externally from RTSI 4. RTSI 4 is routed to my FGen marker signal.
I would have to set the DAQmx Read.vi output type to Analog:1D Waveform NChan, Nsamp.
With that I should expect an array for each channel of 1000 points each on every reading back?
Now on to the sample rate input to theDAQmx Timing.vi where I am setting all this up (RTSI clock ref, Samples per read, etc.).
This is supposed to be only a "buffer" size, set to the maximum frequency expected when I am running an external clock - but if I change the number the dT on the waveform appears to change - when I expect it to be driven by the RTSI Marker signal. Is this not the true dT of the signal?
I appreciate the help.
Ryan
09-20-2005 06:21 PM
09-20-2005 07:48 PM
09-21-2005 03:29 PM