| Package | Description |
|---|---|
| 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.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 |
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
|
String |
CanOpenDIO.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() |
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 © 2015 LSST. All rights reserved.