DIY Servo controller - Page 104

Page 104 of 109 FirstFirst ... 45494101102103104105106107 ... LastLast
Results 2,061 to 2,080 of 2170

Thread: DIY Servo controller

  1. #2061
    Gold Member
    Join Date
    Jan 2005
    Location
    Toronto, Canada
    Posts
    1695
    Downloads
    0
    Uploads
    0

    Default

    I found that the student edition of C30 often produced unbelievably bad code for simple multiplies and divides. It did not make use of the hardware multiplier at all, so it was 15 times slower.



  2. #2062
    Member
    Join Date
    Aug 2006
    Location
    USA
    Posts
    2758
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by H500 View Post
    I found that the student edition of C30 often produced unbelievably bad code for simple multiplies and divides. It did not make use of the hardware multiplier at all, so it was 15 times slower.
    Thanks for the hint. I will disassemble the programming file and check the assembly code produced, just to check. My floating point PID routine time would be severely affected if that happens.


    Thanks,

    Kreutz.



  3. #2063
    Registered Xerxes's Avatar
    Join Date
    Sep 2004
    Location
    Finland
    Posts
    1207
    Downloads
    0
    Uploads
    0

    Default

    Floating point ops are probably calculated in assembly optimized function calls as DSC doesn't have FPU. Inserting floating point calculations directly to code would result huge program size.



  4. #2064
    Member
    Join Date
    Aug 2006
    Location
    USA
    Posts
    2758
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Xerxes View Post
    Floating point ops are probably calculated in assembly optimized function calls as DSC doesn't have FPU......
    I hope so... Here is what the Microchip says:

    "The PIC24 MCU / dsPIC DSC Math Library is the compiled version of the math library that is distributed with the highly optimized, ANSI-compliant MPLAB® C30 C Compiler (SW006012). It contains advanced single and double-precision floating-point arithmetic and trigonometric functions from the standard C header file . The library delivers small program code size and data size, reduced cycles and high accuracy."

    Unless that is something that changes after the 60 days period....



  5. #2065
    Registered
    Join Date
    Feb 2008
    Location
    earth
    Posts
    553
    Downloads
    0
    Uploads
    0

    Question HOW TO CONTACT ULI HUBER ????

    *********Out Of Subject**********************

    Hi every body on the forum !

    Does any one know how to contact Uli Huber ? i've sent him a mail to the mailbox specified on his website & i also sent him a PM, but no answer from him !

    Does any one know if he's all right ? or he might be on hollyday ?

    I'm a bit stressed because i know a guy comming from Germany this summer on June 25th & i want Uli to send him the chips before he comes, but no answer from Uli !!!

    Please help me ! I read somewhere that Uli gave the hex code for programming the chips to some of his friends in Germany to help him in distribution, does any one know about'em or know an alternative for contacting Uli ?

    Thanks !
    cnc2.



  6. #2066
    Member
    Join Date
    Aug 2006
    Location
    USA
    Posts
    2758
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by cnc2 View Post
    *********Out Of Subject**********************

    Hi every body on the forum !

    Does any one know how to contact Uli Huber ? i've sent him a mail to the mailbox specified on his website & i also sent him a PM, but no answer from him !

    Does any one know if he's all right ? or he might be on hollyday ?

    I'm a bit stressed because i know a guy comming from Germany this summer on June 25th & i want Uli to send him the chips before he comes, but no answer from Uli !!!

    Please help me ! I read somewhere that Uli gave the hex code for programming the chips to some of his friends in Germany to help him in distribution, does any one know about'em or know an alternative for contacting Uli ?

    Thanks !
    cnc2.

    Hello;

    Don't panic, Uli is under a lot of stress and working extended hours, so he does not have much time to check e-mails, but he eventually will. Just send him a reminder by e-mail, I don't think he is prioritizing PMs at this time.

    Regards,

    Kreutz.



  7. #2067
    Registered
    Join Date
    Feb 2008
    Location
    earth
    Posts
    553
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by kreutz View Post
    Hello;

    Don't panic, Uli is under a lot of stress and working extended hours, so he does not have much time to check e-mails, but he eventually will. Just send him a reminder by e-mail, I don't think he is prioritizing PMs at this time.

    Regards,

    Kreutz.
    Hi Kreutz thanks for your reply, you have all my respect for your HPUHU, i saw it driving a big lathe spindle (on youtube) it's GREAT !

    Does any one(with a normal brain :-) think 20 days are enough to get the chips from Uli & the kit from http://www.reichelt.de shipped to someone in Germany ?

    Thanks !
    cnc2.



  8. #2068
    Registered
    Join Date
    Nov 2006
    Location
    Hungary
    Posts
    70
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by cnc2 View Post
    Does any one(with a normal brain :-) think 20 days are enough to get the chips from Uli & the kit from http://www.reichelt.de shipped to someone in Germany ?

    Thanks !
    cnc2.
    Might happen, but it is better to get answer first...
    In winter for my second order I just sent the "beer money" and then the order... Uli was surprised.. and took about two weeks to arrive to Hungary.
    Inside Germany the 20 days must be enough if Uli is not too busy ...
    Regards,
    Jozsef



  9. #2069
    Registered
    Join Date
    Jan 2005
    Location
    India
    Posts
    1050
    Downloads
    0
    Uploads
    0

    Default

    just remembered robert from wuselrob.de look at his completed machine

    http://www.wuselrob.de/bilder/cnc4.html



  10. #2070
    Registered
    Join Date
    Feb 2008
    Location
    earth
    Posts
    553
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by HJozsi View Post
    Might happen, but it is better to get answer first...
    In winter for my second order I just sent the "beer money" and then the order... Uli was surprised.. and took about two weeks to arrive to Hungary.
    Inside Germany the 20 days must be enough if Uli is not too busy ...
    Regards,
    Jozsef
    Thanks Jozef !
    The only thing i didn't like in your answer is the "if Uli is not too busy ..." :-)

    Aahh if i had Uli's phone number, or just a way to send him an sms, it would be better than a mailbox he can forget for weeks !

    Regards,
    cnc2.



  11. #2071
    Member
    Join Date
    Dec 2005
    Location
    CANADA
    Posts
    231
    Downloads
    4
    Uploads
    0

    Default

    I'm putting the finishing touches on the UHU board supplied by Mangeet. This board is for a DC Servo rated at 2.7A 24V at 3300 RPM. I don't see any need to use the IRFP260 when the IRF640's (200V 18A) look like they would work for this size of motor (I have a tube of them).

    Anyone see any reason why I shouldn't use these?

    Thanks,

    John Dammeyer



  12. #2072
    Member
    Join Date
    Aug 2006
    Location
    USA
    Posts
    2758
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by jcdammeyer View Post
    I'm putting the finishing touches on the UHU board supplied by Mangeet. This board is for a DC Servo rated at 2.7A 24V at 3300 RPM. I don't see any need to use the IRFP260 when the IRF640's (200V 18A) look like they would work for this size of motor (I have a tube of them).

    Anyone see any reason why I shouldn't use these?

    Thanks,

    John Dammeyer
    No, I don't foresee any problems. I use the logic level cousin IRL640 on the Mardus-Kreutz boards and haven't had any issues.

    Kreutz.



  13. #2073
    Member
    Join Date
    Dec 2005
    Location
    netherlands
    Posts
    313
    Downloads
    2
    Uploads
    1

    Default

    Quote Originally Posted by cnc2 View Post
    Does any one know how to contact Uli Huber ? i've sent him a mail to the mailbox specified on his website & i also sent him a PM, but no answer from him !
    From may 26 to middle of June Uli is busy with other things.
    He had to go to the USA.

    He expected to start sending UHU chips again in the middle of june.

    Here is the german message where Uli accounced his temporary absence.
    http://5128.rapidforum.com/topic=125...37022531088967



  14. #2074
    Member
    Join Date
    Aug 2006
    Location
    USA
    Posts
    2758
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by contactirfu View Post
    just remembered robert from wuselrob.de look at his completed machine

    http://www.wuselrob.de/bilder/cnc4.html

    Very nice machine and controller boxes. I like the positioning of the UHu drives on the 5.25" PC bays, that is my intention for the next generation drives, to fit those bays, better yet, to fit a mobile rack H.D. enclosure, that is why I specified a 3.5" H.D. form factor...

    Kreutz.

    Attached Images Attached Images


  15. #2075
    Registered
    Join Date
    Feb 2008
    Location
    earth
    Posts
    553
    Downloads
    0
    Uploads
    0

    Wink

    Quote Originally Posted by vroemm View Post
    From may 26 to middle of June Uli is busy with other things.
    He had to go to the USA.

    He expected to start sending UHU chips again in the middle of june.

    Here is the german message where Uli accounced his temporary absence.
    http://5128.rapidforum.com/topic=125...37022531088967
    Thanks vroemm for your reply, I don't understand German so i couldn't know about his message, thank you so much !

    I want to tell everybody on the forum that Uli got back from USA and replied my mail on Monday, June 10th.

    Regards,
    cnc2.



  16. #2076
    Member
    Join Date
    Dec 2005
    Location
    CANADA
    Posts
    231
    Downloads
    4
    Uploads
    0

    Default Configuring UHU Controller.

    Hi guys,

    The output below is from my UHU as installed in the original circuit board as supplied by Manjeet. Yeah! It talks. But the C parameter doesn't appear to be setable.

    Old message had why C command didn't work. Now I use Y to set Cycle and all is good. Must read screen.. must read screen... must read screen.

    Thanks

    John


    UHU Servo Controller 3.00e-24 (c) Snr: 3362
    Help by (?)
    EEPROM:
    OK
    >#

    (P)rop 1000
    (I)nt. 25
    (D)iff 255
    (H)iOrd. 1000
    Ma(X) 3000
    (T)orque 255
    I(N)ert. 100
    (E)rro 50
    (M)ult 0
    c(Y)cl 63
    (O)verru 0
    (L)oad[0,1,2]
    (S)ave[0,1,2]
    (G)o [Value]
    (C)ounter
    (R)eset
    >



  17. #2077
    Member
    Join Date
    Dec 2005
    Location
    CANADA
    Posts
    231
    Downloads
    4
    Uploads
    0

    Default

    Quote Originally Posted by jcdammeyer View Post
    Hi guys,

    The output below is from my UHU as installed in the original circuit board as supplied by Manjeet. Yeah!
    >
    It Works!!!!

    This board is much better laid out for the electrical noise. Same Motor, Same wiring, same power supplies but the difference between this board and the Embeddedtronics.com is unbelievable. No more processor resets.

    Now got to get the HP-UHUs finished. So much fun. Even just watching being run by the ELS doing screw cutting passes just moving the motor. Takes so little to amuse me.


    John

    Excuse the messy desk in the picture. Must really clean up....

    Attached Images Attached Images


  18. #2078
    Member
    Join Date
    Aug 2006
    Location
    USA
    Posts
    2758
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by jcdammeyer View Post
    It Works!!!!..............

    John
    ....
    Congratulations!!

    Kreutz.



  19. #2079
    Member
    Join Date
    Dec 2005
    Location
    netherlands
    Posts
    313
    Downloads
    2
    Uploads
    1

    Default

    Quote Originally Posted by cnc2 View Post
    Does any one(with a normal brain :-) think 20 days are enough to get the chips from Uli & the kit from http://www.reichelt.de shipped to someone in Germany ?
    I do not understand why you want it send to someone in germany first.
    Uli ships to just about every place in the world.
    Does it arrive at you place so much faster when you ship it first to someone in germany ?

    How long does it take when Uli sends it to you country ?



  20. #2080
    Registered
    Join Date
    Nov 2006
    Location
    Hungary
    Posts
    70
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by jcdammeyer View Post
    It Works!!!!

    This board is much better laid out for the electrical noise. Same Motor, Same wiring, same power supplies but the difference between this board and the Embeddedtronics.com is unbelievable. No more processor resets.

    Now got to get the HP-UHUs finished. So much fun. Even just watching being run by the ELS doing screw cutting passes just moving the motor. Takes so little to amuse me.


    John

    Excuse the messy desk in the picture. Must really clean up....
    Hi John,

    on the picture I can see the original UHU board (not the HP UHU)...
    It is really more stable than Embedded, but I had reseting problems with big motors ( 136V 15 Amp 1kW)...
    The real stable one is the HP UHU, I had never proc reset, despite I pushed the Reset button ... With 160V, 23 A ...

    Regards,
    Jozsef



Page 104 of 109 FirstFirst ... 45494101102103104105106107 ... 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

DIY Servo controller

DIY Servo controller