spindle at speed active at zero speed
- billykid
- Topic Author
- Offline
- Platinum Member
- Posts: 507
- Thank you received: 79
the encoder is in place and the speed is the effective one, I don't understand what it can be. maybe there is a way to not have this signal at a standstill.
regards
Mauro
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19471
- Thank you received: 6530
setp spindle-at-speed = true
and remove that line.
Please Log in or Create an account to join the conversation.
- billykid
- Topic Author
- Offline
- Platinum Member
- Posts: 507
- Thank you received: 79
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Platinum Member
- Posts: 2067
- Thank you received: 406
if not, the spindle expect a value of zero and that is correct if the soindle is of, so the movement will start immediatly.
Norbert
Please Log in or Create an account to join the conversation.
- billykid
- Topic Author
- Offline
- Platinum Member
- Posts: 507
- Thank you received: 79
yes in a certain sense it is right that from a standstill it is "at speed" but makes the signal useless.
is there a way to not have "at speed" at spindle stopped?
thanks
Mauro
Please Log in or Create an account to join the conversation.
- macsddau@linuxcnc
- Offline
- Premium Member
- Posts: 142
- Thank you received: 28
Please Log in or Create an account to join the conversation.
- billykid
- Topic Author
- Offline
- Platinum Member
- Posts: 507
- Thank you received: 79
probably rightly so, but only serves as a visual indication.
regards
Mauro
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
- Posts: 405
- Thank you received: 163
linuxcnc.org/docs/2.7/html/examples/spindle.html
Please Log in or Create an account to join the conversation.
- billykid
- Topic Author
- Offline
- Platinum Member
- Posts: 507
- Thank you received: 79
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
- Posts: 504
- Thank you received: 157
motion.spindle−at−speed IN BIT
Motion will pause until this pin is TRUE, under the following conditions: before the first feed move after each spindle start or speed change; before the start of every chain of spindle-synchronized moves; and if in CSS mode, at every rapid->feed transition.
So if spindle-at-speed is true, and none of the conditions above apply, it will start to move.
Please Log in or Create an account to join the conversation.