I have a DAQmx measurement that worked when I created it now it is showing the error -200479. I cannot seem to find any information on that error code.
The measurement i am doing is the folloing:
I start with the DAQmx Create Channel AO voltage VI, channel is the analog output of my PCI-6036E, I then go to the Waveform Buffer generation VI, I set the Freq for 130hz, 100 samples, 2.5v Amplitude, Sinewave, and 5 cycles per buffer. it then goes to the DAQmx Timing Vi (Sample Clock) set for continuous Samples, followed by writting the Wave form from the generation vi using the DAQmx Write vi. (set for analog WFM 1Chan NSampl) eveything to this point has No error, then is goes to the DAQmx Start task and the error occurs ont he output of the start task.
If I had info on the error it may help.. Also I did do the latest patch for LabVIEW 8.0 (8.0.1 I believe)