LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error -200284 not responding well to suggested fixes

I get error -200284 when running labVIEW to acquire voltages.  Your suggested fixes are disabling the timeout feature (which makes the program just sit there and do nothing) or increase the sampling rate (I was using 1.5 kHz, and when I increase it to 10kHz, it will take 6 seconds of data, display it, pause, and take 6 more seconds of data and repeat rather than just continually sampling like it should).  Any ideas?
0 Kudos
Message 1 of 3
(2,774 Views)
It sounds like you probably have the correlation between the Sample Rate and Number of Samples setup incorrectly. Normally you want to keep this at a 10:1 ratio of Rate to Samples on a Continuous Acquisition.
 
If you are sampling at 10kHz and it takes 6 seconds to returns data, you must have the Number of Samples set to 60,000? At 10kHz, you're getting 10,000 samples per second. If you had this same Number of Samples with a rate of 1.5kHz, it would take 40 seconds to acquire 60,000 samples. That's why you are getting the error. So if you follow the 10:1 rule, at 10kHz, getting 1000 samples would 100ms.
 
The Number of Samples input specifies how many samples to acquire each time the Read vi runs. Normally for a continuous acquisition you acquire a small number of sample per loop iteration.
 
Does that help at all?
 
Ed


Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 2 of 3
(2,753 Views)
Yes, this worked.  Thanks.
0 Kudos
Message 3 of 3
(2,734 Views)