585,604 active members*
3,541 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > CNC Swiss Screw Machines > HI SPEED CHECK ERROR WHAT AM I MISSING
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2011
    Posts
    65

    Question HI SPEED CHECK ERROR WHAT AM I MISSING

    Hey everyone,
    I posted earlier on a program I'm having problems. Finally i've almost got it. But everyitme I do a hi speed check. Check stops before cut-off on main and g650 on sub. I added a post of the program and noted where the high speed check stops. I'm not getting an error, just stops. Also I'm running a Citizen L20
    Thanks

    G0X.250
    G1Y-.750
    G0X.9T0
    G50W0.59( OFFSETS)
    G0Z.275
    /B9
    G0X0.9T0
    M1

    G99G40G18M60(CANCEL MILLING)

    (DBR OD TURN)
    N5
    T0200
    G97M3S1=6000
    G99
    G0X.85T02
    G0Z.275
    G1G9X.146F.003
    G1Z.260
    G0X.85T0
    M1

    !L10 STOPS HERE

    ( CUT OFF)
    N6
    T0100
    M87
    M97
    G97M24M3S1=500S2=500
    G114.1H1D-2
    /B4
    (B1)(HIGHPRESSURE ON)
    G99G18
    G0Z1.15
    G650(SUPPORT ON)
    !L20
    !L30
    M3S1=5000
    G50W-0.625(LOAD OFFSETS)
    G99
    /B4
    G0X0.850Z0.525T01
    G1X-.02F0.0015
    /(B1)(HIGHPRESSURE OFF)
    G50W0.625(CANCEL OFFSETS)
    G97
    G113(CANCEL SPIN SYNC)
    M86
    M96
    G600
    M5
    M25
    G4U.5
    M8
    M8
    /M98P8000
    M9
    M9
    M7
    G4U.5
    G0X-.02Z0.525T0
    M6
    M56
    M53
    M118
    G999
    M118
    M5
    N999
    M2
    M99









    $2
    M118
    (SAFE START CODES)
    G99
    G50Q2000S8000
    G50Z0
    (END SAFE START CODES)

    G610
    G600
    T3000
    G4U.5
    G50Z0
    M98H7(PROCESS 7 R105.1813.005.1.3)
    G50Z0

    M98H100(EJECT PART)
    !L10

    M16(SS OPEN)
    M118
    G650(SUPPORT ON) STOPS HERE
    G0Z-.05
    G98G1Z0.26F50.0
    G4U.5
    !L20
    M77(WAIT FOR SYNC)
    G99
    M15(SS CLOSE)
    !L30
    G600
    G50Z0

    G999
    M52
    M98H7(PROCESS 7 R105.1813.005.1.3)
    M98H100(EJECT PART)
    M53
    N999
    M2
    M99

    N7(PROCESS 7 R105.1813.005.1.3)
    T3200
    G44G97M24S2=4000
    G50U0.102(LOAD TOOL OFFSET)
    /B4(HIGH PRESSURE ON)
    G99

    G0X-.82T32
    G0Z-.05
    G1Z0.0F.0008
    G1X0.0
    G0Z-.05

    M23S2=4000
    G4U1.0
    G0X0.12
    G0Z-0.05
    G1Z0.225F0.0004
    G1X0.104
    G0Z-0.05

    G0X0.141
    G1Z0.2215
    G1X0.104
    G0Z-0.05

    G0X0.182
    G1Z0.017
    G1X0.104
    G0Z-0.05

    G0X0.804
    G0Z0.
    G1X0.213
    G1X0.202Z0.0055
    G1Z0.022
    G1X0.169
    G3X0.161Z0.026R0.004
    G1Z0.225
    G1X0.138
    G3X0.1352Z0.2256R0.002
    G1X0.1212Z0.2326
    G3X0.12Z0.234R0.002
    G1Z0.368
    G1X0.1017

    G1Z0.3783
    G1X0.12Z0.3692
    G1Z0.3667
    G1X0.1114Z0.3612
    G0Z-0.05
    /B4(HIGH PRESSURE OFF)
    G50U-0.102(CANCEL TOOL OFFSET)
    G97G0Z-.05T0M25
    M99

    N100(EJECT PART)
    M25(SS STOP)
    M33
    G0Z1.2
    G0C0.0
    M16(SUB OPEN)
    M10(KNOCK-OUT ADVANCE)
    G4U1.5
    /B4
    G4U0.5
    /B4
    M11(KNOCK-OUT RETURN)
    T3000
    G50Z0
    M119
    M99



    $0
    A
    #814=0000008120
    #815=0000001000
    #816=0000001000
    #817=0004000000
    #822=0000000020
    #824=-000000060
    #818=0000012290
    #819=0000001000
    #820=0000000000
    #821=0000002650
    #990=0000114000
    #991=0000051000
    #992=0000061000
    #893=0000000000
    #25119=0000012290
    %
    [/RIGHT]

  2. #2
    Join Date
    Oct 2012
    Posts
    0
    Make sure your c axis isn't runnin out of travel

  3. #3
    Join Date
    Oct 2008
    Posts
    108
    I wonder about the G0C0.0 in the knock-out routine, do you have C axis control on the sub? Not sure why that is even there. I would take it out. Also I have had a lot of trouble trying to run the program with that M77 in it. it really isn't necessary.

    Partmaker is a really good program, but it puts WAY too much crap in the program, I always strip all the junk out before I run a program.
    www.atmswiss.com

  4. #4
    Join Date
    Jan 2013
    Posts
    0

    wait codes

    Sounds like since there is no alarm it is looking for the matching wait gode in $2 toolpath. I would check over there.

    If you have WIN CNC you can check the Queing commands. not sure but partmaker should check it as well.

    Send me your code in .txt format and I will run the queing here for you. Check it. Edit it. and send it back.

  5. #5
    Join Date
    Jan 2005
    Posts
    304
    The only line I see as strange is;
    G97M24M3S1=500S2=500
    I would write that line as M3S1=500M24S2=500. Not sure if that is the problem.

  6. #6
    Join Date
    Jan 2011
    Posts
    44
    DAMP YUOR PROGRAM OUT OF MACHINE, LOAD THIS ONE. YOU WILL FIND ERROR
    $1
    O5555
    (T0202-FRONT-TURN R.015)
    (T0303-B-T G.INSERT W.047/R.0025)
    (T0100-C/O W.059 R.000)
    /M52
    M9M6M97M87
    M118G113
    G50Z-.005
    G0X.28Z-.05

    M3S1=4000G99

    T0200(F/T R.015)
    G0X.28Z0T02
    G0X.280T0

    T0300(B/T G.INSERT W.047/R.0025)
    G0X.280T0
    M3S1=3000

    T0100(C/O W.059)
    G0X.28Z.132T01
    X.15
    G650------------------------------------------------------------
    G114.1H1D-2
    !L1
    G1X-.01F.001
    G600----------------------------------------
    M3S1=5000
    G1X-.05F.015
    G113
    M8
    M8
    /M98P8999
    M9
    M9
    M5
    M7
    G0X-.05Z-.005T0
    M56
    G999
    M5
    N999
    M2
    M99


    $2
    G99M15
    T3000
    G50Z0
    M98H1
    M25
    M16
    T3000
    G50Z0
    G650-------------------------------------------
    M24S2=3000
    M72
    G0Z-.05
    G98G1Z.03F80.
    M77
    G4U.2
    M15
    !L1
    M73
    G600--------------------------------------------------
    M25
    G50Z0
    G999
    M98H1
    M53
    N999
    M2
    M99


    N1
    M72
    M33
    G0Z1.2M16
    M10Z3.4
    G4U2.
    M11Z3.
    M73
    T3000
    G50Z0
    M99
    $0
    %

Similar Threads

  1. Keypad/touchscreen missing error
    By RonnieR in forum Cincinnati CNC
    Replies: 7
    Last Post: 10-22-2015, 03:04 PM
  2. M1 Sum Check Error
    By apylus444 in forum Mazak, Mitsubishi, Mazatrol
    Replies: 0
    Last Post: 07-30-2008, 03:10 PM
  3. mazatrol m-2 sum check error
    By bishop world in forum Mazak, Mitsubishi, Mazatrol
    Replies: 2
    Last Post: 06-27-2007, 12:05 AM
  4. 22 Sum Check Error
    By ACE1553 in forum Mazak, Mitsubishi, Mazatrol
    Replies: 2
    Last Post: 03-12-2007, 03:12 AM
  5. Processor check error G
    By PeteB in forum Bridgeport / Hardinge Mills
    Replies: 2
    Last Post: 01-26-2007, 03:40 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
  •