Does anyone see an issue in this code?


Results 1 to 3 of 3

Thread: Does anyone see an issue in this code?

  1. #1

    Angry Does anyone see an issue in this code?

    N70 M06 T6;
    N71 G0 G54 X2.75 Y-.3 T6 M3 S7000 F35.0;
    N72 G43 H6 Z0 M08;
    N73 G1 Z-.465;
    N74 G1 G41 G17 D6 X2.062 Y-.380;
    N75 X.8 Y-1.7580;
    N76 X-.8;
    N77 G1 X-2.062 Y-.380;
    N78 G0 G53 Z0 M09; <---------
    N79 G40 G49;
    N80 X-5.0 Y2.75;
    N81 M30;
    ;
    the arrow is the line where im hvaing issues and alarm 9112 is being thrown. The description of the alarm says i cant have a g53 with selected motion. Please help!!



  2. #2
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Does anyone see an issue in this code?

    Try changing it to this:

    N78 G53 Z0 M09; <---------

    N79 G0 G40 G49;

    N80 X-5.0 Y2.75;
    N81 M30;

    Jim Dawson
    Sandy, Oregon, USA


  3. #3
    Member
    Join Date
    Aug 2013
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Re: Does anyone see an issue in this code?

    then replace the line N78 and type G28 return to machine zero or try typoing only G53 then make a new line and do the move afterwards



Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Does anyone see an issue in this code?

Does anyone see an issue in this code?