W5100S-EVB-PICO stepgenerator and encoder driver
- tuxcnc
- Offline
- Premium Member
-
Less
More
- Posts: 131
- Thank you received: 10
02 Aug 2025 01:40 #332655
by tuxcnc
Tool moves while spindle stops, even if position is reached.
Replied by tuxcnc on topic W5100S-EVB-PICO stepgenerator and encoder driver
It is not true.Velocity estimation is unrelated to G33.1 as G33.1 only looks at position.
Tool moves while spindle stops, even if position is reached.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18975
- Thank you received: 5239
02 Aug 2025 03:00 - 02 Aug 2025 05:13 #332656
by PCW
Replied by PCW on topic W5100S-EVB-PICO stepgenerator and encoder driver
Sorry , I guess you are right, G33.1 also looks at the spindle speed
But this works better with good velocity estimation, Though as I mentioned
you cannot use position interpolation except for constant speed applications
like threading on a lathe.
This is wrong because the TP does use the velocity value:
It is precisely true, LinuxCNCs TP only looks at the encoders position
in G33.1 moves. There is no other information path.
Looking a bit more into this, It does not look like the encoder velocity
( spindle.spindle_num].spindleSpeedIn ) is used for position mode synchronized
moves (G33 G76 etc) but only velocity mode synchronized moves (G95).
At least with a quick look at tp.c
But this works better with good velocity estimation, Though as I mentioned
you cannot use position interpolation except for constant speed applications
like threading on a lathe.
This is wrong because the TP does use the velocity value:
It is precisely true, LinuxCNCs TP only looks at the encoders position
in G33.1 moves. There is no other information path.
Looking a bit more into this, It does not look like the encoder velocity
( spindle.spindle_num].spindleSpeedIn ) is used for position mode synchronized
moves (G33 G76 etc) but only velocity mode synchronized moves (G95).
At least with a quick look at tp.c
Last edit: 02 Aug 2025 05:13 by PCW.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.050 seconds