
public class IonPumpDevice
extends org.lsst.ccs.monitor.Device
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAN_CIP1
Constants.
|
static int |
CHAN_CIP2
Constants.
|
static int |
CHAN_CIP3
Constants.
|
static int |
CHAN_CIP4
Constants.
|
static int |
CHAN_CIP5
Constants.
|
static int |
CHAN_CIP6
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(String name,
int hwChan,
String type,
String subtype)
Checks a monitoring channel's parameters for validity.
|
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(int hwChan,
int type)
Reads a monitoring channel.
|
protected void |
setChannelOn(int chan,
boolean on)
Turns a channel on or off
|
addChannel, addLine, checkHardware, checkHwLine, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, enable, getFullName, getName, getOutputLines, init, initChannel, 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 CHAN_HIP1
public static final int CHAN_HIP2
public static final int CHAN_OIP
public static final int CHAN_CIP1
public static final int CHAN_CIP2
public static final int CHAN_CIP3
public static final int CHAN_CIP4
public static final int CHAN_CIP5
public static final int CHAN_CIP6
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(String name, int hwChan, String type, String subtype) throws Exception
checkChannel in class org.lsst.ccs.monitor.Devicename - The channel namehwChan - The hardware channeltype - The channel type stringsubtype - The channel subtype stringException - If parameters are invalidprotected double readChannel(int hwChan,
int type)
readChannel in class org.lsst.ccs.monitor.DevicehwChan - The hardware channel numbertype - The encoded channel typeprotected 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 © 2019 LSST. All rights reserved.