585,954 active members*
4,283 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2008
    Posts
    3

    Using 4th axis

    I would like to use the 4th axis of my Hitachi Seiki VA40 running under Fanuc 6M-B.
    I believe I should use M68 to open the chuck and M69 to close it before using any G commands.
    I would like to know the G code command structure for this 4th axis.
    Please help.
    Pramod

  2. #2
    Join Date
    Feb 2006
    Posts
    992
    I get you the first part, but what is your intent when open/close chuck for? what kind of 4axis do you have? full 4axis/ just index 4axis 'cause it can make the programming the whole different world.
    The best way to learn is trial error.

  3. #3
    Join Date
    Mar 2008
    Posts
    3

    Using 4th axis

    I have a full 4th axis.
    Since the last post I was able to initialize the rotary table with M69 and turn it with handle control.
    Similar to the starting G28 command to send the axis to Zero.

    G28 X 0.0 Y 0.0 Z 0.0
    M69
    A 0.0

    This sent the machine to Zero positions, the green lights lit up and I could move the rotary table in the handle mode.

    I want to turn the part so that I can mill say a groove on the surface of a round bar.
    I am going to try and use the G codes used in the X, Y and X axis to move the A axis but am wondering if the feed is going to be in degrees per minute.

    I agree that the best way is to try it and see.

  4. #4
    Join Date
    Mar 2006
    Posts
    28
    Hi-

    Take a look at your Fanuc 6m-b Maintenance Manual. You will find a few parameters that relate directly to the 4th axis settings; specifically:

    Parameter 11, bit 0 ADLM

    -A setting of 0 means the 4th axis is a rotaional axis.
    -A setting of 1 means the 4th axis is a linear axis.

    Hope this helps.
    TFGC

  5. #5
    Join Date
    Mar 2003
    Posts
    2932
    I believe that a feed move that includes the rotary axis will be in degrees per minute, otherwise it would be inches per minute.

    G01 G91 X1.0 A10. F10. (Degrees per minute)
    G01 G91 X-1. F10. (Inches per minute - no rotary movement)
    G01 G91 A-10. F10. (Degrees per minute)

    Another option is Inverse Time Feedrate, where F= 1/time (in minutes) to complete the move. This requires calculations based on the diameter at the bottom of the tool, etc. It may not be activated on your control.

  6. #6
    Join Date
    Feb 2006
    Posts
    992
    I believe the M code is turn brake on and off. Normally, rotate 4axis all you need is type in Axxx.xx. And when you are machine the the control will take care feedrate, you can have feet per minute
    The best way to learn is trial error.

  7. #7
    Join Date
    Mar 2005
    Posts
    816
    I've been wanting to know how to use the 0M-C [4th] button which is located on the full keyboard 0M-C CRT/MDI.w/9" monochrome monitor.

    Mine is a rotary table, not a rotary indexer or a tilt indexer.

    Greg

Similar Threads

  1. post for 2 axis ez trak versus 3 axis ez vision
    By tooolman in forum G-Code Programing
    Replies: 0
    Last Post: 11-28-2008, 10:33 PM
  2. Compare Catia and MCX2 for multi axis lathe/4 axis mill
    By bob1112 in forum Uncategorised CAM Discussion
    Replies: 0
    Last Post: 10-11-2008, 01:15 AM
  3. How can I coupling a stepper motor axis directly to other axis?
    By meknik2001 in forum Stepper Motors / Drives
    Replies: 4
    Last Post: 05-08-2008, 07:54 PM
  4. One axis (z-axis?) computer controlled testing device
    By TsThorsell in forum Stepper Motors / Drives
    Replies: 3
    Last Post: 02-07-2008, 07:38 PM
  5. New Design - Hybrid 3-Axis Router/4-axis Foam Hot Wire Cutter
    By the__extreme in forum CNC Wood Router Project Log
    Replies: 3
    Last Post: 02-26-2007, 09:58 PM

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
  •