Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Program swap


jkallara Sep 29, 2009 10:58 AM

I have a program developed for the CR10 logger. What is the best way to convert it for use with the 21X logger?


ChipsNSalsa Sep 29, 2009 04:48 PM

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.

Log in or register to post/reply in the forum.