Search results

  1. R

    08M, or other picaxe, 'pins' shifting.

    Does this title make sense? I ave been searching the threads trying to find an answer, but could not. So, I am posting a new thread. All apologies if this has been addressed already. I am trying to find an easy way to set only one pin high at a time using math on the 'pins' variable. Here is...
  2. R

    Thanks for 5.2.10! But still issue with 14M

    Hi, First off thank for fixing the HPWM simulation on the 14M!! I was hoping this version would take care of this, but, there still seems to be some support lacking for the 14M Advanced use. I cannot simulate all the ADC channels. It still only shows A0 and A4, even with "dirsc=%00000000"...
  3. R

    "Incorrect Symbol - W1"

    Hello, I am relatively new to Picaxe. So please be patient. Can anyone explain to me why these lines don't compile with a 28X1 selected? code/ symbol SYMBOL1 = w1 symbol SYMBOL2 = 65536 - t1s_16 symbol SYMBOL3 = SYMBOL2 / SYMBOL1 symbol SYMBOL4 = 65536 - SYMBOL3 /code Thanks, Roger
  4. R

    First Project - Traffic Light

    Hello, I am new to PICAXE. I am trying to create a Traffic Light with the 08M. It power up in "auto mode" (changing lights over time), at the same time is scanning inputs for a button press (pseudo-interrupt) that takes it out of "auto-mode" and goes into "manual mode" where the button press...
  5. R

    Newb - simulator variables not incrementing

    Hello, I have been trying out Logicator, and I got a simple COUNT program to run. I can see my A variable increment in realtime. Nice. I paste the generated BASIC code into PICAXE Editor, and the simulator DOES NOT show the variable A incrementing. If I replace COUNT with Settimer, and look at...
Top