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

Packages that use CanOpenError
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.drivers This package is for the software which communicates with the drivers of the real hardware. 
org.lsst.ccs.subsystems.fcs.errors This packages is for the specific exceptions used in FCS. 
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 CanOpenError in org.lsst.ccs.subsystems.fcs
 

Methods in org.lsst.ccs.subsystems.fcs that throw CanOpenError
abstract  String BasicAutoChangerModule.goToStandback()
           
abstract  String BasicAutoChangerModule.goToStandby()
           
 String BasicAutoChangerModule.grabFilterAtStandby(Filter filter)
           
 String FcsMainModule.moveFilterToOnline(Object filterName)
          Move a filter to online position.
abstract  String BasicAutoChangerModule.moveFilterToStandback(Filter aFilter)
           
abstract  String BasicAutoChangerModule.moveFilterToStandby(Filter aFilter)
           
 String BasicAutoChangerModule.ungrabFilterAtStandby()
           
 

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

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

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

Methods in org.lsst.ccs.subsystems.fcs.drivers that throw CanOpenError
 String CanOpenTruckMotor.moveToStandback()
           
 String CanOpenTruckMotor.moveToStandby()
           
 String CanOpenTruckMotor.off()
           
 

Uses of CanOpenError in org.lsst.ccs.subsystems.fcs.errors
 

Subclasses of CanOpenError in org.lsst.ccs.subsystems.fcs.errors
 class CanOpenCommunicationError
           
 class CanOpenDeviceError
           
 class CanOpenGenericError
           
 class CanOpenMotionError
           
 class CanOpenTemperatureError
           
 class CanOpenVoltageError
           
 class SDORequestError
          This exception is throwned when a read SDO command returns an error code.
 

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

Methods in org.lsst.ccs.subsystems.fcs.simulation that throw CanOpenError
 String SimuTruckMotorModule.moveToStandback()
           
 String SimuTruckMotorModule.moveToStandby()
           
 String SimuTruckMotorModule.off()
           
 

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

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest that throw CanOpenError
 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)
           
abstract  String SftTruckMotor.moveToStandback()
           
abstract  String SftTruckMotor.moveToStandby()
           
abstract  String SftTruckMotor.off()
           
 



Copyright © 2012 LSST. All Rights Reserved.