587,925 active members*
3,408 visitors online*
Register for free
Login
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    7063

    Re: Programming for 4th axis

    I've never tried it, but, logically, the CAM would need to know the maximum rotation rate of the A axis, so it does not violate that limit. When doing 4-axis moves, I would expect it to attempt to maintain the specified linear feedrate (which will be a function of the actual part diameter and cut depth), but back off on all axis feeds if that would violate the A axis limit. What happens if you specify a much higher A axis "feed"?

    Regards,
    Ray L.

    - - - Updated - - -

    I've never tried it, but, logically, the CAM would need to know the maximum rotation rate of the A axis, so it does not violate that limit. When doing 4-axis moves, I would expect it to attempt to maintain the specified linear feedrate (which will be a function of the actual part diameter and cut depth), but back off on all axis feeds if that would violate the A axis limit. What happens if you specify a much higher A axis "feed"?

    Regards,
    Ray L.

  2. #2
    Join Date
    Aug 2011
    Posts
    135

    Re: Programming for 4th axis

    Quote Originally Posted by SCzEngrgGroup View Post
    I've never tried it, but, logically, the CAM would need to know the maximum rotation rate of the A axis, so it does not violate that limit. When doing 4-axis moves, I would expect it to attempt to maintain the specified linear feedrate (which will be a function of the actual part diameter and cut depth), but back off on all axis feeds if that would violate the A axis limit. What happens if you specify a much higher A axis "feed"?

    Regards,
    Ray L.

    - - - Updated - - -

    I've never tried it, but, logically, the CAM would need to know the maximum rotation rate of the A axis, so it does not violate that limit. When doing 4-axis moves, I would expect it to attempt to maintain the specified linear feedrate (which will be a function of the actual part diameter and cut depth), but back off on all axis feeds if that would violate the A axis limit. What happens if you specify a much higher A axis "feed"?

    Regards,
    Ray L.
    I totally agree that if i want to maintain 15ipm that it is a function of the diameter of the cut depth. That is about where my research took me.

    I dont understand what you mean by "What happens if you specify a much higher A axis "feed"?"
    In my solidcam software I can specify a feed and of course speed of spindle. It does not (in my limited experience) ask for an A Axis Feed (which would solve all of these issues)

    To give you an example of the code generated

    G1 Y-0.547 Z0.053 F10.
    G1 X5.249 F15.
    G1 Y-0.549 Z0.028 A-87.073


    The Tool Plunges into the material in line 1 at 10 ipm
    The tool makes a small X movement at 15 IPM (from here on in the code feed is not changed)
    The magic starts happening with the A Axis as the tool works out of the center of the pocket. but feed is still set at 15 (which is deg per min I beleive, not IPM)

    - - - Updated - - -

    Quote Originally Posted by SCzEngrgGroup View Post
    I've never tried it, but, logically, the CAM would need to know the maximum rotation rate of the A axis, so it does not violate that limit. When doing 4-axis moves, I would expect it to attempt to maintain the specified linear feedrate (which will be a function of the actual part diameter and cut depth), but back off on all axis feeds if that would violate the A axis limit. What happens if you specify a much higher A axis "feed"?

    Regards,
    Ray L.

    - - - Updated - - -

    I've never tried it, but, logically, the CAM would need to know the maximum rotation rate of the A axis, so it does not violate that limit. When doing 4-axis moves, I would expect it to attempt to maintain the specified linear feedrate (which will be a function of the actual part diameter and cut depth), but back off on all axis feeds if that would violate the A axis limit. What happens if you specify a much higher A axis "feed"?

    Regards,
    Ray L.
    I totally agree that if i want to maintain 15ipm that it is a function of the diameter of the cut depth. That is about where my research took me.

    I dont understand what you mean by "What happens if you specify a much higher A axis "feed"?"
    In my solidcam software I can specify a feed and of course speed of spindle. It does not (in my limited experience) ask for an A Axis Feed (which would solve all of these issues)

    To give you an example of the code generated

    G1 Y-0.547 Z0.053 F10.
    G1 X5.249 F15.
    G1 Y-0.549 Z0.028 A-87.073


    The Tool Plunges into the material in line 1 at 10 ipm
    The tool makes a small X movement at 15 IPM (from here on in the code feed is not changed)
    The magic starts happening with the A Axis as the tool works out of the center of the pocket. but feed is still set at 15 (which is deg per min I beleive, not IPM)

Similar Threads

  1. 4 Axis Programming with BobCAD V25 4 Axis Pro
    By aldepoalo in forum BobCad-Cam
    Replies: 10
    Last Post: 07-30-2013, 08:52 PM
  2. 5 AXIS PROGRAMMING
    By SOLIDCAMSTEVE in forum SolidCAM for SolidWorks and SolidCAM for Inventor
    Replies: 2
    Last Post: 12-15-2011, 11:53 AM
  3. 3 Axis CNC programming.
    By cncneo1 in forum G-Code Programing
    Replies: 2
    Last Post: 11-13-2007, 03:43 PM
  4. 4-axis, 3+2, or 4+ axis programming system?
    By roboticist in forum Uncategorised CAM Discussion
    Replies: 0
    Last Post: 09-04-2006, 07:02 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
  •