public abstract class RefrigTest
extends org.lsst.ccs.framework.Module
| Modifier and Type | Class and Description |
|---|---|
static class |
RefrigTest.Channel
Inner container class for channel parameters.
|
| Constructor and Description |
|---|
RefrigTest(String name,
int tickMillis,
String configName)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RefrigFullState |
getFullState()
Gets the full state of the refrigeration module.
|
void |
initModule()
Initializes the refrigeration subsystem.
|
void |
saveConfiguration()
Saves the configuration data.
|
void |
setHighLimit(int id,
double limit)
Sets the high limit for a channel.
|
void |
setLoadTripEnable(int value)
Sets the load power trip enabled state on or off.
|
void |
setLowLimit(int id,
double limit)
Sets the low limit for a channel.
|
void |
setMainPowerEnable(int value)
Sets the main power enabled state on or off.
|
void |
setMainPowerEnable(int value,
boolean publish)
Sets the main power enabled state on or off.
|
void |
setTickMillis(int value)
Sets the tick period.
|
void |
tick()
Performs periodic trending data broadcast.
|
alias, change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, publishData, publishData, publishData, register, removeLogPanicState, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setHandlerLevel, setLogLevel, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, shutdownCommand, shutdownNow, start, startTicking, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic void tick()
tick in class org.lsst.ccs.framework.Modulepublic void setTickMillis(int value)
setTickMillis in class org.lsst.ccs.framework.Modulevalue - The tick period (milliseconds) to set.public void setMainPowerEnable(int value)
value - The enabled state value to set: 0 = off, ~0 = on.public void setMainPowerEnable(int value,
boolean publish)
value - The enabled state value to set: 0 = off, ~0 = on.publish - If true, publish the new state on the status bus.public void setLoadTripEnable(int value)
value - The load trip enabled state value to set: 0 = off;
~0 = on.public void setLowLimit(int id,
double limit)
throws Exception
id - The channel IDlimit - The low limit value.Exceptionpublic void setHighLimit(int id,
double limit)
throws Exception
id - The channel IDlimit - The high limit value.Exceptionpublic void saveConfiguration()
throws IOException
IOExceptionpublic RefrigFullState getFullState()
Copyright © 2013 LSST. All Rights Reserved.