587,035 active members*
2,937 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    25

    I need help with an issue

    Hey guys I have a peculiar problem that I can't sort out. I wrote a program to mill and thread mill two holes. It works fine, but every time I run the program through all the way to M30 at the end, all of my coordinates shift to the negative X direction. None of my offsets are changing, as I'm just using machine zero. If I run the program through the first tool only, it won't step over.

    A few things to note: this is my first time programming thread milling. Any advice on how to do it better would be appreciated. Also, the G53 acrobatics is to position for clearance during tool changes.

    Thanks in advance. Here's the code:

    %
    O02400

    G52 X0 Y0 Z0
    G10 G90 L2 P1 X0 Y0 Z0 A-1.72
    G10 G90 L20 P3 X-12.7212 Y-8.9725 A-1.72
    G10 G90 L12 P1 R0.25
    G10 G90 L12 P2 R0.24

    G00 G17 G20 G40 G49 G80 G90

    G53 Z0.655
    M06 T1
    M03 S6000
    G00 G90 G54 A0 X-19.5228 Y-19.7873
    G43 H01 Z3.8874
    G01 Z3.76 F10.
    G12 I0.24 K0.34 Q0.125 F10. D01
    G12 G91 I0.1695 L5 Z-0.11 F10.
    G01 Z-0.55 F10.
    G90 G00 G53 Z0.655
    G90 G00 G54 X-19.5228 Y-18.9
    G53 A-65.
    Z-2.7742
    Z-3.7742
    G01 Z-3.8742 F10.
    G12 G91 I0.1695 L5 Z-0.11 F10.
    G01 Z-0.7 F10.
    G90 G00 G53 Z0.655
    G53 A0.
    G53 Y0. X-10.
    G53 A-90.
    M06 T2
    M03 S6000
    G00 G90 G53 A0
    G90 G00 G54 A0. X-19.5228 Y-19.7873
    G43 H02 Z4.
    Z3.76
    G01 Z3.36
    G01 G41 D02 X-19.3533 F10.
    G03 I-0.1695 Z3.397 F5.
    G01 G40 X-19.5228 F10.
    G90 G53 G00 Z0.655
    G90 G53 A-65.
    X-19.5228 Y-18.9
    Z-2.7742
    Z-3.7742
    G01 Z-4.2742 F10.
    G01 G41 D02 X-19.3533 F10.
    G03 I-0.1695 Z-4.2372 F5.
    G01 G40 X-19.5228 F10.
    G90 G53 G00 Z0.655
    G53 A0.
    G53 X-10. Y0
    G53 A-90.
    M06 T1
    G53 X-20. A-38.5
    M30
    %

  2. #2
    Join Date
    Jul 2009
    Posts
    25
    Never mind that last post. The problem wasn't programming related.

  3. #3
    Join Date
    May 2007
    Posts
    1003
    I don't do mills, but I am a curious type guy. What was your problem? Not that it will ever be of help to me, but maybe someone else would benefit from knowing the cause.

Similar Threads

  1. Little issue with G10
    By Myrmidon in forum Fanuc
    Replies: 10
    Last Post: 03-16-2015, 02:34 AM
  2. VF3 issue
    By driver1234 in forum Haas Mills
    Replies: 9
    Last Post: 03-11-2010, 06:11 PM
  3. will this be an issue?
    By stk2008 in forum Stepper Motors / Drives
    Replies: 21
    Last Post: 09-17-2009, 04:35 PM
  4. Help with selector switch wiring issue (***actually a motor issue***)
    By BEDFORD in forum Charter Oak Automation Support Forum
    Replies: 7
    Last Post: 04-07-2006, 09:19 PM
  5. THC Issue
    By Aldoseri in forum CamSoft Products
    Replies: 3
    Last Post: 01-31-2006, 11:33 AM

Posting Permissions

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