PINDA value
-
Hi guys. I have problem with my PINDA. Brown cable connected to 5 V, blue to GND and black to Z probe in. Z value in web control say 0. After trigger, led turn off but the value doesn't change. My config:
; Z-Probe
M574 Z1 S2 ; Set endstops controlled by probe
M558 P5 C"zprobe.in" H5 I0 F300 T6000 ; set Z probe type to modulated and the dive height + speeds
G31 P0 X-2 Y-16.4 Z2.5 ; set Z probe trigger value, offset and trigger height
M557 X30:270 Y30:270 S80 ; define mesh gridThank you for helping me. Lukas
-
@Lukas_P See https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_NPN_output_normally_open_inductive_or_capacitive_sensor
I think you have wired it correctly, though you may need to invert the probe with I1 rather than I0 in M558. If that doesn't help, check the wiring/crimping on the black signal wire. Test if you're getting a signal, preferably with a multimeter.
Ian