- LinuxCNC
- General LinuxCNC Questions
- How does LinuxCNC handle synchronized motion w/different motors/inertia?
How does LinuxCNC handle synchronized motion w/different motors/inertia?
- 3Dogs
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
28 May 2023 23:07 #272372
by 3Dogs
How does LinuxCNC handle synchronized motion w/different motors/inertia? was created by 3Dogs
I am a newbie to LinuxCNC. So new, I haven’t installed it yet.
But, I am researching everything in order to convert a milling machine to CNC.
I was curious - how does LinuxCNC handle synchronized motion when the different axes might have wildly different motion characteristics? In my case the Z-axis will have a lot more inertia than the X-axis, and the A and C axis will be completely different from the other three.
Also, if motion needs to be slowed down to allow synchronized moves, can “rapids” be different in each axis?
But, I am researching everything in order to convert a milling machine to CNC.
I was curious - how does LinuxCNC handle synchronized motion when the different axes might have wildly different motion characteristics? In my case the Z-axis will have a lot more inertia than the X-axis, and the A and C axis will be completely different from the other three.
Also, if motion needs to be slowed down to allow synchronized moves, can “rapids” be different in each axis?
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7776
- Thank you received: 2073
29 May 2023 03:59 #272395
by cmorley
Replied by cmorley on topic How does LinuxCNC handle synchronized motion w/different motors/inertia?
You tell linuxcnc what speeds and accelerations each axis can do.
Then it limits to the slowest one that is being moved.
The PID does realword-at-the moment small adjustments.
So yes your axes can have very different speed capability that can be taken advantage of, if only moving the one.
Then it limits to the slowest one that is being moved.
The PID does realword-at-the moment small adjustments.
So yes your axes can have very different speed capability that can be taken advantage of, if only moving the one.
The following user(s) said Thank You: 3Dogs
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- How does LinuxCNC handle synchronized motion w/different motors/inertia?
Time to create page: 0.051 seconds