586,912 active members*
3,506 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    78

    Really stupid G02 problem im stuck on

    alright my brain is melting right now and i cannot solve this problem im on.

    i want to cut a 360deg circle around a part to a specific dia. in a clockwise direction and the way im coding it my machine just ignors it, it is capable of multi quad cutting. and has done it befor (only that time mastercam wrote the code)

    heres what im doing;

    the finish radius for the part is R .310 (.620 Dia)
    im useing a .500 dia end mill
    G92 is in the very center of what i want to be a circle

    so techincally from ZERO im putting the tool at G01 X.560 Y0.0 which is the start point of the arc.

    now heres where my brain is locking. I is the incre. dis on the X axis from G92 and J is on the Y axis

    so for my complete circle AROUND ZERO

    it should read (assume G17 G75)

    G02 X.560 Y0.0 I.560 J0.0 F3.0

    set up like that it should go in a clockwise circle back to the starting point.

    or is my I wrong because the actual Incremental distance from my start point to Zero is -.560???

    any thoughts???

  2. #2
    Join Date
    Mar 2008
    Posts
    638
    Yes, it is I-.56
    When I did G code by hand all the time I liked to use cutter comp. When using cutter comp I had to ramp on- couldn't arc from the starting point of your boss- and ramp off using G01.
    Send us your code if you have time.

  3. #3
    Join Date
    Feb 2008
    Posts
    586
    Really, you probably only need:

    G02 I-.56 F3.0

    where -.56 is the incremental distance in X from the start point (X.560) to circle center (X0), It needs the sign because the center is in the minus direction from the start point. What machine/controller are you using?

  4. #4
    Join Date
    Feb 2008
    Posts
    78
    Quote Originally Posted by beege View Post
    Really, you probably only need:

    G02 I-.56 F3.0

    where -.56 is the incremental distance in X from the start point (X.560) to circle center (X0), It needs the sign because the center is in the minus direction from the start point. What machine/controller are you using?

    im useing an old bridgeport BTC-1 verticle mill running bridgeport Boss 7.2.

    i have mastercam, but ocasionally i like to prove to myself that i still know how to do this, and i useually get stuck on the stupidest things (case in point G02 commands )

    i'll switch it to -X and run it tonight, if it doesent work i'll post the code for you guys to pick apart.


    thanks!!!!!

Similar Threads

  1. probably a stupid question
    By mad.sculpture in forum Linear and Rotary Motion
    Replies: 4
    Last Post: 10-09-2007, 10:55 PM
  2. Replies: 2
    Last Post: 06-23-2007, 08:50 PM
  3. Big problem. Tool stuck
    By Tien_Luu in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 0
    Last Post: 08-04-2006, 09:46 PM
  4. stupid question
    By boomer187um in forum Autodesk
    Replies: 3
    Last Post: 08-29-2005, 10:16 PM
  5. Before I do anything stupid...
    By runnoahrun in forum Hobbycnc (Products)
    Replies: 2
    Last Post: 04-15-2005, 11:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •