| 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.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 NumericSensor |
FilterLatchModule.filterPresenceSensor |
protected NumericSensor |
FilterLatchModule.lockSensor |
protected NumericSensor |
TruckModule.railSensorStandback
A effect Hall sensor which says if the truck is at standback position or not.
|
protected NumericSensor |
TruckModule.railSensorStandby
A effect Hall sensor which says if the truck is at standby position or not.
|
protected NumericSensor |
FilterLatchModule.unlockSensor |
| Modifier and Type | Method and Description |
|---|---|
NumericSensor |
FilterLatchModule.getFilterPresenceSensor() |
NumericSensor |
FilterLatchModule.getLockSensor() |
NumericSensor |
TruckModule.getRailSensorStandback() |
NumericSensor |
TruckModule.getRailSensorStandby() |
NumericSensor |
FilterLatchModule.getUnlockSensor() |
| Modifier and Type | Method and Description |
|---|---|
void |
TruckModule.setRailSensorStandback(NumericSensor railSensorStandback) |
void |
TruckModule.setRailSensorStandby(NumericSensor railSensorStandby) |
| Constructor and Description |
|---|
FilterLatchModule(String moduleName,
int aTickMillis,
long timeoutForClosing,
long timeoutForOpening,
String filterSensorsDIOName,
NumericSensor lockSensor,
NumericSensor unlockSensor,
NumericSensor filterPresenceSensor,
LatchActuatorModule latchActuator) |
TruckModule(String aName,
int aTickMillis,
NumericSensor railSensorStandback,
NumericSensor railSensorStandby) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenNumericSensor
This sensor is used to monitor the latches in the autochanger
of the single-filter-test.
|
class |
CanOpenPlutoSensor |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuNumericSensor
This class is used in the single filter test to simulate the rail sensors of the autochanger
and the filter presence sensor on the lachtes.
|
| Constructor and Description |
|---|
SimuTruckModule(String aName,
int aTickMillis,
NumericSensor railSensorStandback,
NumericSensor railSensorStandby) |
Copyright © 2013 LSST. All Rights Reserved.