Hello Guest it is April 23, 2024, 07:33:20 PM

Author Topic: multiple probe use  (Read 2418 times)

0 Members and 1 Guest are viewing this topic.

multiple probe use
« on: April 20, 2017, 10:32:21 AM »
How do we address a second probe?  Do we just use the command and change probe to probe1 for the second probe?

Thanks
Re: multiple probe use
« Reply #1 on: April 20, 2017, 11:16:08 AM »
You can refer to the Mill GCode Programming Manual page 19. G31, G31.1, G31.2, and G31.3.  
You use the same command only instead of G31 you will use G31.# depending on which input you mapped it to, Probe1, Probe2, or Probe3.
Chad Byrd
Re: multiple probe use
« Reply #2 on: April 20, 2017, 11:32:42 AM »
Perfect!  I was looking in the wrong place making it more difficult than needed!
Re: multiple probe use
« Reply #3 on: April 20, 2017, 02:59:19 PM »
Be aware that not all controllers currently support multiple probes, so be sure to test carefully.

Allan
Re: multiple probe use
« Reply #4 on: April 20, 2017, 03:45:21 PM »
Thanks my system looks good for more than 1 probe but still need to see if it works.
Re: multiple probe use
« Reply #5 on: April 23, 2017, 11:50:02 AM »
G31.1 does not work even though the BOB and ESS have pins connected correctly and the probe lights up on the board and in diagnostics.
It looks like only G31 really works in Mach4  You can have a second probe which is recognized but the probing routine does not work in a G31.1 move.
Guess I will use a switch to go between the 2 probes.  Why is it documented in the manual.  Even the #variables are not correct.  The manual says #5071
and #5071 are for probe1 (second probe) x and y position values but looking at the probing lua code done by Mach4 programmers, those variables
are actually G31 skip signal machine positions NOT G31.1 X and Y probe absolute positions.  Hours wasted to figure that out!
« Last Edit: April 23, 2017, 11:54:27 AM by thespindoctor »
Re: multiple probe use
« Reply #6 on: April 23, 2017, 02:43:56 PM »
Looks like ESS plugin only supports one probe.  Wired second one to the same port (in parallel) and running G31 works fine with either probe.

Problem solved for now...
Re: multiple probe use
« Reply #7 on: April 27, 2017, 08:19:40 AM »
New ESS plugin now works for multiple probes!!  YES!!