584,858 active members*
4,662 visitors online*
Register for free
Login

Search:

Type: Posts; User: MrMazak

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    972

    Re: T-32 lathe G-code example anybody?

    Standard Fanuc code will work just fine. Canned cycles are all the same.
  2. Replies
    1
    Views
    931

    Re: mazak M Puls Thread Milling

    Go to the Vardex web site and download the threadmill program generator. Vardex Thread Turning, Thread Milling & Miniature Threading | TM Gen

    Post it out for Mazak EIA and use it as a subprogram...
  3. Re: Mazatrol matrix nexus efficient programming with g54.1 p*

    ok, I will say it for everyone else. HUH?
  4. Replies
    5
    Views
    1,221

    Re: mazatrol programming question

    Drills will go to the WorkFace setting for Z and then rapid to cutting depth. Verify it with graphic check first.
  5. Replies
    5
    Views
    1,221

    Re: mazatrol programming question

    Just put the .090 drill in a new unit and start it at Z 4.35
  6. Replies
    2
    Views
    1,315

    Re: user m_code create at matrix controller

    J65 is used to tell the control what sub program to execute.
    J66 is used to define the M code that calls it.

    So, if J65 is set to 1234 and J66 is set to 25 them M25 would call sub 1234
  7. Replies
    6
    Views
    1,829

    Re: Mazak QT200 A Axis

    M202
    M902
    M300
    G110C2
    G0C45.
  8. Replies
    6
    Views
    1,829

    Re: Mazak QT200 A Axis

    Try
    G110 C2
    G00 C45.0
  9. Replies
    6
    Views
    1,829

    Re: Mazak QT200 A Axis

    It's a programming error. post the code where it hangs up.
  10. Thread: Tool times

    by MrMazak
    Replies
    1
    Views
    860

    Re: Tool times

    Any decent CAM system can output time for rapid and feed for each tool. Tool Data page tracks in cut time for each tool.
  11. Replies
    3
    Views
    1,318

    Re: VQC-20/40B part manaul

    Call Mazak parts dept. Have your serial number and you can get any manual for $75.00
  12. Replies
    1
    Views
    1,279

    Re: bar pull help on qt8

    216 is probably a feed alarm. Use Inch per minute feed to move Z with the chuck open. Also insert a dwell of 1 second after the M6 and M7 to allow the chuck to actuate properly or you may get an...
  13. Replies
    3
    Views
    1,659

    Re: Mazak M32 drip feeding

    Use larger increments in your program. M32b is the cheap bare bones control and has very little look ahead.
  14. Re: Mazak Nexus 510C-II Air Blast ( not thru spindle)

    Air blast (M50) and air thru the spindle while running are options. That is why you get illegal M-code.
  15. Replies
    3
    Views
    3,328

    Re: Mazak quickTurn 10N, battery location

    The battery pack is on the FX84A board. (T2 is the same hardware as M2 so board number should be the same) You can purchase the battery pack from Mitsubishi Electric. Get the changing procedure from...
  16. Thread: mazak lock out

    by MrMazak
    Replies
    1
    Views
    1,039

    Re: mazak lock out

    How about telling them not to do it? You don't need a macro you need better supervisors.
  17. Replies
    3
    Views
    3,321

    Re: Mazatrol T32-2 G-code Program start

    This is the restart procedure for T+ EIA programs. I can't find T32 but it should be close. N seq number should have all data to run ie spindle speed and direction coolant codes etc.Hope it helps.
    ...
  18. Replies
    7
    Views
    9,759

    Re: Mazak VCN 510-C motor encoder question

    Contact Mitsubishi they have an office near somewhere.
  19. Replies
    1
    Views
    1,067

    Re: Mazatrol 640MN Restart

    Selecting the hole to restart on is not possible the way you are doing it. Program the holes as points and input 1 in the Q data to omit that point. After running the restart set the Q data back to...
  20. Replies
    4
    Views
    1,579

    Re: mazak 250 my matrix parameter list

    No way to switch on 3D or g-code conversion.
  21. Replies
    4
    Views
    1,579

    Re: mazak 250 my matrix parameter list

    Look in the electrical manual. Some system parameters are listed there. Many parameters are not listed because Mazak does not want you messing with them.
  22. Replies
    5
    Views
    2,638

    Re: Mazak QT15 533 programming error

    The TOOL FILE needs to be set up properly. Below is a T2 Tool File print out. Look at File Number 40 to set a .125 wide OD groove tool. Match the FNO with TNO in the TOOL SET page so it reads the...
  23. Replies
    2
    Views
    3,795

    Re: mazatrol 640m thread milling

    Use Vardex tool number or equal: HC75746L13-EI8NPT TM

    %
    O10(TMINRH CLIMB INCH CYCLES =2)
    (Tool diameter = 0.746 inch - Mazatrol Controller.)
    G94
    G90 G00 G54 X0. Y0.
    G43 H10 Z2. M3 S1850
    G91...
  24. Replies
    3
    Views
    6,604

    Re: TNo. Mismatch 258 Alarm

    From Fusion640MT manual Follow this procedure then in MDI input M65 "cycle start" and it should clear the mismatch error. BE CAREFUL with the first tool change after completing this.

    10-11 TURRET...
  25. Re: Mazatrol T32B - Serial Communication Parameters

    The CMT baud rate is a User parameter on the Mazak control. It is parameter I1<DV1>.

    Here is a CMT baud rate table for the I1<DV1> parameter:

    Setting Baud Rate
    0 19200
    1 9600
    2 4800...
  26. Replies
    2
    Views
    1,342

    Re: Customizing Mazak\Mazatrol

    I don't understand the tool eye thing but if you have one you can measure in MDI. One tool or many tools at once. Refer to your manual for detail. To use M01 before each tool change add M01 in the...
  27. Replies
    1
    Views
    1,253

    Re: mazak VQC 15-40 alarm

    M2 controls cannot run helical programs unless they are programmed in 90 degree increments. Parameters have nothing to do with it.
  28. Replies
    2
    Views
    919

    Re: spindle v x axis

    The spring coupling between the encoder and motor is probably broken. remove the way cover and check it out (with the power off) Grab the ball screw with your hand and turn it back and forth while...
  29. Replies
    6
    Views
    1,595

    Re: Mazatro Caml M-2 no Z movement in auto mode

    Most M2 controls (E version and older) are setup to run from the Mazatrol tool data. G43 and H_ are not needed and cause problems sometimes. Set the tool length in the Tool Data page like you would...
  30. Replies
    1
    Views
    2,559

    Re: Mazatrol EIA Sub Program Help

    Change the M30 to M99
Results 1 to 30 of 302
Page 1 of 11 1 2 3 4