Replies: 2 comments 6 replies
-
This depends entirely on what response your controller gives to those commands. UGS expects the response to be according to the GRBL protocol spec. In this case "ok". If it responds with something else UGS will pause the program for the user to assess what to do. |
Beta Was this translation helpful? Give feedback.
5 replies
-
This is the LOG |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need more M-commands for an application than are available by default.
I already tried adding some via ChatGPT, but that only worked so-so.
My issue is that UGS throws an error like “Hold” and usually pauses whenever a certain command appears. For example, I set A1 with M11 to HIGH (an LED lights up), then set A1 with M12 to LOW, and the program pauses—I have to hit the Start button for it to continue, or else it just freezes. I should mention I’m a mechanical engineer and don’t have extensive programming skills.
Thank you for your time
Beta Was this translation helpful? Give feedback.
All reactions