586,096 active members*
3,775 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2004
    Posts
    209

    Problems with G83 on TM-2.

    I'm trying to run the following code:

    T2 M06
    G90
    S436 M03
    M08
    G01 G43 X1.75 Y-.45 H02 Z.1 F200.
    G83 X1.75 Y-.45 Z-1.8814 R.1 Q.125 F2.15
    G80
    M09

    The spindle rapids to Z.1" (above the part) and starts drilling. When it reaches Z-.025", it stops moving. The spindle continues to turn, but the axis no longer moves.

    I've run code like this hundreds of times before without any problems. And my MiniMill runs the same code just fine.

    To get around it, I had to modify the code so that the block before the canned cycle uses G00 instead of G01.

    T2 M06
    G90
    S436 M03
    M08
    G00 G43 X1.75 Y-.45 H02 Z.1
    G83 X1.75 Y-.45 Z-1.8814 R.1 Q.125 F2.15
    G80
    M09

    Does anyone have any idea why this would happen?

  2. #2
    Join Date
    Jul 2005
    Posts
    12177

    Re: Problems with G83 on TM-2.

    Gremlins

    In many years of running many Haas machines I have encountered this type of inexplicable behaviour. This particular one I have not seen probably because I always have my G43 Hnn on its own line and always have a G00 approach move. I cannot suggest any idea why it is happening.

    Is it a new machine, have you contacted Haas? Back in the early 2000s when I was buying new machines some glitches were in the software which was constantly being upgraded so all it needed was a more up to date version loaded on the machine.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  3. #3
    Join Date
    Jan 2005
    Posts
    15362

    Re: Problems with G83 on TM-2.

    ckirchen

    You are just missing a G98 or G99 next to the G83 ,It is not always needed, but good practice to use it, Plus do the rapid position move before the Z move

    T2 M06
    G90
    S436 M03
    M08
    G00 X1.75 Y-.45 F200.
    G00 G43Z.1H02
    G83G99 X1.75 Y-.45 Z-1.8814 R.1 Q.125 F2.15
    G80G0Z3.
    M09
    M5
    M30
    Mactec54

  4. #4
    Join Date
    Nov 2006
    Posts
    490

    Re: Problems with G83 on TM-2.

    G98 is the default when the machine is booted up, so it's active unless you stick the G99 in there. But...wouldn't the drill still return upwards after the hole, just using the initial 0.1 height either way?
    (I would test it out myself but the machines are tied up)

  5. #5
    Join Date
    Jan 2005
    Posts
    15362

    Re: Problems with G83 on TM-2.

    Ydna

    That is correct, one of Haas control defaults is G98, but because ckirchen put his Z move with the X Y move, the Control would not know what to do,so would need the G99 so the R.1 would then be active

    It is always good practice to use them, either the G98 or the G99 depending on what you are doing, you can then use the same program in other controls
    Mactec54

Similar Threads

  1. CNC Problems
    By JohnBravo in forum Techno CNC
    Replies: 3
    Last Post: 12-11-2012, 05:08 PM
  2. 5t problems
    By markjb in forum Fanuc
    Replies: 17
    Last Post: 10-30-2012, 05:49 PM
  3. G02 and problems
    By Farzaneh_2010 in forum G-Code Programing
    Replies: 8
    Last Post: 09-20-2010, 05:40 PM
  4. Big Problems!!
    By Fadal3016FX in forum Fanuc
    Replies: 0
    Last Post: 12-15-2009, 03:42 AM
  5. Problems
    By vebers in forum Servo Drives
    Replies: 19
    Last Post: 05-03-2006, 05:59 AM

Tags for this Thread

Posting Permissions

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