Search results

  1. K

    How do I use "if else"?

    Hi, How do I use "if else"? I can only find "if then". Or how do i solve this? change: pause 10 if pin2=0 then change low out if b5<3 gosub add_out else gosub sub_out goto seq_1 add_out: b5=b5+1 return add_out: let b5=1 return Thank you!!!
  2. K

    Can I use RESET SWITCH as an ON/OFF switch?

    Hi, I wanted to use the reset pin as a ON/OFF switch for my program. I tried using a latching switch. During the OFF condition, the reset pin is keep resetting until the switch (ON) is pressed. Then, the program does not reset anymore and I can start the program by pressing another switch...
  3. K

    Can I program two interrupts in one program with different interrupt program? THANK U

    Hi, I'm using PICAXE 28x. I need to design a program to control the motors through relays. There are different sequence for the motors. PROGRAM: Inputs: pin0 is for ON/OFF purpose pin1 is for sequence purpose label_1E: 1st sequence label_25: 2nd sequence label_9B: 3rd sequence...
  4. K

    help in programming needed.

    Hi, I'm using a 28X picaxe board. I need to design a program to control the motors through relays. PROGRAM: Inputs: pin0 is for ON/OFF purpose pin1 is for sequence purpose Outputs: high/low 0 and high/low1 (temporary use on LEDs on the board to see the different sequence) label_1E...
  5. K

    HELP! Urgent!

    hi all my group members and i need help for our project. There are two inputs, one input is for on/off, the other is for to change the motor patterns. If we would like to change another pattern, we depress the same button allocated for patterns. During the first sequence, if we would like to...
  6. K

    flowchart diagram

    hi all my group members and i need help for our project. There are two inputs, one input is for on/off, the other is for to change the motor patterns. If we would like to change another pattern, we depress the same button allocated for patterns. During the first sequence, if we would like to...
Top