LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error -200279 DAQmx

Solved!
Go to solution

Hi,

 

I am reading 3 channels of data into a waveform chart at a speed of 512 Hz, and my waveform chart seems to slow down over time and eventualy stops working, then i get the error -200279?

ReadSamples.vi<append>
<B>Property: </B>RelativeTo
<B>Corresponding Value: </B>Current Read Position
<B>Property: </B>Offset
<B>Corresponding Value: </B>0

<B>Task Name: </B>AnalogInput

 

read_samples_vi.png

main_overview.png

 

I use a master/slave message handler structure and in my master is the "read samples" vi which reads 4 samples at a time, when i display 1 channel it works okay, but the more channels i display the slower it gets...?  

 

Best regards,

Thijs

0 Kudos
Message 1 of 3
(4,108 Views)
Solution
Accepted by topic author ThijsBoeree

It looks like you are getting a buffer overflow... You aren't reading data into your application fast enough. 

 

http://digital.ni.com/public.nsf/allkb/AB7D4CA85967804586257380006F0E62

Ian K.
Software Developer
Data Ahead AG
0 Kudos
Message 2 of 3
(4,092 Views)
I have a hidden slider covering my waveformchart, that i use as a calibration tool... Could that be the case? In another app i read 33 channels into my waveform chart at some slower speed and that works flawless...

Thanks for the link! I see a very usefull tip: the monitor buffer option! Than i can check what happens!
Best Regards,
Thijs
0 Kudos
Message 3 of 3
(4,080 Views)