585,719 active members*
4,054 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    5

    G68 Coordinate Rotation System

    Does a G68 coordinate rotation system stay active if one gets out of a main program and enters a new subroutine? In addition, can G54-G59 be used before the G68 and will the G54-G59 work piece coordinate system reactivate after G69 is commanded?
    Thanks.

  2. #2
    Join Date
    Sep 2005
    Posts
    26
    Yes, g68 will stay on until you cancel it whether you go in and out of subroutines.You can call g54, g55 before you call the rotation command.
    G90 G43 G55 H2 Z6
    S1000M3
    G68 X0Y0R90
    X12Y15
    Z0
    M98 P3 L2
    G0Z6
    G69
    M30
    I don't know if your control defaults back to G54 at m30 or reset.If not you need to put it in before the m30 line or you will still be in G55.You can also rotate the coordinates in a sub, say if you wanted to cut angled slot and you knew the center point you wanted to start at.

    G91
    G68R45
    G1 G41Y-.5D1 F40
    X5
    G3X0Y1R.5
    G1X-5
    G3X0Y-1R.5
    G1G40Y.5
    G90
    G69
    M99

  3. #3
    Join Date
    Aug 2007
    Posts
    5
    Thanks Bob in windsor.

Similar Threads

  1. coordinate system
    By kiethnt in forum G-Code Programing
    Replies: 6
    Last Post: 04-26-2007, 01:46 PM
  2. Using 3d Coordinate Conversion On A Vf4
    By renglish in forum Haas Mills
    Replies: 3
    Last Post: 02-02-2007, 06:04 PM
  3. Coordinate system problems
    By R.thayer in forum LinuxCNC (formerly EMC2)
    Replies: 0
    Last Post: 11-19-2006, 09:36 PM
  4. coverting from Right-hand to left-hand coordinate system
    By eltonr in forum Uncategorised CAM Discussion
    Replies: 6
    Last Post: 10-15-2004, 02:40 AM
  5. User coordinate system?
    By HuFlungDung in forum OneCNC
    Replies: 5
    Last Post: 04-19-2003, 03:26 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
  •