Hi,
I have built a data acquisition application. Well, I have a PCI-6025E NI acquisition device, but when I acquire data from probes through analog inputs, I get the error that I attach here.
I have a VI that begins to acquire data continuously through analog inputs and then another one that write data to digital outputs in order to modify the outputs with the desired ones. I write data only once each 1 minute. I'm not sure if it is the problem that causes the error, maybe a concurrence problem? If so, how can I solve this problem? and... Can I read and write data to the same data acquisition device (PCI-6025E) at the same time? If not, how can I read and write data to the same device at the same time? Using semaphores?
I have put a timeout 5s in the timeout input of the DAQmx Read (Analog 1D DBL NChan 1Samp) as you can see in the picture I attach here too. I don't know if that can be the problem. Now I'll try to not connect any timeout, and I'll try to connect a timeout of 0s too.
Thanks in advance,
ToNi.