public class TestASM380
extends org.lsst.ccs.drivers.ascii.TestAscii
| Constructor and Description |
|---|
TestASM380() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearFaults() |
void |
clearWarnings() |
void |
enableAlarm(boolean enable) |
String |
getPumpStatus() |
String |
getVentValveParms() |
String |
getVentValveStatus() |
void |
openVentValve(boolean open) |
void |
pumpOn(boolean on) |
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) |
close, makeCommandString, open, open, openNet, openNet, openSerial, openSerial, openSerial, read, read, setCommandTerm, setConnTimeout, setDefaultBaud, setDefaultPort, setOptions, setResponseTerm, setTerminator, setTimeout, showConnTimeout, showTimeout, write@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="enable the alarm (true) or not (false)")
public void enableAlarm(boolean enable)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="execute open valve sequence")
public void openVentValve(boolean open)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="get the vent valve status") public String getVentValveStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="get the vent valve actuation parameters") public String getVentValveParms() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set valve opening sequence parameters")
public void setVentValveParms(@Argument(description="delay before actuation (0->2 secs)")
int delay,
@Argument(description="time (mmss) in actuated state")
int period)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set valve opening sequence nominal")
public void setVentValveNominal()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2023 LSST. All rights reserved.