Hello Guest it is March 28, 2024, 10:25:25 AM

Author Topic: Probe Protection plugin, re-release version 4.1  (Read 9797 times)

0 Members and 1 Guest are viewing this topic.

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Probe Protection plugin, re-release version 4.1
« on: August 14, 2013, 01:43:21 AM »
EDIT/Re-release via Poppa Bear 25AUG13:

Here is the Re-Revised "Probe Protected Mode" Plugin. Release Version 4.1

This plugin, will "Cycle Stop" (push the stop button, OEM code 1003), NOT the E-stop button
if the "Digitize" signal goes active AND Mach3 is NOT currently in a "Probing" routine.

You can also pick what User LED that will allow your Macros/screen buttons to turn it's functions ON or OFF.
I left the other User LED (the original one is still there that lights up when Mach is IN a probing routine (G31).
Allowable User LED range is 1000-2255, a value of 2256 is the NOT use value, and it will NEED to be put in,
OR disable the plugin. The "Default" values are: ULED 2000 for "Mach is Probing" detection, and ULED 2001 for
enable or disable this plugins functions.

Here is a simple "Button Script" Macro to turn On/Off the its function:

'Enable/Disable the probing protect function, it assumes your using the Default ULEDs above.

If GetUserLED(2001) Then
SetUserLED(2001,0)
Else
SetUserLED(2001,1)
End If


The plugin dll file is called: "ProbeProtectedMode.mp3", it will auto install the "ProbeProtectedMode.dl"l into your plugins directory.

DISCLAIMER: There is NO warranty, or Guarantee that this wil NOT avoid all conditions that may lead to probe tip damage.
Use at your OWN risk, I assume NO liabilities.



Scott




« Last Edit: August 25, 2013, 07:15:30 PM by poppabear »
fun times

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Probe Protection plugin, re-release version 4.1
« Reply #1 on: August 26, 2013, 01:30:55 PM »
GUYS Please do not use this version it has a bug. We are trying to work it out.

(;-) TP

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Probe Protection plugin, re-release version 4.1
« Reply #2 on: August 27, 2013, 10:03:42 PM »
DO to another mach3 QUIRK this function cannot be made 100% dependable in all conditions .

Please do not USE.

(;-) TP