public class LoaderMainModule extends MainModule
bridge, haltRequired, stopRequired| Constructor and Description |
|---|
LoaderMainModule(BridgeToHardware bridge)
Build a LoaderMainModule with a bridge.
|
| Modifier and Type | Method and Description |
|---|---|
String |
clampHooks()
Clamp (close strongly) the loader clamp.
|
String |
closeHooks()
Close the loader clamp.
|
LoaderModule |
getLoader() |
String |
goToHandoff()
Move carrier to HANDOFF position.
|
String |
goToStorage()
Move carrier to STORAGE position.
|
void |
initModule() |
String |
listHooksSensors() |
String |
listSensorsValues() |
String |
loadFilterInCamera()
This command can be launched when a filter is in the loader and we want
to put in inside the camera.
|
String |
openHooks()
Open the loader clamp.
|
String |
printHardwareState()
Print list of hardware with initialization information.
|
String |
toString() |
String |
unloadFilterFromCamera()
This command can be launched when the loader is empty and we want to take
a filter from the camera.
|
void |
updateFCSState()
Check that Loader hardware is ready to be operated and moved.
|
void |
updateStateWithSensors()
Update loader state in reading the sensors.
|
controlRealHardware, getFilterNames, getHaltRequired, getStopRequired, getTcpProxy, isCANDevicesReady, listHardwareNames, listLoaderHardwareNames, postStart, printHardwareList, signal, simulateAlert, simulateWarninggetNObserverThreads, getObservables, getTickMillis, init, listens, processUpdate, sendSignal, sendSignalWithTimeLimit, setNObserverThreads, setObservables, setTickMillis, shutdownNow, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitraiseAlarm, raiseAlarm, raiseAlarm, raiseWarning, raiseWarning, raiseWarninggetComponentConfigurationEnvironment, getComponentLookup, getName, getSubsystemchange, dropSubmittedChanges, getChildren, getComponentByName, getEnvironment, getParent, getParentObject, getSubmittedChanges, isParameterConfigurable, printConfigurableParameters, setBulkParameter, start, submitChange, submitChanges, validateBulkChangepublic LoaderMainModule(BridgeToHardware bridge)
bridge - public LoaderModule getLoader()
public void initModule()
initModule in class MainModule@Command(type=ACTION,
level=1,
description="Load a filter from the loader into the camera.")
public String loadFilterInCamera()
FcsHardwareException@Command(type=ACTION,
level=1,
description="Unload a filter from the camera into the loader.")
public String unloadFilterFromCamera()
FcsHardwareExceptionSDORequestException@Command(type=ACTION,
level=0,
description="Open the loader clamp.")
public String openHooks()
@Command(type=ACTION,
level=0,
description="Close the loader clamp.")
public String closeHooks()
FcsHardwareException@Command(type=ACTION,
level=0,
description="Clamp the loader clamp.")
public String clampHooks()
FcsHardwareException@Command(type=QUERY,
level=0,
description="Update loader state in reading the sensors.")
public void updateStateWithSensors()
updateStateWithSensors in class MainModuleFcsHardwareException@Command(type=QUERY,
level=1,
description="Update FCS state and FCS readyness state and publishes on the status bus.")
public void updateFCSState()
updateFCSState in class MainModule@Command(type=QUERY,
level=1,
description="Print the list of hardware with initialization information.")
public String printHardwareState()
printHardwareState in class MainModule@Command(type=ACTION,
level=0,
description="Carrier go to Handoff.")
public String goToHandoff()
FcsHardwareException@Command(type=ACTION,
level=0,
description="Carrier go to Storage.")
public String goToStorage()
FcsHardwareException@Command(type=QUERY,
level=0,
description="List and display hooks sensors.")
public String listHooksSensors()
@Command(type=QUERY,
level=0,
description="List and display the hooks sensors values.")
public String listSensorsValues()
Copyright © 2016 LSST. All rights reserved.