Joint 3 Following Error
if you look in your home folder for emc2/configs/name-of-your-config
We are interested in the file ending in INI can you post the contents of it?
or can you compress the whole config file and post it?
I am not going to have to time to look at it now but maybe someone else will.
Chris M
Please Log in or Create an account to join the conversation.
- gerrybacsik
- Offline
- New Member
- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- gerrybacsik
- Offline
- New Member
- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.
You can try this by using the speed override slider on the display and reduce the speed by say 50%
Or use MDI COMMANDS to move the axis with slower speeds.
The real adjustments you need to make as John and Chris have pointed out is in your .ini file. Find the section for the a axis and edit (reduce) MAX_VELOCITY and or MAX_ACCELERATION save the file and try again.
•FERROR to small
•MIN_FERROR to small
•MAX_VELOCITY to fast
•MAX_ACCELERATION to fast
•BASE_PERIOD set to long
•Backlash added to an axis
Any of the above can cause the RT pulsing to not be able to keep up the requested step rate. This can happen if you didn't run the latency test long enough to get a good number to plug into the Stepconf Wizard or if you set the Maximum Velocity or Maximum Acceleration too high.
If you added backlash you need to increase the STEPGEN_MAXACCEL up to double the MAX_ACCELERATION in the AXIS section of the INI file for each axis you added backlash to. EMC uses "extra acceleration" at a reversal to take up the backlash. Without backlash correction step generator acceleration can be just a few percent above the motion planner acceleration.
Rick G
Please Log in or Create an account to join the conversation.
Depending on how the acceleration is set that is what you would expect..start slow move up to speed then slow down to stop. That is adjusted in the .ini file and what might need to be changed along with the top speed.It speeds up & slows down on a simple rotational cut
Rick G
Please Log in or Create an account to join the conversation.
- gerrybacsik
- Offline
- New Member
- Posts: 11
- Thank you received: 0
I have found MAX_VELOCITY and MAX_ACCELERATION files. I will try changing these to see if anything happens.
What are my FERROR settings? & BASE_PERIOD settings for?
Please Log in or Create an account to join the conversation.
www.linuxcnc.org/docview/html/config_ini_config.html
John
Please Log in or Create an account to join the conversation.
- gerrybacsik
- Offline
- New Member
- Posts: 11
- Thank you received: 0
%
G1 A0 F400
G1 A360 F200
%
Speeds up & slows down fine.
Why I can change MDI cutting speed commands from CAM generated program but it doesn't affect speed speed I don't know?
I will play with it some more see what I can find.
Please Log in or Create an account to join the conversation.
Go to applications then cnc then latency test. Let it run a while. You can use that info to find the base period that you can run.
I have found MAX_VELOCITY and MAX_ACCELERATION files. I will try changing these to see if anything happens.
What are my FERROR settings? & BASE_PERIOD settings for?
When you lower the MAX_VELOCITY do it in the A axis section, it will change only the A axis, which is what you want.
If you have a move that moves a X, Y, or Z (linear) axis and the A axis (rotary) at the same time the A axis will try to keep up with the linear axis, so it may in fact be moving at it's maximum speed.
Rick G
Please Log in or Create an account to join the conversation.
- gerrybacsik
- Offline
- New Member
- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.