public class ASM380Device
extends org.lsst.ccs.monitor.Device
| Constructor and Description |
|---|
ASM380Device() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearFaults() |
void |
clearWarnings() |
void |
close()
Closes the connection.
|
String |
getPumpStatus() |
String |
getVentValveParms() |
String |
getVentValveStatus() |
void |
initDevice()
Performs configuration.
|
void |
initialize()
Performs full initialization.
|
void |
openVentValve(boolean open) |
void |
pulsePump(int seconds) |
void |
pulseVentValve(int seconds) |
void |
pumpOn(boolean on) |
double |
readChannel(org.lsst.ccs.monitor.Channel ch) |
double |
readInletPressure() |
int |
readTemperature() |
void |
setVentValveNominal() |
void |
setVentValveParms(int delay,
int period) |
String |
showDecodedStatus() |
String |
showFaultCodes() |
int |
showHighVacHours() |
int |
showPrimaryHours() |
String |
showStatus() |
String |
showVersion() |
String |
showWarningCodes() |
String |
writeCommand(String command) |
addLine, checkChannel, checkChannel, checkHwLine, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, dropChannel, enable, getDeviceMonitorUpdateTasks, getFullName, getGroupForChannel, getMonitorUpdateTasksForChannels, getName, getOutputLines, getPath, init, initChannel, initChannel, initChannel, initSensors, isEnabled, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelGroup, readChannelNow, setDisabled, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, start, testOnlinepublic void initDevice()
initDevice in class org.lsst.ccs.monitor.Devicepublic void initialize()
initialize in class org.lsst.ccs.monitor.Devicepublic void close()
close in class org.lsst.ccs.monitor.Devicepublic double readChannel(org.lsst.ccs.monitor.Channel ch)
readChannel in class org.lsst.ccs.monitor.Device@Command(description="Show the version string") public String showVersion() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the instrument status") public String showStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the decoded instrument status") public String showDecodedStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read the inlet pressure")
public double readInletPressure()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read the temperature")
public int readTemperature()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the primary pump operating hours")
public int showPrimaryHours()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the high vacuum pump operating hours")
public int showHighVacHours()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the stored warning codes") public String showWarningCodes() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the stored fault codes") public String showFaultCodes() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Clear the stored warning codes")
public void clearWarnings()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Clear the stored fault codes")
public void clearFaults()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set pump on (true) or off (false)")
public void pumpOn(boolean on)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="get the pumping status") public String getPumpStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="execute open vent sequence")
public void openVentValve(boolean open)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="get the venting status") public String getVentValveStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="get the venting valve actuation parameters") public String getVentValveParms() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="setup venting sequence")
public void setVentValveParms(@Argument(description="delay before actuation (0->2 secs)")
int delay,
@Argument(description="time (secs) in open state")
int period)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="execute pulse vent sequence")
public void pulseVentValve(@Argument(description="time (secs) in open state")
int seconds)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="execute pulse cycling/pumping")
public void pulsePump(@Argument(description="time (secs) in pumping state")
int seconds)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set venting sequence nominal")
public void setVentValveNominal()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2023 LSST. All rights reserved.