584,860 active members*
5,239 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    13

    Cheat sheets....

    Does anyone out there have any info on programming a MORI lathe? I recently just started, we have 2 SL25's and a 253. Iam looking for some info on what goes where when trying to program, I have been programming mill and such for over 15 years, I know the basics for the lathe but some sort of reference material would be awesome, I appreciate all and any words of wisdom, you might have........Thanks in advance.

  2. #2
    Join Date
    Sep 2008
    Posts
    18
    For a Mori simple fanuc works well.

    O0001 (sample prog);
    G20; (denotes inch)
    G50 S2000; (max spindle speed)
    G96 S300; (constant surface speed)
    G0 T0101; (tool call out 01 is tool and 01 is offset)
    G54 x1.5 Z.1; ( rapid to point)
    G99 G1 Z0. F.006;
    X-.03; ( facing)
    G0 Z.1;
    G0 X5. Z5.; (tool change position)
    M30; (end of prog)

    Hope this helps

  3. #3
    Join Date
    Nov 2006
    Posts
    38
    Contact your local Mori Dealer and ask for .pdf versions of the programming manuals for each lathe. I know they have access to them because I email them to our customers all the time. If you're in the New England area of the USA, call me.

  4. #4
    Join Date
    Sep 2008
    Posts
    5
    Here is an example of one of our programs. Hope it helps.

    %
    :0001
    (FLANGE,PUMP SUPPORT)
    N10M98P98
    G99
    G50S2000
    G0T0101M8(R.TURN)
    G96S250M3
    G54G0X3.Z1.
    G41X2.Z.5
    G1X1.4Z.1F.5
    Z.005F.1
    X-.03F.005
    Z.1F.1
    X2.Z.5F.5
    G42X1.8Z.1F.1
    G1X1.300
    G71U.05R.05
    G71P1000Q1001U.03W.002F.005
    N1000G1X.42F.1
    Z-.175F.004
    X.5
    Z-.275
    X1.200
    Z-.550
    N1001X1.5F.01
    G0Z.5
    G40X3.Z1.T0100
    N20M98P98
    M1
    G50
    G0T0202M8(C-DRILL)
    G97S1500M3
    G54G0X0Z1.
    G1Z.1F.5
    Z-.25F.003
    Z.1F.1
    G0Z1.T0200
    N60M98P98
    M1
    G50
    G0T0606M8(DRILL)
    G97S1000M3
    G54G0X0Z1.
    G1Z.1F.5
    G83Z-.60Q1000F.004
    G0Z1.T0600
    N30M98P98
    M1
    G50S2000
    G0T0303M8(F.TURN)
    G96S225M3
    G54G0X2.Z1.
    G42X.75Z.5
    G1Z.1F.15
    G1X.10Z.05
    Z0.0F.003
    X.420C-.007F.002
    Z-.175F.004
    X.500C-.010F.003
    Z-.275
    X1.200C-.010
    Z-.550F.004
    X1.4F.01
    G0Z.1
    G40X3.Z1.T0300
    N80M98P98
    M1
    G50S2000
    G0T0808M8(BORE)
    G96S200M3
    G54G0X0Z1.
    G41X.2Z.2
    G1X.419Z.1F.1
    Z.05F.01
    X.355Z-.007F.003
    Z-.475
    X.300F.006
    Z.05F.1
    X.439F.05
    X.375Z-.007F.002
    Z-.475F.003
    X.300F.01
    Z.1F.1
    G0Z.5
    G40X1.Z1.T0800
    N100M98P98
    M1
    G50S1200
    G99
    G0T1010M8(PART-OFF)
    G96S100M3
    G54G0X2.Z1.
    G1X1.5Z.2F.5
    M73
    G4X.5
    G1Z-.470F.1
    X-.05F.003
    Z-.450
    M5
    M9
    M74
    G4X.5
    G98
    U-1.5F1500
    M11
    W.610F3000
    G4X1.
    M10
    G4X1.
    U3.F3000
    G0X3.5Z1.T1000
    M98P98
    M1
    /M99P10
    M30
    %

Similar Threads

  1. G Code Cheat Sheet?
    By cp8071 in forum G-Code Programing
    Replies: 17
    Last Post: 08-20-2014, 10:07 PM
  2. Carbon Sheets
    By barkster in forum Hobby Discussion
    Replies: 4
    Last Post: 11-03-2008, 01:03 PM
  3. BOM Problem when using multiple sheets
    By weaston in forum Solidworks
    Replies: 2
    Last Post: 08-14-2007, 02:36 PM
  4. set-up & operation sheets
    By Bill in forum Community Club House
    Replies: 9
    Last Post: 08-08-2003, 04:15 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
  •