From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

FIRST Robotics Competition Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Solenoids?

Can someone explain to me the different types of solenoids and how they work?

I saw this on a website, and didn't know which one(s) to use. What is the difference between single, double, and relay solenoids?

  • Single Solenoid Example (2010)
    WPI Robotics Library->Actuators->Solenoid
    WPI Robotics Library->DriverStation->Joystick
    LabVIEW Single Solenoid Example

  • Double Solenoid Example (2011)
    WPI Robotics Library->Actuators->Solenoid
    Programming->Boolean
    WPI Robotics Library->DriverStation->Joystick
    LabVIEW 2011 Double Solenoid Example
  • Double Solenoid Example (2010) - alternative implementation
    WPI Robotics Library->Actuators->Solenoid
    Programming->Boolean
    WPI Robotics Library->DriverStation->Joystick
    LabVIEW Double Solenoid Example
  • Relay Solenoid Example (2011) - for double solenoid, 2 reds wired to M+/M-, 2 blacks wired to ground
    WPI Robotics Library->Actuators->Relay
    Programming->Boolean
    Programming->Structures
    LabVIEW Relay Solenoid Example
0 Kudos
Message 1 of 2
(5,824 Views)

Single and double solenoids refer to the physical characteristics of the solenoid. A Single solenoid has 1 control signal, and a default state when the control signal is not applied. A Double solenoid has 2 control signals, and the solenoid will retain the previous state when a control signal is not applied. The data sheet for your particular solenoid will tell you whether it is a single or double soleniod.

Whether you use the Solenoid VIs or the Relay VIs depends on how you wire the solenoid. If you wire it to the Solenoid breakout, you use the Solenoid VIs (either single or double as appropriate). If it uses a 12v activation signal, you have the option of using a single Spike relay to control it. If you do that, you would use the Relay VIs.

0 Kudos
Message 2 of 2
(4,095 Views)