LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do I get this overflow error -107387525

Solved!
Go to solution

I occationally get this error after running the exe for some time.  Is there a coding reason for getting this error or is it a hardware issue?

0 Kudos
Message 1 of 6
(2,694 Views)

What is the error source and what hardware are you using?


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 6
(2,687 Views)

The error is comming from DAQmx.  The physical hardware is a SCXI 1102.

0 Kudos
Message 3 of 6
(2,683 Views)

I really hate to disagree but, that's not a NI DAQ error code.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 6
(2,669 Views)

OOPS Your right.  I see it is a VISA error.  I am reading data from a serial port and putting that on a shared variable.  There must be somthing wrong with the timing of the read from the instrument.  I will take a close look at that.

0 Kudos
Message 5 of 6
(2,662 Views)
Solution
Accepted by teslac

I thought that looked like an insturment specific error code.  The timing of the device storing readings and your reading from the port must be a bit off and eventually you wind up filling some FIFO buffer.  not really ideal especially, if you are getting old data from the filling buffer and matching that to current temperatures. 


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 6
(2,654 Views)