
public class SimuLatchActuatorModule extends LatchActuatorModule
currentLimitInVolt, speedVoltageInVolt, speedVoltageMaxValue, speedVoltageMinValue| Constructor and Description |
|---|
SimuLatchActuatorModule(double currentLimitInVolt,
double speedVoltageInVolt,
int speedVoltageMinValue,
int speedVoltageMaxValue,
String filterSensorsDIOName)
Build a new SimuLatchActuatorModule
|
| Modifier and Type | Method and Description |
|---|---|
String |
close()
For the simulated latch actuator, the command close has just to update
the values of the lock and unlock simulated sensors.
|
void |
initModule() |
String |
open()
For the simulated Latch Actuator the command open has to update the value
of the lock and unlock sensors on the same side of the filter (Xminus or
Xplus).
|
String |
powerOff()
Power off the latch actuator.
|
getCurrentLimitInVolt, getSpeedVoltageInVolt, getSpeedVoltageMaxValue, getSpeedVoltageMinValue, setCurrentLimitInVolt, setSpeedVoltageInVolt, setSpeedVoltageMaxValue, setSpeedVoltageMinValuegetNObserverThreads, getObservables, getTickMillis, init, listens, processUpdate, setNObserverThreads, setObservables, setTickMillis, shutdownNow, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, dropSubmittedChanges, getChildren, getComponentByName, getEnvironment, getParent, getParentObject, getSubmittedChanges, isParameterConfigurable, printConfigurableParameters, setBulkParameter, submitChange, submitChanges, validateBulkChangesetParameterBulkpostInit, postShutdown, postStart, startpublic SimuLatchActuatorModule(double currentLimitInVolt,
double speedVoltageInVolt,
int speedVoltageMinValue,
int speedVoltageMaxValue,
String filterSensorsDIOName)
currentLimitInVolt - speedVoltageInVolt - speedVoltageMinValue - speedVoltageMaxValue - filterSensorsDIOName - public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic String open()
open in class LatchActuatorModuleFailedCommandExceptionpublic String close()
close in class LatchActuatorModuleFailedCommandExceptionpublic String powerOff()
LatchActuatorModulepowerOff in class LatchActuatorModuleCopyright © 2017 LSST. All rights reserved.