CR1000 gives this error when reading ch200 charging regulator. Can't figure out what M0 variable is.
Maybe the program should be reloaded?
Thanks!
Hi Kakha,
Normally, this error occurs when the data loger is trying to stuff too many variables in an improperly sized array. It will then not write to the array, and increments the VarOutOfBound field in the status table.
I would double check the line in your code where you placed the public array and make sure it is sized properly.
If you don't mind, post the declaration part of you code an we can look at it.
Regards,
We have a video on fixing common programming errors, including Variable Out Of Bounds. https://www.campbellsci.com/videos/datalogger-programming#slide=103