| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger
Subsystem.
|
| org.lsst.ccs.subsystems.fcs.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Method and Description |
|---|---|
static FcsEnumerations.MobileItemAction |
FcsEnumerations.MobileItemAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FcsEnumerations.MobileItemAction[] |
FcsEnumerations.MobileItemAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderClamp.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
CarouselClamp.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerTwoLatches.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
Carousel.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerOnlineClamp.abortAction(FcsEnumerations.MobileItemAction action,
long delay)
What to do to abort an action.
|
void |
AutochangerLatch.abortAction(FcsEnumerations.MobileItemAction action,
long delay)
Stop action OPEN or CLOSE
|
void |
AutochangerTruck.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
CarouselSocket.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerTwoTrucks.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerThreeOnlineClamps.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
LoaderCarrier.abortAction(FcsEnumerations.MobileItemAction action,
long delay)
Aborts an action.
|
boolean |
LoaderClamp.isActionCompleted(FcsEnumerations.MobileItemAction action)
Check if the action is completed.
|
boolean |
CarouselClamp.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
AutochangerTwoLatches.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
Carousel.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
AutochangerOnlineClamp.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
AutochangerLatch.isActionCompleted(FcsEnumerations.MobileItemAction action)
Return true if action is completed with success.
|
boolean |
AutochangerTruck.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
CarouselSocket.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
AutochangerTwoTrucks.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
AutochangerThreeOnlineClamps.isActionCompleted(FcsEnumerations.MobileItemAction action)
returns true if the action given as argument is completed.
|
boolean |
LoaderCarrier.isActionCompleted(FcsEnumerations.MobileItemAction action)
Tests if action is completed.
|
void |
LoaderClamp.postAction(FcsEnumerations.MobileItemAction action)
what to do after action is completed.
|
void |
CarouselClamp.postAction(FcsEnumerations.MobileItemAction action) |
void |
AutochangerTwoLatches.postAction(FcsEnumerations.MobileItemAction action) |
void |
Carousel.postAction(FcsEnumerations.MobileItemAction action) |
void |
AutochangerOnlineClamp.postAction(FcsEnumerations.MobileItemAction action)
What to be done after the action is completed.
|
void |
AutochangerLatch.postAction(FcsEnumerations.MobileItemAction action)
Switch stopAction controller after a CLOSE or OPEN action.
|
void |
AutochangerTruck.postAction(FcsEnumerations.MobileItemAction action) |
void |
CarouselSocket.postAction(FcsEnumerations.MobileItemAction action) |
void |
AutochangerTwoTrucks.postAction(FcsEnumerations.MobileItemAction action) |
void |
AutochangerThreeOnlineClamps.postAction(FcsEnumerations.MobileItemAction action) |
void |
LoaderCarrier.postAction(FcsEnumerations.MobileItemAction action)
Puts controller stopAction after an action and tests if the result of the action is correct.
|
void |
LoaderClamp.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
CarouselClamp.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerTwoLatches.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
Carousel.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerOnlineClamp.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerLatch.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerTruck.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
CarouselSocket.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerTwoTrucks.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerThreeOnlineClamps.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
LoaderCarrier.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
AutochangerThreeOnlineClamps.readSensorsUntilActionCompleted(FcsEnumerations.MobileItemAction action)
read sensors until action is completed.
|
void |
LoaderClamp.startAction(FcsEnumerations.MobileItemAction action) |
void |
CarouselClamp.startAction(FcsEnumerations.MobileItemAction action) |
void |
AutochangerTwoLatches.startAction(FcsEnumerations.MobileItemAction action) |
void |
Carousel.startAction(FcsEnumerations.MobileItemAction action)
Starts action ROTATE_CAROUSEL_TO_ABSOLUTE_POSITION or
ROTATE_CAROUSEL_TO_RELATIVE_POSITION.
|
void |
AutochangerOnlineClamp.startAction(FcsEnumerations.MobileItemAction action)
Start action of open or close or lock or unlock.
|
void |
AutochangerLatch.startAction(FcsEnumerations.MobileItemAction action)
Start Action OPEN or CLOSE
|
void |
AutochangerTruck.startAction(FcsEnumerations.MobileItemAction action) |
void |
CarouselSocket.startAction(FcsEnumerations.MobileItemAction action)
Start action of unlocking or releasing clamps.
|
void |
AutochangerTwoTrucks.startAction(FcsEnumerations.MobileItemAction action) |
void |
AutochangerThreeOnlineClamps.startAction(FcsEnumerations.MobileItemAction action) |
void |
LoaderCarrier.startAction(FcsEnumerations.MobileItemAction action)
Starts an action on the carrier.
|
| Modifier and Type | Field and Description |
|---|---|
protected FcsEnumerations.MobileItemAction |
MobileItem.currentAction |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MobileItem.abortAction(FcsEnumerations.MobileItemAction action,
long delay)
aborts action actually running.
|
protected void |
MobileItem.executeAction(FcsEnumerations.MobileItemAction action,
long timeoutForAction)
This executes an action which moves the MobileItem and waits for the end
od this action.
|
abstract boolean |
MobileItem.isActionCompleted(FcsEnumerations.MobileItemAction action) |
abstract void |
MobileItem.postAction(FcsEnumerations.MobileItemAction action) |
abstract void |
MobileItem.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
MobileItem.readSensorsUntilActionIsCompleted(FcsEnumerations.MobileItemAction action,
long beginTime,
long timeout)
Start reading the sensors at a fixed rate (scheduler.scheduleAtFixedRate)
until the action is completed or we received a halt signal or the timeout
for this action is past.
|
abstract void |
MobileItem.startAction(FcsEnumerations.MobileItemAction action)
starts the action given as argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SftFilterLatch.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
BasicAutoChanger.abortAction(FcsEnumerations.MobileItemAction action,
long delay) |
boolean |
SftFilterLatch.isActionCompleted(FcsEnumerations.MobileItemAction action) |
boolean |
BasicAutoChanger.isActionCompleted(FcsEnumerations.MobileItemAction action) |
void |
SftFilterLatch.postAction(FcsEnumerations.MobileItemAction action) |
void |
BasicAutoChanger.postAction(FcsEnumerations.MobileItemAction action) |
void |
SftFilterLatch.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
SftAutoChanger.quickStopAction(FcsEnumerations.MobileItemAction action,
long delay) |
void |
SftFilterLatch.startAction(FcsEnumerations.MobileItemAction action) |
void |
BasicAutoChanger.startAction(FcsEnumerations.MobileItemAction action) |
Copyright © 2017 LSST. All rights reserved.