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

Probing ALARM:PROBE #53

Open
boesenbe opened this issue Jul 25, 2018 · 0 comments
Open

Probing ALARM:PROBE #53

boesenbe opened this issue Jul 25, 2018 · 0 comments

Comments

@boesenbe
Copy link

boesenbe commented Jul 25, 2018

Hi,

I try to solve this problem now for one and a half days. I designed my own CNC machine and homeing it is no problem. But when I start UGS it gives me an ALARM:PROBE but my Probe is not probing nor touching anything to close a circuit.

image

When I start probing (after homing, repositioning to my workpice and putting the axes to 0) I get a bunch of errors.

image

image

I tried different versions of UGS, tried to invert the probe pin. A pull down resistor is not needed (I read it in several forums but maybe I am mistaken?). I followed this tutorial.

I use an STM103 (source code) and no Arduino as a controller for grbl. When I put the Probing pin to Ground the error goes away and I can start probing.

Here are my settings:

$0 = 64    (Step pulse time, microseconds)
$1 = 0    (Step idle delay, milliseconds)
$2 = 7    (Step pulse invert, mask)
$3 = 7    (Step direction invert, mask)
$4 = 0    (Invert step enable pin, boolean)
$5 = 0    (Invert limit pins, boolean)
$6 = 0    (Invert probe pin, boolean)
$10 = 0    (Status report options, mask)
$11 = 0.010    (Junction deviation, millimeters)
$12 = 0.002    (Arc tolerance, millimeters)
$13 = 0    (Report in inches, boolean)
$20 = 0    (Soft limits enable, boolean)
$21 = 1    (Hard limits enable, boolean)
$22 = 1    (Homing cycle enable, boolean)
$23 = 0    (Homing direction invert, mask)
$24 = 25.000    (Homing locate feed rate, mm/min)
$25 = 500.000    (Homing search seek rate, mm/min)
$26 = 250    (Homing switch debounce delay, milliseconds)
$27 = 4.000    (Homing switch pull-off distance, millimeters)
$30 = 10    (Maximum spindle speed, RPM)
$31 = 0    (Minimum spindle speed, RPM)
$32 = 0    (Laser-mode enable, boolean)
$100 = 640.000    (X-axis travel resolution, step/mm)
$101 = 640.000    (Y-axis travel resolution, step/mm)
$102 = 640.000    (Z-axis travel resolution, step/mm)
$110 = 600.000    (X-axis maximum rate, mm/min)
$111 = 600.000    (Y-axis maximum rate, mm/min)
$112 = 600.000    (Z-axis maximum rate, mm/min)
$120 = 40.000    (X-axis acceleration, mm/sec^2)
$121 = 40.000    (Y-axis acceleration, mm/sec^2)
$122 = 40.000    (Z-axis acceleration, mm/sec^2)
$130 = 250.000    (X-axis maximum travel, millimeters)
$131 = 150.000    (Y-axis maximum travel, millimeters)
$132 = 90.000    (Z-axis maximum travel, millimeters)

MANY Thanks and have a nice day.

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