
public class CompMaq20Device extends org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Device implements Compressor.SwitchDevice
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAN_BYPASS_VALVE
Constants.
|
static int |
NUM_COLD_SWITCHES
Constants.
|
static int |
NUM_CRYO_SWITCHES
Constants.
|
static int |
SW_BYPASS_VALVE
Constants.
|
static int |
SW_COOLANT_VALVE
Constants.
|
static int |
SW_ORIFICE_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, DISC_FUNC_FREQ, DISC_FUNC_NONE, DISC_FUNC_PULSE, DISC_FUNC_PWM, maq, modules, node, NUM_CHAN_DINP, NUM_CHAN_DIOH, NUM_CHAN_DIOL, NUM_CHAN_DOUT, NUM_CHAN_FREQ, NUM_CHAN_IVD, NUM_CHAN_IVO, NUM_CHAN_IVS, NUM_CHAN_PULSE, NUM_CHAN_PWM, NUM_CHAN_RTD, NUM_CHAN_TC, serials| Constructor and Description |
|---|
CompMaq20Device() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBypassValve()
Gets the bypass valve position.
|
Boolean |
isSwitchOn(int sw)
Gets the on state of a switch.
|
void |
setBypassValve(double posn)
Sets the bypass valve position.
|
void |
setSwitchOn(int sw,
boolean on)
Sets a switch on or off.
|
void |
setType(int type)
Sets the compressor type.
|
checkChannel, close, getModuleCount, getModuleData, initChannel, initDevice, initialize, readChanneladdLine, checkHardware, checkHwLine, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, enable, getDeviceMonitorUpdateTasks, getFullName, getGroupForChannel, getMonitorUpdateTasksForChannels, getName, getOutputLines, getPath, init, initChannel, initSensors, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelGroup, readChannelNow, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, testOnlinepublic static final int NUM_COLD_SWITCHES
public static final int SW_COOLANT_VALVE
public static final int SW_ORIFICE_VALVE
public static final int SW_BYPASS_VALVE
public static final int SW_SURGE_HEATER
public static final int NUM_CRYO_SWITCHES
public static final int CHAN_BYPASS_VALVE
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.public void setBypassValve(double posn)
throws RefrigException
posn - Requested position (0 - 1)RefrigExceptionpublic double getBypassValve()
Copyright © 2020 LSST. All rights reserved.