Search results

  1. M

    Temperature

    Is it possible to use multiple DS18B20 temperature sensors connected to the same pin and utilise the multidrop capabilty of the device
  2. M

    Error when checking syntax for picaxe18x

    Installed 4.0.10 successfully. When checking syntax I receive an error "Error 53 File not Found". This is then followed by an error message "Invalid path. c:\program files\programming editor\picrog\picaxe18x_1.exe" picaxe18x_1.exe does not exist. Only picaxe18a.exe exists...
  3. M

    A/D converter -- picaxe18X

    After the following declaration symbol adc= input2 the instruction readadc adc,b1 appears not to convert but gives only a 0 or 255 return to b1. If the the declaration is removed and the instruction is readadc 2,b1 then conversion appears to occur as expected. If a declaration is made for...
  4. M

    Editor error

    When label "Step:" is used in a program,the editor declares an error. Is this a reserved word?
Top