public class ASM380Device
extends org.lsst.ccs.monitor.Device
| Modifier and Type | Field and Description |
|---|---|
static int |
PUMP_PUMPING |
static int |
PUMP_STOPPED |
static int |
VENT_CLOSED |
static int |
VENT_VENTING |
| Constructor and Description |
|---|
ASM380Device() |
addLine, checkChannel, checkChannel, checkHwLine, checkLine, 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 static final int PUMP_STOPPED
public static final int PUMP_PUMPING
public static final int VENT_CLOSED
public static final int VENT_VENTING
public 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="Return the reference pressure")
public double getReferencePressure()
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 target pressure src") public String getTargetPressureSrc()
@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="get the pumping switch state") public boolean getPumpSwitchState()
@Command(description="get the pumping switch state update time") public org.lsst.ccs.utilities.taitime.CCSTimeStamp getPumpSwitchStateTime()
@Command(description="get the pumping switch state") public boolean getVentSwitchState()
@Command(description="get the pumping switch state update time") public org.lsst.ccs.utilities.taitime.CCSTimeStamp getVentSwitchStateTime()
@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 the maximum inlet pressure to vent to")
public void setMaxVentPressure(double value)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(type=QUERY,
description="get the maximum inlet pressure to vent to")
public double getMaxVentPressure()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set the minimum inlet pressure to pump down to")
public void setMinPumpPressure(double value)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(type=QUERY,
description="get the maximum inlet pressure to vent to")
public double getMinPumpPressure()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="enable/disable pump cart audible alarm")
public void enableAudibleAlarm(boolean enable)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="enable/disable pump cart triode filament")
public void enableFilament(boolean enable)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="reset pump cart triode safety")
public void resetTriodeSafety()
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.DriverException@Command(description="Write a command") public String writeCommand(@Argument(description="The commmand to send") String command) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set abort flag")
public void abort()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set abort venting flag and close vent valve")
public void abortVent()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="set abort pumping flag and stop pumping")
public void abortPump()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="show abort flag")
public boolean showAbort()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="show venting abort flag")
public boolean showVentAbortState()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="show pumping abort flag")
public boolean showPumpAbortState()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="clear abort flag")
public void clearAbort()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic DeviceState getDeviceState()
public void updateVacSysState(VacSysState vs)
Copyright © 2023 LSST. All rights reserved.