87 is connected to positive motor. 87A is disconnected.That shouldn't happen.
Are contacts 87 and 87A connected to anything?
Do you have another relay to test?
Sensor completely disconnected now I am getting only one clickOK.
Try this, leave the motor and the relay connected as described but connect pin 85 to the negative supply. Leave the black wire from the sensor not connected.
Problem may be in the sensor.
Relay only I am only getting one clickTry relay only, no motor connected or sensor
You were right. It was the contacts. Im thinking there was a gap somewhere on the contact and there wasn't a solid connection.Then the relay coil is OK, but the contacts may not be.
Try the other relay with the complete setup.
Can you post just a clear HD photo of the wiring and setup?
How would I set up an auto-reverse for 1-3 seconds if the motor were to stall/jam?I think this is what you're asking. Add D1 for sensor protection.
View attachment 314814
Thats a much more complex problem and not one you're going to solve with a simple relay. Basically it needs something to monitor motor current to determine stall, another relay to change the direction and something to time 3s.. You might find something off the shelf though I doubt it.How would I set up an auto-reverse for 1-3 seconds if the motor were to stall/jam?

For starters,since I just saw this post, a link to a catalog page is not a data sheet. NOR in most cases does it provide adequate information.
Thank you for this! This is very well thought up and may be a bit out of my league at the momentHere's one way to do it - its not the only way, and its not how I'd do it but I'm showing it to explain whats happening... explanation below...
View attachment 326250
You will recognise the sensor (X1), relay RLY1, and diode D1 as in your existing setup. I show your 12v supply as a battery V1. The clever stuff starts with the seond relay, RLY2. Unlike your existing relay this has 2 sets of changeover contacts and is shown, as usual, in the OFF state. If you look carefully you'll see the lower common contact is connected to the battery -ve and the upper common contact to your motor feed from the original relay. You will see RLY2 is wired to swap the motor + and - connections over when it is turned on. This is how the motor is reversed, when RLY2 is OFF the motor runs forward, when its ON the motor runs backwards, but in both cases it only runs when RLY1 is ON. To turn RLY2 on an NPN transistor Q1 is used, just like inside your sensor, with diode D2 to protect it. Diode D3 will allow Q1 to turn RLY1 on as well. This ensures the motor supply remains uninterrupted while running in reverse. The next thing to notice is the low-value resistor in the -ve feed to the motor, but only in the forward direction. The value of this resistor, 0.1ohm, means that for each amp flowing in the motor 0.1v is generated across R1. U1 is an amplifier with a gain of 20, so for each amp taken by the motor its output will increase by 2v, and 5 Amps will give approximately 10v. VR1 is a potentiometer; this allows a sample from 0 to 100% of the output of U1 and allows us to chose the current that triggers the reversing action. U2 is set up as a comparator. When U2's -input goes above its +input its output will rapidly fall from around 10v to 0v. Since U2+input is fixed at 3v by the voltage reference diode D4 we can choose a stall current from around 1.5A to approx 5.5A. The low going output from U2 triggers the NE555 timer IC. This is configured as a monostable - a single input pulse triggers an output pulse whose duration is set by R6 and C1. The output goes high, turning on Q1 and subsequently RLY1 and RLY2, driving the motor in reverse for the desird duration.
How would I do it? Two relays as before, but a single 8-pin microcontroller monitoring the voltage on R1 and triggering Q1, everything else done in software! But that's another story....
Sensor #1 is the override.What if I wanted to do something as simple as install an additional sensor, and when triggered, tell the DC motor to stop even if the sensor already displayed in the diagram is being triggered? Almost like an override kind of thing? And possibly even a buzzer letting the user know that the sensor stopping the DC motor is being triggered?

Appreciated, and yes it was, yet its not that complex once you have some understanding. I did it to show its not that hard to find a solution, when broken down into standard building blocks.Thank you for this! This is very well thought up and may be a bit out of my league at the moment![]()
Do you think it would be easier to use 6 NC proximity sensors and run those to a relay? So that all the sensors will constantly send a signal to the relay until they start to switch off one by one. Once the last one is triggered then they will all be in the open position and the motor will stop? Would that work?In a parallel format like this should accomplish the goal.
If all 6 sensors are detecting the ball bearings then the relay is in the OFF mode, Motor not running.
View attachment 341735