- GCode and Part Programs
- O Codes (subroutines) and NGCGUI
- Proof reading please. "unknown control command in o word"
Proof reading please. "unknown control command in o word"
- Sziggy_NC
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 1
20 Feb 2025 22:16 #322118
by Sziggy_NC
Proof reading please. "unknown control command in o word" was created by Sziggy_NC
Could someone help me find my error?
The program orients the spindle and calls an unknown control command in o word. I have attached the toolchange.ngc that is throwing the error.
The program orients the spindle and calls an unknown control command in o word. I have attached the toolchange.ngc that is throwing the error.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19695
- Thank you received: 6650
20 Feb 2025 22:48 #322124
by tommylight
Notice o053 in two instances above, so i am guessing they should be O upper case as the rest of them.
Replied by tommylight on topic Proof reading please. "unknown control command in o word"
O105 elseif [#<selected_tool> LT 22]
M3 S300 ; need rpm to orient
M64 P6 ; orient spindle
M66 P6 L4 Q9 ; check spindle orient
o053 if [#5399 LT 0]
(abort, failed to orient spindle)
o053 endif
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
-
Less
More
- Posts: 408
- Thank you received: 165
20 Feb 2025 23:05 #322127
by MaHa
Replied by MaHa on topic Proof reading please. "unknown control command in o word"
Line 12, M61 T0 should be
M61 Q0
M61 Q0
The following user(s) said Thank You: tommylight, Sziggy_NC
Please Log in or Create an account to join the conversation.
- Sziggy_NC
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 1
21 Feb 2025 00:19 #322135
by Sziggy_NC
Replied by Sziggy_NC on topic Proof reading please. "unknown control command in o word"
That is going to be it. I'll make the change and check in the morning.
Please Log in or Create an account to join the conversation.
- Sziggy_NC
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 1
21 Feb 2025 17:34 #322217
by Sziggy_NC
Replied by Sziggy_NC on topic Proof reading please. "unknown control command in o word"
That fixed it.
Now I need to add a section to match the pocket to the tool when putting away the tool.
Now I need to add a section to match the pocket to the tool when putting away the tool.
Please Log in or Create an account to join the conversation.
- GCode and Part Programs
- O Codes (subroutines) and NGCGUI
- Proof reading please. "unknown control command in o word"
Time to create page: 0.129 seconds