My guess is the program was an output of powerpod? With some set of unknown configuration options. With some version of the atom software… So we need more information to help.
Probably the easiest way for someone to help would be if you paste the contents of line 92 into your message and maybe a few lines on both sides of it…
The most common problem when creating your custom hexapod program with PowerPod is the wrong IDE is selected. PowerPod currently uses the Atom 28, not the Atom Pro. You need to make sure the IDE selected when creating your code is the same version you use to program the chip. We need input… (more info please)
I think I experienced the same problem awhile back. The basic code generated by PowerPod looked something like this in the problem area:
;-------------Constants
PS2 Controller / BotBoard II (PS2 controller => pin 12, 13, 14, 15)
DAT con P12
and the Basic Atom IDE spit out a similar error message. The fix was just to comment out the offending line with a semicolon so that it looked like:
;-------------Constants
;PS2 Controller / BotBoard II (PS2 controller => pin 12, 13, 14, 15)
DAT con P12
In my case the program compiled with out error after this correction. My notes are a bit sketchy but I believe this was with PowerPod version 1.02 and IDE version 5.3.1.0
Congrats on getting the robot working! Very cool that it’s going to be in a movie. Is there any information about this movie on the internet? I checked IMDB but didn’t find anything there.
You should be able to post pictures tomorrow, but in the meantime if you’d like, you can send the pictures or links to the pictures to me via email and I will post them for you.