| Package | Description |
|---|---|
| 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.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| org.lsst.ccs.subsystems.fcs.testbench |
This package is for the test bench installed at
APC
with a PC104 and two Can Open Devices : an ADC and a DAC.
|
| org.lsst.ccs.subsystems.fcs.testbench.LPC |
| Modifier and Type | Method and Description |
|---|---|
String |
ADCInterface.readAnalogInput(int inputNB)
Read the analog input whom number is given as a parameter
|
double |
ADCInterface.readVoltage(int inputNB)
Read the voltage at the ADC input inputNB on the ADC and returns the
value in Volt
|
| Modifier and Type | Method and Description |
|---|---|
String |
CanOpenADC.readAnalogInput(int inputNB)
Read the analog input whom number is given as a parameter
|
double |
CanOpenThermometer.readTemperature() |
double |
CanOpenADC.readVoltage(int inputNB)
Read the voltage at the ADC input inputNB on the ADC and returns the
value in Volt
|
void |
CanOpenDAC.writeAnalogOutput(int inputNB,
int value)
Write a value to the output of the DAC
|
| Modifier and Type | Method and Description |
|---|---|
String |
SimuADCDevice.readAnalogInput(int inputNB) |
double |
SimuADCDevice.readVoltage(int inputNB) |
| Modifier and Type | Method and Description |
|---|---|
String |
CompactIOModule.writeDigitalOutput(int outputNB,
int value)
Write a value to the output of the DAC
|
| Modifier and Type | Method and Description |
|---|---|
String |
CanOpenLED.sentCurrent(String hexa)
to sent a current to a led
|
String |
Led.turnOFF() |
String |
CanOpenLED.turnOFF() |
String |
APCTestBenchMainModule.turnOffFakeLED() |
String |
APCTestBench2CanBusMain.turnOffLED() |
String |
APCTestBenchMainModule.turnOffLED() |
String |
Led.turnON() |
String |
CanOpenLED.turnON() |
String |
APCTestBenchMainModule.turnOnFakeLED() |
String |
APCTestBench2CanBusMain.turnOnLED()
To turn the LED on.
|
String |
APCTestBenchMainModule.turnOnLED() |
| Modifier and Type | Method and Description |
|---|---|
double |
CanOpenLPCGaugeHD2001.readTemperature()
Read the temparature and returns the new value in degree celcius.
|
String |
Scale1ProtoTestBenchMainModule.turnOffFakeLED() |
String |
Scale1ProtoTestBenchMainModule.turnOffLED()
Turn Off the led.
|
String |
Scale1ProtoTestBenchMainModule.turnOnFakeLED() |
String |
Scale1ProtoTestBenchMainModule.turnOnLED()
Turn On the led.
|
Copyright © 2016 LSST. All rights reserved.