Hello Guest it is March 28, 2024, 07:19:17 PM

Author Topic: FEED RATE QUERY  (Read 6166 times)

0 Members and 1 Guest are viewing this topic.

FEED RATE QUERY
« on: March 12, 2014, 05:02:42 AM »
Hi All
On my lathe/mill set up I can rotate the top slide through through 90deg. manually so that x and z both cut in the same direction.
If I program
G1 X6 Z3 F.01 it will traverse 9 inchs in the same direction.
What will the actual feed rate be.
Graham

 

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: FEED RATE QUERY
« Reply #1 on: March 12, 2014, 06:14:07 AM »
You don't say if you are using it as a lathe or mill and also what feed rate mode is in effect.
I may also add that Mach would not know that the axes are moving in the same direction and would assume that X is perpendicular to the Z ( if a lathe ) and as such the distance would be 6.7".

RICH
Re: FEED RATE QUERY
« Reply #2 on: March 12, 2014, 05:33:34 PM »
Rich
I can assure you the x axis moves 6 inchs and the z moves 3 inchs in the mill mode and using G95 S460 F.01
I do it to increase the x axis total travel for facing long pieces.
I do not understand where you get 6.7 inchs from.
When I do this I have to move the saddle towards the chuck manually using the travi dial to put on a cut depth.
Graham

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: FEED RATE QUERY
« Reply #3 on: March 13, 2014, 07:50:23 AM »
Graham,

G1 X6 Z3 is a a co-ordinated linear move. Yes, X will move 6" & Z will move 3" as you noted, BUT, that gcode is telling Mach to provide motion along the hypotenuse of those two moves ( along the programmed linear XZ path)  and that distance is 6.7" .

Mach or any contoller would not know that you doing something goofy / tricking the software to accomplish what only you know.If you coded for individual axis moves then the feedrate would be as coded.

Attached is info from the manuals for your reading,

RICH




Re: FEED RATE QUERY
« Reply #4 on: March 13, 2014, 04:11:31 PM »
Rich
I see where the 6.7" comes from, its the hypotenuse as you say.
So it will do 6" at .01/rev and 3" at .005/rev to arrive at the same spot.
So in my case of the axis both moving in the same direction it will be a combined feed of .015/rev???


Thanks
Graham

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: FEED RATE QUERY
« Reply #5 on: March 14, 2014, 07:46:27 AM »
Quote
So it will do 6" at .01/rev and 3" at .005/rev to arrive at the same spot.
So in my case of the axis both moving in the same direction it will be a combined feed of .015/rev???

Actual feedrate calculation is done internaly by Mach and do not know how it's being programmed internaly.
It's not that simple as the "guess" you posted.

Depends on what feedrate mode you are using, if starting from current velocity or no axis motion, your accel / velocity
/ steps per unit settings for the motor, motor rpm if G95 mode, etc.

The x & Z motors will need to accelerate and de-celerate and move at different feedrates to reach the same end
point which is based on 6.7" where  F.01 is inches per spindle rev for G95. Each axis motor is pulsed differently to move the controlled point to the final location over a period of time and distance and acceleration may be modified ( if possible) depending on time to achieve.  You would need to calculate each axis based on coded move and Mach's instruction for that move then apply to the individual axes for what you are doing.


Per above you have not provided all the info required to answer you question:
Quote
What will the actual feed rate be.[/quote)


RICH



Re: FEED RATE QUERY
« Reply #6 on: March 14, 2014, 08:17:55 AM »
Rich
I understand what you mean re accelaratin/de acceleration etc
But from a practical point of view .015 is right?

G95 S460 F.01 M4
G1 X6 Z3

When x and z go in the same direction on a modified mill.

Graham

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: FEED RATE QUERY
« Reply #7 on: March 14, 2014, 08:25:15 AM »
Quote
But from a practical point of view .015 is right?
If that's what your "calculations" show it to be.


RICH
« Last Edit: March 14, 2014, 09:13:42 AM by RICH »

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: FEED RATE QUERY
« Reply #8 on: March 14, 2014, 10:41:57 AM »
So it will do 6" at .01/rev and 3" at .005/rev to arrive at the same spot.
So in my case of the axis both moving in the same direction it will be a combined feed of .015/rev???

No - it will do 6.7" at 0.01/rev. So will do the 6" at ~0.0089 and the 3" at ~0.0045

So an additive feedrate of ~0.0134

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: FEED RATE QUERY
« Reply #9 on: March 14, 2014, 01:49:21 PM »
Since the individual axes move different distances the feedrates are different. The only time the feedrates for each axis would be the same is if the distances were the same. Both axes must change to maintain the controlled path ie; the linear move angle and for the above the change in x with repsect to z would be a value of 2 or otherwise the controlled point would not follow the coded path.

I agree with ya Stirling....got to go,

RICH