
public class PurgeMaq20Device
extends org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Device
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_SIM_HEATER |
static int |
CHAN_UT_VALVE |
static int |
CHAN_VPC_VALVE |
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 |
|---|
PurgeMaq20Device() |
| Modifier and Type | Method and Description |
|---|---|
void |
initDevice()
Basic initialization.
|
protected double |
readChannel(int hwChan,
int type)
Reads a channel.
|
void |
setSimHeater(double duty)
Sets the simulator heater duty cycle (voltage fraction).
|
void |
setUtValve(double posn)
Sets the UT valve position.
|
void |
setValve(int chan,
double posn)
Sets a valve position.
|
void |
setVpcValve(double posn)
Sets the VPC valve position.
|
checkChannel, close, getModuleCount, getModuleData, initChannel, initializeaddLine, 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 CHAN_UT_VALVE
public static final int CHAN_VPC_VALVE
public static final int CHAN_SIM_HEATER
public void initDevice()
initDevice in class org.lsst.ccs.subsystem.common.devices.dataforth.Maq20Deviceprotected double readChannel(int hwChan,
int type)
readChannel in class org.lsst.ccs.subsystem.common.devices.dataforth.Maq20DevicehwChan - The hardware channel number.type - The encoded channel type returned by checkChannel.public void setVpcValve(double posn)
throws UtilityException
posn - Requested position (0 - 1)UtilityExceptionpublic void setUtValve(double posn)
throws UtilityException
posn - Requested position (0 - 1)UtilityExceptionpublic void setValve(int chan,
double posn)
throws UtilityException
chan - The channel numberposn - Requested position (0 - 1)UtilityExceptionpublic void setSimHeater(double duty)
throws UtilityException
duty - Requested duty cycle (0 - 1)UtilityException - *Copyright © 2021 LSST. All rights reserved.