Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Probe protection subroutine for wireless probes #71

Open
Alexfehr1987 opened this issue Apr 30, 2023 · 0 comments
Open

Add Probe protection subroutine for wireless probes #71

Alexfehr1987 opened this issue Apr 30, 2023 · 0 comments

Comments

@Alexfehr1987
Copy link

Currently in Probing routines its just checked if the Probe is in the Machine, but not if its "connected". Especially for Wireless Probes a check would save tips.
I solved this by adding a probe protection subroutine in every probing routine, which checks if the connection is established and pauses the programm if its not connected:

o<probe_protection> sub
#<probe_error_pin> = #5399
M66 P0
(Probe Protection)
o100 while[#<probe_error_pin> EQ 1]
(MSG, Probe not active!)
M0
M66 P0
#<probe_error_pin> = #5399
o100 endwhile
o<probe_protection> endsub
M2 (end program)

Maybe something like this can be added to the routines in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant