Log in

View Full Version : Code not changing robots function!


popo308
23-01-2008, 23:33
Hello,
I was writing some simple code to control the robot feedback LED's on the O/I and whenever i change the code then compile it and program it in, it never changes what the O/I does... So i programed in some drive functions to the robot (other than the default) and they didn't work either...



however if i go to a different computer and open it from the network and compile it then upload it it works!? :ahh: But if it is compiled on the computer that it is saved on.... It will not work!!

IM SO CONFUSED!

Any sugestions?

Bharat Nain
23-01-2008, 23:35
Are you absolutely 100% sure that you are loading the exact code you compiled? including the correct hex file name?

popo308
23-01-2008, 23:57
yes i deleted all the code off my computer except the exact one i was editing....

Los Frijoles
25-01-2008, 11:17
Make sure that the default code that turns on the LEDs is commented out (it's in the slow loop) since that will most likely override any of your code that you wrote.