
public class CompMaq20Device extends org.lsst.ccs.subsystem.common.devices.Maq20Device implements Compressor.SwitchDevice
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_COLD_SWITCHES
Constants.
|
static int |
NUM_CRYO_SWITCHES
Constants.
|
static int |
SW_COOLANT_VALVE
Constants.
|
static int |
SW_EVAC_VALVE
Constants.
|
static int |
SW_NORMAL_OP_VALVE
Constants.
|
static int |
SW_SURGE_HEATER
Constants.
|
CHAN_FREQUENCY, CHAN_PULSE_COUNT, CHAN_PULSE_RPM, CHAN_PWM_LOW1, CHAN_PWM_LOW2, CHAN_PWM_PERIOD, controlMap, maq, modules, node, NUM_CHAN_DIOH, NUM_CHAN_DIOL, NUM_CHAN_FREQ, NUM_CHAN_IVD, NUM_CHAN_IVO, NUM_CHAN_IVS, NUM_CHAN_PULSE, NUM_CHAN_PWM, NUM_CHAN_RTD, NUM_CHAN_TC| Constructor and Description |
|---|
CompMaq20Device() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSwitchOn(int sw)
Gets the on state of a switch.
|
void |
setSwitchOn(int sw,
boolean on)
Sets a switch on or off.
|
void |
setType(int type)
Sets the compressor type.
|
checkChannel, close, initChannel, initDevice, initialize, readChanneladdChannel, addLine, checkHardware, checkHwLine, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, enable, getFullName, getName, getOutputLines, init, initChannel, initSensors, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelNow, readSensors, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, testOnlineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final int NUM_COLD_SWITCHES
public static final int SW_COOLANT_VALVE
public static final int SW_NORMAL_OP_VALVE
public static final int SW_EVAC_VALVE
public static final int SW_SURGE_HEATER
public static final int NUM_CRYO_SWITCHES
public void setType(int type)
type - The type (cold or cryo)public void setSwitchOn(int sw,
boolean on)
throws RefrigException
setSwitchOn in interface Compressor.SwitchDevicesw - The switch number.on - The on state to set: true or falseRefrigExceptionpublic Boolean isSwitchOn(int sw)
isSwitchOn in interface Compressor.SwitchDevicesw - The switch number.Copyright © 2019 LSST. All rights reserved.