@@ -225,12 +225,12 @@ With set, sends a command to the EMC to set the new debug level, and sets the EM
225225This will make the two values the same, since they really ought to be the same.
226226.RE
227227.P
228- \fB set_wait {received|done} \fR
228+ \fB wait_mode {received|done} \fR
229229.RS
230- The set_wait setting controls the wait after receiving a command.
230+ The wait_mode setting controls the wait after receiving a command.
231231It can be "received" (after the command was sent and received) or "done" (after the command was done).
232- With get, any parameter is ignored and the current set_wait setting is returned.
233- With set, set the set_wait setting to the specified value.
232+ With get, any parameter is ignored and the current wait_mode setting is returned.
233+ With set, set the wait_mode setting to the specified value.
234234.RE
235235.P
236236\fB wait {received|done} \fR
@@ -305,19 +305,21 @@ With get, ignores any parameters and returns the current flood coolant setting.
305305With set, sets the flood setting as specified.
306306.RE
307307.P
308- \fB spindle {forward|reverse|increase|decrease|constant|off} \fR
308+ \fB spindle {forward|reverse|increase|decrease|constant|off} {<spindle>} \fR
309309.RS
310310With get, any parameter is ignored and the current spindle state is
311311returned as "forward", "reverse", "increase", "decrease", or "off".
312312With set, sets the spindle as specified.
313313Note that "increase" and "decrease" will cause a speed change in the corresponding direction
314314until a "constant" command is sent.
315+ If "spindle" is omitted, spindle 0 is selected. If -1, all spindles are selected.
315316.RE
316317.P
317- \fB brake {on|off} \fR
318+ \fB brake {on|off} {<spindle>} \fR
318319.RS
319320With get, any parameter is ignored and the current brake setting is returned.
320321With set, the brake is set as specified.
322+ If "spindle" is omitted, spindle 0 is selected. If -1, all spindles are selected.
321323.RE
322324.P
323325\fB tool \fR
@@ -343,22 +345,22 @@ With set, homes the indicated joint or, if -1, homes all joints.
343345\fB jog_stop joint_number|axis_letter \fR
344346.RS
345347With set, stop any in-progress jog on the specified joint or axis.
346- If TELEOP_ENABLE is NO , use joint_number;
347- If TELEOP_ENABLE is YES , use axis_letter.
348+ If TELEOP_ENABLE is OFF , use joint_number;
349+ If TELEOP_ENABLE is ON , use axis_letter.
348350.RE
349351.P
350352\fB jog joint_number|axis_letter <speed> \fR
351353.RS
352354With set, jog the specified joint or axis at <speed>; sign of speed is direction.
353- If TELEOP_ENABLE is NO , use joint_number;
354- If TELEOP_ENABLE is YES , use axis_letter.
355+ If TELEOP_ENABLE is OFF , use joint_number;
356+ If TELEOP_ENABLE is ON , use axis_letter.
355357.RE
356358.P
357359\fB jog_incr jog_number|axis_letter <speed> <incr> \fR
358360.RS
359361With set, jog the indicated joint or axis by increment <incr> at the <speed>; sign of speed is direction.
360- If TELEOP_ENABLE is NO , use joint_number;
361- If TELEOP_ENABLE is YES , use axis_letter.
362+ If TELEOP_ENABLE is OFF , use joint_number;
363+ If TELEOP_ENABLE is ON , use axis_letter.
362364.RE
363365.P
364366\fB feed_override <percent> \fR
@@ -367,10 +369,11 @@ With get, any parameter is ignored and the current feed override is returned (as
367369With set, sets the feed override as specified.
368370.RE
369371.P
370- \fB spindle_override <percent> \fR
372+ \fB spindle_override <percent> {<spindle>} \fR
371373.RS
372374With get, any parameter is ignored and the current spindle override is returned (as a percentage of commanded speed).
373375With set, sets the spindle override as specified.
376+ If "spindle" is omitted, spindle 0 is selected. If -1, all spindles are selected.
374377.RE
375378.P
376379\fB abs_cmd_pos [{0|1|...}] \fR
@@ -570,7 +573,7 @@ With get, return the probe state - has the probe tripped since the last clear?
570573With get, return the current value of the probe signal.
571574.RE
572575.P
573- \fB probe \fR
576+ \fB probe <x> <y> <z> \fR
574577.RS
575578With set, move toward a certain location.
576579If the probe is tripped on the way stop motion, record the position and raise the probe tripped flag.
0 commit comments