Hello, i'm using an 6229 Card and i'm trying to generate a callback each 50 ms using the DAQmx API but
the only way i found is to use a counter with 100Khz Time base and enter in a "WHILE LOOP" to control
the data retrevied in the read founction as the exampes provide.
But i have problems trying to register a callback function that is automatically rised every 50 ms to
garantee the control of the program.
Thanks in advance.