Uses of Class
org.lsst.ccs.subsystems.fcs.errors.HardwareNotDetectedException

Packages that use HardwareNotDetectedException
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. 
 

Uses of HardwareNotDetectedException in org.lsst.ccs.subsystems.fcs.drivers
 

Methods in org.lsst.ccs.subsystems.fcs.drivers that throw HardwareNotDetectedException
 boolean CanOpenProxy.checkCanOpenNodeConfiguration(PieceOfHardware pieceOfHardware)
          When the hardware is booted and we have retrieve the information, we want to check for each piece of hardware that the node ID stored in the Configuration data base is the same than the node ID which is stored on the hardware with a switch.
 boolean CanOpenProxy.checkCanOpenNodes()
           
 String CanOpenADC.readAnalogInput(int inputNB)
          Read the analog input whom number is given as a parameter
 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
 

Uses of HardwareNotDetectedException in org.lsst.ccs.subsystems.fcs.testbench
 

Methods in org.lsst.ccs.subsystems.fcs.testbench that throw HardwareNotDetectedException
 double APCTestBenchMainModule.readTemperature()
          Read the temperature : in the test bench, a thermometer is plugged on the input number 1 of the ADC.
 void APCTestBenchMainModule.turnOnLED()
           
 



Copyright © 2012 LSST. All Rights Reserved.