View Full Version : Picaxe18X datalogger
modeng2000
09-06-2004, 11:23
I am trying to use the wizard AXE-18X New Datalogger mission program but when I run the program it halts at symbol LF = 10 'line feed with the message 'Error mistake in this line'.
As I have not changed the program can anyone tell me what is going on?
John
Â*
According to the latest manuals, 'lf' is a reserved word; presumably a pre-defined symbol constant with value 10 ($0A).
If that is the case; simply comment out the line ( a ' or ; at the start of the line ) and the code will work as expected. I guess the data logger wizard hasn't been updated to reflect pre-defined symbol changes in the Programming Editor.
modeng2000
09-06-2004, 13:53
Many thanks for that. I looked in the Basic commands list I got from the Picaxe web site but IF was not listed as a reserved command.
Â*
Technical
14-06-2004, 12:52
Hippy is correct - we will correct this update bug in next release.
Powered by vBulletin® Version 4.1.11 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.