I have a program developed for the CR10 logger. What is the best way to convert it for use with the 21X logger?
Open the CR10 program in Edlog. At the top of the program you'll see a
;{CR10}
line. Change it to
;{21X}
and then do a "Save As..." from the File pull-down menu and save it with a different name so as not to overwrite your original CR10 program. When asked to "Compile program?" just say no and then close the program.
Reopen the program you just closed and Edlog will now think it's a 21X program. In the "Compile" pull-down menu click "Compile" and Edlog will begin showing you parts of the code that were compatible with the CR10 but are not compatible with the 21X. You have to resolve the issues manually. Just keep compiling the program and resolving issues manually until it compiles error free.