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! > Events, Product Announcements and More > CNCzone Club House


CNCzone Club House Discuss everything in between CNC. THIS IS NOT A TRASH BIN.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 05-10-2006, 08:28 AM
ynneb's Avatar
Moderator
 
Join Date: Feb 2004
Location: Oz
Posts: 2,580
ynneb is on a distinguished road
Laser tool path displayer ( IDEA )

Some time ago I thought I came up with an original idea of a laser tool path displayer, only to be shown that they already exist. The advantage of such a device is that it displays the tool path the exact position that the machine will cut. This means you can safely know where to screw down your work and not cut though a screw, also you can use scrap bits of timber and know if your work will fit into it.
Obviously it would need to get the information from mach in order to display the path.
I was wondering a few things........
Would any one be interested in designing the laser device and posting a build guide.
Could Mach be made to do this ?
Do any of you see an advantage of such a device?

It should be quite cheap to make using a $10 dollar laser a mirror and some soliniod device.

Any thoughts?
New Page 1

Attached Thumbnails
Click image for larger version

Name:	Clipboard01.jpg‎
Views:	60
Size:	71.4 KB
ID:	17971  
Reply With Quote

  #2   Ban this user!
Old 05-10-2006, 10:04 AM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road

ben,

it would seem easier to have the device load gcode and interpret it directly? otherwise mach would need provisions to extract the vector information from the on-screen display and somehow transmit just the area of interest to the scanning head...

i would imagine if someone out there has done a project to draw line-art vector images with a laser, this could be 'easily' adapted.

i would think the real challenge must be having the laser. job start point, etc, line up....
Reply With Quote

  #3   Ban this user!
Old 05-10-2006, 11:19 AM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,559
Geof will become famous soon enough

"It should be quite cheap to make using a $10 dollar laser a mirror and some soliniod device."

I think you are being very optimistic here. It is correct that all you need in principle is a laser and a mirror controlled by two solenoids; actually they would not be simple solenoids but would have to be something similar to a speaker coil which can be precisely moved like a servo. However, there are two big challenges: The first is the angular accuracy required in the positioning of the mirror. The mirror would need to be above the work area by at least twice the maximum dimension to be scanned and the image on the work area would have to be precise to within maybe 0.010". For a 50" maximum dimension this means the mirror has to be controlled to within 1 part in 5000 which is quite precise. The second challenge is doing it fast enough; you have to write a line with the laser spot which means you have to come back to every spot on the line at least 30 times a second in order for persistence of vision to give the impression that a line exists. This combination of precision and speed will not be easy to obtain without some fairly sophisticated engineering.
Reply With Quote

  #4   Ban this user!
Old 05-10-2006, 04:28 PM
slp_prlzys's Avatar  
Join Date: Mar 2004
Location: Canada
Posts: 210
slp_prlzys is on a distinguished road

check this out, could be a good start. http://elm-chan.org/works/vlp/report_e.html
__________________
Mhel
"me and my unselfish genes"
Reply With Quote

  #5  
Old 05-10-2006, 06:30 PM
ynneb's Avatar
Moderator
 
Join Date: Feb 2004
Location: Oz
Posts: 2,580
ynneb is on a distinguished road

Geoff, since its main use would be for roughly knowing the position the tool will travel along, I dont know if the accuracy you are talkning about would be needed.

Slp_prlzys, Thats a very good link indeed. Thanks for that.

Vaccy,
Since I made this post, a friend mentioned the idea of using DLP technology. That got me thinking about another idea. If instead of using a laser you used an old low res video projector. You could then have your computer set up as a dual monitor set up. Make the tool path display on the second monitor. This would mean there would not need to be a math processor thing happening, and is just a projected display of the existing toolpath on the work piece.
You should be able to calibrate it using the lens focas, visual settings, and by moving the video projector the right distance away.

Last edited by ynneb; 05-10-2006 at 08:11 PM.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-10-2006, 06:50 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,559
Geof will become famous soon enough

Originally Posted by ynneb
That got me thinking about another idea. If instead of using a laser you used an old low res video projector. You could then have your computer set up as a dual monitor set up. Make the tool path display on the second monitor. This would mean there would not need to be a math processor thing happening, and is just a projected display of the existing toolpath on the work piece.
You should be able to calibrate it using the lens focas, visual settings, and by moving the video projector the right distance away.
Damn, why didn't I think of that :frown: . I had looked into one of these laser systems for my big gantry machine but the price was horrifying. Your video projector idea is terrific. Just abour everything should be available off the shelf. You would need a PC running a simple G code interpreter with some ability to scale the display and just a mounting point for the projector above thre machine. The only minor inconvenience could be having to dim the shop lights because the projector would be further away than normal but even this may not be necessary with a high powered projector.
Reply With Quote

  #7  
Old 05-11-2006, 06:59 AM
ynneb's Avatar
Moderator
 
Join Date: Feb 2004
Location: Oz
Posts: 2,580
ynneb is on a distinguished road

Yeh the more I think about it the easier it would be to use a video projector.
In Mach3 it is easy to make a wide screen that spans over a dual monitor setup. If you had the toolpath display that mach already has, on the second monitor, and the second monitor was a video projector, essentially you have every thing you need.

How simple, nothing special needs to be done, cheap second hand low res monitor, and a screen tweak for mach that any one can do.

If anyone wants to give this a try, and doesnt know how to make a mch3 wide screen, let me know and i will do it for them.

I must admit the flickering laser is cooler though.
Reply With Quote

  #8   Ban this user!
Old 05-11-2006, 07:27 AM
 
Join Date: May 2003
Location: UK
Posts: 340
Graham S is on a distinguished road

You are probably right to try the projector idea but I wouldn't spend too much in case you can't tweak it as well as you would like. Another problem would seem to be that the toolpath view scales with the toolpath so perhaps it would be better to project your CAD, you could draw a box the size of your work table and always put your cad in that, then do view:zoom:window and select the box, full screen preview and you are away.

Graham
Reply With Quote

  #9   Ban this user!
Old 05-11-2006, 11:08 PM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road

i think you could find old, crude 'overhead projector LCD screens' on ebay.. ive got one i got for free and never used much..

http://cgi.ebay.com/INFOCUS-BOXLIGHT...QQcmdZViewItem

http://cgi.ebay.com/Infocus-1600GS-5...QQcmdZViewItem

http://cgi.ebay.com/nView-ViewFrame-...QQcmdZViewItem
Reply With Quote

  #10   Ban this user!
Old 05-11-2006, 11:34 PM
 
Join Date: Aug 2004
Location: US
Posts: 2,786
ViperTX is on a distinguished road

Just a thought....but you most likely don't want to see the entire tool path since that would take some time to display that info....maybe just the perimeter or any islands around a place where you could have a fastener....
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 05-12-2006, 03:39 PM
 
Join Date: Aug 2005
Location: UK
Posts: 63
plexer is on a distinguished road

Why not just mount it instead of the tool and run it really fast around an outline of the piece you are cutting?

Ben
Reply With Quote

  #12   Ban this user!
Old 05-12-2006, 03:47 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,559
Geof will become famous soon enough

Originally Posted by plexer
Why not just mount it instead of the tool and run it really fast around an outline of the piece you are cutting?

Ben
And don't blink while it is doing it or you will miss it.
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





All times are GMT -5. The time now is 08: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