06-30-2011 02:40 PM
So, I put in a DAQmx timing function into my vi. The attached file yields a nondescript error message occuring at the DAQmx read. With the continuous specification removed, nothing happens when I run it. The same things occur with or without the time delay function.
06-30-2011 03:04 PM
06-30-2011 03:18 PM
Nondescript for you maybe but you should have provided the error code. My guess is that error is coming from the fact that you wired an invalid value to the sample mode input. A value of 10123 samples would also be inappropriate. With a rate of 1Sample/sec, it would take 10123 seconds for the data to be acquired. Do you really want to wait that long?
Maybe if you would explain exactly how you want to acquire data - single sample, continuous and hardware timed, finite and hardware timed, time between samples, etc.