585,938 active members*
3,237 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > Open Source Controller Boards > Modernization of the Elm Dc Servo Controller (Russian UHU by Hudognik)
Page 2 of 15 123412
Results 21 to 40 of 284
  1. #21
    Join Date
    Jun 2008
    Posts
    66
    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
    Join Date
    Jun 2008
    Posts
    66
    youthreewire specially for You have drawn the scheme. More simply does not can be
    Attached Thumbnails Attached Thumbnails Servo_Mega8_L298_2.jpg  

  3. #23
    Join Date
    Apr 2005
    Posts
    26
    ???
    I think you Encoder (EA, EB) And HUH similar.
    HUH PWM Complement each other

  4. #24
    Join Date
    Jun 2008
    Posts
    66
    What is a HUH?
    I it is difficult to understand the sense with english.

  5. #25
    Join Date
    Apr 2005
    Posts
    26
    Sorry,I do not understand English, I use an interpreter.

  6. #26
    Join Date
    Jan 2005
    Posts
    1050
    He meant UHU I think

  7. #27
    Join Date
    Jun 2008
    Posts
    66
    I ditto so translate.
    Yes, gravely translate russian - an english - chinese (or another) - an english - russian.

  8. #28
    Join Date
    Jun 2008
    Posts
    66
    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 Thumbnails Attached Thumbnails Encoder.jpg  

  9. #29
    Join Date
    Jul 2004
    Posts
    13
    arisov77... and Jozefp...
    I would like to thank you for sharing. I hope you continue success

  10. #30
    Join Date
    Mar 2009
    Posts
    1
    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
    Join Date
    Jun 2008
    Posts
    66
    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 Thumbnails Attached Thumbnails PowerSource.jpg  

  12. #32
    Join Date
    Apr 2006
    Posts
    56
    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
    Join Date
    Apr 2006
    Posts
    56
    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
    Join Date
    Jun 2008
    Posts
    66
    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
    Join Date
    Apr 2006
    Posts
    56
    Tanks arisov 77,

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

  16. #36
    Join Date
    Jun 2008
    Posts
    66
    Yes if beside You scheme as beside me in post 1 or as beside jozefp (on interruptions from internal comparator)

  17. #37
    Join Date
    Apr 2006
    Posts
    56
    Many tanks arisov77,

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

    Tanks.

  18. #38
    Join Date
    Jun 2008
    Posts
    66
    Read post 1 and 28. Internal comparator – this comparer residing inwardly microcontroller and generating interruptions under each step from encoder.
    Attached Thumbnails Attached Thumbnails Int_Comp.jpg  

  19. #39
    Join Date
    Apr 2006
    Posts
    56
    arisov77,

    For my project i intend to use this encoder.
    500 ppr
    3 outputs channels.
    Attached Thumbnails Attached Thumbnails IMG_0017.jpg   IMG_0018.jpg  

  20. #40
    Join Date
    Apr 2006
    Posts
    56
    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 123412

Similar Threads

  1. Russian UHU by Hudognik
    By myown in forum UHU Servo Controllers
    Replies: 25
    Last Post: 12-18-2018, 06:33 AM
  2. New advanced CNC controllers for modernization
    By Jonne in forum News Announcements
    Replies: 8
    Last Post: 02-11-2011, 12:41 AM
  3. modernization Fanuc system 5
    By pardoel piet in forum Fanuc
    Replies: 0
    Last Post: 12-12-2010, 02:43 PM
  4. NC-controller for modernization only 850$!!!
    By Jonne in forum News Announcements
    Replies: 0
    Last Post: 12-15-2009, 11:47 AM

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
  •