Page 1 of 2 12 LastLast
Results 1 to 12 of 21

Thread: use of G10 in the real world.

  1. #1
    Registered
    Join Date
    Oct 2006
    Location
    us
    Posts
    36
    Downloads
    0
    Uploads
    0

    use of G10 in the real world.

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


  2. #2
    Registered automizer's Avatar
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    436
    Downloads
    0
    Uploads
    0
    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


  3. #3
    Registered
    Join Date
    Dec 2006
    Location
    Indiana
    Posts
    84
    Downloads
    0
    Uploads
    0
    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.


  4. #4
    Registered
    Join Date
    Mar 2005
    Location
    Silicon Valley, CA
    Posts
    988
    Downloads
    0
    Uploads
    0
    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....


  • #5
    Registered
    Join Date
    Dec 2006
    Location
    Indiana
    Posts
    84
    Downloads
    0
    Uploads
    0
    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 Attached Thumbnails use of G10 in the real world.-lx_knuckle2.jpg  


  • #6
    Registered ghyman's Avatar
    Join Date
    Feb 2005
    Location
    USA
    Posts
    221
    Downloads
    0
    Uploads
    0
    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!


  • #7
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11985
    Downloads
    0
    Uploads
    0
    Quote 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.


  • #8
    Registered
    Join Date
    Feb 2007
    Location
    United States
    Posts
    74
    Downloads
    0
    Uploads
    0

    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


  • #9
    Registered
    Join Date
    Nov 2004
    Location
    USA
    Posts
    433
    Downloads
    0
    Uploads
    0
    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?


  • #10
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11985
    Downloads
    0
    Uploads
    0
    Quote 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 .


  • #11
    Registered cnc-king's Avatar
    Join Date
    Jul 2003
    Location
    united states
    Posts
    254
    Downloads
    0
    Uploads
    0
    Quote 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


  • #12
    Gold Member dertsap's Avatar
    Join Date
    Oct 2005
    Location
    canada
    Posts
    3886
    Downloads
    0
    Uploads
    0
    Quote 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


  • Page 1 of 2 12 LastLast

    Similar Threads

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

    Posting Permissions



    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.