PMDC SERVO MOTOR WITH quadrature encoder DRIVE ?


Results 1 to 38 of 38

Threaded View

  1. #9
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105


    Did you find this post helpful? Yes | No

    Talking

    My first step to make led blink and probe with these code:
    Code:
    define osc 20
    
        ADCON1 = 7
        led1 var porta.0
        led2 var porta.1
        high led1
        low led2
        pause 1000
        loop:
        toggle led1
        pause 500
        toggle led2
        pause 500
        goto loop
    And led wor blink...
    Now we will learn other fuses and options on 18F4431..
    But I still mean we must be WIZARD to get all we need..
    There is 400 pages of datasheet.
    All what I want to make is UHU type of PMDC control to interface it to MACH3 software for CNC.
    Idea come from original UHU controller from Uli Hubert from Germany.
    He use ATTINY2313 and make full stf WOW.
    Can you image these :
    He put in that little chip quadrature encoder full measure of his speed , direction and velocity reading ,
    capture coming pulse from PC wich is from 1-5 uS, PID control , RS232 terminal , 20KHz PWM , current measure , and motor control ...ETC.
    Then with 18F4431 must be much easy to do that.
    His UHU controller is maybe the best in world and I was test it like finished module on my friend CNC wich work 2 years without error 10h/day .

    Regards Robert
    Attached Images Attached Images
    Last edited by phoenix_1; - 31st August 2009 at 23:03.

Similar Threads

  1. Quadrature encoder and ASM Interrupts. questions..
    By godfodder in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 17th March 2013, 14:45
  2. Best quadrature encoder for buck?
    By jrprogrammer in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 23rd June 2009, 13:58
  3. More Servo Woes
    By chrisshortys in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 13th May 2009, 08:40
  4. saving RCREG to word
    By Macgman2000 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 15th September 2008, 13:51
  5. encoder wowes
    By wallaby in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 6th December 2005, 21:56

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts