Search results

  1. P

    Using Ohmmeter in simulation

    I've been trying to use the 4 wire Ohmmeter virtual instrument but it keeps crashing with these error messages: - Selector property state in MAP table is not defined - Parameter scale not defined in scale of VP1 - Simulation failed due to linker error I have read in another post the the...
  2. P

    Using rotary encoder with interrupt

    Hi, i have been testing interrupt and it works pretty good and fast but i have some programming issues so far with the looping of interrupts. First i will decode the rotary encoder with a D flip flop which will give 2 signals; an up-down bit and a pulse for each mechanical rotations of the...
  3. P

    rotary encoder model

    Hi, i did not find a quadrature rotary encoder model in VSM besides a 4 pole rotary switch. Did i miss it? It seems pretty important for a component, anybody has a solution for simulation. I would like to do a programmable digital pot controller. Thanks.
  4. P

    illegal use of #define in VSM but ok in EDITOR?

    Hello, i have been using #define to give practical names to many of the BIT variables of B0 that i use in my program like ON or OFF switches. For example of how i use #define: ----------------------------- #define REPEAT bit7 #define NO 0 #define YES 1 main...
  5. P

    Understanding Picaxe Memory map Ver9a.pdf

    Hello, i have a bit of difficulty understanding the mega memory map document '' Variable Map Ver9a.pdf '' for the RAM section with SFR. The info does not pop out clearly. I have used bptr, poke, peek and understand these commands. Normally i experiment and research a lot before asking help but...
  6. P

    VSM jumpy behavior + step mode jumpy highlight line pointer?

    I just bought VSM and have been trying my first simulation and so far i need a Tylenol extra headache patch to my forehead. I wrote a program for 08m2 to control a two line lcd1602 display so i can understand how these nice displays work. I assume that my program works fine since the Picaxe...
  7. P

    Can Picaxe vsm be installed on 2 computers with the same license?

    Hello everyone I work on on my desktop in my lab but also with my laptop. I will buy Picaxe Vsm but before i install the license, is it going to be limited to the first pc i install? Can i use it on both pc's without buying 2 licences? I could not find info elsewhere regarding the license...
  8. P

    Picaxe hiccup

    Hi group This is my first post. I have been programming Picaxe for 2 months now and experimenting with RGB bleeder effect to learn commands. When i close my desktop neon lamp to better see the rgb LED, the picaxe jumps in the sequence of colors like it was disrupted. Both are connected to the...
Top