JE-Suh
Results
1
comments of
JE-Suh
I solved it by replacing DAQmxRegisterEveryNSamplesEvent(AItaskHandle,DAQmx_Val_Acquired_Into_Buffer,1000,0,EveryNCallback,id_a) by nidaq.DAQmxRegisterEveryNSamplesEvent(AItaskHandle,DAQmx_Val_Acquired_Into_Buffer,1000,0,EveryNCallback,id_a) where nidaq = ctypes.windll.nicaiu (I installed NIDAQmx 19.6)