Hello,
I'm using a DAQ Card to generate a 50 Hz signal on 2 analog outputs only when the amplitude of my signal in input reach the threshold chosen by the user. It works but when I run my VI, I get the following error message after a moment more or less long :
Error-200016 occured at DAQmx Write (Analog 1D Wfm NChan NSamp).vi
Possible resason(s):
Onboard device memory underflow. Because of system and/or bus-bandwidth limitations, the driver could not write data to the device fast enough to keeep up with the device output rate.
Reduce your sample rate, alter the data transfer method (from interrupts to DMA), use a product with ;ore onboard memory, or reduce the number of programs your computers is executing concurrently.
Does that come from the memory of my computer ? How can I solve this problem ?
Thank you very much for your help.
PS : I'm using DAQCard 6024E (200kS/s)
LabView 7.0
Encoded is my code