Search results

  1. A

    Problems with loops

    I'm having problems with a picaxe 08. I posted about it on the forums a while ago, I thought the problem was solved, but it is still not working. This is what I need to do: I have a vehicle that I have to program to go a certain distance between 5 to 10 meters in .5 meter increments. I will...
  2. A

    Help Troubleshooting Vol. 2

    Alright, Ignore everything prior to this post, I commented all my code and I am going to explain what this is being used for so it will make more sense: I have a vehicle that I have to program to go a certain distance between 5 to 10 meters in .5 meter increments. I will not know how far it...
  3. A

    Help finding problem with code

    I have to different programs I am trying to run on the 08 but neither are working properly. first is this: Main: let w0 = 15000 pin4 = 1 pause 1000 pin4= 0 Counter: for b0=1 to 5 pin2 = 1 pause 1000 pin2 = 0 if pin3 = 1 then goto Counter2 next b0 goto start Counter2: pin4 = 1 let...
  4. A

    If no input after (time period) then goto . . .

    is their any command that would go to an address if pin3 <> 1 after 10 seconds thanks ahead of time!
  5. A

    Hi, I'm new here and had a couple of questions. . .

    I was wondering what command would I use in order to keep track of the number of times a switch went on and off and then run a different series of commands depending on how many times it went on off
Top