585,975 active members*
4,529 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > G68 Rotation problem on Fanuc 180i
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2008
    Posts
    9

    G68 Rotation problem on Fanuc 180i

    I am trying to use a G68 rotational coordinate system on a VM5 OKK mill with a Fanuc 180i control. I am storing the angle in variable #550, and calling it with a "G68X0.0Y0.0R#550" line. It works great when using offset G54, but when I try to use any other offset (G55, G56, etc.) it wants to refer back to offset G54. I have tried moving the placement of the line all over in the code (before and after the offset callout), and nothing seems to fix it. Is this a parameter issue, or what have I got going on? And help would be greatly appreciated!!

  2. #2
    Join Date
    Jun 2008
    Posts
    1511
    Maybe try to specify the G55 before and after the G68 line. I would not think that this is a parameter issue but I could be wrong. My first guess on why the G54 works ok is becasue this is usually your default work coordinate. I would probably look at were you are making G55 modal and were G68 is going modal. I am pretty sure that I have used G68 with different work coordinates before and never had any problems. It was a long time ago but I will see if I can track down one of my programs and take a look at the sequence of code to see how I put it.

    Stevo

  3. #3
    Join Date
    Jul 2007
    Posts
    25
    Try this turn it off before you got to the next offset
    G54.....
    G68.....
    G69.....
    G55.....
    G68.....
    G69.....
    The control is probably storing the point of rotaition

Similar Threads

  1. Fanuc OM B axis rotation
    By Kev4966 in forum Fanuc
    Replies: 5
    Last Post: 10-16-2008, 08:09 AM
  2. rotation
    By marcT in forum G-Code Programing
    Replies: 4
    Last Post: 01-30-2008, 07:12 AM
  3. 180i-TB and 18i-TB
    By mr_electrician in forum Fanuc
    Replies: 2
    Last Post: 01-23-2008, 04:41 AM
  4. G&L rotation
    By abigg in forum G-Code Programing
    Replies: 0
    Last Post: 10-02-2007, 01:26 PM
  5. rotation control
    By Art Ransom in forum Mechanical Calculations/Engineering Design
    Replies: 1
    Last Post: 09-18-2006, 10:20 PM

Posting Permissions

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