I recently modified a CR1000 program, and after sending it to the logger, in the compile results windows I receive an 'out of final storage memory' error.
If I send back the original program (unmodified) I now receive the same error.
I've tried it on 2 different CR1000s and the result is the same.
Anyone seen this before, or have some insight into what the 'out of final storage memory' error is indicative of?
thanks,
SJP
A few things to try:
If it is a large program, create a compressed file using CRBasic, which strips out all comments, extra lines, and spaces.
If there are several other programs stored on the CPU, use File Control to delete those files and then try sending the program again (make sure you have copies somewhere before deleting!)
Make sure the filename does not exceed 59 characters. (If several files with long names are stored, you may get a memory full error).
If you have a lot of variables in the program, make sure you are declaring them for efficient memory use. See Section 12.3 of the most recent CR1000 manual, titled Memory Conservation.
Hopefully, one of these will help.
Regards,
Dana W.