|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.SensorBase
edu.wpi.first.wpilibj.SolenoidBase
edu.wpi.first.wpilibj.Solenoid
public class Solenoid
Solenoid class for running high voltage Digital Output (9472 module). The Solenoid class is typically used for pneumatics solenoids, but could be used for any device within the current spec of the 9472 module.
Field Summary |
---|
Fields inherited from class edu.wpi.first.wpilibj.SolenoidBase |
---|
m_allocated, m_moduleNumber |
Fields inherited from class edu.wpi.first.wpilibj.SensorBase |
---|
kAnalogChannels, kAnalogModules, kDigitalChannels, kPwmChannels, kRelayChannels, kSolenoidChannels, kSolenoidModules, kSystemClockTicksPerMicrosecond, n_simProperties |
Constructor Summary | |
---|---|
Solenoid(int channel)
Constructor. |
|
Solenoid(int moduleNumber,
int channel)
Constructor. |
Method Summary | |
---|---|
void |
free()
Destructor. |
boolean |
get()
Read the current value of the solenoid. |
void |
set(boolean on)
Set the value of a solenoid. |
Methods inherited from class edu.wpi.first.wpilibj.SolenoidBase |
---|
getAll, getAllFromDefaultModule, getAllFromModule, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Solenoid(int channel)
channel
- The channel on the module to control.public Solenoid(int moduleNumber, int channel)
moduleNumber
- The module number of the solenoid module to use.channel
- The channel on the module to control.Method Detail |
---|
public void free()
free
in class SolenoidBase
public void set(boolean on)
on
- Turn the solenoid output off or on.public boolean get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |