I'm using function :
DAQmxErrChk DAQmxLoadTask("Scan500at100", taskHandleCelda)
DAQmxErrChk DAQmxReadAnalogF64(taskHandleCelda, -1, 10#, DAQmx_Val_GroupByChannel, _
DatosCanales(11000), 1000#, CantLecturas, ByVal 0&)
but it aborts VB6 application completely and asks if I want to report this problem to Microsoft.
I created task withing MAX, using drivers 8.6 that came with the Ni- USB -6210 device.
I'm trying to read a burst of reading within a time frame. Not sure if variables are correcly declared in function, but
this is the way VB6 accepted them.
Any help will be appreciated. Thx