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! > Hobby Projects > Hobby Discussion


Hobby Discussion Discuss other CNC-related Hobbies here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-11-2006, 08:36 AM
 
Join Date: Sep 2006
Location: England
Posts: 15
grim is on a distinguished road
Computerless CNC Drilling

Hello
I have been working on a project for some tim ethat is nearly complete. It uses a PCB and I have all the gear to make the boards (photo resist board, developing tanks etc)

The problem comes when I have to do the drilling. Pain in the backside....

Obviously I could spend a load of money on a full blown cnc drill. but there are a few points.

1. Cost.
2. not fun
3. I don't want to use a PC

My idea is for a drill that you teach. Insert a board, set the machine to learn mode and drill the holes i want, in the positions I want. then switch it over to run, and it will repeat those actions.

that can't be difficult can it?

I have a number of old printers which will donate stepper motors and some mechanics. lots of experimentation will follow.

I have only just started out, but I will try to keep this thread updated with my progress, maybe it will help others who know as little as I do!

Graham
Reply With Quote

  #2   Ban this user!
Old 09-12-2006, 02:42 AM
 
Join Date: Sep 2006
Location: US
Posts: 9
Ariox is on a distinguished road

That would be nice, but you would need some sort of computer to record the actions taken on the drill, even if a much cheaper, specialised computer. But, recording the actions taken would be the hard part. Stepper motors are open ended; you don't get a confirmation of where you are. You'd need to create a system that could give feedback to your (ahem) "computer".

Then again, I don't know much, and I could be completely wrong.
Reply With Quote

  #3   Ban this user!
Old 09-12-2006, 03:09 AM
 
Join Date: Sep 2006
Location: England
Posts: 15
grim is on a distinguished road

yes, it will need some computing power, and data storage, but i hope to achieve this with a PIC. I have the wish list pretty much sorted. I am currently using the machine in my imagination, thinking up neat features, that will be easier to design in, than try to add.

for example a DIL function so that you can tell the drill to follow the pin out of a DIL14 without having to manually enter the 14 holes, just the top left. saves programming time and memory.

A repeat function will be good, for when you have several identical circuits marked out on the same board. that should just need to use an offset function and away it will go. hopefully.

they are both just code functions though, so compared with the mechanics will be reasonably easy to include.
Reply With Quote

  #4   Ban this user!
Old 09-12-2006, 03:24 AM
 
Join Date: Aug 2006
Location: Sweden
Posts: 5
skyten is on a distinguished road

Even if you not use a PC you use electronic component, so you have to read the coordinates when you "learn" the positions to the equipment. If it not is more then an electronic position "jig" it must in a way know how to stop at the right locations with information from the "memory". To make the equipment to not need to go to 0,0 every time a translation of the 0,0 coordinates can be done from the last drill. I do not know if the deep of the drilling is to be recorded, in case not it is a two-dimensional system. Still think it is easier using a computer a used postscript device or plotter for finding locations, then you just draw it out in a cheap program using a pc or mac.
Reply With Quote

  #5   Ban this user!
Old 09-12-2006, 03:55 AM
 
Join Date: Sep 2006
Location: England
Posts: 15
grim is on a distinguished road

ok, maybe I should rephrase my requirement. The machine will have limited on board processing power, rather than use an external PC. It will just be storing a list of locations, which a pic is quite capable of doing.

I don't want to dedicate my pc to the task. firstly, the pc is in the house and the machine will be in the shed. and i don't want to buy a seperate pc either.

the idea is for it to be cheap, and if i start of needing £300+ computer, then it won't be!

I admit that doing the first board by hand, rather than just dumping an image into a drilling prgram wil take longer, but the objective is to save me time making a quantity of boards, which it will do. i hope
Reply With Quote

Sponsored Links
  #6  
Old 09-12-2006, 07:29 AM
Gold Member
 
Join Date: Mar 2005
Location: USA
Posts: 582
InspirationTool is on a distinguished road

I'd stongly suggest keeping your ears open for an old used computer no-body wants and going traditional CNC with MACH3 or Turbocam. You can run both of them on a computer no-one will want anymore.

Much easier that what you are thinking about. Unless that PLC stuff sounds like fun.

-Jeff
Reply With Quote

  #7   Ban this user!
Old 09-12-2006, 07:57 AM
 
Join Date: Sep 2006
Location: England
Posts: 15
grim is on a distinguished road

thanks for the advice, I am sure that a PC based CNC system running proper software would be better than my idea. but it's "my idea". Just something I want to try really.

also i will understand how it all works, rather than buying some bits that already work, bolting them together and ending up with something that works. that's not saying I will make it all myself. I am not going to wind my own motors or anything silly

