Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    duet 3 connecting z probe inductive sensor

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    4
    25
    1.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      What is the specific inductive sensor you have?

      Have you seen this?

      https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_NPN_output_normally_open_inductive_or_capacitive_sensor

      Z-Bot CoreXY Build | Thingiverse Profile

      aprzundefined 1 Reply Last reply Reply Quote 0
      • Stephen6309undefined
        Stephen6309
        last edited by

        I use a relay module. The sensor operates the relay and the relay switch output to the input, io3.in and ground on mine.

        1 Reply Last reply Reply Quote 0
        • aprzundefined
          aprz @Phaedrux
          last edited by aprz

          @Phaedrux I’m using a lj18a3-8-z probe. Bought it off amazon. When I put it against a piece of aluminum it’s red light turns on but I try using the g30 code and it says the sensor has been triggered before it even is near any metal surface. I’m not sure if I have it wired to the correct pins on my duet 3? Oh yes I have looked at that page on connecting the sensor but I don’t wanna short circuit anything and I also confused to what pin is used for the actual sensor wire, not the positive or negative wires.

          1 Reply Last reply Reply Quote 0
          • aprzundefined
            aprz
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator
              last edited by

              Your photo did not upload.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • aprzundefined
                aprz
                last edited by

                yeah never mind the picture, it was just the diagram of the duet 3 board. but im just lost on why its showing that error message?

                2020-08-20-053526_1920x1080_scrot.png

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  Post your config please. It probably means that you need to invert the pin.

                  From the link I posted

                  Duet 3, you can connect the output of the sensor directly to the Z-probe IN pin. Connect the sensor ground wire to a ground pin on the Duet, and the sensor's + power wire to a suitable voltage (typically to VIN because these sensors usually need between 6 and 30V power).
                  Select mode 5 (P5) in the M558 command, also include parameter I1 in the M558 command.

                  In the case of RRF3 the I1 to invert has been replaced by adding a ! in front of the pin name in the M558.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • aprzundefined
                    aprz
                    last edited by aprz

                    
                    ; Z-Probe
                    M558 P5 C"!^io5.in" H5 F120 T6000                   ; set Z probe type to switch and the dive height + speeds
                    G31 P500 X41 Y41 Z2.5                              ; set Z probe trigger value, offset and trigger height
                    M557 X15:215 Y15:195 S20                           ; define mesh grid
                    
                    

                    So, I added the "!" before the name of the pin Im using as you said to do and its now showing the value for the z probe as 0 now. but I send g30 and to test whether it would sense anything, I put a piece of aluminium against the sensor and it doesn't change the value to 1000 or show that its sensed anything below it. Im not sure why. The z axis is moving slowly down after sending g30 but it should stop and the value of the z probe reading on RRP should be 1000 if it senses anything, right?

                    2020-08-20-183023_1920x1080_scrot.png

                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by

                      @1997alex said in duet 3 connecting z probe inductive sensor:

                      C"!^io5.in"

                      Try removing the ^ to disable the pull up resistor.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      aprzundefined 1 Reply Last reply Reply Quote 0
                      • aprzundefined
                        aprz @Phaedrux
                        last edited by

                        @Phaedrux ok, just removed the “^” from in front. Still nothing. Just to clarify, it’s supposed to show 0 under “z probe” when it’s not sensing and 1000 when it is, right? Not sure if it’s my code still or wiring ? I have it wired from the 3.3v to the ground and io5in.

                        1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator
                          last edited by

                          Can you post a photo of how it's wired up?
                          Does it have it's own indicator light showing when it's triggering?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          aprzundefined 1 Reply Last reply Reply Quote 0
                          • aprzundefined
                            aprz @Phaedrux
                            last edited by

                            @Phaedrux

                            ; Z-Probe
                            M558 P5 C"!io5.in" H5 F120 T6000                   ; set Z probe type to switch and the dive height + speeds
                            G31 P500 X41 Y41 Z2.5                              ; set Z probe trigger value, offset and trigger height
                            M557 X15:215 Y15:195 S20                           ; define mesh grid
                            
                            

                            2020-09-03-224527_1920x1080_scrot.png

                            IMG_1722.jpg

                            IMG_1723.JPG

                            1 Reply Last reply Reply Quote 0
                            • aprzundefined
                              aprz
                              last edited by

                              So, the light turns on when I put a metal object under the sensor but doesn't indicate whether its on in the RRF dashboard . The value stays at 0 under "z probe".

                              1 Reply Last reply Reply Quote 0
                              • Phaedruxundefined
                                Phaedrux Moderator
                                last edited by

                                I suspect a bad signal wire from your probe.

                                In your photo, which wire is which?

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • aprzundefined
                                  aprz
                                  last edited by aprz

                                  the green (actually brown) is the positive, the black is the sensor, and the blue is negative. i may be wrong. reference diagram.
                                  ogA64gS3SXCmPhsQ.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • Phaedruxundefined
                                    Phaedrux Moderator
                                    last edited by

                                    You have the brown/green wire connected to the 3.3v for power.

                                    The diagram shows the probe being connected to 12/24v vin.

                                    Does your probe function at 3.3v or does it need more?

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    aprzundefined 1 Reply Last reply Reply Quote 0
                                    • aprzundefined
                                      aprz @Phaedrux
                                      last edited by

                                      @Phaedrux I just connected it to vin 24v but still see no difference in the z probe value.

                                      1 Reply Last reply Reply Quote 0
                                      • Phaedruxundefined
                                        Phaedrux Moderator
                                        last edited by

                                        Do you have a link to information on what probe it actually is?

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        aprzundefined 1 Reply Last reply Reply Quote 0
                                        • aprzundefined
                                          aprz @Phaedrux
                                          last edited by aprz

                                          @Phaedrux This is the exact one. looks like the pnp style sensors require a resistor?

                                          https://www.amazon.com/Twidec-Inductive-Proximity-Detecting-LJ18A3-8-Z/dp/B07WS45K3P/ref=sr_1_1?dchild=1&keywords=b07ws45k3p&qid=1599193793&sr=8-1

                                          Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                          • Vetiundefined
                                            Veti
                                            last edited by Veti

                                            can you show us your new wiring

                                            aprzundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA