Reducing out of memory errors

When the data logger gives an “Out of memory” error upon program compile, it means that there is no unused continuous section of memory large enough to fit an element of the program. The most common cause of this error is a large variable array. In that case, split the large array into smaller arrays until the data logger compiler accepts the program.

See also Data memory.