Relay Solenoid vs. Double Solenoid? Double Solenoid Wired to Relay in DSC.

What is the difference between a relay solenoid and a double solenoid? Can regular double solenoids be wired to the relay in the digital sidecar if it is programmed this way, such as what is here where it says “Relay Solenoid Example” here?

http://team358.org/files/programming/ControlSystem2009-/LabVIEW/

A relay, like a spike, is very different from a single- or double-acting solenoid.

If you’re interested in the difference between single-acting and double-acting solenoids it’s pretty simple: a double-acting solenoid is stable in whatever state it is in, whereas a single-acting solenoid always reverts to one particular state unless it is energized.

So what is meant here where they have “Relay Solenoid Example”?

http://team358.org/files/programming/ControlSystem2009-/LabVIEW/

I’m no lab-view expert, but it looks like they’re driving a solenoid with a relay (Spike) instead of the solenoid break-out-board. This was the only option before solenoid break-out-boards existed, and useful for driving multiple valves at the same time in the same direction.

12v solenoids can be run via Spikes (Relays in code) in place of using the Solenoid Module.
Only 12v solenoids can work this way.

Wiring goes like this for Single Solenoids:

Wiring like this for Double Solenoids (each solenoid block just represents one side of the Double Solenoid):

Oh okay, so just to clarify, there is no way to do this with 24v solenoids?

Spikes will most likely fry if you try to run them off of 24v. You need to use the Solenoid breakout board.

Speaking from personal experience, a Spike will blow up if powered with much more than 14V.

Oh okay thanks, it’s just that we are experiencing problems with our Solenoid Module/Solenoid Breakout/Code/cRIO (we don’t know what exactly the problem is) and are looking for any other way to power our solenoids.

There are some specifics about 24V solenoids in the 2014 manual, blue box on [R42] states a power limit for the solenoid breakout board, you should ensure that your solenoids aren’t over-powering it.

The solenoids that we are using are the same solenoids that we used last year with no problem, with the same cRIO, Solenoid Module and Solenoid Breakout.

Are you regulating your pressure properly? This year our solenoid did not work at all because we had our regulator set to over 100 psi versus the max of 60 psi.

Our solenoids are not even being recognized by the cRIO/Module. None of the lights on the module are lit even before the compressor is turned on.

Unplug the ribbon cable from the sidecar, and see if all three power lights on the sidecar are lit up.

Which slot is your NI 9742 module installed in?

To help rule out hardware problems with the cRIO or the module, run one of the examples (e.g. Solenoid with Compressor). If the green LED on the module still doesn’t light when you turn on the solenoid output, I suggest that you should talk to NI about getting a replacement.

That’s good advice for problems controlling a Spike relay, but the Digital Sidecar is not involved at all in the problem being described here.

Which slot is your NI 9742 module installed in?

To help rule out hardware problems with the cRIO or the module, run one of the examples (e.g. Solenoid with Compressor). If the green LED on the module still doesn’t light when you turn on the solenoid output, I suggest that you should talk to NI about getting a replacement.

Thanks, we will try this on Monday.

Totally missed the 24v solenoid part… Thanks.