588,225 active members*
4,479 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > Mazak Integrex 100Y Subspindle Milling Mode not working
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Posts
    3

    Mazak Integrex 100Y Subspindle Milling Mode not working

    I'm having trouble milling on subspindle on Mazak Integrex 100Y.
    I'm probably missing some G and M codes ,or these that I use are misplaced.
    I'm using Gibbs 8.0,and the post is not perfect for this machine.
    Milling on Main Spindle works OK.
    Below I'm posting tape code for milling operation on Main Spindle (working fine),and Subspindle (not working).
    When I simulate tool path it works,but running prog,alarms out,
    with message about B axis not locked.
    Please take a look at my code ,and tell me what's wrong

    Milling Mode Code Presentation on Main Spindle (working)



    ( OPERATION 7, HOLES )

    ( RGH_TURN_MAIN_SP )

    ( TOOL ID 6, 1. DIA. CENTER DRILL )

    ( #1 CARBIDE CENTER DRILL #002.152 )

    ( CS#9 - GATE1 )

    ( MAIN SPINDLE )

    N134T0606.8B12

    N135G53P1

    N136M302

    N137M200

    N138G50W0.

    N139G110C1

    N140G0C0.

    N141G97S2500M203

    N142M250

    N143B15.

    N144M251

    N145G125X2.694Y0.Z-3.467R1

    N146G17

    N147G0G98X0.Z5.66C0.M8M153

    N148Y0.

    N149Z2.5

    N150G83X0.Y0.C0.Z-.5R0.F20.M210

    N151C-120.

    N152C-240.

    N153G80G0Z2.5

    N154Z5.66

    N155G69.5

    N156G30P1V0.

    N157G30P1U0.

    N158G30P1W0.

    N159M9M154

    N160M205

    N161M1



    Milling Mode Code Presentation on Sub Spindle (NOT working)



    ( OPERATION 22, HOLES )

    ( MAIN SPINDLE )

    ( TOOL ID 6, 1. DIA. CENTER DRILL )

    ( #1 CARBIDE CENTER DRILL #002.152 )

    ( CS#6 - XY PLANE )

    ( SUB SPINDLE )

    N412T0606.15B18

    N413G53P1

    N414M300

    N415M200

    N416G50W#605

    N417G110C2

    N418G0C0.

    N419G97S2240M203

    N420M250

    N421B180.

    N422M251

    N423G17

    N424G0G98Z-2.5M8M153

    N425G112M19S0

    N426X0.

    N427Y0.

    N428G83X0.Y0.Z2.R0.F360.M210

    N429G80G0Z-2.5

    N430G30P1V0.

    N431G30P1U0.

    N432G30P1W0.

    N433G28W0.

    N434M9M154

    N435M205

    N436M1

  2. #2
    Join Date
    Dec 2004
    Posts
    11
    Here's a spot drill cycle from an Integrex drilling on the main, side and sub. There are some G and M code differences, you might give these a try and see if it helps

    (1/2 SPOT DRILL)
    N14 T22022.0 B72
    G53 (T32 COORD SYS)
    G17 (XY PLANE)
    M201 (MILL MODE)
    G111
    M212 (C-AXIS UNCLAMP)
    G28 H0
    G0 C0
    M211 (C-AXIS BRAKE)
    M302 (MAIN SPINDLE)
    G0 G90 G98 G97 S3820 M203
    M8
    X2.638 Z1. C0
    G83 X2.638 C0 Z-0.063 R0.9 F25.
    G80
    G0 X20. Z5. C0
    M1

    (1/2 SPOT DRILL)
    N15 T22022.1
    G111
    M212 (C-AXIS UNCLAMP)
    G0 C0
    M211 (C-AXIS BRAKE)
    G19 G0 G90 G98 G97 S3820 M203
    M8
    X4.912 Y0 Z-1.308
    G87 X2.528 Y0 C0 Z-1.308 R0.9 F25.
    G80
    G0 X4.912
    G30 Y0 M9
    G30 U0
    G30 W0 M205
    M1

    (1/2 SPOT DRILL)
    N16 T22022.11
    G53 (T32 COORD SYS)
    G17 (XY PLANE)
    M300 (SUB SPINDLE)
    G112 M201 (MILL MODE)
    G110 C2
    G112 M212 (C-AXIS UNCLAMP)
    (G50 C#500)
    G0 C0
    G112 M211 (C-AXIS BRAKE)
    G0 G90 G98 G97
    G112 S3820 M203
    G50W-#501
    M8
    X2.124 Z-2.766 C0
    C0
    C0
    G83 X2.124 C0 Z-1.686 R0.9 F25.
    G80
    G30 Y0 M9
    G30 U0
    G30 W0 M205
    M1

  3. #3
    Join Date
    Jan 2007
    Posts
    3
    Thanks!
    We are going to try it

    mzbik

  4. #4
    Join Date
    Jan 2007
    Posts
    3
    Thanks!
    We are going to try it.

    Mzbik

Posting Permissions

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