LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 200019

I am trying to read multiple channels with a PCI-MIO-16E-1.  In doing so, I am getting error 200019.  I had no problem when trying to read a single channel.  I have attached the code.

 

Thanks in advance.

0 Kudos
Message 1 of 3
(3,114 Views)
Please do a search in forum with that error code and post back if still you are facing problems. Please go through this thread also.
0 Kudos
Message 2 of 3
(3,096 Views)

The PCI-MIO-16E-1 has a max sampling rate of 1.25MS/s. But you are using 5MS/s to read the samples. Hence the error. The 1.25MS/s is the aggregate sampling rate. So, if you are using to multiple channels, make sure that the aggregate sampling falls under the specified value. Reduce the sampling rate in your vi to 700kS/s and I am expecting it to work fine.

 

Cheers,

Satish

0 Kudos
Message 3 of 3
(2,799 Views)