Search results

  1. G

    Is there an error in this code?

    Hi! It seems that this part of my code has an error. If ir is not = 43 nothing of this code is supposed to execute. Is a elseif required, or is it ok to just use if-then-endif? if ir = 43 then rem save preset-button is pressed (time/clock button) irin [4000,flashred],B.6,ir...
  2. G

    Connect signal from IR-detector to 4 18M2 chips?

    Hi! I`m using the standard IR-circuit as described on page 125, manual-2. I`ve connected the output from this circuit to 4 different 18M2. Each of these control a tubular 220V AC-motor via a driver transistor and mechanical relays. It works most of the time, but some time one or more motors...
  3. G

    Problem using LOOKUP with bipolar stepper motor

    I`m trying to use a RKP18 board with a 18M2 and L293D motor driver to drive a small Mitsumi bipolar stepper motor from a scanner. Outputs b.4-b.7 is used for this. When setting each pin high or low in the correct sequence the motor runs as expected, see code. dirsB=%11111111 main: for b1=0 to...
  4. G

    stepper

    dirsB=%11111111 main: pause 1000 for b1=0 to 23 low b.4 high b.5 low b.6 high b.7 pause 10 high b.4 low b.5 low b.6 high b.7 pause 10 high b.4 low b.5 high b.6 low b.7 pause 10 low b.4 high b.5 high b.6 low b.7 pause 10 next b1 pause 1000
  5. G

    Should unused a0-a3 on 28X1 be pulled low?

    I will not use these pins, but is it necessary to attach a pulldown resistor?
  6. G

    Screen masking controller - how much could a Picaxe do?

    I`m building a four-way masking system for my Home Theater screen. I would like to have it motorized and remote controlled. The horizontal masks would provide 2.7 , 2.4 , 2.35 , 1.85 and 1.78 aspect ratio, and with the horizontal masks fully open the vertical masks provides 1.66 and 1.33 aspect...
Top