public class DL34970Device
extends org.lsst.ccs.monitor.Device
| Constructor and Description |
|---|
DL34970Device() |
DL34970Device(String connType,
String devcId,
int baudRate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
checkChannel(org.lsst.ccs.monitor.Channel ch)
Checks a channel's parameters for validity.
|
protected void |
close()
Closes the connection.
|
protected String |
getGroupForChannel(org.lsst.ccs.monitor.Channel ch)
Gets the group for a channel.
|
protected void |
initChannel(org.lsst.ccs.monitor.Channel ch)
Initializes a channel.
|
protected void |
initDevice()
Performs configuration.
|
protected void |
initialize()
Performs full initialization.
|
protected double |
readChannel(org.lsst.ccs.monitor.Channel ch)
Reads a channel.
|
protected void |
readChannelGroup(String group)
Reads Channels for the provided group.
|
addLine, checkChannel, checkHwLine, checkLine, checkTimeout, configure, disable, dropChannel, dropChannel, enable, getDeviceMonitorUpdateTasks, getFullName, getMonitorUpdateTasksForChannels, getName, getOutputLines, getPath, init, initChannel, initChannel, initSensors, isEnabled, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelNow, setDisabled, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, start, testOnlinepublic DL34970Device(String connType, String devcId, int baudRate)
connType - The device type (serial)devcId - The device parameter (device name)baudRate - The baud rate (0 for default)public DL34970Device()
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.Devicech - The Channel to checkException - if any errors found in the parameters.protected void initChannel(org.lsst.ccs.monitor.Channel ch)
initChannel in class org.lsst.ccs.monitor.Devicech - The Channel to initializeprotected String getGroupForChannel(org.lsst.ccs.monitor.Channel ch)
getGroupForChannel in class org.lsst.ccs.monitor.Devicech - The channelprotected void readChannelGroup(String group)
readChannelGroup in class org.lsst.ccs.monitor.Devicegroup - The group to read.protected double readChannel(org.lsst.ccs.monitor.Channel ch)
readChannel in class org.lsst.ccs.monitor.Devicech - The Channel to read.Copyright © 2023 LSST. All rights reserved.