Setting Axis max feedrate?
17 Jan 2011 12:54 #6743
by EmcRules
Setting Axis max feedrate? was created by EmcRules
Is there a way to set a max feed rate for a single axis within EMC? The reason I would like to do this is due to the Z-axis on my BP Knee. It's a small servo so I need lots of gear reduction to get the tourque I need (30:1). This forces me to slow down all of my feeds to what my Z-Axis can handle due to overspeed faults. Long term I plan to use a larger servo but for now im stuck.
Please Log in or Create an account to join the conversation.
17 Jan 2011 13:02 #6744
by BigJohnT
Replied by BigJohnT on topic Re:Setting Axis max feedrate?
Well the feed rate is set with F in your g code. The maximum velocity for an axis can be set in the ini file.
www.linuxcnc.org/docview/html/config_ini_config.html#sub:[AXIS]-section
and Welcome aboard.
John
www.linuxcnc.org/docview/html/config_ini_config.html#sub:[AXIS]-section
and Welcome aboard.
John
Please Log in or Create an account to join the conversation.
17 Jan 2011 13:20 #6745
by EmcRules
Replied by EmcRules on topic Re:Setting Axis max feedrate?
So if I set [Axis] Max Vel to .1667 = 10 in/min feed rate. in a program i ask for F50. What will happen?
Please Log in or Create an account to join the conversation.
17 Jan 2011 13:23 - 17 Jan 2011 13:24 #6747
by BigJohnT
Replied by BigJohnT on topic Re:Setting Axis max feedrate?
EMC will not exceed the maximum velocity for an axis. In a move with two or more axis the velocity of the move will be such as to not exceed the maximum velocity of the slower axis no matter what speed you program.
John
John
Last edit: 17 Jan 2011 13:24 by BigJohnT.
Please Log in or Create an account to join the conversation.
17 Jan 2011 13:35 #6748
by EmcRules
Replied by EmcRules on topic Re:Setting Axis max feedrate?
Thanks John
Please Log in or Create an account to join the conversation.
Time to create page: 0.149 seconds