rdheiliger wrote:I just installed the MyScreenProbe today and found that the Z axes probing worked fine. But all the others ended with the error that the probe was active. Looking thru the macro code for the z axes zero and the others, one thing popped, the exec.Wait(10); is in all macros except for the z axes, which has exec.Wait(200). I changed all the wait commands from 10 to 200 in all of the other macros and now they all work.
I am running on a tablet that has a processor speed a little slower than the minimum required for uccnc. Thinking that the short wait times are are requesting updates too fast and crashing the subroutine, and the default error is probe was active.
Hi,
Thank you very much for the information. I don't have any slow computer or tablet to test this but I think that the exec.Wait(200) in Z probing is a leftover from the early development stage, so it is a sort of mistake. I have never heard anyone having this problem but it is good to know that it seems to be helping you out, so perhaps I'll dig out some slow XP pro computer in my home and install UCCNC on it to test this out and perhaps change everything to a better value than exec.Wait(10). Anyway, thank you for the heads-up.