| 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.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Field and Description |
|---|---|
protected TruckModule |
BasicAutoChangerModule.truckXminus
The truck on side X-
|
protected TruckModule |
BasicAutoChangerModule.truckXplus
The truck on side X+
|
| Modifier and Type | Method and Description |
|---|---|
TruckModule |
BasicAutoChangerModule.getTruckXminus() |
TruckModule |
BasicAutoChangerModule.getTruckXplus() |
| Constructor and Description |
|---|
AutoChangerModule(FlipRailModule fliprail,
FilterLatch onlineClamp,
double trucksPositionOnline,
double trucksPositionAtStandby,
double trucksPositionSwapout,
Motor motor,
String moduleName,
int aTickMillis,
FilterLatchModule latchXminus,
FilterLatchModule latchXplus,
TruckModule truckXminus,
TruckModule truckXplus,
String railsSensorsDIOName,
String filterSensorsDIOName) |
BasicAutoChangerModule(String moduleName,
int aTickMillis,
FilterLatchModule latchXminus,
FilterLatchModule latchXplus,
TruckModule truckXminus,
TruckModule truckXplus,
String railsSensorsDIOName,
String filterSensorsDIOName) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuTruckModule
A simulated truck used by the simulated hardware control software.
|
| Constructor and Description |
|---|
SftAutoChangerModule(String moduleName,
int aTickMillis,
FilterLatchModule latchXminus,
FilterLatchModule latchXplus,
TruckModule truckXminus,
TruckModule truckXplus,
String railsSensorsDIOName,
String filterSensorsDIOName,
SftTruckMotor sftTrucksMotor,
long timeToConfortAPosition,
long timeToGoToStandby,
long timeToGoToStandback) |
Copyright © 2013 LSST. All Rights Reserved.