Pitch Error Compensation explanation
- akg1904
- Offline
- Premium Member
-
Less
More
- Posts: 101
- Thank you received: 3
26 Dec 2024 06:14 #317389
by akg1904
Pitch Error Compensation explanation was created by akg1904
Hi Guys,
I went through many post and wiki for Pitch error compensation but i couldn't grasp totally.
an someone please explain me how pitch error compensation works in Linuxcnc.
some links which I went through are linked below:
www.forum.linuxcnc.org/10-advanced-confi...compensation?start=0
forum.linuxcnc.org/38-general-linuxcnc-q...adscrew-compensation
linuxcnc.org/docs/2.6/html/config/ini_co...tml#sub:AXIS-section
Regards
Abhishek
I went through many post and wiki for Pitch error compensation but i couldn't grasp totally.
an someone please explain me how pitch error compensation works in Linuxcnc.
some links which I went through are linked below:
www.forum.linuxcnc.org/10-advanced-confi...compensation?start=0
forum.linuxcnc.org/38-general-linuxcnc-q...adscrew-compensation
linuxcnc.org/docs/2.6/html/config/ini_co...tml#sub:AXIS-section
Regards
Abhishek
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7805
- Thank you received: 2086
26 Dec 2024 19:41 #317429
by cmorley
Replied by cmorley on topic Pitch Error Compensation explanation
comp file is a list of nominal (normal) position and compensated numbers in each direction.
ie (type 0 compensation)
10, 10.1, 10.08
Meaning when you move to position 10 in forward direction, the machine will move to 10.1.
In the reverse direction moving to 10 will actually move to 10.08
You need to leave a little bit of max acceleration head room for the machine to apply compensation.
I've never used it, just interpreting info I have found.
ie (type 0 compensation)
10, 10.1, 10.08
Meaning when you move to position 10 in forward direction, the machine will move to 10.1.
In the reverse direction moving to 10 will actually move to 10.08
You need to leave a little bit of max acceleration head room for the machine to apply compensation.
I've never used it, just interpreting info I have found.
The following user(s) said Thank You: akg1904
Please Log in or Create an account to join the conversation.
- akg1904
- Offline
- Premium Member
-
Less
More
- Posts: 101
- Thank you received: 3
10 Feb 2025 04:34 #321136
by akg1904
Replied by akg1904 on topic Pitch Error Compensation explanation
Hi,Thank you for your explanation.
However, I'm struggling to understand the compensation behavior in my configuration file. For example, if I specify the following compensations:10 10.1 10.08
20 20.1 20.08
30 30.1 30.08
...
When I move my machine to 30 mm, will the compensations for 10 mm and 20 mm accumulate, causing the machine to move to 30.3 mm instead of 30.1 mm? Or will the machine only apply the 30 mm compensation and move to 30.1 mm?
Regards
Abhishek
20 20.1 20.08
30 30.1 30.08
...
When I move my machine to 30 mm, will the compensations for 10 mm and 20 mm accumulate, causing the machine to move to 30.3 mm instead of 30.1 mm? Or will the machine only apply the 30 mm compensation and move to 30.1 mm?
Regards
Abhishek
Please Log in or Create an account to join the conversation.
Time to create page: 0.110 seconds