LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ERR (-200279)

Solved!
Go to solution
hai...does anyone know how to overcome this. refering to the picture attach, this ERR(-200279) appear from my DAQmx read making my FFT RMS become NaN, how can i overcome this
0 Kudos
Message 1 of 4
(3,010 Views)
Solution
Accepted by topic author hafizzuddin
0 Kudos
Message 2 of 4
(3,005 Views)
Using continuous mode for DAQ and writing to a text file (especially with the express VI) pretty much guarantees that error. Besides that knowledge base article, search the forum for that error. You can change from continuous sampling or place the write function in another loop where you pass the data with a queue. See the producer/consumer architecture in the design templates.
0 Kudos
Message 3 of 4
(2,991 Views)
thank you
0 Kudos
Message 4 of 4
(2,980 Views)