-
I've set the mask to include everything - but there is no information on input pin states
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It is not possible unless it is an auxillary input. Auxillary inputs can be read via M66 and the result is stored in parameter 5399. To read and act upon parameter 5399 you will have to enable expression support in the controller. A plugin could be written that allows accessing limit- and control inputs via custom M-code.
If no pins are asserted the |
Beta Was this translation helpful? Give feedback.
It is not possible unless it is an auxillary input. Auxillary inputs can be read via M66 and the result is stored in parameter 5399. To read and act upon parameter 5399 you will have to enable expression support in the controller.
A plugin could be written that allows accessing limit- and control inputs via custom M-code.
If no pins are asserted the
Pn:
element is not output. Which is the same behaviour as legacy Grbl.