585,926 active members*
3,546 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas 4th Axis Diameter settings
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2021
    Posts
    2

    Haas 4th Axis Diameter settings

    Hello All, first post here.
    Question: In our Haas mills, there is a 4th axis diameter setting to control the rotary speed of the 4th axis. It is a great feature that no other mills have, at least that I know of. It makes it very user friendly. I have several other mills in the shop that don't have this feature, and we always forget about it. I would like to set this setting from within my CNC program so the next time that it is set up, the operator doesn't come to me to ask why the cycle time is so long or short compared to the last time.
    I asked at our HFO, and after some search, they determined that it could not be set in the program. I have a hard time believing that it can't but I could not find the variable or the actual parameter, other than that setting 34.
    Thank you in advance for any help.

  2. #2
    Join Date
    Aug 2007
    Posts
    413

    Re: Haas 4th Axis Diameter settings

    It's not perfect, but it could be.
    The whole thing only works when you start the program for the first time. A random number is assigned to each program.
    This is checked against a comparison parameter.
    If it is identical, the program continues as normal.
    If not, the random value is written to the comparison parameter and an error is output with the value for SETTING 34.

    G103 P1
    # 1 = 19283746 (random number)
    IF [# 1 EQ # 199] GOTO 10
    # 199 = 19283746
    # 3000 = 1 (SETTING 34 = 1.25)
    N10 G103

  3. #3
    Join Date
    Apr 2021
    Posts
    2

    Re: Haas 4th Axis Diameter settings

    OK, thanks I think I see what you are doing. I see if this helps in our facility. It's worth a try.

  4. #4
    Join Date
    Feb 2023
    Posts
    1

    Re: Haas 4th Axis Diameter settings

    Quote Originally Posted by CNM1974 View Post
    Hello All, first post here.
    Question: In our Haas mills, there is a 4th axis diameter setting to control the rotary speed of the 4th axis. It is a great feature that no other mills have, at least that I know of. It makes it very user friendly. I have several other mills in the shop that don't have this feature, and we always forget about it. I would like to set this setting from within my CNC program so the next time that it is set up, the operator doesn't come to me to ask why the cycle time is so long or short compared to the last time.
    I asked at our HFO, and after some search, they determined that it could not be set in the program. I have a hard time believing that it can't but I could not find the variable or the actual parameter, other than that setting 34.
    Thank you in advance for any help.
    Hi,

    We faced exactly the same problem. It is bit annoying to set parameter 34 each time 4th axis part changes. Have you found a solution how to set it via program/macro?

    Br
    Kris

  5. #5
    Join Date
    Aug 2007
    Posts
    413

    Re: Haas 4th Axis Diameter settings

    with NGC read setting34 with #nn=#20034
    with pre NGC or older not possible

Similar Threads

  1. 4th axis settings for part diameter
    By vmax549 in forum Tormach PathPilot™
    Replies: 12
    Last Post: 11-10-2020, 12:33 PM
  2. 4th axis and small diameter parts - looking for ideas
    By Mooser in forum Tormach Personal CNC Mill
    Replies: 10
    Last Post: 10-22-2020, 11:37 PM
  3. 4th axis Advanced settings
    By degrath in forum MadCAM
    Replies: 5
    Last Post: 01-15-2017, 02:30 PM
  4. Replies: 4
    Last Post: 06-28-2013, 02:00 PM
  5. 4th axis settings
    By whiteriver in forum Mach Software (ArtSoft software)
    Replies: 0
    Last Post: 03-06-2004, 07:20 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
  •