Results 1 to 9 of 9

Thread: Inverse time- 5 axis Acramatic 950

  1. #1
    Registered
    Join Date
    Sep 2010
    Location
    USA
    Posts
    4
    Downloads
    0
    Uploads
    0

    Inverse time- 5 axis Acramatic 950

    Good morning all

    Would you happen to have any good sample code that you can post in this thread showing the proper format for inverse time (G93) on a Cincinnati 5 axis profiler, circa 1998?

    Thanks for any help


  2. #2
    Registered holbieone's Avatar
    Join Date
    Feb 2007
    Location
    usa
    Posts
    634
    Downloads
    1
    Uploads
    0


  3. #3
    Registered
    Join Date
    Sep 2010
    Location
    USA
    Posts
    4
    Downloads
    0
    Uploads
    0
    thanks for the reply. I am aware of how inverse time works, it is just that I don't have any actual, working sample code for this particular controller to look at.

    Thanks


  4. #4
    Registered
    Join Date
    Aug 2008
    Location
    USA
    Posts
    386
    Downloads
    0
    Uploads
    0
    Looks simple enought to me.
    For my CT controller
    G90G1G93X5F5
    would command a move to absolute x5 that takes 5 minutes.

    Joe


  • #5
    Registered
    Join Date
    Sep 2010
    Location
    USA
    Posts
    4
    Downloads
    0
    Uploads
    0

    inverse time

    hi Joe

    thanks for the response, but I was looking for actual 5 AXIS sample code. No one would use inverse feed to make a simple 2 axis linear move.

    Is there anyone on this forum that happens to have experience with 5 axis programming on the Acramatic 950 control using inverse feed?

    thank you


  • #6
    Registered
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    68
    Downloads
    0
    Uploads
    0

    Inverse time feed

    Best I can come up with is a 4 axis inverse time feed program for my Acramatic 900.
    I hope it is of some help.

    Doug
    Attached Files Attached Files


  • #7
    Registered
    Join Date
    Apr 2006
    Location
    United States
    Posts
    118
    Downloads
    0
    Uploads
    0

    Inverse Time on Acramatic 9500

    Good question.

    I have a similar question but can't put my finger on an Acramatic manual.

    My question is whether the FRN (feed rate number) is issued as 1/min or 1/sec. I believe the rest of the format is pretty much standard inverse time.


  • #8
    Registered
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    68
    Downloads
    0
    Uploads
    0

    Inverse time feed

    My feed rate is 1/min. I do believe there is an error inthe code I posted, it would seem to be missing at least 1 digit in the FRN. I'll have to take a look at it again.

    Doug
    Last edited by dougl; 09-27-2010 at 04:49 PM.


  • #9
    Registered
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    68
    Downloads
    0
    Uploads
    0

    Inverse time feed

    Alan,

    I had to go back and fix my post processor for inverse time feed. While I was at it I did a little research to see if I could come up with an easier way to explain inverse time feed. Here goes.

    The feed rate number (FRN) is the denominator of a fraction (1/FRN). This fraction gives you the actual time to cover the distance of the cut in seconds.

    To calculate FRN you need: Desired feed rate in inches per minute(V) and distance of the cut in inches(Dist).

    The formula:
    FRN = V/(60*Dist)

    Three axis example:

    You need to cut a line between X0 Y0 and X4 Y3 @ 10.0 IPM (V)

    To caculate the distance I will use the formula:
    a^2 + b^2 = c^2.
    I will use "a" to represent the "X" value = 4
    I will use "b" to represent the "Y" value = 3
    I will use "c" to represent the "Dist" value
    4^2 +3^2 = c^2
    16 + 9 = c^2
    25 = c^2
    5 = c
    Dist = 5

    FRN calculation:

    FRN = V/(60*Dist)
    FRN = 10/(60*5)
    FRN = 10/300
    FRN = .033

    Inverse time number would then be : 1/.033 (1/FRN)
    Actual cut time would be: 1/.033 = 30.303 seconds

    To double check this just divide: 5/10 ("Dist" by "V") = .5 minutes

    A very simple example but it gets to the point.

    The only diffrence with 4th and 5th axis is how you calculate "Dist"


    I hope this is of use to somebody

    Doug


  • Similar Threads

    1. G93 Inverse time
      By DaveMCINC in forum Fanuc
      Replies: 0
      Last Post: 12-07-2009, 12:22 PM
    2. acramatic 2100,reseting time-date
      By lineborn in forum Cincinnati CNC
      Replies: 1
      Last Post: 06-12-2009, 11:41 AM
    3. Inverse Time feedrate for 4th Axis
      By slideleft in forum Haas Mills
      Replies: 2
      Last Post: 12-08-2008, 10:39 PM
    4. G93 Inverse Time Feed Mode
      By MarkT in forum Haas Mills
      Replies: 2
      Last Post: 01-18-2007, 01:28 PM
    5. Inverse time feeds with a 4th axis
      By nervis1 in forum Fadal
      Replies: 1
      Last Post: 11-06-2004, 12:43 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.