586,936 active members*
2,099 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Lathes > Position Page and Relative position
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2006
    Posts
    259

    Position Page and Relative position

    So, we just got a new Haas lathe. We are used to the older Fanuc lathes, so its not that big of a difference. We came across one tho.

    In the Fanuc, in MDI if we type:

    T1111 G00 X8.9 Z0.

    The relative position would be correct to the tool offset

    Is there a way to do this in the Haas? If the above is typed, all positions are equal to machine home, and aren't giving the numbers that we want. Now I can do a X8.9 origin, and then the Operator Position will be correct, but is there a way to do this without having to set the position manually?

    Sorry if its hard to follow, I know the Haas mills front to back, but not so much on the lathe.

    Thanks
    Just when you thought you had it all figured out, all hell breaks loose..

  2. #2
    Join Date
    May 2004
    Posts
    4519
    Relative will be relative to the currently enabled work offset.

  3. #3
    Join Date
    Aug 2006
    Posts
    259
    OK, so.. how would I go about making that show me what I want then. I know that the machinist doesn't use G54-59 at all for X axis, so those are always set at 0. Is the only way of doing this by setting the operator X position to current X position.

    Bit more info, this is just to manually bore jaws out.
    Just when you thought you had it all figured out, all hell breaks loose..

  4. #4
    Join Date
    May 2004
    Posts
    4519
    Maybe I am misunderstanding the issue. Write a program for boring lathe jaws.

    %
    O00001 (BORE JAWS)
    (SET WORK ZERO TO JAW FACE)
    G80
    G00 G53 X0.
    G00 G53 Z0.
    T404 (ID 80 DEG 1.000 DIA 2.25 OUT 0.032 R)
    G50 S1800
    G96 S175 M03
    G54 G00 Z0.1 M08
    G00 X1.
    G71 D0.025 F0.008 P100 Q200 U0.005 W0.001
    N300 G00 X2.
    N400 G01 Z-2. F0.006
    G00 G53 X0. M09
    G00 G53 Z0. M05
    M30
    %

  5. #5
    Join Date
    Nov 2007
    Posts
    188

    Boring jaws

    When I bore jaws I measure the tool then use ABS X for my diameter and if I need to hold a Z depth just touch the tool off the face of the jaws and origin Z in relative I do use a program some times but for a quick skim cut I dont.

  6. #6
    Join Date
    May 2004
    Posts
    4519
    I am still not understanding your "relative" problem. Have you read the complete manual?

    Try this:

    Set G54 Work Coordinates to X0.000 and Z0.000 -

    Set you boring tool for X and Z to the chuck jaws -

    Go to MDI -

    Clear any previous commands -

    Type G00 X0. Z0. and press Enter -

    Press the Cycle Start button -

    Report back here what happens.

  7. #7
    Join Date
    Nov 2010
    Posts
    73
    In order to HAND / JOG in the display position of the tool in the workpiece coordinate system, perform the following steps:
    "MDI"
    G54
    T1111
    G0X8.Z2.
    M30
    "CYCLE START"
    "POSIT"
    "PAGE DOWN"(Repeatedly until the information appeared "POS OPER")
    X8. "ORIGIN" Z2. "ORIGIN"
    HAND / JOG

Similar Threads

  1. Replies: 4
    Last Post: 03-03-2010, 12:56 AM
  2. losing position, lots of position
    By cyclestart in forum LinuxCNC (formerly EMC2)
    Replies: 8
    Last Post: 01-24-2010, 08:50 AM
  3. Replies: 4
    Last Post: 10-28-2009, 06:39 AM
  4. relative position
    By Rocksalt in forum Fanuc
    Replies: 2
    Last Post: 10-24-2006, 08:17 PM
  5. From/To car position
    By John F in forum OneCNC
    Replies: 33
    Last Post: 08-28-2003, 02:45 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
  •