-
Notifications
You must be signed in to change notification settings - Fork 68
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
Can't zero the DRO X value after probing w/o ioSender Unhandled exception occurred #273
Comments
Which ioSender version? |
ioSender XL is at version 2.0.41 For me, this error happens every time (is perfectly repeatable). I've also seen it after other probing operations, but the only one that I know is repeatable is using the edge finder to probe a single edge (always tested on the bottom side of the X axis) along with Z. |
I am not able to replicate with the latest edge version. Can you with try that? BTW I am using Win10. |
There was no change from using the Edge version. What I noticed was: On the grbl tab, everything works properly. On the probing tab, it does not. In other words, the zero button next to the "X" DRO box works fine if it is on the grbl tab...but not for the one on the Probe tab. I'd bet that your attempt to replicate used the grbl tab. So, the problem did not occur. I also noticed that the error message is not exactly what I documented. The full message is: |
I overlooked the DRO in the probing tab - it was not correctly initialized. New edge versions just uploaded with fix, |
Thanks. After my last response, I realized that I only used that page/DRO after doing a probe and I'd never tested setting zero without dong the probe. So I'm not surprised the two are unrelated. Thanks for the quick fix! |
If I probe the bottom edge of a piece of stock with Probe Z checked, it works fine. The operation sets both the Z height and the Y position where it touched the part to zero in the DRO and G94.
Since this is a long piece of stock, I then jog along the x-axis to visually pick the point where I want X to be zero. Hit the Zero button beside X and the code generates an "ioSender Unhandled exception occurred" and exits.
Not the end of the world, since the program can be restarted. The TLO and and Home machine position are not lost. After a restart, it is willing to accept the button press to zero the X axis DRO value (and the G94 workspace).
The text was updated successfully, but these errors were encountered: