public class IonPumpDevice
extends org.lsst.ccs.monitor.Device
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAN_CIP2
Constants.
|
static int |
CHAN_HIP1
Constants.
|
static int |
CHAN_HIP2
Constants.
|
static int |
CHAN_OIP
Constants.
|
| Constructor and Description |
|---|
IonPumpDevice() |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
checkChannel(org.lsst.ccs.monitor.Channel ch) |
protected void |
close()
Closes the connection.
|
List<String> |
getChannelNames()
Gets the list of defined channel names.
|
List<Integer> |
getChannelNumbers()
Gets the list of defined channel numbers.
|
protected void |
initDevice()
Performs configuration.
|
protected void |
initialize()
Performs full initialization.
|
protected Boolean |
isChannelOn(int chan)
Gets the on state of a channel.
|
protected double |
readChannel(org.lsst.ccs.monitor.Channel ch) |
protected void |
setChannelOn(int chan,
boolean on)
Turns a channel on or off
|
addLine, checkChannel, checkHwLine, checkLine, checkOnline, 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 CHAN_HIP1
public static final int CHAN_HIP2
public static final int CHAN_OIP
public static final int CHAN_CIP2
protected void initDevice()
initDevice in class org.lsst.ccs.monitor.Deviceprotected void initialize()
initialize in class org.lsst.ccs.monitor.Deviceprotected void close()
close in class org.lsst.ccs.monitor.Deviceprotected int[] checkChannel(org.lsst.ccs.monitor.Channel ch)
throws Exception
checkChannel in class org.lsst.ccs.monitor.DeviceExceptionprotected double readChannel(org.lsst.ccs.monitor.Channel ch)
readChannel in class org.lsst.ccs.monitor.Deviceprotected void setChannelOn(int chan,
boolean on)
chan - The hardware channel numberon - Whether to set on or offprotected Boolean isChannelOn(int chan)
chan - The hardware channel numberpublic List<String> getChannelNames()
Copyright © 2022 LSST. All rights reserved.