Technical's latest activity

  • Technical
    'Default' Panels button (the first button on the Simulate menu ribbon) will also do the same.
  • Technical
    Technical replied to the thread Microbot Tyres (solved).
    Yes they are tight and much easier to fit if warm, leave them on radiator for a bit or place in some warm (not boiling) water.
  • Technical
    Technical replied to the thread 40X1 dirsb syntax.
    Please see part 1 of the manual for the 40X1 pinout diagram. You will see portB are outputs only on this older part. Hence no dirsB...
  • Technical
    Technical reacted to TheBackShed's post in the thread Need a quick start for DORJI with Like Like.
    Did you have any luck with these John? I bought a pair a couple weeks back, set both up on USB-Serial adapters, and they seam to be...
  • Technical
    Technical replied to the thread AXE033 OLED Module problem.
    You could buy the pcb (on sale) and just swap the chip over: https://picaxestore.com/products/serial-lcd-module?variant=47627260330326
  • Technical
    Technical replied to the thread ADC Channel Numbers.
    Pin scanning one by one is much simpler like this: main: if pinC.0 = 1 then process0 if pinC.1 = 1 then process1 ;if...
  • Technical
    Technical replied to the thread ADC Channel Numbers.
    You need to understand the difference here between commands and variables. readadc is a command, you pass to it a value that tells it...
  • Technical
    Technical replied to the thread ADC Channel Numbers.
    >> lookup b10,(c.0, c.1... Reading ADC - this works for ADC only because the ADC channel number constant is the same as the pin name...
  • Technical
    Technical replied to the thread PE6.2.0.0 hanging up.
    Change log between versions are given here: http://www.picaxe.com/Software/PICAXE/PICAXE-Editor-6/ Nothing in simulation has changed...
  • Technical
    Technical replied to the thread program get stuck..
    There is no analogue channel 5 on the 28X2. https://picaxe.com/site_resources/media/site_1/pinout/pinout28x2.jpg
  • Technical
    Technical replied to the thread ADC Channel Numbers.
    For the 18m2 channel number matches the pin value. On other parts it may not...
  • Technical
    Technical replied to the thread Parallel Tasks.
    In the first example alarm is part of slot 1 only. In your example you have made alarm part of slot 2, but actually jump to it from...
  • Technical
    Technical replied to the thread Can't get GLCD to work!.
    If not seeing anything at all make sure you have the negative inverter correctly configured (i.e. jumper is on GLCD side) and have...
  • Technical
    Use this folder, make sure the new file has a different filename e.g. AXE107_RudolphCopy.edd Once you have added the new simulation...
    • 1708467549995.png
    • 1708467886976.png
  • Technical
    The old Chrome PICAXE programmer app has been available for many years here, and can also download an .axe file exported from PE6...
Top