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! > Machine Controllers Software and Solutions > G-Code Programing


G-Code Programing Discuss G-code programing and problems here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-01-2007, 09:15 PM
 
Join Date: Oct 2006
Location: us
Age: 25
Posts: 36
bookwurm99 is on a distinguished road
use of G10 in the real world.

what is the real world use of G10. why would anybody use it?
Reply With Quote

  #2   Ban this user!
Old 02-01-2007, 09:56 PM
automizer's Avatar  
Join Date: Dec 2005
Location: Canada
Age: 27
Posts: 438
automizer is on a distinguished road

at the shop im at we use the G10 code on a few programs. This machine has 3 vises that never move and some standard fixtureing that go in and out the same way and with 12 work zeros its nice to have the the X, Y, & Z values to be pre set. As the fixtures are always in the same place this cut set-up time from an hour to 15mins
__________________
I'm not lazy..., I'm efficient!
HAAS GR-408
Reply With Quote

  #3   Ban this user!
Old 02-02-2007, 07:36 AM
 
Join Date: Dec 2006
Location: Indiana
Posts: 84
codyst is on a distinguished road

It comes in handy when using a 360 degree 4th axis. It's not possible to set up offset values for every position of the table. My X and Y axis are always set off of the center line of the table, so I change the values in my work offsets as the table turns.
I also used it on a fixture that used a big slab mill to mill the back side of a part. Whenever that tool was in the spindle and was in the cutting position I would tighten up the software overtavel limits so that it couldn't be jogged into the fixture, and so that it couldn't be ran into the fixture if someone made an incorrect offset.
Reply With Quote

  #4   Ban this user!
Old 02-02-2007, 08:28 AM
 
Join Date: Mar 2005
Location: Silicon Valley, CA
Posts: 982
psychomill is on a distinguished road

As the other guys said.......

The most common usage of G10s are for workoffset setting. Allows the use of multiple/dedicated fixtures to repeat over and over. Very common for cell manufacturing. Allows you to set and re-set offsets 100s of times while only using a few offset coordinate sets. I also use it on stand alone machines as well. I use dedicated fixtures that mount to a grid plate (subplate) on the machine. The location of the vises or fixture plates repeat to within tenths. This allows me to use G10 offsetting in the program for repeat parts. Couple that with the use of a tool presetter, set up time is slashed considerably since we don't have to pick up any offsets for repeat work.

Other common usages: writing/updating tool offsets, writing/updating parameters, writing/updating tool data ..... and many other things.
__________________
It's just a part..... cutter still goes round and round....
Reply With Quote

  #5   Ban this user!
Old 02-07-2007, 08:21 AM
 
Join Date: Dec 2006
Location: Indiana
Posts: 84
codyst is on a distinguished road

Here is a picture of the part I was talking about that I tightened up the software over travels so the cutter wouldn't hit the fixture. It was held in the fixture close to the same way it's shown in the picture. The red line points out the surface that was being cut.
Attached Thumbnails
Click image for larger version

Name:	LX Knuckle2.JPG‎
Views:	185
Size:	8.7 KB
ID:	31179  
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-07-2007, 08:41 AM
ghyman's Avatar  
Join Date: Feb 2005
Location: USA
Posts: 214
ghyman is on a distinguished road

For the past ten (ish) years, I have been running a wire brush in a live toolholder for deburring of parts in several flavors of swiss machines.
The use of the G10 allows me to bump the offset in .0002" per piece to compensate for brush wear, and by adding a check at the end of the program, I have the machine alarm out with a "change the brush" message when the offset has changed more than a preset amount.

I also did something similar on a lathe; running a finish pass on post- heat treated L605, with a CBN insert; I found that the tool wear was very consistent, very linear. I did a G10 offset bump of .0001" every three pieces.

In both cases, the jobs were run with minimal intervention by the operators... I believe the G10 is one of the handiest tools available!
Reply With Quote

  #7   Ban this user!
Old 02-07-2007, 09:16 AM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,563
Geof will become famous soon enough

