I am encountering random DAQmx errors while running 2 or more parallel while loops....obviously all of them doing data fetching. I don't remember the exact error codes or if it is the same all the time. Just wanted to see if anyone else has experienced random DAQmx errors with multiple parallel loops. I am using the following:
8350 3Mhz controller with 2GB of RAM and built in MXI-4 bridge to a PXI-1036 Chassis
PXI chassis has the following cards installed: 4070 DMM, 2575 Mux; 4224 DAQ (X2), 6508 DIO
Windows Xp, LabVIEW 8.2, DAQmx 8.0
If the error was always at the same place it would make sense, however it just seems to occur randomly.....sometimes during a DIO function, sometimes a DAQ function and sometimes a DMM function. I even have times when the entire vi will execute without errors!!! Sometimes it bombs out after just a few seconds....other times maybe towards the end of the vi (minutes). The only connection between the loops are presetups, variables and a common stop variable.....other than that, they are on their own.
I have used the DAQmx express for most of my data acquisitions and this is the only common link I have found so far. Not looking for perfect answers here, but again just curious if anyone else has run into these types of random errors.