Search results

  1. C

    Manuals

    Do the manuals show anywhere the revision number.
  2. C

    calibadc10

    Forgetting all about printer problems here is a puzzle. I am using a 20X2 and want to monitor battery volts. Using the information on page 35 of the manual (calibadc10) I get the following.... calibadc10 w2 returns a value of 211 As we cannot use numbers like 1.024 which is the 20X2 referance...
  3. C

    Editor printing

    Once upon a time when I printed out a program from the Editor it put the line numbers down the left hand side of the printout. Now it does'nt and I cant find out how to turn the feature back on. Any clues. regards centrex
  4. C

    Hardware interupts

    I would like to implement the Hardware interrupt available in the Picaxe 20X2. My question is does it work the same as a normal interrupt ie with some code within the.... Do something Interrupt Do something Return Do more things Thanks Centrex I
  5. C

    Using uALFAT-TF modules

    Is bjckiwi or anyone else using the uALFAT modules for data logging. If so I would be most interested to see a schematic and the code for logging at least two analogue inputs. I have looked at the code in the snippets section and it appears to be proving that they will work with a Picaxe. Heres...
  6. C

    Re---Hoperf modules

    I have a couple of Hoperf modules talking to each but on odd occasions they stop. This might happen if they are turned off and then on again some time later. When checking the modules in the configuration mode it is generally found that one of them has some how changed its baud rate (300bps)...
  7. C

    VDrive

    I am using a VDrive to log temperature data to a usb stick, no problems. But, I want to be able to change the text file that is written to the VDrive to show the day that the data is written. This the code that writes the file at the moment-- openfile1: hserout 0,("opw Log.txt",CR) pause 1000...
  8. C

    combining variables

    I have a need to combine two 8bit variables into a word variable. Say one variable has a value of 30 and another has a value of 2 how can I put these into a word variable that reads 302. Reading a temperature and then making into a word for logging and later manipulating in Excel. regards Centrex
Top