public class CanOpenLatchActuator extends LatchActuator
currentLimitInVolt, name, s, speedVoltageInVolt, speedVoltageMaxValue, speedVoltageMinValue| Constructor and Description |
|---|
CanOpenLatchActuator(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 CanOpenLatchActuator(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()
LatchActuatoropen in class LatchActuatorpublic String close()
LatchActuatorclose in class LatchActuatorpublic String powerOff()
LatchActuatorpowerOff in class LatchActuatorCopyright © 2017 LSST. All rights reserved.