Hello
I am converting a application from traditional DAQ to DAQmx. (Version 8.3)
Programming Language: Visual Basic 6.0
Hardware: PCI 6602
I am using counter 0 as a gate to buffered event counting (Synchronous). Generating a continuous pulse train using counter 0 and feeding the output of the counter to counter 3 which has been setup for buffered event counting. Buffered event counting will start once it starts to get the pulse and it s been externally triggered using another pulse generated at counter 7. All these operations are inside a loop and the loop exists till the counter is armed.
I have encountered two problems in this.
1) Data written before it could be read by the system
2) It s comparitively slower than traditional DAQ
Any help would be appreciated.
Thanks