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

Packages that use HardwareErrorDetectedException
org.lsst.ccs.subsystems.fcs This package is for the control software of the LSST camera Filter Exchanger Subsystem. 
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.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. 
 

Uses of HardwareErrorDetectedException in org.lsst.ccs.subsystems.fcs
 

Methods in org.lsst.ccs.subsystems.fcs that throw HardwareErrorDetectedException
 void BasicAutoChangerModule.checkPreConditionsForMotion()
          This method checks if the preconditions are ok before a motion of the trucks can be started.
 String FilterLatchModule.close()
           
abstract  String BasicAutoChangerModule.goToStandback()
           
abstract  String BasicAutoChangerModule.goToStandby()
           
 String CarouselModule.grabbeFilterAtStandby(Filter filter)
          This method has to be executed when a filter has just been moved on the carousel at standby position by the autochanger.
 String CarouselModule.grabbeFilterAtStandby(Object filterName)
           
 String BasicAutoChangerModule.grabFilterAtStandby(Filter filter)
           
 boolean CarouselSocket.isEmpty()
           
 boolean CarouselModule.isReadyToGrabbeAFilterAtStandby()
          This method let us know if the carousel is ready to receive a filter at standby position : - the carousel must not rotate - an empty socketAtStandby is at standby position.
 String BasicAutoChangerModule.lockLatchesAtStandby(Filter aFilter)
          This methods locks the trucks latches at standby position and updates the field filterOnTrucks, the field filterLocation of the object Filter and updates the data that we publish on the status bus.
 String FcsMainModule.moveFilterToOnline(Object filterName)
          Move a filter to online position.
abstract  String BasicAutoChangerModule.moveFilterToStandback(Filter aFilter)
           
abstract  String BasicAutoChangerModule.moveFilterToStandby(Filter aFilter)
           
 String FilterLatchModule.open()
           
 void CarouselSocket.releaseClamps()
          Releases the 2 clamps of the socket.
 void CarouselModule.removeFilterFromCarousel(Filter filter)
           
 void CarouselModule.ungrabbeFilterAtStandby(Filter filter)
           
 String BasicAutoChangerModule.ungrabFilterAtStandby()
           
 String CarouselModule.unlockClamps()
           
 void CarouselSocket.unlockClamps()
          Unlock the 2 clamps
 String CarouselModule.unlockClamps(Filter filter)
           
 String BasicAutoChangerModule.unlockLatchesAtStandby()
           
 void CarouselSocket.updateClampsStateWithSensors()
          This method updates the state of the 2 clamps in reading the values sent by the sensors.
 void BasicAutoChangerModule.updateLatchesStateWithSensors()
          This methods updates the latches status in reading the sensors.
 

Uses of HardwareErrorDetectedException in org.lsst.ccs.subsystems.fcs.common
 

Methods in org.lsst.ccs.subsystems.fcs.common that throw HardwareErrorDetectedException
 String AutoChanger.grabFilterAtStandby(Filter filter)
           
 String AutoChanger.lockLatchesAtStandby(Filter filter)
           
 String AutoChanger.moveFilterToOnline(Filter filter)
           
 String AutoChanger.moveFilterToStandby(Filter filter)
           
 String AutoChanger.ungrabFilterAtStandby()
           
 String Carousel.unlockClamps(Filter filter)
           
 String AutoChanger.unlockLatchesAtStandby()
           
 

Uses of HardwareErrorDetectedException in org.lsst.ccs.subsystems.fcs.simulation
 

Methods in org.lsst.ccs.subsystems.fcs.simulation that throw HardwareErrorDetectedException
 String SimuFilterLatchModule.close()
           
 String SimuFilterLatchModule.open()
           
 

Uses of HardwareErrorDetectedException in org.lsst.ccs.subsystems.fcs.singlefiltertest
 

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest that throw HardwareErrorDetectedException
 String SftMainModule.executeSequence1()
          This method is the main sequence of commands that we want to test on the Single Filter Test.
 String SftMainModule.executeSequence1(int nb)
          This method will execute nb times the Sequence1 : the parameter nb is given by the user at the console.
 String SftAutoChangerModule.goToStandback()
           
 String SftAutoChangerModule.goToStandby()
          This methods moves the trucks from standback position to standby position.
 String SftAutoChangerModule.moveFilterToOnline(Filter filter)
           
 String SftAutoChangerModule.moveFilterToStandback(Filter aFilter)
           
 String SftAutoChangerModule.moveFilterToStandby(Filter aFilter)
           
 



Copyright © 2012 LSST. All Rights Reserved.