| 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.drivers |
This package is for the software which communicates with the drivers of the
real hardware.
|
| org.lsst.ccs.subsystems.fcs.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| Modifier and Type | Field and Description |
|---|---|
protected EPOSController |
CarouselClampModule.controller
The motor controller which controls this clamp.
|
| Modifier and Type | Method and Description |
|---|---|
EPOSController |
CarouselModule.getClampXminusController() |
EPOSController |
CarouselModule.getClampXplusController() |
EPOSController |
AutochangerLatch.getLatchController()
Return latchController
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CarouselClampModule.setController(EPOSController actuator)
In the initialization phase, this method is used to initialize the
controller.
|
| Constructor and Description |
|---|
AutochangerLatch(EPOSController latchController,
ComplementarySensors closeSensors,
ComplementarySensors openSensors,
ComplementarySensors filterEngagedSensors)
Buils a AutochangerLatchModule with a controller and 3 sensors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EPOSControllerForCarousel |
interface |
EPOSControllerForLinearRail |
interface |
EPOSControllerWithBrake |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenEPOS
A general model for a controller EPOS.
|
class |
CanOpenEPOSCarousel |
class |
CanOpenEPOSLinearRailTruck
This class is the driver of the EPOS controller EPOS24 which controls motion
of Autochanger Trucks on the linear rails.
|
class |
CanOpenEPOSOnlineClamp
This class is the driver for the EPOS controller which controls the
Autochanger ONLINE clamps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuAutochangerLatchController
To simulate a controller which can open or close a latch in the autochanger.
|
class |
SimuAutochangerLinearRailController
To simulate a controller which moves autochanger trucks along its linear
rails.
|
class |
SimuAutochangerOnlineClampController
To simulate a controller which opens and closes a ONLINE clamp on the autochanger.
|
class |
SimuCarouselClampController
To simulate a controller which can open carousel clamps.
|
class |
SimuCarouselController
To simulate the controller which rotates carousel.
|
class |
SimuEPOSControllerModule
This class is to simulate an EPOS Controller.
|
class |
SimuLoaderCarrierController |
class |
SimuLoaderClampController
This class is to simulate an EPOS Controller which controls the loader hooks.
|
Copyright © 2017 LSST. All rights reserved.