Skip to content

2nd probe pin ? #276

Answered by fra589
Tpacnc asked this question in Q&A
Jul 7, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

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.

  • M62 P- - turn on digital output synchronized with motion. The P- word specifies the digital output number.
  • M63 P- - turn off digital output synchronized with motion. The P- word specifies the digital output number.
  • M64 P- - turn on digital output immediately. The P- word specifies the digital output number.
  • M65 P- - turn off digital output…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Tpacnc
Comment options

@fra589
Comment options

@Tpacnc
Comment options

@langwadt
Comment options

@Tpacnc
Comment options

Answer selected by Tpacnc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants