586,113 active members*
3,536 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2015
    Posts
    2

    Question arc in XYZ at the same time?

    Hi, im wondering if this is even possible.
    Need to make a circle motion in xyz at the same time
    i have a bowl and im gonna mill 3 lubricating grooves.. 360degrees/3
    so the first groove is only in x and z axis and i use g18 so that works well but the other 2 grooves i have to move xyz all at the same time in a circular motion, is that even possible?
    Do i need to manual program like 100 vertexpoints for this to be possible?
    sorry for my bad english

    Using a Mazak VTC 20-B with Mazatrol Mplus

  2. #2
    Join Date
    Feb 2006
    Posts
    1792

    Re: arc in XYZ at the same time?

    G02/03 is possible only in the three orthogonal planes.
    You may cut the three grooves after rotating the workpiece by 60 deg.

  3. #3
    Join Date
    Jul 2010
    Posts
    11

    Re: arc in XYZ at the same time?

    I'm having a hard time visualizing your part. But would helical interpolation work?

  4. #4
    Join Date
    Jun 2015
    Posts
    119

    Re: arc in XYZ at the same time?

    You should be able to program that. You can move a G02 or G03 in XYZ simulatenously. For example:

    G20
    G0 G17 G40 G49 G80 G90
    T1 M6
    G0 G90 G54 X1. Y0 S15280 M3
    G43 H1 Z.25
    Z.2
    G1 Z0. F6.2
    G3 Z-1. I-1. J0. F61.1 <-- Cuts a helical motion, moving in XYZ
    G1 Z-.8 F6.2
    G0 Z.25
    M5
    G91 G28 Z0.
    ____________________________
    My blog: http://www.fletch1.com

  5. #5
    Join Date
    Jul 2003
    Posts
    1220

    Re: arc in XYZ at the same time?

    Code G49 C120 will rotate the orientation and then run your G18 code you used for the XZ Plane
    Then cancel with G49 and then G49 C240 etc.
    Note this is for a Fagor controller,

    Fanuc G68 does the same.

  6. #6
    Join Date
    Dec 2012
    Posts
    395

    Re: arc in XYZ at the same time?

    Hi,

    Do you have a (3D) drawing or an example for what you want to make ?
    Normally you need XYZ coordinates when you only have 3-axis, generated by CAM-software.

    regards,
    Heavy_Metal.

  7. #7
    Join Date
    Feb 2006
    Posts
    1792

    Re: arc in XYZ at the same time?

    Quote Originally Posted by Kiwi View Post
    Code G49 C120 will rotate the orientation and then run your G18 code you used for the XZ Plane
    Then cancel with G49 and then G49 C240 etc.
    Note this is for a Fagor controller,

    Fanuc G68 does the same.
    G68 method did not occur to me.
    Thank you.

Similar Threads

  1. Replies: 76
    Last Post: 04-24-2014, 01:42 PM
  2. Replies: 0
    Last Post: 04-24-2012, 01:46 PM
  3. long time reader first time poster
    By blu333 in forum MetalWork Discussion
    Replies: 0
    Last Post: 02-21-2010, 12:30 PM
  4. milling time (not to be confused with hammer time)
    By barefoot0 in forum G-Code Programing
    Replies: 4
    Last Post: 05-03-2007, 12:18 AM

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
  •