Recent content by kfahrner

  1. K

    COMPIM - Com Ports

    Hi, I have been experimenting with the COMPIM object and it works beautifully. Also, the handshake lines as inputs and outputs work well, though the two ouput lines require interfacing to the +/- 12V signal levels. I have two questions: 1. The RI line works as an input, but somehow...
  2. K

    Debugger Error Message 'No source line ...

    While VSM runs very well with some more sophisticated programmes, I hit a problem with a very simple one. When experimenting with Byte and Word variables I wrote this little routine to explore a problem with dividing a word variable by a byte variable: main: b0 = 5 w1 = 1000 poke $80, b2...
  3. K

    Internal Exception access violation in module 'AXEVSM.DLL'

    When I try to run my source code on VSM, I receive the above error message. When, instead, I step through in Debug mode, a 'goto' instruction ends up in 'nowhere territory', meaning that the program window goes gray and reads 'No source line at PC address (PC=01CE)'. I am using a 14M...
  4. K

    readadc with 08M

    The readadc command works well with the PICAXE 18X as demonstrated by sample projects. I am, however, unable to get it going with the 08M. Although the program compiles properly, there is no response when running (the variables used remain at 0). Does anybody have any idea?
  5. K

    Error memory verification failed.(Byte 655)

    I am running Editor version 5.1.1 on two computers, a desktop Pentium 4/3000 and a Dell Notebook Inspiron 9400 (Duo processor). Both run Windows XP. I have two data loggers AXE110. Both program well on the desktop, but the notebook shows 'Error memory verification failed.(Byte 655)on both. So...
  6. K

    8M - ADC cross-dependence

    I try to compare signals from 2 LDRs for solar panel tracking. I use PICAXE 8M, ADC1 and ADC2 and have thye LDR with 680 Ohm resistors as voltage dividers. When monitoring the input signals on Debug the following problems occur: 1. the signals are relatively unstable, eg. between 98 and 117...
Top