public class CompMaq20Device extends org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Device implements Compressor.SwitchDevice
org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Device.Maq20Control, org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Device.ModuleData, org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Device.ModuleDef| Modifier and Type | Field and Description |
|---|---|
static int |
CHAN_COOLANT_VALVE
Constants.
|
static int |
CHAN_EEPR_VALVE
Constants.
|
static int |
CHAN_HGB_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_OIL_SEP_HEATER
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 |
getValvePosition(int chan)
Gets a valve position.
|
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.
|
void |
setValvePosition(int chan,
double posn)
Sets a valve position.
|
checkChannel, close, furtherInitialization, getMaq20, getModuleCount, getModuleData, initChannel, initDevice, initialize, readChannel, setOnlineaddLine, checkChannel, checkHwLine, checkLine, checkTimeout, configure, disable, dropChannel, dropChannel, enable, getDeviceMonitorUpdateTasks, getFullName, getGroupForChannel, getMonitorUpdateTasksForChannels, getName, getOutputLines, getPath, init, initChannel, initChannel, initSensors, isEnabled, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelGroup, readChannelNow, setDisabled, setHwLine, setLine, setLineWarm, setOutputLines, start, testOnlinepublic static final int SW_OIL_SEP_HEATER
public 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_HGB_VALVE
public static final int CHAN_EEPR_VALVE
public static final int CHAN_COOLANT_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 setValvePosition(int chan,
double posn)
throws RefrigException
chan - The valve channel numberposn - Requested position (0 - 1)RefrigExceptionpublic double getValvePosition(int chan)
chan - The valve channel numberCopyright © 2024 LSST. All rights reserved.