603,893 active members*
2,807 visitors online*
Register for free
Login
Page 5 of 15 34567
Results 81 to 100 of 293
  1. #81
    Join Date
    Mar 2003
    Posts
    35494
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  2. #82
    Join Date
    Jun 2005
    Posts
    476
    Quote Originally Posted by ger21
    Sure looks promising. $275 each, but no need to build a power supply since they take AC power.

  3. #83
    Join Date
    Sep 2003
    Posts
    552
    To the best of my memory the PZ series amps do not have step/dir inputs.

    Darek

  4. #84
    Join Date
    Jun 2003
    Posts
    1365
    that and they put out 200v.

  5. #85
    Join Date
    Mar 2003
    Posts
    35494
    200V is the input. Not sure what the output is.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  6. #86
    Join Date
    Oct 2005
    Posts
    13
    I am very new here but I work with high resolution control systems. So here goes. The Sanyo motor many of you have purchased is a very good motor. To help you understand it better there are two links that will help you
    This link will explain the wire color code from the motor leads:
    http://www.copleycontrols.com/motion...&P5-Series.pdf

    Next to help you understand why you need to use a sinusoidal commutation drive go to the following link start reading on page 16 and remember a linear motor and the rotary sanyo P5 drive almost identically.
    http://www.aerotech.com/products/PDF/LMAppGuide.pdf

    Here is what I feel is a good comparison, if you fill your car up with half gas and half diesel fuel it will chug, buck and jerk but it will run. When you drive the P5 with a Trapezoidal drive it will jitter, cog, get hot and not put out much power. Don't be mislead we tried for several months to drive these motors with a Trapezoidal drive and many times we thought we had worked through all the problems but some small thing would change like, load, rpm, temperature etc and the problems would start all over again.

    I have one question who makes a Sinusoidal Commutated drive that accepts step and direction input for about $300 or less. The one we use is from Bearing Engineers http://www.bearingengineers.com/pdf/avs.pdf it is the AVS 1700 works great but the cost is about $650

  7. #87
    Join Date
    Apr 2005
    Posts
    263
    Quote Originally Posted by rpm mill
    I have one question who makes a Sinusoidal Commutated drive that accepts step and direction input for about $300 or less. The one we use is from Bearing Engineers http://www.bearingengineers.com/pdf/avs.pdf it is the AVS 1700 works great but the cost is about $650
    If I understand correctly, sinusoidal commutation is done by monitoring both the hall sensors and an encoder. The surpluscenter sanyo's should have both.

    Having read some application notes by microchip it seems that it is fairly easy to build a PIC or dsPIC based BLDC trapezoidal controller.

    Now - would a dsPIC be fast enough to also do sinusoidal commutation ?
    for the device described in the app. notes (dsPIC30F2010) max clock is 40MHz which means instructions are executed at 10 MHz

    If we have a 2000cpr motor running at 3000rpm (50rev/s) that would generate ecoder pulses at 100kHz (or maybe 2 or 400 kHz) ? that should still be measurable with the dsPIC running at 10 MHz

    so, maybe it would not be that hard to build a dsPIC based sinusoidally commutationg BLDC drive....

    comments ?!

    I haven't bought any motors yet but if I do I'd like to develop something like this.

    Andy

    Ps. I'm not sure step/dir from a pc parallell port is such a good idea. You will allways be limited by the fairly low max output frequency...

  8. #88
    Join Date
    Mar 2003
    Posts
    35494
    Quote Originally Posted by andy55
    Ps. I'm not sure step/dir from a pc parallell port is such a good idea. You will allways be limited by the fairly low max output frequency...
    In a few months the Gecko G100 and Mach4 will be able to output 4,000,000 steps/second without using the parallel port.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  9. #89
    Join Date
    Aug 2005
    Posts
    86
    I've been noodling around with building a PID controller to drive some trapezoidal BLDC amplifiers I got off of eBay; with all this talk I think I'll try to expand my little circuit into a full controller. Should keep me amused for a while (don't hold your breath waiting for success, but if I do get something working someday I'll post about it). So far I'm just researching chips and so forth on the internet, which is pretty fun!

    I have a feeling that some controllers (like the Rutex ones) will work acceptably well with these motors, but we need to hear from somebody who put them into a machine to know for sure.

    > I haven't bought any motors yet

    Better hurry; the 1 kW are gone, only 29 of the 400w left, and only 18 of the brakeless 300w. I expect we'll see a lot of them on ebay in the coming months though.

  10. #90
    Join Date
    Oct 2005
    Posts
    13

    pulses and more pulses

    We run in Quad so 2K is reading as 8K per rev. Yes a parallel port is for printers, if you want much speed, with high line counts it won't work. Any system is only as good as the weak link. You can and we do run the rotary encoder to get close and then use a 5um linear for final position. This works better than a very expensive ball screw and the rolled screw we use with this setup is about $150 per foot of travel.

  11. #91
    Join Date
    Apr 2005
    Posts
    263
    Quote Originally Posted by ger21
    In a few months the Gecko G100 and Mach4 will be able to output 4,000,000 steps/second without using the parallel port.
    Yes, but that moves the servo position control loop into dedicated hardware and I will not be able to control, adjust or monitor the following error on my pc.

    I'm thinking I want an EMC controlled system where most of the intelligence is in the PC.
    Jon Elson has developed hardware and EMC compatible software which uses the parallell port in EPP mode which should be fast enough.

  12. #92
    Join Date
    Sep 2004
    Posts
    1207
    I'm currently developing a sinusoidal drive for those surplus servos. If I succeed you will know about it

  13. #93
    Join Date
    Aug 2005
    Posts
    86
    Cool! If I fail to get mine to work (quite likely since I have no clue what I'm doing), maybe I can just buy yours!

    Good luck! Keep us posted!

  14. #94
    Join Date
    Mar 2003
    Posts
    35494
    Quote Originally Posted by andy55
    Jon Elson has developed hardware and EMC compatible software which uses the parallell port in EPP mode which should be fast enough.
    Jon doesn't make drives for these motors. If you use the Rutex drives, the loop is closed in the Rutex. I don't see how EMC can close it with available hardware?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  15. #95
    Join Date
    Apr 2005
    Posts
    263
    Quote Originally Posted by ger21
    Jon doesn't make drives for these motors. If you use the Rutex drives, the loop is closed in the Rutex. I don't see how EMC can close it with available hardware?
    I mean that using the EPP, as pico-systems does, seems like a cost-effective way of motor control on a pc. Yes it requires hardware to count the encoder pulses and other hardware to drive the servos.

    Can you tell me if the Rutex drive is trapezoidal phase or sinewave phase ?
    These motors are sold as 'ac' and someone here said the performance is less than great with a trapezoidal drive... so I'm thinking I need a sinewave drive.

  16. #96
    Join Date
    Dec 2003
    Posts
    24260
    Quote Originally Posted by andy55
    These motors are sold as 'ac' and someone here said the performance is less than great with a trapezoidal drive... so I'm thinking I need a sinewave drive.
    Although these motors look like a good deal, price-wise. I backed out from buying at the last minute, what detered me was the the issues of only 4 pole, I am guessing that anything but sinusoidal drive is going to cause a rough low speed issue if run by any other method.
    The other thing is the top speed issue, 3000 ~4500 tops. I have Aerotech DC motors that run up to 5 or 6K. So I would normally expect at least 6k from a AC servo.
    Also I have run 6 pole and 8 pole motors with passable low speed with trapezoidal drive, not as good as DC however.
    It will be interesting to follow the progress.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  17. #97
    Join Date
    Jun 2003
    Posts
    4
    Quote Originally Posted by andy55
    Can you tell me if the Rutex drive is trapezoidal phase or sinewave phase ?
    .
    Any comment?

  18. #98
    Join Date
    Oct 2005
    Posts
    13
    This is not a endorsement of there product but the Logosol LS-131-2010 http://www.logosolinc.com/products/ls-131.htm
    This drive works very well with the Sanyo motors, it's a nice drive very small and lots of power (sinusoidal). So easy to hook up 3 or 4 axis just plug in the network cables. Comes with free software (LCDN) which will let you get up and running as fast as you can hook up the servo motor leads. The one big rough point is IT WILL NOT ACCEPT STEP AND DIRECTION INPUT. If anyone can find a clone to this one that will accept step and direction input please let me know.

  19. #99
    Join Date
    Dec 2004
    Posts
    518
    Quote Originally Posted by rpm mill
    This is not a endorsement of there product but the Logosol LS-131-2010 http://www.logosolinc.com/products/ls-131.htm
    This drive works very well with the Sanyo motors, it's a nice drive very small and lots of power (sinusoidal). So easy to hook up 3 or 4 axis just plug in the network cables. Comes with free software (LCDN) which will let you get up and running as fast as you can hook up the servo motor leads. The one big rough point is IT WILL NOT ACCEPT STEP AND DIRECTION INPUT. If anyone can find a clone to this one that will accept step and direction input please let me know.
    I guess the question anyone who bought these motors would have is "What do these drives cost?" Can you throw out a ballpark value?

    Evodyne

  20. #100
    Join Date
    Aug 2005
    Posts
    86
    Here's a page for a model with step/dir input and a price:

    http://clickautomation.com/products/...id=510&cid=172

    Edited: oops, reading the specs that model is trapezoidal.

Page 5 of 15 34567

Posting Permissions

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