| 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 | Method and Description |
|---|---|
DigitalSensor |
RedondantSensors.getSensor()
for simulation
|
DigitalSensor |
ComplementarySensors.getSensor()
for simulation
|
DigitalSensor |
ComplementarySensors.getSensorC()
for simulation
|
DigitalSensor |
RedondantSensors.getSensorR()
for simulation
|
| Modifier and Type | Method and Description |
|---|---|
List<DigitalSensor> |
FilterIdentificator.getFilterIDSensors()
Return the list of filterID sensors.
|
| Constructor and Description |
|---|
ComplementarySensors(DigitalSensor sensor,
DigitalSensor sensorC)
Create a couple of complementary sensors.
|
FakeFilterHolder(String plutoGatewayName,
DigitalSensor holdingFilterSensor)
A constructor with with a pluto gateway name and only one filter sensor.
|
LoaderClampModule(LoaderHookModule hook1,
LoaderHookModule hook2,
LoaderHookModule hook3,
LoaderHookModule hook4,
ForceSensor forceSensor0,
ForceSensor forceSensor1,
DigitalSensor clampedStatusSensor)
Build a new LoaderClampModule with 4 hooks and the parameters to configure the EPOS controller
in mode CURRENT and in mode HOMING.
|
LoaderHookModule(DigitalSensor closeSensor,
DigitalSensor openSensor) |
RedondantSensors(DigitalSensor sensor,
DigitalSensor sensorR)
builds a RedondantSensors object from a couple of sensors.
|
| Modifier and Type | Method and Description |
|---|---|
List<DigitalSensor> |
SimuPlutoGatewayWithFilterID.getFilterIDSensors()
return a list of filterID sensors.
|
List<DigitalSensor> |
SimuFilterIDPlutoGatewayInterface.getFilterIDSensors() |
List<DigitalSensor> |
SimuAutochangerPlutoGateway.getFilterIDSensors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuPlutoGateway.replaceHexaValues(DigitalSensor sensor,
boolean on)
Replace hevaValues in order to force simulated sensor to be on or off depending on the
argument on given as argument.
|
void |
SimuFilterIDPlutoGatewayInterface.replaceHexaValues(DigitalSensor sensor,
boolean on) |
void |
SimuLoaderPlutoGateway.simulateHookIsClosed(DigitalSensor closeSensor,
DigitalSensor openSensor) |
void |
SimuLoaderPlutoGateway.simulateHookIsInTravel(DigitalSensor closeSensor,
DigitalSensor openSensor) |
void |
SimuLoaderPlutoGateway.simulateHookIsOpened(DigitalSensor closeSensor,
DigitalSensor openSensor) |
| Modifier and Type | Field and Description |
|---|---|
protected DigitalSensor |
SftFilterLatchModule.filterPresenceSensor |
protected DigitalSensor |
SftFilterLatchModule.lockSensor |
protected DigitalSensor |
TruckModule.railSensorStandback
A effect Hall sensor which says if the truck is at standback position or
not.
|
protected DigitalSensor |
TruckModule.railSensorStandby
A effect Hall sensor which says if the truck is at standby position or
not.
|
protected DigitalSensor |
SftFilterLatchModule.unlockSensor |
| Modifier and Type | Method and Description |
|---|---|
DigitalSensor |
SftFilterLatchModule.getFilterPresenceSensor() |
DigitalSensor |
SftFilterLatchModule.getLockSensor() |
DigitalSensor |
TruckModule.getRailSensorStandback() |
DigitalSensor |
TruckModule.getRailSensorStandby() |
DigitalSensor |
SftFilterLatchModule.getUnlockSensor() |
| Modifier and Type | Method and Description |
|---|---|
void |
TruckModule.setRailSensorStandback(DigitalSensor railSensorStandback) |
void |
TruckModule.setRailSensorStandby(DigitalSensor railSensorStandby) |
| Constructor and Description |
|---|
SftFilterLatchModule(String filterSensorsDIOName,
DigitalSensor lockSensor,
DigitalSensor unlockSensor,
DigitalSensor filterPresenceSensor,
LatchActuatorModule latchActuator)
Build a new SftFilterLatchModule
|
SimuTruckModule(DigitalSensor railSensorStandback,
DigitalSensor railSensorStandby)
Build a new SimuTruckModule
|
TruckModule(DigitalSensor railSensorStandback,
DigitalSensor railSensorStandby)
Build a new TruckModule with a tickmillis of 3000.
|
Copyright © 2017 LSST. All rights reserved.