586,000 active members*
5,031 visitors online*
Register for free
Login

Search:

Type: Posts; User: sakis

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,301

    G10G90G54X-220.214Y-50.32Z-120....

    G10G90G54X-220.214Y-50.32Z-120.
    G10G90G55X-240.214Y-50.32Z-120.

    Program them into an eia sub like above.
  2. Replies
    22
    Views
    6,732

    yep, even had them put the cutoff insert upside...

    yep, even had them put the cutoff insert upside down! i guess 5 seconds is to long to remember which way it was before you removed it.

    Yes most of our lathes have Tool probes. I use cutoff...
  3. Replies
    22
    Views
    6,732

    We are running 2 and 3 turret lathes with sub...

    We are running 2 and 3 turret lathes with sub spindles.(lots of wshfts!)and most of the parts we run can be ran on any of the machines. The wshifts are not in the main programs because all the...
  4. Replies
    22
    Views
    6,732

    Here is an example of how i use it. On our...

    Here is an example of how i use it.

    On our lathes we might have several re occuring jobs we run on the machine. Most of the tools are common between jobs but not always. I program in my work...
  5. Replies
    4
    Views
    3,205

    i have only used G131 when transfering from one...

    i have only used G131 when transfering from one spindle to another. Sorry for the bum steer.
  6. Replies
    4
    Views
    3,205

    have you tried to reset your pickoff point? It...

    have you tried to reset your pickoff point? It might think your part is to long or to short.
  7. very simple to write a mazatrol program to reset...

    very simple to write a mazatrol program to reset the tool. Create a Measure unit and follow the prompts at the bottom. change the tool and call the program from MDI (M98P9000) and go
  8. Replies
    8
    Views
    2,072

    THier is a parameter that can be set to share...

    THier is a parameter that can be set to share variables. For example you put "10" in the parameter(sorry dont recall which one) and then #500-#509 will be common to both turrets. Look thru the...
  9. Replies
    5
    Views
    1,427

    Make a subprogram that checks all the tool...

    Make a subprogram that checks all the tool offsets for max X stick out as Boston said. After you touch off a tool Run the program from MDI.
  10. Replies
    5
    Views
    927

    Check out G112. Its been awhile but you call...

    Check out G112. Its been awhile but you call G112 that sends commands to the subspindle. G112M3S1000.

    I think its a gcode to switch between spindles.
  11. Replies
    5
    Views
    1,994

    #4120 is usually Tool in spindle. Not sure of...

    #4120 is usually Tool in spindle. Not sure of ready tool though
  12. Replies
    8
    Views
    1,941

    can it be added? I use , alot and i am having to...

    can it be added? I use , alot and i am having to find and replace just to run a backplot.

    just a suggestion
  13. Replies
    5
    Views
    1,890

    i would like to know this also. Maybe it is an...

    i would like to know this also. Maybe it is an option? Our FH480 wont airblast with the spindle on.
  14. Replies
    4
    Views
    924

    if your programming in EIA you could do it. use...

    if your programming in EIA you could do it. use the system variable for the clock(#3012) as a way to steer the program.

    ex.

    G1Z-1.0
    IF[#3012GT160000]GOTO2
    U-.002(FEED BAND)
    U.002
    N2Z-3.0
  15. Thread: Mazak

    by sakis
    Replies
    19
    Views
    5,079

    T025025.01 B27 T025025 = Tool number(025)Tool...

    T025025.01 B27

    T025025 = Tool number(025)Tool Offset(025)
    .01= suffix (.01=A,.02=B)
    The B27 stages the next tool(T027027)
  16. Replies
    6
    Views
    2,557

    Dont forget that you can also index the pallet...

    Dont forget that you can also index the pallet while you toolchange.

    T1M6B180
  17. Replies
    19
    Views
    6,129

    Try M199P(program number)Q1 inplace of the M30. ...

    Try M199P(program number)Q1 inplace of the M30. Or try M198P(program number)Q1 inplace of M99.

    ex.

    %
    O1(example)

    N100
    G28U0
    T0101.0
Results 1 to 17 of 17