it's also the challange of trying to achieve a lot, using a little. even the most basic pc has about a billion times the computing power needed for this project. i want to see how cheap and simple i can make it.

in years to come, i can see you all using this method!


(ok, maybe not) lol
Reply With Quote

  #8  
Old 09-12-2006, 01:01 PM
DareBee's Avatar
Monkeywrench Technician
 
Join Date: Jan 2004
Location: Stratford, Ont. Canada
Posts: 2,783
DareBee is on a distinguished road

I am bewildered on the cost projection for this.
I can get an old PC for $50 or less.
A PLC, rack, IO cards and PS will cost me well over $200 for the oldest obsolete parts I can find.

I can forsee that you maybe have been donated some PLC equipped control panels for free, but don't forget the ladder logic program will cost you $ to be able to program the PLC.

That is not your point and I am sure you will have great time figuring the system out to suit your end needs.
__________________
www.integratedmechanical.ca
Reply With Quote

  #9   Ban this user!
Old 09-12-2006, 01:31 PM
 
Join Date: Sep 2006
Location: US
Posts: 9
Ariox is on a distinguished road

Originally Posted by grim View Post
ok, maybe I should rephrase my requirement. The machine will have limited on board processing power, rather than use an external PC. It will just be storing a list of locations, which a pic is quite capable of doing.

I don't want to dedicate my pc to the task. firstly, the pc is in the house and the machine will be in the shed. and i don't want to buy a seperate pc either.

the idea is for it to be cheap, and if i start of needing £300+ computer, then it won't be!

I admit that doing the first board by hand, rather than just dumping an image into a drilling prgram wil take longer, but the objective is to save me time making a quantity of boards, which it will do. i hope
We have a bunch of older PCs in our garage that we picked up for free; they're not hard to come by. But, I do understand that you wanna try something new and see what you can do. People always give me funny looks too when I'm not doing things the "best" way.

But yes, I'm sure a PIC could handle the job, maybe the Basic stamp (parallax.com, I think), I know if you buy their development board things get really easy. Still, I don't know how you're going to get feedback from the machine.
Reply With Quote

  #10   Ban this user!
Old 09-13-2006, 02:42 AM
 
Join Date: Sep 2006
Location: England
Posts: 15
grim is on a distinguished road

Originally Posted by DareBee View Post
I am bewildered on the cost projection for this.
I can get an old PC for $50 or less.
A PLC, rack, IO cards and PS will cost me well over $200 for the oldest obsolete parts I can find.

I can forsee that you maybe have been donated some PLC equipped control panels for free, but don't forget the ladder logic program will cost you $ to be able to program the PLC.

That is not your point and I am sure you will have great time figuring the system out to suit your end needs.
Yes, I can get computers for very little too. Actually I have three in my office awaiting breaking...... But then you have the bulk of the computers to lug around as well. Cheap will mean a CRT and that will mean heavy....

Also I wasn't planning on using a PLC or any IO cards. The pic will do it all, except the drive circuitry. (i'll admit now, that my experience with pics is pretty limited too, so that's more of a learning experience as well.....)

Your last sentance sums it up though it's the fun of designing it and making it, and then making it work.


thanks for all the replies. time to start hoarding more parts!
Reply With Quote

Sponsored Links
  #11  
Old 09-13-2006, 03:58 AM
dertsap's Avatar
Gold Member
 
Join Date: Oct 2005
Location: canada
Posts: 3,668
dertsap is on a distinguished road
Buy me a Beer?

Originally Posted by grim View Post
ok, maybe I should rephrase my requirement. The machine will have limited on board processing power, rather than use an external PC. It will just be storing a list of locations, which a pic is quite capable of doing.

I don't want to dedicate my pc to the task. firstly, the pc is in the house and the machine will be in the shed. and i don't want to buy a seperate pc either.

the idea is for it to be cheap, and if i start of needing £300+ computer, then it won't be!

I admit that doing the first board by hand, rather than just dumping an image into a drilling prgram wil take longer, but the objective is to save me time making a quantity of boards, which it will do. i hope

thrift stores are full of dumpster pc's 20 buck your running
Reply With Quote

  #12   Ban this user!
Old 09-13-2006, 04:15 AM
 
Join Date: Sep 2006
Location: England
Posts: 15
grim is on a distinguished road

ok ok ok

I could use a pc. BUT I DON'T WANT TO!!!!!


and breathe........




It's going to be a self contained unit, about 18" cubed, that will drill a few pcb's for me.

by the time i build it, i could have drilled the pcb already, but that's not the point.
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 07:05 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