<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Inductive sensor (Z-axis) is not triggering Ramps?</title>
        <description> Okay, I have an inductive sensor mounted and wired to my ramps for the z axis  (Z_MIN). If I put metal close to the sensor I see the red LED light up on the sensor, so It is getting power and working. The signal pin is connected to the signal (Z_MIN). But when I check the state of my endstops (M119), it only shows open. Both with the red led on or off.

I don&#039;t know enough about pull up resistors, Would that help in Marlins?  I&#039;m not sure if I already have pull ups on or off currently in the firmware.

And yes, this is a 5v inductive sensor recommended for the build.

---------------------------------------------------------------------
---------------------------------------------------------------------

// coarse Endstop Settings
// #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors

#if DISABLED(ENDSTOPPULLUPS)
  // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
  //#define ENDSTOPPULLUP_XMAX
  //#define ENDSTOPPULLUP_YMAX
  //#define ENDSTOPPULLUP_ZMAX
  //#define ENDSTOPPULLUP_XMIN
  //#define ENDSTOPPULLUP_YMIN
  //#define ENDSTOPPULLUP_ZMIN
  //#define ENDSTOPPULLUP_ZMIN_PROBE
#endif</description>
        <link>https://reprap.org/forum/read.php?406,794659,794659#msg-794659</link>
        <lastBuildDate>Sat, 13 Jun 2026 17:09:53 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794951#msg-794951</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794951#msg-794951</link>
            <description><![CDATA[ Thanks Robert,<br />
<br />
I was just reading about pull up resistors. I will give it a try.]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Fri, 03 Nov 2017 21:02:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794950#msg-794950</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794950#msg-794950</link>
            <description><![CDATA[ If you have a 4.7 - 10 k ohm resistor you could wire it between the Black and brown wires to see if an external pull will work.]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Fri, 03 Nov 2017 20:29:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794943#msg-794943</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794943#msg-794943</link>
            <description><![CDATA[ I tried wiring the + and ground to 12volt rail.<br />
<br />
The signal shows 2.85v<br />
<br />
and when the LED is triggered 0 volts.<br />
<br />
This is completely off the ramps, just to power and voltmeter.<br />
<br />
Any thoughts?<br />
<br />
My power supply reads 12.45v on the input.]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Fri, 03 Nov 2017 18:48:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794880#msg-794880</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794880#msg-794880</link>
            <description><![CDATA[ 2mm sensing is very small,this will be much less when sensing alluminium.<br />
<br />
carefull, 12volts on the signal wire will kill the processor i/p pin if you dont protect it.<br />
<br />
remove the // on this line to enable all pullups<br />
<br />
// #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors]]></description>
            <dc:creator>obewan</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Fri, 03 Nov 2017 07:52:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794845#msg-794845</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794845#msg-794845</link>
            <description><![CDATA[ I'll try 12 volts and see if I get more than 2v on the signal]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Thu, 02 Nov 2017 19:03:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794741#msg-794741</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794741#msg-794741</link>
            <description><![CDATA[ So to verify  Black wire connected to Sense, Blue Wire Connect to Ground, Brown wire is the Power.<br />
<br />
With a DVM and the sensor NO, it should be +5v on the signal pin. When triggered with metal, (LED ON) it goes to zero.]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Thu, 02 Nov 2017 07:22:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794669#msg-794669</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794669#msg-794669</link>
            <description><![CDATA[ It says:<br />
<br />
M8 2mm sensing DC 5v Inductive Proximity Sensor NPN NO LJ8A3-2-Z/BX-5V<br />
<br />
[<a href="https://www.aliexpress.com/store/product/M8-2mm-sensing-DC-three-wires-NO-LJ8A3-2-Z-BX-5V-cylinder-inductive-proximity-sensor/1162433_32568347298.html" target="_blank"  rel="nofollow">www.aliexpress.com</a>]<br />
<br />
It was the model  recommended.<br />
<br />
Thanks<br />
<br />
---------------------------<br />
<br />
UPDATE:<br />
<br />
I just used a Multimeter and with the sensor regular, it shows +2v on the signal pin. When I trigger it with  metal, (LED ON) it goes to zero.<br />
<br />
Any thoughts?<br />
<br />
(I do believe I have PULLUP resistors turned on in Marlins.]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Wed, 01 Nov 2017 18:24:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794664#msg-794664</guid>
            <title>Re: Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794664#msg-794664</link>
            <description><![CDATA[ What Proximity sensor are you using.]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Wed, 01 Nov 2017 17:43:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794659,794659#msg-794659</guid>
            <title>Inductive sensor (Z-axis) is not triggering Ramps?</title>
            <link>https://reprap.org/forum/read.php?406,794659,794659#msg-794659</link>
            <description><![CDATA[ Okay, I have an inductive sensor mounted and wired to my ramps for the z axis  (Z_MIN). If I put metal close to the sensor I see the red LED light up on the sensor, so It is getting power and working. The signal pin is connected to the signal (Z_MIN). But when I check the state of my endstops (M119), it only shows open. Both with the red led on or off.<br />
<br />
I don't know enough about pull up resistors, Would that help in Marlins?  I'm not sure if I already have pull ups on or off currently in the firmware.<br />
<br />
And yes, this is a 5v inductive sensor recommended for the build.<br />
<br />
---------------------------------------------------------------------<br />
---------------------------------------------------------------------<br />
<br />
// coarse Endstop Settings<br />
// #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors<br />
<br />
#if DISABLED(ENDSTOPPULLUPS)<br />
  // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined<br />
  //#define ENDSTOPPULLUP_XMAX<br />
  //#define ENDSTOPPULLUP_YMAX<br />
  //#define ENDSTOPPULLUP_ZMAX<br />
  //#define ENDSTOPPULLUP_XMIN<br />
  //#define ENDSTOPPULLUP_YMIN<br />
  //#define ENDSTOPPULLUP_ZMIN<br />
  //#define ENDSTOPPULLUP_ZMIN_PROBE<br />
#endif]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Wed, 01 Nov 2017 17:25:50 -0400</pubDate>
        </item>
    </channel>
</rss>
