|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.lsst.ccs.framework.Module
org.lsst.ccs.subsystems.fcs.LatchActuatorModule
public abstract class LatchActuatorModule
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module |
|---|
org.lsst.ccs.framework.Module.ValueUpdate |
| Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable |
|---|
org.lsst.ccs.framework.Configurable.Environment |
| Field Summary | |
|---|---|
int |
speedVoltageMaxValue
|
int |
speedVoltageMinValue
|
| Fields inherited from class org.lsst.ccs.framework.Module |
|---|
environment, log, name, nObserverThreads, registry, tickMillis |
| Constructor Summary | |
|---|---|
LatchActuatorModule()
|
|
| Method Summary | |
|---|---|
abstract String |
close()
This is the command that has to be sent to the latch actuator to close the latch it (same as lock it). |
double |
getCurrentLimitInVolt()
|
int |
getSpeedVoltageInVolt()
|
int |
getSpeedVoltageMaxValue()
|
int |
getSpeedVoltageMinValue()
|
abstract String |
open()
This is the command that has to be sent to the latch actuator to open the latch (same as unlock it). |
abstract String |
powerOff()
Power off the latch actuator. |
void |
setCurrentLimitInVolt(double currentLimitInVolt)
|
void |
setSpeedVoltageInVolt(int speedVoltageInVolt)
|
void |
setSpeedVoltageMaxValue(int speedVoltageMaxValue)
|
void |
setSpeedVoltageMinValue(int speedVoltageMinValue)
|
| Methods inherited from class org.lsst.ccs.framework.Module |
|---|
change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, register, register, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, tick, update |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int speedVoltageMinValue
public int speedVoltageMaxValue
| Constructor Detail |
|---|
public LatchActuatorModule()
| Method Detail |
|---|
public double getCurrentLimitInVolt()
public void setCurrentLimitInVolt(double currentLimitInVolt)
public int getSpeedVoltageInVolt()
public void setSpeedVoltageInVolt(int speedVoltageInVolt)
public int getSpeedVoltageMaxValue()
public void setSpeedVoltageMaxValue(int speedVoltageMaxValue)
public int getSpeedVoltageMinValue()
public void setSpeedVoltageMinValue(int speedVoltageMinValue)
public abstract String open()
throws org.lsst.ccs.bus.BadCommandException,
org.lsst.ccs.bus.ErrorInCommandExecutionException,
HardwareError
org.lsst.ccs.bus.BadCommandException
org.lsst.ccs.bus.ErrorInCommandExecutionException
HardwareError
public abstract String close()
throws org.lsst.ccs.bus.BadCommandException,
org.lsst.ccs.bus.ErrorInCommandExecutionException,
HardwareError
org.lsst.ccs.bus.BadCommandException
org.lsst.ccs.bus.ErrorInCommandExecutionException
HardwareError
public abstract String powerOff()
throws org.lsst.ccs.bus.BadCommandException,
org.lsst.ccs.bus.ErrorInCommandExecutionException,
HardwareError
org.lsst.ccs.bus.BadCommandException
org.lsst.ccs.bus.ErrorInCommandExecutionException
HardwareError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||