Search results

  1. T

    Bidirectional motor with pwm

    Bidirectional motor with PWM Erco, Can you show code examples on bit-bang PWM signals?
  2. T

    Servo

    Can a servo be made to rotate continuously at 2 RPM, like a motor with gears does? Will the motion be jerking?
  3. T

    No Pause

    If you want to pause part of a program for 500milliseconds but do not want to use "pause 500" because that will pause the entire program, what would be used? inc W1 if W1 = "what value to equal 500 miilseconds?" then do something endif or inc W1 if pinc.1 = 1 and W1 = "what value to equal...
  4. T

    Extra Variables

    If all the Variables - b1 to b27 are used in a 08M2 or 14M2 and two more are needed, how can this be done or can it be done? In the manual it says "M2 parts have 8 word variables which are reserved for system hardware use. However if that piece of system hardware is not used within a program the...
  5. T

    Detecting voltage

    I have a analog comparator voltage detecting circuit that I want to convert to a Picaxe equalvalent. Need to detect a voltage of 70 millivolts and above. 1. Can the 08M2 be used ? 2. Would a internal V ref be used or a external one ? 3. What commands would be used to set this up ?
  6. T

    Detecting voltage

    I have a analog comparator voltage detecting circuit that I want to convert to a Picaxe equalvalant. Need to detect a voltage of 70 millivolts and above. 1. Can the 08M2 be used ? 2. Would a internal V ref be used or a external one ? 3. What commands would be used to set this up ?
  7. T

    Error message

    Have the Picaxe Editor 6 v 6.0.8.0 installed on Windows 7, wrote about 15 programs so far with no issues. Started writing code and checked for syntax errors after writing each line, then when I wrote - if b0=0 then : b3 = 0 elseif b0 = 1 then b3 = 0 elseif b0 = 2 then b3 = 0 elseif b0 = 3 then...
Top