public class ThermalMain
extends org.lsst.ccs.Subsystem
implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
ThermalMain()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Build phase
|
void |
bulkPowerOn(boolean on)
Turns on/off the bulk power supply.
|
ThermalState |
getSystemState()
Gets the state of the thermal control system.
|
void |
postInit()
Initializes the thermal subsystem.
|
void |
postStart()
Starts the subsystem.
|
void |
setPlateTemperature(int htr,
double temp)
Sets a plate temperature value.
|
void |
setTrimHeaterPower(int htr,
double power)
Sets a trim heater power value.
|
void |
setTrimHeaterState(int htr,
TrimHeaterOpState state)
Sets a trim heater operation state.
|
getLogHandler, getLogHandlerLevel, getLogLevel, getNumberCommandThreads, isLogLevelInherited, ping, printLoggersLevel, printLogHandlersLevel, printRunningCommands, setLogFormat, setLogHandlerLevel, setLogLevel, setStackTraceDepthcreateHelper, executeCommandRequest, getAgentInfo, getAgentPersistenceService, getAgentService, getAgentServices, getCommandCount, getComponentConfigurationEnvironment, getComponentConfigurationEnvironmentByName, getComponentLookup, getCurrentAction, getDescription, getEnvironmentLockService, getEnvironmentMessagingAccess, getLogger, getMessagingAccess, getName, getScheduler, helper, initAgent, initLogBusHandler, isInEngineeringMode, populateComponentLookup, preInit, preStart, printComponentNodeTree, publishMonitoringDataOnStatusBus, publishSubsystemDataOnStatusBus, sendAck, sendNack, sendStatusMessage, setAgentName, shutdownAgent, shutdownAgent, startAgent, vetoTransitionToNormalModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void build()
build in interface org.lsst.ccs.framework.HasLifecyclepublic void postInit()
postInit in interface org.lsst.ccs.framework.HasLifecyclepublic void postStart()
postStart in interface org.lsst.ccs.framework.HasLifecycle@Command(type=QUERY, description="Get the thermal control state", level=0) public ThermalState getSystemState()
@Command(type=ACTION, description="Set a trim heater operation state") public void setTrimHeaterState(int htr, TrimHeaterOpState state) throws RefrigException
htr - The heater numberstate - The heater operation state to set: OFF, POWER or TEMP.RefrigException@Command(type=ACTION, description="Set a trim heater power set point") public void setTrimHeaterPower(int htr, double power) throws RefrigException
htr - The heater numberpower - The load power set point.RefrigException@Command(type=ACTION, description="Set a plate temperature set point") public void setPlateTemperature(int htr, double temp) throws RefrigException
htr - The heater numbertemp - The plate temperature set point.RefrigException@Command(type=ACTION, description="Turn on/off the bulk power supply") public void bulkPowerOn(boolean on)
on - Whether to turn the power onCopyright © 2023 LSST. All rights reserved.