
public class CanOpenLatchActuatorModule extends LatchActuatorModule
currentLimitInVolt, speedVoltageInVolt, speedVoltageMaxValue, speedVoltageMinValue| Constructor and Description |
|---|
CanOpenLatchActuatorModule(double currentLimitInVolt,
double speedVoltageInVolt,
int speedVoltageMinValue,
int speedVoltageMaxValue,
String dacName,
int numOfAnalogOutputForSpeedVoltage,
int numOfAnalogOutputForCurrentLimit)
Build a new CanOpenLatchActuatorModule
|
| Modifier and Type | Method and Description |
|---|---|
String |
close()
This is the command that has to be sent to the latch actuator to close
the latch it (same as lock it).
|
void |
initModule() |
String |
open()
This is the command that has to be sent to the latch actuator to open the
latch (same as unlock it).
|
String |
powerOff()
Power off the latch actuator.
|
void |
setNumOfAnalogOutputForCurrentLimit(int numOfAnalogOutputForCurrentLimit) |
void |
setNumOfAnalogOutputForSpeedVoltage(int numOfAnalogOutputForSpeedVoltage) |
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 CanOpenLatchActuatorModule(double currentLimitInVolt,
double speedVoltageInVolt,
int speedVoltageMinValue,
int speedVoltageMaxValue,
String dacName,
int numOfAnalogOutputForSpeedVoltage,
int numOfAnalogOutputForCurrentLimit)
currentLimitInVolt - speedVoltageInVolt - speedVoltageMinValue - speedVoltageMaxValue - dacName - numOfAnalogOutputForSpeedVoltage - numOfAnalogOutputForCurrentLimit - public void setNumOfAnalogOutputForSpeedVoltage(int numOfAnalogOutputForSpeedVoltage)
public void setNumOfAnalogOutputForCurrentLimit(int numOfAnalogOutputForCurrentLimit)
public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic String open()
LatchActuatorModuleopen in class LatchActuatorModulepublic String close()
LatchActuatorModuleclose in class LatchActuatorModulepublic String powerOff()
LatchActuatorModulepowerOff in class LatchActuatorModuleCopyright © 2017 LSST. All rights reserved.