public class CanOpenLatchActuatorModule extends LatchActuatorModule
currentLimitInVolt, name, speedVoltageInVolt, speedVoltageMaxValue, speedVoltageMinValue| Constructor and Description |
|---|
CanOpenLatchActuatorModule(CanOpenDAC dac,
double currentLimitInVolt,
double speedVoltageInVolt,
int speedVoltageMinValue,
int speedVoltageMaxValue,
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).
|
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, setSpeedVoltageMinValuepublic CanOpenLatchActuatorModule(CanOpenDAC dac, double currentLimitInVolt, double speedVoltageInVolt, int speedVoltageMinValue, int speedVoltageMaxValue, int numOfAnalogOutputForSpeedVoltage, int numOfAnalogOutputForCurrentLimit)
currentLimitInVolt - speedVoltageInVolt - speedVoltageMinValue - speedVoltageMaxValue - dac - numOfAnalogOutputForSpeedVoltage - numOfAnalogOutputForCurrentLimit - public void setNumOfAnalogOutputForSpeedVoltage(int numOfAnalogOutputForSpeedVoltage)
public void setNumOfAnalogOutputForCurrentLimit(int numOfAnalogOutputForCurrentLimit)
public String open()
LatchActuatorModuleopen in class LatchActuatorModulepublic String close()
LatchActuatorModuleclose in class LatchActuatorModulepublic String powerOff()
LatchActuatorModulepowerOff in class LatchActuatorModuleCopyright © 2017 LSST. All rights reserved.