587,124 active members*
3,435 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    6

    G19 and G16 simultaneously

    How can i make G01 in polar coordinate but in the YZ plane. I made this but it's not working.

    % O0001
    N10 G17 G21 G40 G80 G98
    N15 T1 M06
    N16 S5000 M03
    G90 G00 G54 X0. Y0.
    G43 H1 Z0.
    G19
    G16
    G01 Y10. Z45. F90.
    G15
    G17 M05
    N120 G00 G91 G28 Z0.
    N121 G28 X0. Y0.
    N125 G90
    N130 M30
    %

  2. #2
    Join Date
    Feb 2008
    Posts
    586
    Did you look in your control manual for coding format for polar? If I remember, an E word is for the angle (your Z45.?)....or was it an R word? Been so long...

  3. #3
    Join Date
    Mar 2003
    Posts
    2932
    Try this:

    % O0001
    N10 G17 G21 G40 G80 G98
    N15 T1 M06
    N16 S5000 M03
    G90 G00 G54 X0. Y0.
    G43 H1 Z0.
    G19 G90 G16
    G01 Y10. Z45. F90.
    G15 G00
    G17 M05
    N120 G00 G91 G28 Z0.
    N121 G28 X0. Y0.
    N125 G90
    N130 M30
    %

Posting Permissions

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