fanuc 6MB 4th axis parameter -- setting dia?

Just wondering, is there a parameter in a fanuc 6MB controller to tell it what diameter part your running in the 4th axis, so it will compensate linear and rotational feedrates to be the same? And if you know what parameter it would be, that would help out greatly ;)

Reply to
tnik
Loading thread data ...

"Inverse time feedrate" is typically for coordinating combined linear /rotary motion on milling machines:

formatting link

--Basically, whenever the control is in this mode your F address represents the amount of time you desire for the move to be completed within.

It's a modal command so don't forget to change back to G94 mode when it is desired to go back to using the more usual (inch per minute) convention.

Reply to
Bipolar Bear

Ahhh!! I was so happy when I read up on this.. Went out to the controller and its not an available G-Code.. dammit..

Reply to
tnik

OK, so not being able to do this, and finding out that it runs the 4th axis in degrees per min, not inches per min.. any idea how I can come up with a formula to do a tangital arc segment movement, and find the correct feedrate?

I came across This text, not sure what machine it is for, but looks like it might work.. But I run into a problem..

Feed Rate Calculation for Linear Interpolation with Rotary Axis Caution concerning the feed rate must be applied when linear interpolation between the rotary axis and the Z-axis is done. The tangential feed rate along the tool path becomes high when the arc length of the rotary axis move is relatively short in comparison to the travel distance along the Z-axis. The feed rate must be reduced, accordingly. It can be calculated as shown in the example, below. Example: Machining is done on the OD of a 1.5? diameter part, rotating the Caxis Angle = 30° while moving the Z-axis minus 1?, at the same time. The desired feed rate along the tool path F = 5?/minute. Calculate the feed rate to be used for the interpolation command: G1G98 H60. W-1.0 F___? Steps for calculation of the tangential feed rate:

  1. Calculate the length of the 30° arc segment on the periphery of a 1.5? diameter circle: Arc length=2Rx /360x60=2x0.75x3.14/360x30=0.392?
  2. Calculate the length of the tool path: L= Square root of (0.392²+1²)=1.07? F ° per minute =F (IPM) x 57.296 / R F ° per revolution =F (IPR) x 57.296 / R
10
  1. Calculate the time it should take for the 1.07? long cut, applying the feed rate of 5? per minute. Time = 60/5x1.07=12.84 seconds.
  2. Calculate the feed rate in degrees per minute that is required for a rotation of
30 degrees in12.8 seconds: F=30/12.8*60=141 degrees per minute. Or apply the following formula, where: F = feed rate in inches per minute, A= C-axis rotation angle L = Length of the tool path

F ° per minute =F (IPM) x A / L

Feed rate in degrees per minute =5 x 30 / 1.07=141 degrees per minute

So with the below snippet of code, and if I'm doing my math right, the F?????? would be F1468.31.. and that just doesn't seem right.. Sounds like a busted endmill to me..

G00 Y-0.2825 Z7.1678 A84.27 Z6.2678 G01 Z6.1678 F14.3250 X0 Y-0.2805 Y-0.28 X-7.6313 Y-0.28 X-7.6518 Y-0.2794 A84.268 F??????

Reply to
tnik

I have a fanuc 6m with 4th axis dc drive I'll look in the manuals today once I get down to the shop.

Reply to
Bipolar Bear

interpolation

I cant vouch for the accuracy of the options table that can be found here :

formatting link
But it looks like probly parameter 1 bit zero is what allows feedrate coding to be in I/T mode

Reply to
Bipolar Bear

interpolation

Sorry my mistake no g93 is available on the fanuc 6

I have the operator manual publication # B54044E /02 here wherin rotary / linear feed rate ( additional axis simultanious option enabled allowing three axis combined ) ( as well as simultanious 4th axis control option enabled where 4 combined axis moves can be combined ) is explained on pages

55 / 56

On pages 204 /205 the rapid only type index table is covered wherein rotary moves will always be in rapid--attempting to combine a linear will result in an alarm.

Anyways I may be able to scan these pages so if you don't have an operators manual let me know....

Reply to
Uhh_Clem

tnik wrote in news:NODZk.401548$C65.160697@en-nntp-

01.dc1.easynews.com:

With 16i/18i/160i/180i Fanuc, 2 parameters to set:

1408.0 Ex: N01408 A1 P 00000000 A2 P 00000000 A3 P 00000000 A4 P 00000001 (A4 = 4th axis)

1465 (Set Radius) Ex: N01465 A1 P 0 A2 P 0 A3 P 0 A4 P 5575 (A4 P5575 = 4th axis with 5.575 either mm or in radius, no decimal)

Dinh.

Reply to
The Deburr Guru

tnik wrote in news:ydTZk.390377$3I2.386335@en-nntp-

02.dc1.easynews.com:

Nope. That will work. But be careful when you switch to a move with a linear axis and no rotary motion. Leaving the feed rate that high will break the end mill.

You need to calculate a different degree per minute feed rate for every move.

Reply to
D Murphy

ok, thanks for that.. I'll try it and make sure that any linear movement has the correct feedrate..

Damn Y axis motor took a crap on thursday, sounded like a bearing went.. Of course, it wasn't something that simple. One of the magnets decided it was time to come loose.

Took it out to our motor repair guy, he fixed it up, but of course, now the machine won't work for some stupid reason..

I'll keep this updated with what worked.

Thanks for all your responses.

Reply to
tnik

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.