586,105 active members*
3,297 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2007
    Posts
    394

    G53 Datum Shift

    Hi All

    Outside of BobCAM I have a question I need some help on.

    Need to offset lots of holes while keeping the same datum. So program is like this

    G00 X0, Y0, Z20
    G01 Z-12 F1000
    G01 X1.25 F1000
    G03 X-1.25 R1.25
    G03 X1.25 R1.25
    G01 X0
    G00 Z3
    ( )
    G00 Y2
    G01 Z-12 F1000
    G01 X1.25 F1000
    G03 X-1.25 R1.25
    G03 X1.25 R1.25
    G01 X0
    G00 Z3
    ( )
    G00 Y2
    G01 Z-12 F1000
    G01 X1.25 F1000
    G03 X-1.25 R1.25
    G03 X1.25 R1.25
    G01 X0
    G00 Z3
    ( )
    etc for a position up to Y120

    Then I need to do a datum shift in X by a distance of 2

    I am guessing G52 X2 Y0 should do the job and followed by X4, X4 etc and cancelled by a G52 X0 Y0)

    Am I on the right track

  2. #2
    Join Date
    Jan 2005
    Posts
    15362

    Re: G53 Datum Shift

    fidia

    G0X2Y0. the next one would be G0X4Y0. Etc don't need to mess with any other codes keep it simple
    Mactec54

  3. #3
    Join Date
    Jun 2007
    Posts
    394

    Re: G53 Datum Shift

    Thanks, . Using a CNC router for some testing on a part. Need to punch a 0.9mm hole 2mm on center over a 120 x 140mm work piece of plastic

    If I wanted to shift the X and Y datum I am guessing it would be G52 X1 Y1. See hole pattern below

    X0, Y0 Y+ = --->
    o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    .o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    .o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    .o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
    .o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o

    Is G52 incremental each time from abs datum or previous incremental datum

  4. #4
    Join Date
    Jan 2005
    Posts
    15362

    Re: G53 Datum Shift

    fidia

    This is what your program can look like, there are other ways to do it, this is in inch, just one line to change ( G73 line ) to suit your speeds feeds Etc

    You should be able to do this in BobCam
    Attached Files Attached Files
    Mactec54

  5. #5

    Re: G53 Datum Shift

    Tool Path Pattern?

    http://www.cnczone.com/forums/bobcad...h-pattern.html

    Any good?

    - Nick

  6. #6
    Join Date
    Jun 2007
    Posts
    394

    Re: G53 Datum Shift

    Thanks for all feedback. What we are actually doing is piercing a piece of plastic with 3 needles mounted on a 3 axis CNC machine (BZT PFL-3). Hole pitch of .5mm in Y then X.

    I have actually used G92 to do it.

    What we need it to do is

    Rapid to XY position. Plunge to -10mm. Then do an R1.25 circular interpolation. Rapid to +10mm, move 0.5mm in Y and repeat for up to 120mm in Y. Then step over .5 in X and repeat

    3 needles mounted in head 12mm apart.

    What I have figured out so far is to use G92 and do an X move after each line of holes in Y has been completed

    G00 Z10
    G00 X0 Y0
    G92 X.5
    G0 Z3
    G01 Z--10 F1000
    G01 X1.25
    G03 X-1.25 R1.25
    G03 X1.25 R1.25
    G01 X0
    G00 Z10
    G00 Y0.5
    REPEAT

Similar Threads

  1. Datum shift
    By togr in forum G-Code Programing
    Replies: 19
    Last Post: 04-14-2013, 03:20 AM
  2. Help Needed with G53 Datum Shift on Heidenhain 426
    By SolidCAM_13 in forum Deckel, Maho, Aciera, Abene Mills
    Replies: 2
    Last Post: 03-11-2011, 07:49 PM
  3. Grid shift or X datum move.
    By honk in forum Daewoo/Doosan
    Replies: 1
    Last Post: 04-15-2009, 06:21 AM
  4. Datum Shift with TNC530
    By Bubbles in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 07-20-2006, 11:23 PM

Tags for this Thread

Posting Permissions

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