Is M200 an Unlock?? (Resolved)
Moderator: cnckeith
-
- Posts: 15
- Joined: Tue Jul 30, 2019 2:01 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: Yes
- CNC Control System Serial Number: C125544
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Is M200 an Unlock?? (Resolved)
My control just came out of demo mode. In a possibly related observation, I recently noticed that M200 no longer creates a prompt and just acts as a normal M0. Is this normal or weird coincidence?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 4615
- Joined: Wed Mar 24, 2010 5:48 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
Re: Is M200 an Unlock??
In a design decision that defies logic, M200 is tied to the "jog during M0" software unlock.
The rest of us have to use M225 instead, being sure to have a variable handy that can always have a value of zero (or be set to zero without consequence).
For example:
The rest of us have to use M225 instead, being sure to have a variable handy that can always have a value of zero (or be set to zero without consequence).
For example:
Code: Select all
#100 = 0
M225 #100 "Move the hold-down clamps, then press Cycle Start"
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 15
- Joined: Tue Jul 30, 2019 2:01 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: Yes
- CNC Control System Serial Number: C125544
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Is M200 an Unlock??
My co-workers are starting to wonder what I'm laughing about... thank you!
(Note: Liking will "up vote" a post in the search results helping others find good information faster)