From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,697 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,690 Views)

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

0 Kudos
Message 3 of 6
(2,686 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,672 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,665 Views)
Solution
Accepted by topic author 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,657 Views)