Search results

  1. A

    encoder pulse reading

    I suspect the solution is available on the web if I knew the proper search terms. My problem: I want to drive a variable inductor with a DC motor and read it's position with a single optical encoder. The external sense circuit can stop the inductor in the middle of a pulse and reverse...
  2. A

    GPS communication applications

    GPS has various functions which are applicable to communications projects. The primary cost item is the receiver and active antenna. Two things I have always looked for in a GPS module is NMEA data string and the 1 pulse per second output. You can decode the NMEA string for location and...
  3. A

    peek and poke Output register ?

    I would like to be able to poke the output register of a -18X so that I could write to several output lines at the same time. Anyone know the address to be able to accomplish ? Thanks, stan
  4. A

    moving values from one register to another?

    I want to do the following: Symbol Sample1 = b2 ; load with a value Symbol Sample2 = b3 ; load with a value ;in the pgm do the following move value from register b3 to register b2 Let Sample2=Sample1 ; I get an error when I attempt this Question - how do I transfer value stored in a...
Top