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! > Electronics > General Electronics Discussion


General Electronics Discussion Discuss basic electronics, power supplies and anything else electronic related here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-12-2006, 12:34 PM
 
Join Date: Dec 2004
Location: us
Posts: 36
D.D.Machine is on a distinguished road
simple count up stepper controller ?

I need a simple way to count encoder pulses and then give out a pulse to a stepper driver.

What I`m doing is trying to time a dividing head with a cutter spindle.

( I`m working on making a horizontal mill into a gear hobber, so I need to keep the cutter hob in time with the dividing head. my max spindle speed well be about 120 RPM on the hob and the gear blank well be in the 5 rpm range. I`m looking at gearing up the encoder and the indexing head to about 8,000 steps per rev.)

I`m thinking a simple PLC might work but can they take encoder pulses as a input?
Thanks
Reply With Quote

  #2   Ban this user!
Old 10-12-2006, 03:06 PM
 
Join Date: Jul 2005
Location: USA
Age: 42
Posts: 442
pastera is on a distinguished road

As the direction will not change, you only need to watch one of the quadrature signals. This simplifies the control to be a pulse rate converter -
simple job for a small micro.

I don't have enough experience with ladder logic to say if a PLC could easily keep up AND be flexible enough to support different ratios (different gears)

Aaron
Reply With Quote

  #3   Ban this user!
Old 10-13-2006, 10:59 AM
 
Join Date: Dec 2004
Location: us
Posts: 36
D.D.Machine is on a distinguished road

thanks thats been my hold up, I don`t know if a plc well do it or not.
I can make about and cnc software that well thread do it but would like to not have to deal with a PC.
Reply With Quote

  #4   Ban this user!
Old 10-13-2006, 12:03 PM
 
Join Date: Aug 2006
Location: USA
Posts: 2,624
kreutz is on a distinguished road

I don't think it is difficult to do with a PIC or AVR, as Pastera said, it is only a programmed divider, but there is also a need to program the cutter head's feed rate . How do you move the cutter head?
Reply With Quote

  #5   Ban this user!
Old 10-13-2006, 01:09 PM
 
Join Date: Jul 2005
Location: USA
Age: 42
Posts: 442
pastera is on a distinguished road

Please give some more details of the setup.

My assumptions:
Rotary axis linked to spindle rotation
vertical axis programmed feed rate per revolution of hobbed gear
linear axis (along rotary axis) feed rate per revolution of hobbed gear

Programming a small microcontroller to do this would be easy if you use step&direction controls. You might even be able to use the threading module in EMC with a little tweaking.

Aaron
BTW: gearig down the rotary axis may limit the size gear you can cut - a small, low module gear may need to spin faster than the rotary table can!
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-13-2006, 01:43 PM
 
Join Date: Dec 2004
Location: us
Posts: 36
D.D.Machine is on a distinguished road

the setup is simple.
universal horizontal mill with a dividing head, stepper drive the dividing head with the same # steps as the spindle encoder and then its just divide by the # of teeth you want to cut to get your step count.
Reply With Quote

  #7   Ban this user!
Old 10-13-2006, 01:57 PM
 
Join Date: Dec 2004
Location: us
Posts: 36
D.D.Machine is on a distinguished road

The feed of the cutter thrue the part has no bearing on the setup. I could hand feed it and it would still work. the only trick to make it work is angle the table at the same angle as the lead on the hob and get the timing in sink with the hob and the gear blank.

all I need is to make the gear blank turn one tooth for every turn on the hob.

so lets say I want to make a gear with 16 teeth. I take the spindle encoder with 8,000 steps per rev and divide that by the 16 teeth ( 8,000 * 16 = 500)
so for every 500 steps the encoder moves it sends 1 step to the stepper motor

( a hob is a helix cutter like a tap)

its the same as threading on a cnc , spindle goes one rev the X axis moves the lead of the thread, only thang is rather than one thread lead I need to move one gear tooth.
Reply With Quote

  #8   Ban this user!
Old 10-13-2006, 05:29 PM
 
Join Date: Jul 2005
Location: USA
Age: 42
Posts: 442
pastera is on a distinguished road

If you are looking for a semi-automated interface that will only sync the part and hobb then it's quite easy.

How simple of an interface do you want?
Would a simple text LCD and up/down knob be good?
Would you also want other functions on the rotary axis (indexing, dividing)?
Built in stepper driver or external step&direction controller?

Aaron
Reply With Quote

  #9   Ban this user!
Old 10-13-2006, 07:44 PM
 
Join Date: Aug 2006
Location: USA
Posts: 2,624
kreutz is on a distinguished road

You are talking about 8000 pulses/ rev. Is your encoder a 2000 ppr encoder 4x decoded or a pure 8000 ppr? Do you always rotate the blank in the same direction? Do you already have the stepper driver? What is the maximum number of teeth you want it to cut on one blank. What should it do when the total number of teeth are cut, continue rotation in sync with the spindle as before or turn off the spindle motor?
Reply With Quote

  #10   Ban this user!
Old 10-14-2006, 04:17 PM
 
Join Date: Dec 2004
Location: us
Posts: 36
D.D.Machine is on a distinguished road

as for the encoder I might just use a 2000 ppr and belt it 4 to 1

as for the indexing thats all I need to to do is keep the hob and the gear blank in time,

I well just start the spindle and get it in time with the gear blank then use the power feed on the mill to feed it thrue the blank and just use the mill feed stops to stop the table feed, as for the indexing head and the hob it can just keep going.

All it needs to do is keep the hob and the gear blank in time, I don`t need to to control any other part of the machine.

* its going to be used for a production runs and it well only need about 8 programs to run all the gear counts*
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-15-2006, 09:22 AM
 
Join Date: Jul 2005
Location: USA
Age: 42
Posts: 442
pastera is on a distinguished road

I would not add any gearing to the encoder - not when you can do a 4x decode on the encoder to get the resolution you need.

At 120RPM and 8000 counts/rev, that's only a 16kHz pulse rate - something the average microcontroller can do in spare time. It would start to get interesting if you go 10x the spingle speed, but just barely!

The problem is going to be spinning a rotary table fast enough - the input shaft on a 60:1 table would need to spin at 7200/(number_of_teeth) to keep up. As you can see this would get a little fast for small gears.

If you want something that will read the spindle encoder (with/without index) and run a switch selected timing PM me.

Aaron
Reply With Quote

  #12   Ban this user!
Old 10-15-2006, 10:19 AM
 
Join Date: Dec 2005
Location: USA
Posts: 3,319
NC Cams is on a distinguished road

Investigate the use of a 4029 IC or it's TTL/low power CMOS replacements.

The chip is a resettable, up or down, daisy chain able counter/divider that is programable to dividing at any quantity you want.

You might also want to look into Red Lion Controls. They have bidirectional counters that might serve your needs and bolt on to your equipment. Lots easier to bolt stufff together that is already industrial strength than to develop stuff anew.
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 09:11 PM.





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