6 posts
Posted 02 December 2012 - 06:34 AM
I wrote a wireless program and ran the bot. Long story short he didnt go where planed so i had to destroy it and build a new one. After changing the id call to the new turtle number and not changing anything else in the code it wont receive… is this a normal problem? if so how is it fixed?
Thanks in advance!
818 posts
Posted 02 December 2012 - 06:38 AM
idk, look if you are close enough to the modem, you might have gone past the range.
6 posts
Posted 02 December 2012 - 06:44 AM
I wish, its 2 meters away :(/> . With further debugging, I found the rednet still works, and passes it all the way to a function to where it asks turtle.up() and theres no block above the turtle. It wont budge…
818 posts
Posted 02 December 2012 - 07:11 AM
what version of cc are you running? is there fuel in the turtle?
6 posts
Posted 02 December 2012 - 07:46 AM
There is fuel in the turtle(16 coal)! I tried it in every slot. The rednet seems to pass through fine as well. All the variables are passed to the bot and converted to int's as programmed.
I even hard coded turtle.up() in the same move function and still wont budge (it does call it, i checked it with print()). Everything works but making it move. There are no obstructions but the disk drive below it. Could it have somthing to do with terminating the program during os.pullEvent() in past attempts?
Oh and sorry CC 1.47 and latest MC
818 posts
Posted 02 December 2012 - 08:03 AM
have you actually refueled the turtle with the coal? type "refuel all" in the shell
6 posts
Posted 02 December 2012 - 08:20 AM
wow woops lol… i apologize i thought as long as it was in the selected slot it would use automatically. :wacko:/>