Relation between compensation files and backlash
- mighty_mick
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 5
18 Nov 2023 10:07 - 18 Nov 2023 10:08 #285810
by mighty_mick
Hi guys. I am currently struggling with linear positioning errors in cnc. According to my researchs, i've discovered compensation file usage in linuxcnc. I've experienced how to use it and i think i've understand how it works, but there is a little issue, i didn't understand how to use this comp files with backlash. In LinuxCNC documentation about writing compensation files, it is mentioned as:
"If COMP_FILE is specified for an joint, BACKLASH is not used. A COMP_FILE_TYPE must be specified for each COMP_FILE."
I am trying to understand this, if backlash is ignored when i use the comp file, how can i fix backlash while fixing positioning errors at the same time? How do i measure linear positioning errors with backlash and combine them in single comp file? What is the methodology?
Thank you for your answers.
Relation between compensation files and backlash was created by mighty_mick
Hi guys. I am currently struggling with linear positioning errors in cnc. According to my researchs, i've discovered compensation file usage in linuxcnc. I've experienced how to use it and i think i've understand how it works, but there is a little issue, i didn't understand how to use this comp files with backlash. In LinuxCNC documentation about writing compensation files, it is mentioned as:
"If COMP_FILE is specified for an joint, BACKLASH is not used. A COMP_FILE_TYPE must be specified for each COMP_FILE."
I am trying to understand this, if backlash is ignored when i use the comp file, how can i fix backlash while fixing positioning errors at the same time? How do i measure linear positioning errors with backlash and combine them in single comp file? What is the methodology?
Thank you for your answers.
Last edit: 18 Nov 2023 10:08 by mighty_mick.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
20 Nov 2023 18:46 #286078
by andypugh
Replied by andypugh on topic Relation between compensation files and backlash
If you use a Type 1 comp file then the backlash is built-in to the numbers in the file.
This also means that the backlash can vary through the travel, so can compensat for screws that are more worn in some areas than in others.
If you have 0.1mm backlash then the file might look like
0 ,-0.05, +0.05
10, 9.95, 10.05
20, 19.95, 20.05
And so on.
This also means that the backlash can vary through the travel, so can compensat for screws that are more worn in some areas than in others.
If you have 0.1mm backlash then the file might look like
0 ,-0.05, +0.05
10, 9.95, 10.05
20, 19.95, 20.05
And so on.
The following user(s) said Thank You: mighty_mick
Please Log in or Create an account to join the conversation.
- mighty_mick
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 5
28 Nov 2023 07:47 #286671
by mighty_mick
Replied by mighty_mick on topic Relation between compensation files and backlash
Thank you for your answer @andypugh. I think i solved this problem. I've recently opened a new topic, if you have knowledge about that, can you give an answer?
Here is my new topic: forum.linuxcnc.org/38-general-linuxcnc-q...1-compensation-files
Here is my new topic: forum.linuxcnc.org/38-general-linuxcnc-q...1-compensation-files
Please Log in or Create an account to join the conversation.
Time to create page: 0.073 seconds