public class PduHV extends PduCommon
Srp.BoardType| Modifier and Type | Field and Description |
|---|---|
static int |
CHAN_BODY_PURGE
Constants and data.
|
static int |
CHAN_CMS600
Constants and data.
|
static int |
CHAN_CRYO_TURBO
Constants and data.
|
static int |
CHAN_CRYOSTAT
Constants and data.
|
static int |
CHAN_FES
Constants and data.
|
static int |
CHAN_FES1
Constants and data.
|
static int |
CHAN_FES2
Constants and data.
|
static int |
CHAN_GAUGES
Constants and data.
|
static int |
CHAN_HEX
Constants and data.
|
static int |
CHAN_HEX_TURBO
Constants and data.
|
static int |
CHAN_ION_PUMPS
Constants and data.
|
static int |
CHAN_NETWORK0
Constants and data.
|
static int |
CHAN_NETWORK1
Constants and data.
|
static int |
CHAN_NETWORK2
Constants and data.
|
static int |
CHAN_PURGE_FAN
Constants and data.
|
static int |
CHAN_SHUTTER_C
Constants and data.
|
static int |
CHAN_SHUTTER_D
Constants and data.
|
static int |
CHAN_SHUTTER1
Constants and data.
|
static int |
CHAN_SHUTTER2
Constants and data.
|
static int |
MAIN_MODEL_12 |
static int |
MAIN_MODEL_28 |
static int |
MAIN_MODEL_48 |
static int |
MAIN_MODEL_UNKNOWN |
static int |
MAIN_STATUS_DSAB |
static int |
MAIN_STATUS_IBAD |
static int |
MAIN_STATUS_IOGB |
static int |
MAIN_STATUS_MASK |
static int |
MAIN_STATUS_OFF |
static int |
MAIN_STATUS_OTP |
static int |
MAIN_STATUS_OTW |
static int |
MAIN_STATUS_VBAD |
ADC_AD_IN_BASE, ADC_ALERT, ADC_CONTROL, ADC_CURR_MEAS, ADC_FAULT, ADC_FAULT_COR, ADC_INCREMENT, ADC_MAX_MEAS, ADC_MAX_THRESH, ADC_MIN_MEAS, ADC_MIN_THRESH, ADC_POWER_BASE, ADC_SENSE_BASE, ADC_STATUS, ADC_V_IN_BASE, CURR_SCALE, REG_ADC_BASE, REG_ALERTS, REG_DEVICE_BASE, REG_LINK_FAULT, REG_MAIN_STATUS, REG_MAIN_SWITCH, REG_SWITCHES, VOLT_SCALEDEFAULT_PORT| Constructor and Description |
|---|
PduHV()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMainFwVersion()
Gets the main PS firmware version.
|
String |
getMainManuDate()
Gets the main PS manufacturing date.
|
String |
getMainManuLocn()
Gets the main PS manufacturing location.
|
int |
getMainModel()
Gets the main PS model.
|
String |
getMainPartNo()
Gets the main PS part number.
|
String |
getMainPrVersion()
Gets the main PS product version.
|
String |
getMainSerialNo()
Gets the main PS serial number.
|
void |
open(String host,
int port)
Opens a connection to a board.
|
double |
readMainCurrent()
Reads the main PS current.
|
int |
readMainStatus()
Reads the main PS status.
|
double |
readMainTemperature()
Reads the main PS baseplate temperature.
|
double |
readMainVoltage()
Reads the main PS voltage.
|
getAlertStatus, getChannelNames, getLinkFault, getMainStatus, getSwitchStatus, getValidChannels, isChannelOn, isChannelOn, isMainOn, readCurrent, readCurrent, readVoltage, readVoltage, setChannelMap, setChannelOff, setChannelOff, setChannelOn, setChannelOn, setCurrentScales, setMainOff, setMainOn, setValidChannelsclearSimRegMap, close, getBoardType, getIpAddress, getNumSeqErr, getNumTimeout, getSimRegMap, isSimulated, open, putSimRegMap, readReg, readRegs, setDebug, setProbeAddress, setSrpVersion, setValidBoardTypes, simInitialize, simReadRegs, simWriteRegs, updateReg, writeReg, writeRegspublic static final int CHAN_BODY_PURGE
public static final int CHAN_FES
public static final int CHAN_SHUTTER_C
public static final int CHAN_CRYOSTAT
public static final int CHAN_HEX
public static final int CHAN_ION_PUMPS
public static final int CHAN_GAUGES
public static final int CHAN_NETWORK0
public static final int CHAN_NETWORK1
public static final int CHAN_NETWORK2
public static final int CHAN_CMS600
public static final int CHAN_CRYO_TURBO
public static final int CHAN_HEX_TURBO
public static final int CHAN_FES1
public static final int CHAN_FES2
public static final int CHAN_SHUTTER_D
public static final int CHAN_PURGE_FAN
public static final int CHAN_SHUTTER1
public static final int CHAN_SHUTTER2
public static final int MAIN_MODEL_UNKNOWN
public static final int MAIN_MODEL_12
public static final int MAIN_MODEL_28
public static final int MAIN_MODEL_48
public static final int MAIN_STATUS_OFF
public static final int MAIN_STATUS_DSAB
public static final int MAIN_STATUS_IOGB
public static final int MAIN_STATUS_OTW
public static final int MAIN_STATUS_OTP
public static final int MAIN_STATUS_VBAD
public static final int MAIN_STATUS_IBAD
public static final int MAIN_STATUS_MASK
public void open(String host, int port) throws org.lsst.ccs.drivers.commons.DriverException
public int getMainModel()
public String getMainSerialNo() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic String getMainFwVersion() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic String getMainPrVersion() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic String getMainPartNo() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic String getMainManuDate() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic String getMainManuLocn() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int readMainStatus()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic double readMainVoltage()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic double readMainCurrent()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic double readMainTemperature()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2018 LSST. All rights reserved.