-
Hi just Wanting to know if a 2nd probe pin can be configured for use with a tool setter and 3D Touch probe. I figured out a work around for now using a relay to switch the NC(normally closed)state of my tool setter to NO(normally open)meaning they can then be connected to the same probe pin however I don't think it is the best way of doing it for repeatability |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Tpacnc, Using a relay is a good id, but not like you think :)
See http://linuxcnc.org/docs/html/gcode/m-code.html#mcode:m62-m65 for details. If you connect your probes like the drawing above, when the digital output will be down, the tool setter will be active, and when the digital output will be up, the 3D touch will be active. @++; |
Beta Was this translation helpful? Give feedback.
Hi @Tpacnc,
Using a relay is a good id, but not like you think :)
You can use a relay to drive the choice of which probe tool is connected, using the digital output functionality to drive the relay:
If you use D16 which is the default 1st digital output number 0, you may use the GCode command M62/63/64 or 65 P0 to drive which probe tool you are using.