CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > OpenSource CNC Design Center > Open Source Controller Boards


Open Source Controller Boards Discussion for Open Source CNC type Controller Boards and other related items. (for personal use only)


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-30-2010, 08:53 PM
Drools's Avatar  
Join Date: Feb 2009
Location: Canada
Posts: 1,055
Drools is on a distinguished road
help with servo.

I'm not sure if this question should be asked here or in the servo & driver forum.
I have a working CNC router using steppers but I want to learn about servos. I have decided to build a small 12x12 CNC just to do PCBs because I do not want to change from my Porter Cable spindle to my Wolfgang every time I want to do a PCB, the PC spindle is the one that is usually mounted.
I have 2 of these servos:
Globe Motors, 537A250, 30.3VDC
The encoder is an HP HEDS-5505-G06
The motor has a no-load speed of 3220 rpm @ 30 VDC & no-load current draw of 0.25 amps. At 20 oz-in the motor runs at 2840 rpm and draws 1.95 amps
I understand they are pretty weak but for learning purposes they should do. I need to know what encoder I should buy that works with Mach3. I'm not sure if the encoder and driver have to be matched or not.
I also want to build my own driver but I'm not sure which open source design I should use. If possible I want the driver I build and the encoder I buy to be compatible with an upgraded servo should I decide to upgrade.
Can I use ACME threaded rod with servers? I want to upgrade my bigger router's screws to 5 start and use the single start screws on the smaller one.
Thanks for the help.
Reply With Quote

  #2   Ban this user!
Old 10-31-2010, 03:40 AM
H.O H.O is offline
 
Join Date: Jul 2007
Location: Sweden
Posts: 886
H.O is on a distinguished road

Hi Drools,
Normally the encoder has nothing to do with Mach3. Mach3 doesn't know the difference between steppers and servos - it only sends step and direction signals to the drive and IT drives the motors and reads the encoder. (It closes the position loop)

Incremental encoders are by far the most common ones and is definitely what you should use if building your own drive. (The one you have is the "correct" type). A quick Google search on your encoder part number indicates that it's a 360cpr encoder meaning you will get 1440 "steps" per revolution of the motor. If the motor is capable of 2800rpm that equals 67kHz which is in the upper regions of what Mach3 can produce.

You can definitely use ACME screws with servo motors but the (un)effeciency of the ACME screw compared to a ballscrew means you'll need larger motors to get the same performance.

I don't know if I can recommend any particular open source servo drive, personally I'm running HP-UHU drives in my big machine and although the design is "open" the control chip isn't as you have to buy it from Uli. (I've also rolled my own servo control chip for compatabillity with the UHU but that isn't open source either). There's a DS-PIC servo project here on the zone but I haven't been followin it so I don't know much about it. Which ones are you considdering?

/Henrik.
Reply With Quote

  #3  
Old 10-31-2010, 06:25 AM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,463
ger21 is on a distinguished road
Buy me a Beer?

From what I've read, Ideally, you want to run your servo's at about 80% of their max rpm. In order to do this, you should use a belt reduction to your screws so you get the rapid speed you want with the servos at about 2200rpm. This will also increase your torque by the reduction ratio. 4:1 reduction will give you 4 times more torque at the screw.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

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

  #4   Ban this user!
Old 11-01-2010, 11:14 PM
Drools's Avatar  
Join Date: Feb 2009
Location: Canada
Posts: 1,055
Drools is on a distinguished road

Thanks for the help guys!
I will look at some sort of belt/pulley for these, does anyone have a site which might sell pulleys /belts?
I would still like to buy 2 matching encoders, I understand they are anywhere from 20.00 to 100.00 or more. Is there a recommended encoder in around the lower end of the spectrum?
I have seen the DS-PIC web site and it is within the scope of my abilities. I might go that route, unless something else comes up that it better.
Reply With Quote

  #5   Ban this user!
Old 11-02-2010, 01:24 AM
H.O H.O is offline
 
Join Date: Jul 2007
Location: Sweden
Posts: 886
H.O is on a distinguished road

Hi,
One source for belts and pulleys are SDP-SI and another one is Technobots in the UK but I'm sure you'll be able to find one a bit closer to you.

The cheapest encoder that I know of is the AMT102/103 from CUI, they are available from Digikey at $30 and they have setable resolution which is kind of cool. Sometimes they develop a slight slop between the hub and shaftadapter which causes oscillations/vibrations but it is easily cured with a dab of hot melt glue etc - been there, done that.

