
| Constructor and Description |
|---|
GPVacMon835Device()
GP835Device constructor
**************************************************************************
|
GPVacMon835Device(String host,
int port)
GP835Device constructor with connection opening
|
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
checkChannel(String name,
int hwChan,
String type,
String subtype)
Checks a channel's parameters for validity.
|
protected void |
close()
Closes the connection.
|
double |
getLastPres() |
double |
getRunVac(int cfgstate)
Returns the vac value for acquisition *
**************************************************************************
|
int |
getState() |
StringBuilder |
getString(double[] values)
Converts an array of numbers to a string.
|
protected void |
initChannel(int chan,
int type,
int subtype)
Initializes a channel.
|
protected void |
initialize()
Initializes the connection.
|
boolean |
isVacuumGaugeOn()
isVacuumGaugeOn - Is the GP835 Device on? *
**************************************************************************
|
double[][] |
readAMU()
Read buffer *
**************************************************************************
|
double[][] |
readAMU(String filename)
Read buffer and dump it to a file
|
String |
readAMUStr() |
protected double |
readChannel(int chan,
int type)
Reads a channel.
|
double |
readPressure()
returns the pressure read from the GP835 device *
**************************************************************************
|
String |
readReport()
returns the test report from the GP835 device *
**************************************************************************
|
void |
setGaugeOff() |
void |
setGaugeOn() |
void |
setRunVac(double runVac,
int cfgstate)
Sets the vac value for acquisition *
**************************************************************************
|
void |
setState(int istate) |
addChannel, addConfigValues, addLine, checkHwLine, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, enable, getConfigValues, getFullName, getOutputLines, initChannel, initSensors, isHwLineSet, isLineSet, isOnline, isTimeout, readChannelGroup, readSensors, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, testOnlinegetChildren, getEnvironment, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, getCheckedValueFromConfiguration, getComponentByName, getFullPath, getName, getParent, getParentObject, getSubsystem, init, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, setBulkParameter, shutdownNow, start, submitChange, submitChanges, validateBulkChangepublic GPVacMon835Device()
public GPVacMon835Device(String host, int port) throws org.lsst.ccs.drivers.commons.DriverException
itype - host - port - addr - org.lsst.ccs.drivers.commons.DriverException - **************************************************************************@Command(name="isVacuumGaugeOn", description="returns whether the GP835 device is active") public boolean isVacuumGaugeOn()
isVacuumGaugeOn in interface VQMDevice@Command(name="setGaugeOn", description="turn on power to the vacuum gauge filament") public void setGaugeOn()
setGaugeOn in interface VQMDevice@Command(name="setGaugeOff", description="turn off power to the vacuum gauge filament") public void setGaugeOff()
setGaugeOff in interface VQMDevice@Command(type=QUERY, name="readPressure", description="returns the pressure read from the GP835 device") public double readPressure()
readPressure in interface VQMDevice@Command(type=QUERY, name="readReport", description="returns the test report from the GP835 device") public String readReport()
readReport in interface VQMDevicepublic double getLastPres()
getLastPres in interface VQMDevice@Command(type=QUERY, name="readAMU", description="read the buffer") public double[][] readAMU()
@Command(type=QUERY, name="readAMU", description="read the buffer and dump to file") public double[][] readAMU(@Argument(name="filename",description="output filename for the VQM buffered values") String filename)
filename - **************************************************************************@Command(name="readAMUStr", description="read the buffer and returns as a string") public String readAMUStr() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionprotected void close()
close in class org.lsst.ccs.subsystem.monitor.Deviceprotected void initialize()
initialize in class org.lsst.ccs.subsystem.monitor.Deviceprotected int[] checkChannel(String name, int hwChan, String type, String subtype) throws Exception
checkChannel in class org.lsst.ccs.subsystem.monitor.DeviceExceptionprotected void initChannel(int chan,
int type,
int subtype)
initChannel in class org.lsst.ccs.subsystem.monitor.Deviceprotected double readChannel(int chan,
int type)
readChannel in class org.lsst.ccs.subsystem.monitor.Device@Command(name="setRunVac", description="Sets the vac value for acquisition") public void setRunVac(double runVac, int cfgstate)
@Command(name="getRunVac", description="Returns the vac value for acquisition") public double getRunVac(int cfgstate)
@Command(name="setstate", description="set vacuum device status") public void setState(int istate)
@Command(name="getState", description="get vacuum device status") public int getState()
public StringBuilder getString(double[] values)
Copyright © 2016 LSST. All rights reserved.