public class MpmPlutoDevice
extends org.lsst.ccs.subsystem.common.devices.pluto.PlutoDevice
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_SWITCHES
Constants.
|
static int |
SW_BLOCK_COLD_REFG
Constants.
|
static int |
SW_BLOCK_CRYO_REFG
Constants.
|
| Constructor and Description |
|---|
MpmPlutoDevice()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSwitchOn(int sw)
Gets the on state of a switch.
|
void |
setSwitch(int sw,
boolean on)
Sets a switch on or off.
|
checkChannel, checkHwLine, close, initDevice, initialize, isHwLineSet, isPLCActive, readAddBit, readAddInt, readAddWord, readBit, readChannel, readChannelGroup, setHwLine, toggleBit, writeBit, writeRegisteraddLine, checkHardware, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, enable, getDeviceMonitorUpdateTasks, getFullName, getGroupForChannel, getMonitorUpdateTasksForChannels, getName, getOutputLines, getPath, init, initChannel, initChannel, initSensors, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelNow, setDisabled, setLine, setLineWarm, setOnline, setOutputLines, testOnlinepublic static final int SW_BLOCK_COLD_REFG
public static final int SW_BLOCK_CRYO_REFG
public static final int NUM_SWITCHES
public void setSwitch(int sw,
boolean on)
sw - The switch number.on - The on state to set: true or falsepublic Boolean isSwitchOn(int sw)
sw - The switch number.Copyright © 2021 LSST. All rights reserved.