How many is the Interpolation cycle of linuxcnc?
- curran209
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 Oct 2021 06:18 #223058
by curran209
How many is the Interpolation cycle of linuxcnc? was created by curran209
How many is the Interpolation cycle of linuxcnc? Can i change it?
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
14 Oct 2021 07:33 #223061
by robertspark
Replied by robertspark on topic How many is the Interpolation cycle of linuxcnc?
interpolation of what exactly?
timing?
motion?
please explain your question, thanks
timing?
motion?
please explain your question, thanks
Please Log in or Create an account to join the conversation.
- curran209
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 Oct 2021 07:49 #223064
by curran209
Replied by curran209 on topic How many is the Interpolation cycle of linuxcnc?
time.
Interpolation period
the period of interpolation calculations
What's the meaning of "#define INTERPOLATION_RATE_SET 0x02" in cubic.c? Is the interpolation period 2ms? Can it set to 1ms or more fast?
Interpolation period
the period of interpolation calculations
What's the meaning of "#define INTERPOLATION_RATE_SET 0x02" in cubic.c? Is the interpolation period 2ms? Can it set to 1ms or more fast?
Please Log in or Create an account to join the conversation.
- curran209
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 Oct 2021 08:51 #223066
by curran209
Replied by curran209 on topic How many is the Interpolation cycle of linuxcnc?
Does SEGMENT_TIME_SET is Interpolation period, what's it unit? Can it set to be smaller?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
14 Oct 2021 15:54 #223092
by andypugh
Replied by andypugh on topic How many is the Interpolation cycle of linuxcnc?
I suspect that nobody has looked at that code for decades, so it is likely that nobody currently active knows what it does.
I would guess that the thing to do is look through the code for the usage of those macros.
I would be very surprised if a hex integer was used as an interpolator rate, though.
I would guess that the thing to do is look through the code for the usage of those macros.
I would be very surprised if a hex integer was used as an interpolator rate, though.
Please Log in or Create an account to join the conversation.
Time to create page: 0.070 seconds