I am using the new USB-6009 devices in an application that fires off a
thread for data acquisition. The application runs mostly
OK, getting proper measurement times when it is running.
It takes up to 75 seconds to configure though!!!! (depending on machine and how many times it has configured)
I am using standard code
DAQmxCreateTask()
DAQmxCreateAIVoltageChan()
DAQmxCfgSampClkTiming()
DAQmxStartTask()
DAQmxReadAnalogF64()
DAQmxStopTask()
Is there anything I can do to get rid of this delay? It seems to
be the initial CreateTask() and the CreateAIVoltageChan() that are the
delays. This never was a problem with Traditional DAQ and an
E-Series board.
Thanks for your help