Originally Posted by ghyman View Post
...I also did something similar on a lathe; running a finish pass on post- heat treated L605, with a CBN insert; I found that the tool wear was very consistent, very linear. I did a G10 offset bump of .0001" every three pieces.

In both cases, the jobs were run with minimal intervention by the operators... I believe the G10 is one of the handiest tools available!
Just as a comment this would also be possible with G52 and some of the G10 applications described in the other posts can also be done with G52. For instance physchomill's multiple part offsets can be done using a single Work Offset and multiple child offsets from G52. The two taken together are extremely versatile and useful.
Reply With Quote

  #8   Ban this user!
Old 02-07-2007, 03:41 PM
 
Join Date: Feb 2007
Location: United States
Age: 37
Posts: 74
ParkerMillguy is on a distinguished road
Part Counter

I've used a G10 for all of these applications as well. My very first use of it was a parts counter. G10 G91 P100 R.0001
Reply With Quote

  #9   Ban this user!
Old 02-11-2007, 04:22 PM
 
Join Date: Nov 2004
Location: USA
Posts: 435
spoiledbrat is on a distinguished road

I may be missing something here.

Right now, using Mach 3 , I use G54, 55, etc for doing offsets. Are you suggesting that I am not limited to 6 offset tables, and that using G10, I could have infinite offsets available?
Reply With Quote

  #10   Ban this user!
Old 02-11-2007, 04:28 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,563
Geof will become famous soon enough

Originally Posted by spoiledbrat View Post
I may be missing something here.

Right now, using Mach 3 , I use G54, 55, etc for doing offsets. Are you suggesting that I am not limited to 6 offset tables, and that using G10, I could have infinite offsets available?
Well, sort of, yes. You can read different values into G54, 55 etc. Or as I mentioned you may be able to use G52 (if Mach 3 recognises it, I do not know).

You do have to be careful because when you do this if the program stops part way through you might not know what your offset values are. You have to be sure that at the start you set everything to the starting conditions.

Mind you infinite is a big number; your program may be a bit long .
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 02-12-2007, 09:13 PM
cnc-king's Avatar  
Join Date: Jul 2003
Location: united states
Posts: 232
cnc-king is on a distinguished road

Originally Posted by spoiledbrat View Post
I may be missing something here.

Right now, using Mach 3 , I use G54, 55, etc for doing offsets. Are you suggesting that I am not limited to 6 offset tables, and that using G10, I could have infinite offsets available?
you are limited to G54 thrui G59 unless your machine has the extended offset option. G10 will only allow you to modify your offsets thru your program either incrementaly or absolute
__________________
If you can ENVISION it I can make it
Reply With Quote

  #12  
Old 02-12-2007, 09:37 PM
dertsap's Avatar
Gold Member
 
Join Date: Oct 2005
Location: canada
Posts: 3,667
dertsap is on a distinguished road
Buy me a Beer?

Originally Posted by Geof View Post
Just as a comment this would also be possible with G52 and some of the G10 applications described in the other posts can also be done with G52. For instance physchomill's multiple part offsets can be done using a single Work Offset and multiple child offsets from G52. The two taken together are extremely versatile and useful.
g52 is a great little tool especially on multiple part fixturing , sub programs and g52 shifts keep it much more simple the programs are much smaller and easier for doing edits , and if the sub works on the first part it will work the same on the next provided the g52 shift is right
and as geof said are great together ,on a cell system g10 and g 52 are deadly
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Real, real newbie!!! aggie_67 General CAM Discussion 11 02-04-2006 12:10 AM
Question!A new guy to the world of CNC cola2cool Hobby Discussion 1 10-19-2005 02:53 AM
Mill Drill Real World CNC Feed Rate wmgeorge Benchtop Machines 1 09-28-2005 02:39 PM
Newbie to CNC world HighOctane DIY-CNC Router Table Machines 6 01-25-2005 01:58 PM
Any real world experience with Camsoft & Steppers mbam CamSoft Products 20 06-23-2004 10:59 AM




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