Search results

  1. T

    20M2 chip and OLED (16x2) display

    Hello I've looked at the specs for these parts but can't seem to see a proper data sheet. Does anyone know the current draw for these parts when stood alone? Thanks Rob
  2. T

    Time related commands

    Hello Sorry, this is down to my newbyness! I am using the command "pulsin c.1,0,w5" in my program. When stepping through, this command read a 60mS pulse provided from another picaxe chip. The next command I use is to compare w5 to 400mS ("if w5 > 400 then"). When looking in the variables...
  3. T

    20m2 part

    Hello I am trying to add the 20M2 ic to my circuit, but can only see 20M in the parts catalogue. Is this the right part or is it an older model? I have just bought and installed VSM today so I assume it is up to date. I have copied the model patch 4.04 into the library, but it was only...
  4. T

    Programming editor - simulation

    Hello I am using and 08m2 and a 20m2, one being the input for the other. is there a way i can link them using the simulator so I can see whats going on when I step through it? Thankyou Robin
  5. T

    syntax error

    Hello For the following section of code, I am getting syntax error with the arrow pointing to the number '1'. I suspect it will also do it to 2,3,4 & 5. symbol fault(1) = b1 ^ symbol fault(2) = b2 symbol fault(3) = b3 symbol fault(4) = b4 symbol fault(5) = b5 I want to use...
  6. T

    Newbie needing help for project please

    Hello I am new to picaxe but have some basic knowledge of C. I am trying to make a fault code reader for a product that uses flash codes for its DTCs. So im using a 20M2 to read these flash codes and then display the relevant faults (max 5) on the OLED display. Firstly how do I declare...
Top