Search results

  1. M

    ADC Timing

    Does anyone know the time it takes for the chip to do an analog to digital conversion? I can't find it in the manual and the examples don't contain a pause statement. I'm using a readadc command to read the voltage across a resistor to convert this into current to a motor. Can I assume that a...
  2. M

    read/write commands on 18X

    Then manual says that the data stored by a write command are not lost during a power down. However, it's updated (with the EEPROM specified data) upon a new download. I assumed this to mean that the data was NOT changed during a new download UNLESS an EEPROM command was executed. I used this...
  3. M

    Comments on negative and parentheses

    The description under the 'let' command says that negative numbers and parentheses are not supported and that the parsing works strictly from left to right. Comment 1: The negative arithmetic actually works if you write the equation like: temp = 0-12 + 15 The answer comes out 3, which is...
  4. M

    New Version of Editor

    Would it be possible to broadcast an email to registered forum users when a new version of the editor is released? It seems like this would help everyone keep up-to-date and eliminate questions about obsolete problems...  
  5. M

    Feedback on two items

    1. Minor nit. The Programming Editor Options Menu shows "256x gosub" for the 18X. The directive is "#gosubs 255". Is it 255 or 256? Please clarify in the manual when #gosubs is needed, apparently NOT when the "256x gosub" is selected. 2. Would it be possible...
  6. M

    Servo Glitch Problem with 08M

    I'm using an 08M to control two servos. The 08M is a slave to an 18X. The servo controls work perfectly except during high/low commands and if pin commands. I use these to handshake and pass data from the 18X. I've looked at it on a scope and the 20ms servo interval seems to be glitched...
Top