Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Warning Variables Out of Bounds


joseph123 Dec 1, 2021 05:46 PM

I have 2 data loggers with the same sensor, which is 1 accelerometer.

1 datalogger works perfectly, and 1 datalogger has an error "Variables Out of Bounds:3756307 There is a program error."

The program of those 2 is the same. Does anyone have any suggestions?


JDavis Dec 3, 2021 04:33 PM

Variable out of bounds happen when an attempt is made to write a value beyond the size limit of an array.The compile result on the datalogger usually will indicate which array.

It could be that one accelerometer is outputting an extra value.

If the program seems to run fine other than the variable out of bounds warning, you can probably ignore it.

Log in or register to post/reply in the forum.