Moving with locked axis
- mittim
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 5
21 Nov 2021 10:48 #227180
by mittim
Moving with locked axis was created by mittim
Hi,
I have a C-Axis, which I can lock mechanically. Doing the HAL setup, I don´t undestand what
"Moving with other axes is not allowed when moving a locked rotary axis"
means. Does that mean, I can´t move any other axis, once my C-Axis is locked? Or does it means I only can move WITH other axis, once the C-Axis is unlocked?
I have a C-Axis, which I can lock mechanically. Doing the HAL setup, I don´t undestand what
"Moving with other axes is not allowed when moving a locked rotary axis"
means. Does that mean, I can´t move any other axis, once my C-Axis is locked? Or does it means I only can move WITH other axis, once the C-Axis is unlocked?
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4023
- Thank you received: 1733
21 Nov 2021 13:54 #227196
by Aciera
Replied by Aciera on topic Moving with locked axis
I believe it means that, if a rotary axis is configured as LOCKING_INDEXER = 1, you can only command that axis to move alone. Or to put it differently you cannot have that rotary axis be part of a coordinated move together with another axis.
So in your GCODE you would need to separate the indexing moves from the other ones.
Example: If the C-axis is a configured as a locking-indexer:
This would not be allowed:
G01 X0 Y0 C90 F100
you would have to split it so the index move is separate:
G01 X0 Y0 F100
G01 C90
At least that is how I think it works as I have never used this feature.
So in your GCODE you would need to separate the indexing moves from the other ones.
Example: If the C-axis is a configured as a locking-indexer:
This would not be allowed:
G01 X0 Y0 C90 F100
you would have to split it so the index move is separate:
G01 X0 Y0 F100
G01 C90
At least that is how I think it works as I have never used this feature.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19482
- Thank you received: 6533
21 Nov 2021 14:32 #227197
by tommylight
Replied by tommylight on topic Moving with locked axis
Off topic:
@Aciera,
Sorry i had to delete a topic containing a post from you since the original poster deleted everything else, including the topic title.
Thank you.
@Aciera,
Sorry i had to delete a topic containing a post from you since the original poster deleted everything else, including the topic title.
Thank you.
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
Time to create page: 0.071 seconds