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?
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.