Modernization of the Elm Dc Servo Controller (Russian UHU by Hudognik) - Page 2

Page 2 of 15 FirstFirst 1234512 ... LastLast
Results 21 to 40 of 288

Thread: Modernization of the Elm Dc Servo Controller (Russian UHU by Hudognik)

  1. #21
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by cbcb128 View Post
    Removed LM393?
    ???

    Quote Originally Posted by youthreewire View Post
    To control the servo what kind of input is required?(is it step/Dir pulse or a command based input?)
    Possible Step/ Dir when governing from Mach or other CNC program. Possible and from UART (RS-232) when governing from ServoTuning.exe

    Quote Originally Posted by youthreewire View Post
    Also will the code work with the following circuit diagram in the attachment?
    With this scheme - nor one SourceCode to work not will.

    Quote Originally Posted by contactirfu View Post
    think the UHU chip can be directly mounted on this schematic? I have a few unused with me which I can use on this board?
    With this scheme - UHU chip to work not will, since on different are formed PWM (ОС1А and OC1B).



  2. #22
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    youthreewire specially for You have drawn the scheme. More simply does not can be

    Attached Images Attached Images


  3. #23
    Registered
    Join Date
    Apr 2005
    Location
    CHINA
    Posts
    26
    Downloads
    0
    Uploads
    0

    Default

    ???
    I think you Encoder (EA, EB) And HUH similar.
    HUH PWM Complement each other



  4. #24
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    What is a HUH?
    I it is difficult to understand the sense with english.



  5. #25
    Registered
    Join Date
    Apr 2005
    Location
    CHINA
    Posts
    26
    Downloads
    0
    Uploads
    0

    Default

    Sorry,I do not understand English, I use an interpreter.



  6. #26
    Registered
    Join Date
    Jan 2005
    Location
    India
    Posts
    1050
    Downloads
    0
    Uploads
    0

    Default

    He meant UHU I think



  7. #27
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    I ditto so translate.
    Yes, gravely translate russian - an english - chinese (or another) - an english - russian.



  8. #28
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    Presently work on new variant of the scheme servocontroller. Will be a changes to chain encoder. Using exclusive or (EOR) will simplify the scheme and simultaneously perfect parameters. On element DD1.1 and DD1.2 - an analogue of the trigger Shmita. The Element DD1.3 - a shaper of the interruption during any change at the input from encoder. And since a signal of the transition not with must be with encoder 00->11 and with 11->00, that this provides additional protection from false transition.

    Theoretically, except noise-immunity the velocity must increase.
    The Coding herewith to change (see fig.).

    Wanted hear the opinions a specialist. Who nor be met similar? If, yes - give please reference.


    Recently I have found that not quite it is correct works protection on current. At moment when open "lower" transistors (VT2 and VT4) current inductions itself from motor is not checked (not "runs" through R42).
    I have installed transistors "with spare", so they "do not burn", all work well.
    But with account this, advisable change the scheme of protection. What variants can offer?

    Attached Images Attached Images
    Last edited by arisov77; 02-27-2009 at 07:21 AM. Reason: Changes to scheme


  9. #29
    Registered
    Join Date
    Jul 2004
    Location
    N/A
    Posts
    13
    Downloads
    0
    Uploads
    0

    Default

    arisov77... and Jozefp...
    I would like to thank you for sharing. I hope you continue success



  10. #30
    Registered
    Join Date
    Mar 2009
    Location
    Slovakia
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by arisov77 View Post
    Jozefp thanks for Your variant. I liked it very much.

    In process of the work on CNC machine are discovered and corrected two programme mistakes.
    Here is change.

    1. Magnified time WatchDog before 125ms.
    2. The Changes to program for eliminating the casual transition in mode ServoError.
    Hi.
    Attract one's interest I your instructions at a DC driver.Interests I or can I use how powerplant 12 or 24V dynamo(200-300W) who towards screw is due to in 1/10 and enkoder 1250 pulsated eats directly to screw axis.Thank.
    Relatko.



  11. #31
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    The Possible variants power source on drawing. The Transistors VT1-VT4 for these voltages of the feeding and this powers (200-300W) for the best use IRF3205.

    On cause encoder - I have not understood the question (because of mistake in translation). Expect following: encoder it is necessary to fix on axis of the motor. Except this it is necessary else to know the maximum number a rotation motor. If beside You encoder 1250 imp/rotation and motor 4000 rpm (http://www.c-n-c.cz/viewtopic.php?p=23778#top) , that F = 83,3kHz. I with such frequency did not test. Theoretically all must work.

    Attached Images Attached Images
    Last edited by arisov77; 03-05-2009 at 02:04 AM.


  12. #32
    Registered
    Join Date
    Apr 2006
    Location
    Romania
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    Hi arisov 77.

    First, tankyou because you share project.

    I have some question.

    I write in atmega88-20pu ServoFinishArtistint.hex and .eep files, until here is OK.

    But, when i try to write ServoUART88.hex file i receive error message "WARNING Flash byte address 0x0002 is 0x93 should be 0xf3 failed", eeprom file is ok.
    When i read signature with 120Hz, signature is 0x1E, 0x93, 0x0A.
    I use AVR Studio 4 with AVRISP MK2 programmer.

    Tanks,

    Moraru.



  13. #33
    Registered
    Join Date
    Apr 2006
    Location
    Romania
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    Hi arisov 77.

    First, tankyou because you share project.

    I have some question.

    I write in atmega88-20pu ServoFinishArtistint.hex and .eep files, until here is OK.

    But, when i try to write ServoUART88.hex file i receive error message "WARNING Flash byte address 0x0002 is 0x93 should be 0xf3 failed", eeprom file is ok.
    When i read signature with 120Hz, signature is 0x1E, 0x93, 0x0A.
    I use AVR Studio 4 with AVRISP MK2 programmer.

    Tanks,

    Moraru.



  14. #34
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    I use CodeVisionAVR Chip Programmer, beside me such does not occur, specially presently checked - a mistakes no.
    .eep to programme from ServoFinishArtistint and ServoUART no need, since this and was done to exclude EEPROM (in versions for AtMega8 - a file .eep no, for AtMega88 - I have forgotten to delete spare in Source Code). Previously, than give on forum, I all versions checked. All worked.
    But why You use ServoFinishArtistint and ServoUART? After all each following version to become than that better.



  15. #35
    Registered
    Join Date
    Apr 2006
    Location
    Romania
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    Tanks arisov 77,

    Then, all i need is files from post #15?



  16. #36
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    Yes if beside You scheme as beside me in post 1 or as beside jozefp (on interruptions from internal comparator)



  17. #37
    Registered
    Join Date
    Apr 2006
    Location
    Romania
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    Many tanks arisov77,

    I use same scheme just like jozefp. But what means "on interruption from internal comparator"?

    Tanks.



  18. #38
    Registered
    Join Date
    Jun 2008
    Location
    Russia
    Posts
    66
    Downloads
    0
    Uploads
    0

    Default

    Read post 1 and 28. Internal comparator – this comparer residing inwardly microcontroller and generating interruptions under each step from encoder.

    Attached Images Attached Images
    Last edited by arisov77; 03-06-2009 at 05:51 AM.


  19. #39
    Registered
    Join Date
    Apr 2006
    Location
    Romania
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    arisov77,

    For my project i intend to use this encoder.
    500 ppr
    3 outputs channels.

    Attached Images Attached Images


  20. #40
    Registered
    Join Date
    Apr 2006
    Location
    Romania
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    Hi arisov77,

    I try to link servo with servo tuning and don't work.
    A window error message appears but don't understand what write.

    Tanks.



Page 2 of 15 FirstFirst 1234512 ... LastLast

Tags for this Thread

Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Modernization of the Elm Dc Servo Controller (Russian UHU by Hudognik)

Modernization of the Elm Dc Servo Controller (Russian UHU by Hudognik)