Search results

  1. C

    How to map pins to symbols?

    Hi there, I am writing a program to run on the PICAXE 14M2, however I want to simulate the circuit in PICAXE VSM first, and as it doesn't support the 14M2 yet, and the 14M doesn't have any pwm pins, so I need to use the 28X1 for the simulation. So now I am writing a program to run on...
  2. C

    pwmout 2, off using 08M gives syntax error in VSM

    Hi there, I get the following error when I try and use the following line of code in PICAXE VSM: pwmout 2, off I also get an Unknown Symbol error when using the the following line of code: pwmout PWMDIV4, 2, 249, 200 I did a search of the forum and found that the PICAXE Forum...
  3. C

    No Address assigned to Variables, and Add Item (By Name) disabled in the Watch Window

    Hi there, I have taken an interest in electronics, and decided to learn how to program PICAXE chips. I have no prior electronics knowledge, but have 10 years as computer programmer, mainly in C#. I saw PICAXE VSM and like the concept of being able to and workout your circuit in a...
Top