USDigital are popular as well, personally I've had nothing but trouble with the ones I bought though (E7P). I replaced them with Renco R35i and everything's fine. Hengstler, Scancon, Omron and GPI are other brands that springs to mind but they are all a bit more "industrial" and the price reflects that. You might get lucky on EBAY.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-02-2010, 11:28 AM
Drools's Avatar  
Join Date: Feb 2009
Location: Canada
Posts: 1,055
Drools is on a distinguished road

Thanks for the help H.O
I have a question in the CUI encoders, do they require a code wheel that is sold seperately?
Reply With Quote

  #7   Ban this user!
Old 11-02-2010, 02:18 PM
H.O H.O is offline
 
Join Date: Jul 2007
Location: Sweden
Posts: 886
H.O is on a distinguished road

Hi,
You get everything you need in the kit, encoder, mounting tools/spacers, connector and shaftadapters it will fit a whole bunch of different shaft sizes and mounting instructions. I beleive the AMT102 even comes with two different hosings/flanges providing several different mounting hole patterns.

All you need to do is extend the wires so they reach all the way to your drive or buy spare connectors and make up your own cables. There's also a differential line driver available for a couple of extra bucks.
Reply With Quote

  #8   Ban this user!
Old 11-02-2010, 04:25 PM
Iron-Man's Avatar  
Join Date: Jan 2009
Location: USA
Posts: 158
Iron-Man is on a distinguished road
Servo System

Originally Posted by Drools View Post
I'm not sure if this question should be asked here or in the servo & driver forum.
I have a working CNC router using steppers but I want to learn about servos. I have decided to build a small 12x12 CNC just to do PCBs because I do not want to change from my Porter Cable spindle to my Wolfgang every time I want to do a PCB, the PC spindle is the one that is usually mounted.
I have 2 of these servos:


I understand they are pretty weak but for learning purposes they should do. I need to know what encoder I should buy that works with Mach3. I'm not sure if the encoder and driver have to be matched or not.
I also want to build my own driver but I'm not sure which open source design I should use. If possible I want the driver I build and the encoder I buy to be compatible with an upgraded servo should I decide to upgrade.
Can I use ACME threaded rod with servers? I want to upgrade my bigger router's screws to 5 start and use the single start screws on the smaller one.
Thanks for the help.

I am building a system from scratch.
See my work here: http://www.cnczone.com/forums/bencht...running-3.html
Also check out this link: dspic - servo


Hope this helps,

Iron-Man
Reply With Quote

  #9   Ban this user!
Old 11-02-2010, 04:52 PM
Drools's Avatar  
Join Date: Feb 2009
Location: Canada
Posts: 1,055
Drools is on a distinguished road

Hi Iron-man yep I have the dspic-servo site bookmarked I'm pretty sure this is the same site H.O mentioned earlier.
I have seen your work and it looks great but is it open-source? Are there eagle files available?
Reply With Quote

  #10   Ban this user!
Old 11-02-2010, 05:22 PM
Drools's Avatar  
Join Date: Feb 2009
Location: Canada
Posts: 1,055
Drools is on a distinguished road

This may be a silly question but do servos work on step/direction signals similar to steppers? I would guess there must be a direction but the steps would tranlate into the encoder?
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 11-02-2010, 08:10 PM
Iron-Man's Avatar  
Join Date: Jan 2009
Location: USA
Posts: 158
Iron-Man is on a distinguished road

Originally Posted by Drools View Post
This may be a silly question but do servos work on step/direction signals similar to steppers? I would guess there must be a direction but the steps would tranlate into the encoder?

The servo amp takes step and dir signals. The servo motors actual position is compared to that obtained from MACH. A PID routine functions to maintain them as close as possible. My current work is based on the dsPIC link. I have made numerous changes. Mr Gaister's work is open source. You will also need Microchip software to program the dsPIC. This is not open source.


Hope this helps,

Iron-Man
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
couple of sets of Indramat Servo Controller+Mains filter+Servo Motor 9Nm, 4500rpm bogus105 EBAY ADS 2 11-16-2011 10:25 PM
3 axis CNC Servo Controller with servo motors--$700 CuttersCov EBAY ADS 0 07-23-2009 11:49 AM
Galil Motion Controller, with NEMA 23 Servo Motors, Servo Drive, Encoders, Etc. qualitymachine EBAY ADS 0 06-01-2009 02:26 PM
Sell Servo Motor, Servo Drive by GSKcnc.com from China salecnc@hotmail Product Announcements & Manufacturer News 0 06-03-2008 02:55 PM
Pluto Servo - Motors won't servo correctly???? TZak LinuxCNC (formerly EMC2) 2 01-10-2008 02:34 PM




All times are GMT -5. The time now is 05:15 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361