We need to acquire analog input with position measurement of an quadratur encoder.
Our System: DAQ6024E , MS7.0 C#, DAQmx 7.3.
The idea is to synchronize the readings by generating a pulse with bords counter 0 and use this pulse as an external clock.
Then we read the analog input and the encoder data with boards counter 1.
To do this buffered readings we really need 3 tasks, PulseGeneration, AI read with external clock, CI read with external clock? How we can synchronize the buffers if the acquisition processes are asynchron?
Has anybody a similar problem and an example in C#/VB?
Thank You.