- call(String, String) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
In simulation, call method only logs the command to be called.
- canClearAlert(Alert) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- canClearAlert(Alert) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Overridden method from ClearAlertHandler interface to define conditions when Alerts can be cleared.
- CanOpenADC - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This is the driver class for the ADC we use in the FCS test bench at APC and in
SINGLE FILTER TEST CAN-CBX-AI814.
- CanOpenADC(String, String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenADC
-
Build a CanOpenADC with a CANopen node ID, a serial number and a transmission type.
- CanOpenCallTimeoutException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
An Exception raised when a command sent to CANopen stack doesn't return a response within a delay
(timeout).
- CanOpenCallTimeoutException() - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CanOpenCallTimeoutException
-
Creates a new instance of CanOpenCallTimeoutException
without detail message.
- CanOpenCallTimeoutException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CanOpenCallTimeoutException
-
Constructs an instance of CanOpenCallTimeoutException with
the specified detail message.
- CanOpenDAC - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This is the driver class for the DAC we use in the FCS test bench:
CAN-CBX-AO412
- CanOpenDAC(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDAC
-
Build a new CanOpenDAC
- CanOpenDevice - Class in org.lsst.ccs.subsystems.fcs.drivers
-
- CanOpenDevice(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Create a new CanOpenDevice with a node ID and a serial number.
- CanOpenDevicePanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
This Panel displays data from a CANopen hardware.
- CanOpenDevicePanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenDevicePanel
-
To create a new CanOpenDevicePanel with a device name.
- CanOpenEPOS - Class in org.lsst.ccs.subsystems.fcs.drivers
-
A general model for a controller EPOS.
- CanOpenEPOS(String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Construction of a CanOpenEPOS.
- CanOpenEPOSLinearRailTruck - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This class is the driver of the EPOS controller EPOS24 which controls motion of
Autochanger Trucks on the linear rails.
- CanOpenEPOSLinearRailTruck(String, String, HashMap<String, Integer>, HashMap<String, Integer>, HashMap<String, Integer>, int) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
Build a new CanOpenEPOS24
- CanOpenEPOSOnlineClamp - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This class is the driver for the EPOS controller which controls the Autochanger
ONLINE clamps.
- CanOpenEPOSOnlineClamp(String, String, HashMap<String, Integer>, HashMap<String, Integer>, HashMap<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSOnlineClamp
-
build a new CanOpenEPOS70
- CanOpenErrorsTable - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This class deviceErrorFile a utility class to load the property files we need
to monitor a Can Open device : - device error codes - error register codes -
communication errors
- CanOpenException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
Throwned when we received an emergency message for a node.
- CanOpenException() - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CanOpenException
-
Creates a new instance of CanOpenError without detail
message.
- CanOpenException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CanOpenException
-
Constructs an instance of CanOpenError with the specified
detail message.
- CanOpenException(String, String, String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CanOpenException
-
- CanOpenHardwareListPanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
This Panel displays in a table the list of CANopen devices the subsystem manages.
- CanOpenHardwareListPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenHardwareListPanel
-
Creates new form CanOpenHardware with a tcpProxy name.
- CanOpenLatchActuatorModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
Used only for the single-filter-test hardware.
- CanOpenLatchActuatorModule(double, double, int, int, String, int, int) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenLatchActuatorModule
-
Build a new CanOpenLatchActuatorModule
- CanOpenLED - Class in org.lsst.ccs.subsystems.fcs.testbench
-
Used in APC TEST BENCH only.
- CanOpenLED() - Constructor for class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- CanOpenNode - Class in org.lsst.ccs.subsystems.fcs.drivers
-
A model for a Can Open Node : a device on the Can Open Bus.
- CanOpenNode(String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
Creates a CanOpenNode with a nodeID.
- CanOpenNode(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
Creates a nodeID with a nodeID and a serial number.
- CanOpenPlutoGateway - Class in org.lsst.ccs.subsystems.fcs.drivers
-
A class to represent the CANopen pluto gateway which is a device where we can read sensors.
- CanOpenPlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
build a new CanOpenPlutoGateway
- CanOpenProxy - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This Module starts a tcpip server, waits for the connection of a client whose
name is the value of the field clientName.
- CanOpenProxy(int, int, String, long) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Creates a CanOpenProxy with a tcpip port number to start the tcp server on,
a client name, and a hardware booting process timeout.
- CanOpenSensor14bits - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This is a Model for a sensor on a can open bus which communicates over Can
Open protocol.
- CanOpenSensor14bits(String, int) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSensor14bits
-
Build a CanOpenSensor14bits with an ADC name a numero of input and a tickMillis of 1000.
- CanOpenSystecIO - Class in org.lsst.ccs.subsystems.fcs.drivers
-
Represents a model for the CANopen device SYSTEC IO-X5 which is used in autochanger
to monitor 8 temperatures.
- CanOpenSystecIO(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
- CanOpenThermometer - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This is a driver for a thermometer we have in the APC test bench.
- CanOpenThermometer(String, int) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CanOpenThermometer
-
- CanOpenTruckMotor - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
This represents the motor that moves an autochanger truck along its rail in
the single-filter-test test bench.
- CanOpenTruckMotor(String, int, int) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenTruckMotor
-
Creates a CanOpenTruckMotor with a tickMillis value.
- carousel - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- CarouselBottomPanel - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
This is the bottom Panel for the carousel standalone subsystem.
- CarouselBottomPanel(CarouselGatherPanel, String) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselBottomPanel
-
A constructor with a CarouselGatherPanel and a title.
- CarouselClampModule - Class in org.lsst.ccs.subsystems.fcs
-
A class which extends Module to model a clamp that holds a filter
on the carousel.
- CarouselClampModule(Sensor14bits, Sensor14bits, Thermometer) - Constructor for class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Build a new CarouselClampModule with a tickMillis value:5000;
- CarouselClampPanel - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A Panel to display data coming from a carousel clamp.
- CarouselClampPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselClampPanel
-
- CarouselClampPanel.UpdateClamp - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A Runnable class to update Panel from a StatusDataPublishedByCarouselClamp.
- CarouselDisk - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A disk to represent the Carousel and its rotation.
- CarouselDisk() - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselDisk
-
Build a CarouselDisk.
- CarouselGatherPanel - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
This panel gathers all the panels needed for the carousel GUI.
- CarouselGatherPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
Build a new CarouselGatherPanel with a tcpProxy name and initialize
components.
- CarouselGatherPanel(InterfaceCarouselGUI, String) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
Build a new CarouselGatherPanel with a tcpProxy name and a CarouselGUI.
- CarouselGeneralViewPanel - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
This view represents the carousel in a general design.
- CarouselGeneralViewPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel
-
- CarouselGeneralViewPanel.Update - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A Runnable class to update this panel from an object StatusDataPublishedByCarousel.
- CarouselGUI - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A GUI for the carousel in standalone mode.
- CarouselGUI(String, String, AgentMessagingLayer) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGUI
-
A constructor with a name, a destination (subsystem name) and an AgentMessagingLayer.
- CarouselJasPlugin - Class in org.lsst.ccs.subsystems.fcs.carousel.ui.jas
-
- CarouselJasPlugin() - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.jas.CarouselJasPlugin
-
- CarouselMainModule - Class in org.lsst.ccs.subsystems.fcs
-
This class is the Main Module when carousel is in standalone mode.
- CarouselMainModule(BridgeToHardware, FilterManager, String) - Constructor for class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
Build a CarouselMainModule.
- CarouselModule - Class in org.lsst.ccs.subsystems.fcs
-
This is a representation of the hardware of the carousel.
- CarouselModule() - Constructor for class org.lsst.ccs.subsystems.fcs.CarouselModule
-
A Constructor with a variable numbers of sockets.
- CarouselSocket - Class in org.lsst.ccs.subsystems.fcs
-
This is a socket on the carousel : there is 5 sockets on a carousel.
- CarouselSocket(CarouselClampModule, CarouselClampModule, int, int) - Constructor for class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Build a new CarouselSocket with a tickMillis of 5000.
- CarouselSocketPanel - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A Panel for a carousel socket.
- CarouselSocketPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
Creates a CarouselSocketPanel with no parameter.
- CarouselSocketPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
Creates a CarouselSocketPanel with a socketName.
- CarouselSocketPanel.UpdateSocket - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
A Runnable to updateSocket this panel from a StatusDataPublishedByCarouselSocket.
- CarouselTestbenchMainModule - Class in org.lsst.ccs.subsystems.fcs.testbench
-
Main Module for the subsystem to test the carousel hardware at LPNHE.
- CarouselTestbenchMainModule(BridgeToHardware) - Constructor for class org.lsst.ccs.subsystems.fcs.testbench.CarouselTestbenchMainModule
-
A constructor to build this Main Module with a bridge.
- changeEPOSParameter(String, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Changes an EPOS parameter for this controller.
- changeMode(EPOSEnumerations.EposMode) - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
This methods changes the mode to the new mode given as an argument.
- changeMode(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
This methods changes the mode to the new mode given as an argument.
- CHANGER_TCPPROXY_NAME - Static variable in class org.lsst.ccs.subsystems.fcs.FCSCst
-
Name of the tcpProxy for the autochanger and the carousel
- changeState(String) - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
just for mcm testing
- checkAutochangerTrucksLocation() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Check where are the autochanger trucks.
- checkBooted() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- checkBootedCanOpenNodes() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Check if the list of the booted CANopen devices on the CANbus is
identical to the hardware list we have in the description.
- checkCanOpenCommand(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Tests that a CANOpen command is valid.
- checkCommand(String) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
- checkConditionsForActioningOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
log if actions on online clamps are allowed,
throws an exception otherwise.
- checkConditionsForCarrierMotion() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Checks if the loader carrier can move.
- checkConditionsForClosing() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Check if it's safe to close the clamp.
- checkConditionsForClosingLatches() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Check if Autochanger latches can be closed.
- checkConditionsForOpening() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Check if it's safe to open the clamp.
- checkConditionsForOpeningHooks() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Check if the clamp can be opened.
- checkConditionsForOpeningLatches() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Check if latches can be opened.
- checkConditionsForRotation() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Check if carousel rotation is permitted.
- checkConditionsForTrucksMotion() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
This method sends Exceptions if the conditions for trucks motion are not
filled.
- checkConditionsForUnclampingHooks() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
- checkConfigDigitalInputOfLinearRails() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
- checkConfigDigitalOutputOfLinearRails() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
- checkConnectedOnCamera() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Check if loader is connected on camera.
- checkCurrentValue(int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Checks a current value typed by a user at the console.
- checkCurrentValue(int) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- checkDeltaPosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- checkFault() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Check if the controller is in fault.
- checkFault() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Check if the Controller is in fault.
- checkFault() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- checkFilterName(String) - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Check if a filter name given by an end user at the console is a valid Filter Name.
- checkFilterName(String) - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
This method controls if the filter name given at the console by an
operator is correct.
- checkFilterSafetyBeforeMotion() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
This methods checks that filter can be moved by trucks.
- checkFiltersLocation() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGUI
-
Check Filter Location
- checkFiltersLocation() - Method in interface org.lsst.ccs.subsystems.fcs.carousel.ui.InterfaceCarouselGUI
-
Filter Location
*****************************************************************************
- checkFiltersLocation() - Method in interface org.lsst.ccs.subsystems.fcs.FilterLocator
-
This method updates the filters location in the Carousel sockets during
the initialization phase.
- checkFiltersLocation() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
Carousel commands
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Executed during INITIALIZATION phase.
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
This method is called during INITIALIZATION phase.
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
This method is called by method checkHardware in AutoChangerModule during
INITIALIZATION phase.
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Executed during Initialization phase by the framework.
- checkHardware() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
check that all pieces of hardware is booted.
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.LoaderCanOpenProxy
-
We want that the checkHardware method does nothing during INITIALISATION
phase for the loader tcpProxy because the loader might be not connected.
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.SystecIO_X5
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Check that plutoGateway is booted and initialized.
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- checkHardware() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
Executed during Initialization phase by the framework.
- checkHardwareID(PieceOfHardware) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
When the hardware is booted and we have retrieve the information (serial
number), we want to check for each piece of hardware that we have the
good node ID and the good serial number: so we compare the serial number
found on the CANopen bus (in Map bootedNodes) with the serial number in the configuration
file.
- checkHardwareLight() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
check if all hardware is booted and identified :
- serial numbers and node ID are identical in hardware and in configuration.
- checkHardwareStateAndDoHomingIfPossible() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
If loader is empty, go to home position otherwise do nothing.
- checkInitialized() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- checkInitialized() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Check if clamp controller is initialized.
- checkLoaderNotEmpty() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Check if the clamp can be closed.
- checkMask() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
This methods checks if the mask of the device is the good one.
- checkNodeID(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Check that a nodeID entered by an end user at the console is a valid one:
- nodeID should be in the hardwareMapByNodeID.
- checkNumberOfBootedNodes() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This methods checks if the number of booted nodes is correct : it has to be equal
to the number of hardware that this tcpProxy manages.
- checkParameters(EPOSEnumerations.EposMode) - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Check parameters for a given EPOS mode : compare the values stored in the Configuration System and
the values stored in controller CPU.
- checkParameters(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
For every parameter to be defined for this mode this method compares the
values in configuration with the value stored in controller CPU and
throws a HardwareException if these values are not equal.
- checkParameters(Map<String, Integer>) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Compare values of parameters in the map with the values of parameters in
the controller CPU.
- checkParameters(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- checkPositionSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
This method is called in the postAction method to check that after a motion to well known
position as STANDBY, HANDOFF and ONLINE, position sensors confirm the trucks position.
- checkPreConditionsForTrucksMotion() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
This method checks if the preconditions are ok before a motion of the
trucks can be started.
- checkPreConditionsForUnlockClamps() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
Check if the carousel is ready to unlock the clamps in a safe way for the filter.
- checkSensors(FcsEnumerations.FcsAlert) - Method in interface org.lsst.ccs.subsystems.fcs.common.ControlledBySensors
-
Reads sensors and compute state and check is if sensors are in error or not.
- checkSocketName(String) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
- checkStarted() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- checkStarted() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
CheckStarted is executed by completeInitialization when a first start has
failed.
- checkStarted() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- checkStarted() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- checkStarted() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
CheckStarted is executed by completeInitialization when a first start has
failed.
- checkStopped() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
This method is executed during a shutdown of the subystem to prevent a
shutdown when some hardware is moving.
- checkStopped() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This method is executed during a shutdownEPOS of the subystem to prevent a
shutdownEPOS when some hardware is moving.
- checkStopped() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- checkStopped() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- checkStopped() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
This method is executed during a shutdown of the subystem to prevent a
shutdown when some hardware is moving.
- checkTargetReached(long) - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
check if target is reached in HOMING or PROFILE_POSITION commands and
throws an Exception if not.
- checkTargetReached(long) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- clamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Clamps hooks.
- clamp - Variable in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenSensor14bits
-
- clampHoming() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- clampHoming() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- clampHoming() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- clampHooks() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- clampHooks() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- clampHooks() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- clampHooksTimeout - Variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- clampHooksTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- ClampsOrLatchesDisagreeException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
- ClampsOrLatchesDisagreeException() - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.ClampsOrLatchesDisagreeException
-
- ClampsOrLatchesDisagreeException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.ClampsOrLatchesDisagreeException
-
- clampState - Variable in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- close() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Close this latch.
- close() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Closes the ONLINE clamp.
- close() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Close latches
- close() - Method in class org.lsst.ccs.subsystems.fcs.drivers.SystecIO_X5
-
- close() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Closes clamp in order to hold the filter.
- close() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenLatchActuatorModule
-
- close() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
This is the command that has to be sent to the latch actuator to close
the latch it (same as lock it).
- close() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
Close the latch : turn on the actuator, read the sensors and wait until
the latch is closed.
- close() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuLatchActuatorModule
-
For the simulated latch actuator, the command close has just to update
the values of the lock and unlock simulated sensors.
- closeAndLockClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Closes and locks the online clamps.
- closeAndLockOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- closeAndLockOnlineClamps() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- closeAndLockOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closeClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Closes the 3 clamps with a small pressure.
- closeHooks() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- closeHooks() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- closeHooks() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closeHooksTimeout - Variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- closeHooksTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closeLatch(String) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
Latches Actions
*****************************************************************************
- closeLatch(String) - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
Latches Actions
*****************************************************************************
- closeLatch(String) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closeLatches() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- closeLatches() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- closeLatches() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closeLatchesAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
Close the 2 latches when the autochanger trucks are at standby position.
- closeOnlineClamp(String) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- closeOnlineClamp(String) - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- closeOnlineClamp(String) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closeOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- closeOnlineClamps() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- closeOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- closingLatches - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- cmu - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- color - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- CommandDispenser - Class in org.lsst.ccs.subsystems.fcs.drivers
-
The CommandDispenser provides methods and internal classes to stored the commands
we send to the tcpProxy and to wait for the response.
- CommandDispenser() - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
- CommandDispenser.CommandToRegister - Class in org.lsst.ccs.subsystems.fcs.drivers
-
An internal class for the command to be registered.
- CommandSwingWorker(String, long) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI.CommandSwingWorker
-
- CommandSwingWorker(String, long, String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI.CommandSwingWorker
-
- CommandToRegister(String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser.CommandToRegister
-
Creates a CommandToRegister from the text command.
- CompactIOModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
This represents a device we use in FCS for to connect our numeric
sensors(CAN-CBX-DIO8).
- CompactIOModule(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
Build a new CompactIOModule
- ComplementarySensors - Class in org.lsst.ccs.subsystems.fcs
-
Represents a couple of DigitalSensor which are complementary :
when one has the value 1 the other must have value 0 and vice versa.
- ComplementarySensors(DigitalSensor, DigitalSensor) - Constructor for class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
Create a couple of complementary sensors.
- completeInitialization() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- computeClampState() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Compute the global state of the clamp given the lock sensor and the
presence filter sensor state.
- computeRotationShortestWay(int) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
This method computes the shortest way for a rotation angle given as argument and returns it.
- configAsHeartbeatConsumer(int, int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Configure a node as a hearbeat consumer.
- configAsHeartbeatProducer(String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Configure a node as a hearbeat producer.
- configAsHeartbeatProducer(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Command to be used by the end users.
- configureController() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Configure ONLINE clamp controller.
- configureControllers() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Configure Autochanger trucks master and slave controllers.
- configureDigitalInputOfLinearRails() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSControllerForLinearRail
-
- configureDigitalInputOfLinearRails() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
Configure this controller to be used as an autochanger linear rail truck controller.
- configureDigitalInputOfLinearRails() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- configureDigitalInputOfOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
This method is used to configure the controllers of the autochanger
online clamps.
- configureDigitalOutputOfLinearRails() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSControllerForLinearRail
-
- configureDigitalOutputOfLinearRails() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
Configuration of an EPOS controller to work with a holding brake.
- configureDigitalOutputOfLinearRails() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- configureDigitalOutputOfOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
This method is used to configure the autochanger onlineClamps EPOS
controllers.
- configurePlutoGateway() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
Configures the gateway.
- connectHardware() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
This method is used when the loader CANbus is connected.
- connectHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- connectHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.LoaderCanOpenProxy
-
This methods connect the CWrapper client, and the TCP server and check
the hardware.
- connecting(AgentInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- connectLoader() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Connect the loader hardware.
- connectLoader() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
- ControlledBySensors - Interface in org.lsst.ccs.subsystems.fcs.common
-
Provides method checkSensors for all hardware controlled by sensors.
- controller - Variable in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
The motor controller which controls this clamp.
- controlRealHardware() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
- convertToInteger16(int) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
Change an int represented by an UNSIGNED16 to an INTEGER16.
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerBottomPanel
-
Creates the nodes of the TreePanel.
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselBottomPanel
-
Creates the nodes of the TreePanel.
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderBottomPanel
-
Creates the nodes of the TreePanel.
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestBottomPanel
-
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCBottomPanel
-
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
Creates the nodes of the TreePanel.
- createNodes(DefaultMutableTreeNode) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsBottomPanel
-
Creates the nodes of the TreePanel.
- createStatusDataPublishedByAutoChanger() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Creates an Object to be published on the STATUS bus.
- createStatusDataPublishedByAutoChangerTruck() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Creates an object to be published on the status bus.
- createStatusDataPublishedByAutoChangerTrucks() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Creates an object to be published on the status bus.
- createStatusDataPublishedByBasicAutoChanger(BasicAutoChangerModule) - Static method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftUtils
-
- createStatusDataPublishedByCanOpenDevice() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Creates an object to be published on the STATUS bus by a CanOpenDevice.
- createStatusDataPublishedByCarousel() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Create an object StatusDataPublishedByCarousel to be published on the
STATUS bus.
- createStatusDataPublishedByCarouselSocket() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Create an object to be published on the STATUS bus by a CarouselSocket.
- createStatusDataPublishedByClamp() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Create an object to be published on the STATUS bus.
- createStatusDataPublishedByEPOSController() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Creates an object to be published on the STATUS bus by an EPOSController.
- createStatusDataPublishedByHardware() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
Creates an object to be published on the STATUS bus by a PieceOfHardware.
- createStatusDataPublishedByLatch() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Creates an return an object to be published on the STATUS bus.
- createStatusDataPublishedByLatch() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
This methods is used in the single-filter-test.
- createStatusDataPublishedByLoader() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Creates an Object to be published on the STATUS bus.
- createStatusDataPublishedByLoaderCarrier() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Creates an object to be published on the STATUS bus.
- createStatusDataPublishedByLoaderClamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Creates and returns the object to be published on the STATUS bus by the LoaderClampModule.
- createStatusDataPublishedByOnlineClamp() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Creates and returns the object to be published on the STATUS bus.
- createStatusDataPublishedByPlutoGatewayModule() - Method in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
Create an object with status data to be published on the status bus.
- createStatusDataPublishedByThreeClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Creates an object to be published on the status bus.
- createStatusDataPublishedByTwoLatches() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Creates an object to be published on the STATUS bus by AutochangerTwoLatches.
- currentAction - Variable in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- currentLimitInVolt - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- currentRampEnded - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- currentRampEnded - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
- currentToMaintainUnlocked - Variable in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- currentToUnlock - Variable in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- CWrapperNotConnected - Exception in org.lsst.ccs.subsystems.fcs.errors
-
An Exception which is raised when the CWrapper is not connected.
- CWrapperNotConnected(int, String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CWrapperNotConnected
-
- CWrapperNotConnected(int, String, String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.CWrapperNotConnected
-
- FailedCommandException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
An Exception to be thrown when a command can't be executed until the end because a failure
(hardware or software) has happened.
- FailedCommandException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.FailedCommandException
-
- FakeFilterHolder - Class in org.lsst.ccs.subsystems.fcs
-
This class is a model for the fakeAutochanger that we use on loader and carousel test bench
in standalone mode.
- FakeFilterHolder(String, ComplementarySensors) - Constructor for class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
Build a FakeFilterHolder with a pluto gateway name and a couple of digital sensors.
- FakeFilterHolder(String, DigitalSensor) - Constructor for class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
A constructor with with a pluto gateway name and only one filter sensor.
- faultReset() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
- faultReset() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Clear faults on the controller.
- FCS_NAME_FOR_MCM - Static variable in class org.lsst.ccs.subsystems.fcs.FcsEnumerations
-
- FcsBottomPanel - Class in org.lsst.ccs.subsystems.fcs.ui
-
This this the bottom panel for the whole FCS subsystem.
- FcsBottomPanel(FcsGatherPanel, String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.FcsBottomPanel
-
Build a new FcsBottomPanel with a FcsGatherPanel and a title.
- FCSCst - Class in org.lsst.ccs.subsystems.fcs
-
Constants shared by main and GUIs.
- FcsEnumerations - Class in org.lsst.ccs.subsystems.fcs
-
This class groups different enum used in all the project.
- FcsEnumerations() - Constructor for class org.lsst.ccs.subsystems.fcs.FcsEnumerations
-
- FcsEnumerations.AutoChangerTrucksLocation - Enum in org.lsst.ccs.subsystems.fcs
-
An enum for the location of the autochanger trucks.
- FcsEnumerations.ColoredObject - Interface in org.lsst.ccs.subsystems.fcs
-
An interface for an object to be displayed on the GUI with the appropriate color.
- FcsEnumerations.FcsAlert - Enum in org.lsst.ccs.subsystems.fcs
-
An ENUM to describe all the Alerts than can be raised by FCS.
- FcsEnumerations.FilterClampState - Enum in org.lsst.ccs.subsystems.fcs
-
An enum for the carousel clamp state.
- FcsEnumerations.FilterLocation - Enum in org.lsst.ccs.subsystems.fcs
-
An enum to describe where a filter can be in the changer subsystem.
- FcsEnumerations.FilterPresenceStatus - Enum in org.lsst.ccs.subsystems.fcs
-
The different possibilities for a carousel clamp within the presence of a
filter :
- no filter
- filter engaged and lockable
- unknown state
- sensor in error
The different possibilities for a latch in the
autochanger within the presence of a filter :
- no filter
- filter
- engaged
- unknown state
- FcsEnumerations.FilterReadinessState - Enum in org.lsst.ccs.subsystems.fcs
-
For mcm.
- FcsEnumerations.FilterState - Enum in org.lsst.ccs.subsystems.fcs
-
For mcm.
- FcsEnumerations.LoaderCarrierLocation - Enum in org.lsst.ccs.subsystems.fcs
-
An enum for the location of the loader carrier.
- FcsEnumerations.LockStatus - Enum in org.lsst.ccs.subsystems.fcs
-
An enum used for the loader clamps and autochanger latches and online clamps.
- FcsEnumerations.MobileItemAction - Enum in org.lsst.ccs.subsystems.fcs
-
This is the different actions that can be made by a MobileItemModule.
- fcsFontInString - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- FcsGatherPanel - Class in org.lsst.ccs.subsystems.fcs.ui
-
A Panel to gather all the FCS panels.
- FcsGatherPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
Build a new FcsGatherPanel with a tcpProxy name.
- FcsGatherPanel(FcsGUI) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
Build a new FcsGatherPanel with a subsystem and a tcpProxy name.
- FcsGeneralViewPanel - Class in org.lsst.ccs.subsystems.fcs.ui
-
- FcsGeneralViewPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.ui.FcsGeneralViewPanel
-
- FcsGUI - Class in org.lsst.ccs.subsystems.fcs.ui
-
A GUI for the whole Filter Changer Subsystem.
- FcsGUI(String, String, AgentMessagingLayer) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
A constructor with a name, a destination (subsystem name) and an AgentMessagingLayer.
- FcsHardwareException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
A generic hardware error.
- FcsHardwareException() - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.FcsHardwareException
-
- FcsHardwareException(String, Throwable) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.FcsHardwareException
-
- FcsHardwareException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.FcsHardwareException
-
Constructs an instance of HardwareError with the specified
detail message.
- FcsHardwareException(String, String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.FcsHardwareException
-
Constructs an instance of HardwareError with the specified
detail message and the name of the hardware in error.
- FcsJasPlugin - Class in org.lsst.ccs.subsystems.fcs.ui.jas
-
A JAS plugin for the GUI to control and monitor the fcs with all the hardware.
- FcsJasPlugin() - Constructor for class org.lsst.ccs.subsystems.fcs.ui.jas.FcsJasPlugin
-
- FCSLOG - Static variable in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- FCSLOG - Static variable in class org.lsst.ccs.subsystems.fcs.FCSCst
-
A Logger for all the subsystem FCS.
- FCSLOG - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenHardwareListPanel
-
- FCSLOG - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
- FcsMainModule - Class in org.lsst.ccs.subsystems.fcs
-
The main module in FCS.
- FcsMainModule(BridgeToHardware, BridgeToHardware, FilterManager, CarouselModule, AutoChangerModule, LoaderModule) - Constructor for class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Build a FcsMainModule
- FcsUtils - Class in org.lsst.ccs.subsystems.fcs.utils
-
This class gathers static final variables and static methods.
- FcsUtils() - Constructor for class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
- Filter - Class in org.lsst.ccs.subsystems.fcs
-
This is a model for an optical filter for the camera.
- Filter(int, double, String) - Constructor for class org.lsst.ccs.subsystems.fcs.Filter
-
Build a filter with an ID and a weight and a socketName.
- FILTER_CONFIG_CATEGORY - Static variable in interface org.lsst.ccs.subsystems.fcs.FilterLocator
-
- FilterHolder - Interface in org.lsst.ccs.subsystems.fcs.common
-
The autochanger module for the whole Filter Exchange System or the fake autochanger module
implements this interface.
- FilterIdentificator - Class in org.lsst.ccs.subsystems.fcs
-
This is a Model for the system which identifies filters on the autochanger trucks.
- FilterIdentificator(String) - Constructor for class org.lsst.ccs.subsystems.fcs.FilterIdentificator
-
Build a FilterIdentificator with its 6 hall effect sensors.
- FilterListPanel - Class in org.lsst.ccs.subsystems.fcs.carousel.ui
-
This Panel's goal is to display the list of filters the subsystem manages.
- FilterListPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.FilterListPanel
-
Creates a new FilterListPanel and initialize all its components.
- FilterLocator - Interface in org.lsst.ccs.subsystems.fcs
-
This interface is to factorise code between main Module for carousel in
standalone mode and main Module for whole fcs.
- FilterManager - Class in org.lsst.ccs.subsystems.fcs
-
This class's goal is to manage the filters.
- FilterManager() - Constructor for class org.lsst.ccs.subsystems.fcs.FilterManager
-
- FilterPanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
- FilterPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.FilterPanel
-
Creates new form DigitalSwitch
- filterPresenceSensor - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- filterPresenceStatus - Variable in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- filtersMapByName - Variable in class org.lsst.ccs.subsystems.fcs.FilterManager
-
A map to store the filters that FCS manages.
- force2one(String, int) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
Transforms a numericonfigonfig value given in hexa to binary and replaconfigonfige the digit in position bit given as argument by 1.
- force2zero(String, int) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
Computes a new hexa value given as argument in replacing bit which is at position
given as argument by 0.
- ForceSensor - Class in org.lsst.ccs.subsystems.fcs
-
Represents a model for a force sensor.
- ForceSensor(int) - Constructor for class org.lsst.ccs.subsystems.fcs.ForceSensor
-
Builds a ForceSensor with a byte number.
- gatherPanel - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
- GatherPanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
This class is implemented by all the FCS GUIs.
- GatherPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
Creates a TopPanel with a tcpProxy name.
- GeneralGUI - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
This class gathers the common stuff for all FCS GUIs.
- GeneralGUI(String, String, AgentMessagingLayer) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
Contructor of a GeneralGUI with a name, a subsystem name (destination,
and an AgentMessagingLayer.
- GeneralGUI.CommandSwingWorker - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
To send command which takes time from a JButton.
- generalPanel - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- GeneralPanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
This panel presents FCS hardware with a split panel.
- GeneralPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- GeneralPanel(GeneralGUI, BottomPanel) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- getAcClampsPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getAcGeneralViewPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getAcLatchesPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getAcTrucksPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getActualPosition() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Return the actual position of this socket.
- getActualPosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- getAdjustedStepHeight(int, int) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns an adjusted value of the increment in current ramp.
- getAi814Panel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getAo412Panel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getAutochangerGatherPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getAutochangerTrucks() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
returns autochangerTrucks to be able to send commands to trucks in fcs subsystem.
- getAxisXControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- getAxisZControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- getBootedNodeBySerialNumber(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Find a node by its serial number in the list of booted bootedNodes.
- getBootedSerialNumberForNode(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
For a booted nodeId returns the serial number read on this Can open device.
- getByteNumero() - Method in class org.lsst.ccs.subsystems.fcs.DigitalSensor
-
- getByteNumero() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
return byteNumero
used by simulation
- getCaGeneralViewPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getCancbxAI814Panel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getCancbxAI814Panel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
return the CAN-CBX-4I814 panel
- getCancbxPT100Panel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getCancbxPT100Panel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
return the CAN-CBX-PT100 Panel
- getCarousel() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
- getCarousel() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
- getCarousel() - Method in interface org.lsst.ccs.subsystems.fcs.FilterLocator
-
Return the carousel Module of this filter locater.
- getCarouselControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getCarouselControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
Return the carousel controller panel.
- getCarouselGatherPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getCarouselPosition() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Return the absolute position of the Carousel.
- getCarrier() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Returns carrier.
- getCarrierControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- getClamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Returns clamp.
- getClampsState() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Returns the state of the clamps.
- getClampState() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Returns the clampState of the clamp.
- getClampState() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- getClampState() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- getClampState() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getClampXminus() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This method returns the clampX- which is at standby filterPosition.
- getClampXminus() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- getClampXminusController() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- getClampXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getClampXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getClampXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
Return clampXminusController panel
- getClampXplus() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This method returns the clampX+ which is at standby filterPosition.
- getClampXplus() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- getClampXplusController() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- getClampXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getClampXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getClampXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
Return clampXplusController panel
- getCloseSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
returns closeSensors for tests
- getColor() - Method in interface org.lsst.ccs.subsystems.fcs.FcsEnumerations.ColoredObject
-
- getColor() - Method in enum org.lsst.ccs.subsystems.fcs.FcsEnumerations.FilterClampState
-
- getColor() - Method in enum org.lsst.ccs.subsystems.fcs.FcsEnumerations.FilterPresenceStatus
-
- getColor() - Method in enum org.lsst.ccs.subsystems.fcs.FcsEnumerations.LockStatus
-
- getCommandResponse(String, long) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
Returns the response to a command.
- getCommErrorNameByCode(String) - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenErrorsTable
-
Return the name of a communication error code given as a parameter in reading in the
communication error table.
- getController() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Return ONLINE clamp controller
- getControllerName() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
- getControllerName() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
return controller name
- getControllerName() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- getControllerName() - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
Return the name of the controller.
- getControllerName() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- getControllerName() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns controller name.
- getControllerName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- getCurrent() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
returns current for tests
- getCurrent() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- getCurrent() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getCurrent() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- getCurrent() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getCurrentLimitInVolt() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
***********************************************************************************************
- getCurrentToClamp() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
For simulator
- getCurrentToClamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getCurrentToClose() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
For simulation, return currentToClose
- getCurrentToClose() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
For simulator
- getCurrentToOpen() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
For simulator
- getCurrentToOpen() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getCurrentToUnlock() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Returns the amount of current needed to unlock this clamp.
- getDac() - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- getDacName() - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- getDeviceErrorCode() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getDeviceErrorName() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getDeviceErrorNameByCode(String) - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenErrorsTable
-
Return the name of an error code given as a parameter in reading in the
error codes table.
- getDeviceName() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getDigitalValue() - Method in class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
- getDio8n1Panel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getDio8n2Panel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getDoubleValue(String) - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenThermometer
-
This methods translate the hexa value return by a sensor to the double
value.
- getDummyFilter() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
- getEncoderRibbonMinValue() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- getErrorHistory() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
- getErrorHistory() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
For the GUI
- getErrorHistory() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- getErrorRegister() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
- getErrorRegister() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
For the GUI
- getErrorRegister() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- getErrorRegisterCode() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getErrorRegisterName() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getErrorRegisterNameByCode(String) - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenErrorsTable
-
Return the name of an error register given as a parameter in reading in the
error register table.
- getFailureMsg() - Method in enum org.lsst.ccs.subsystems.fcs.FcsEnumerations.MobileItemAction
-
- getFilter() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- getFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This methods return the filter which is in the socketAtStandby at standby
filterPosition.
- getFilterAtStandbyName() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Returns name of filter which is in the socket at STANDBY position or
NO_FILTER if there is no filter at STANDBY.
- getFilterAtStandbyName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getFilterByID(int) - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
Return Return filter which id is given as argument.
- getFilterByName(String) - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
This methods returns the filter which has for name the String given as argument.
- getFilterByName(String) - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
Return a filter which name is given as argument.
- getFilterID() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
Returns filterID as Integer
- getFilterIDSensors() - Method in class org.lsst.ccs.subsystems.fcs.FilterIdentificator
-
Return the list of filterID sensors.
- getFilterIDSensors() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- getFilterIDSensors() - Method in interface org.lsst.ccs.subsystems.fcs.simulation.SimuFilterIDPlutoGatewayInterface
-
- getFilterIDSensors() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGatewayWithFilterID
-
return a list of filterID sensors.
- getFilterListPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getFilterLocation() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
Returns filter location
- getFilterManager() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
- getFilterManager() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
- getFilterManager() - Method in interface org.lsst.ccs.subsystems.fcs.FilterLocator
-
Return the filter manager of this filter locater.
- getFilterName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- getFilterName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- getFilterNameByID(int) - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
Return Return filter name which correspond to ID.
- getFilterNames() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
Return a list of filter names that the subsystem manages.
- getFilterNamesSortedByFilterID() - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
Returns a list of filter names.
- getFilterOnAutochangerName() - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
Returns name of filter on autochanger trucks if there is a filter on trucks,
returns null otherwise.
- getFilterOnAutochangerName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getFilterOnlineName() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
If autochanger holds a filter at ONLINE, return filter name else return null.
- getFilterOnTrucks() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getFilterOnTrucksID() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
If autochanger holds a filter, returns filterID, else returns 0.
- getFilterOnTrucksName() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
If autochanger holds a filter, return filter name else return null.
- getFilterOnTrucksName() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getFilterOnTrucksName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- getFilterPositionSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- getFilterPresenceColor(String) - Static method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- getFilterPresenceColor(String) - Static method in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- getFilterPresenceSensor() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
For encapsulation : we want to access to filterPresenceSensor in
sub-packages.
- getFilterPresenceSensor() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getFilterPresenceSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- getFilterPresenceSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- getFilterPresenceStatus() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
return filterPresenceStatus
- getFilterPresenceStatus() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getFilterPresenceStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- getFilterPresenceStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- getFilterPresenceValueA() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getFilterPresenceValueB() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getFilterPresenceValueC() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getFilterSensorsDIO() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getFilterSensorsDIOName() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getFiltersMapByID() - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
- getFiltersMapByName() - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
A getter for the Filters Map sorted by filter name.
- getFiltersOnCamera() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getForce() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
returns force value read on force senor in Newton.
- getForce0() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getForce1() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getForceStatus() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
return force Status
- getForceStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getGeneralViewPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getGuiLayout() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- getGuiLayout() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGUI
-
- getGuiLayout() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- getHaltRequired() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- getHandoffPosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return HANDOFF masterPosition.
- getHandoffPosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- getHandoffSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- getHandoffSensorValue0() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- getHardwarePanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
- getHexaValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
- getHexaValues() - Method in interface org.lsst.ccs.subsystems.fcs.common.PlutoGatewayInterface
-
- getHexaValues() - Method in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
- getHooksControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- getHyTTCPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getHyTTCPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
return the carousel HyTTC-580 panel
- getInclinaison() - Method in class org.lsst.ccs.subsystems.fcs.InclinometerModule
-
Returns inclinaison value in degrees.
- getInclinaisonXminus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- getInclinaisonXplus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- getIndex() - Method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.Parameter
-
- getInitialHexaValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
- getInputNumero() - Method in class org.lsst.ccs.subsystems.fcs.DigitalSensor
-
- getInputNumero() - Method in class org.lsst.ccs.subsystems.fcs.NumericSensor
-
Deprecated.
returns the numero of input of the DIO device where this sensor is plugged on.
- getIntValues() - Method in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
return
- getIntValues() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByPlutoGateway
-
- getLatchActuator() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getLatchController() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Return latchController
- getLatchesState() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
This method returns the latchesState if it is not been updated otherwise
it waits until the end of the update.
- getLatchXminus() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getLatchXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getLatchXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getLatchXplus() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getLatchXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getLatchXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getLinearRailMasterControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getLinearRailMasterControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getLinearRailSlaveControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getLinearRailSlaveControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getLoaderCarrierPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- getLoaderClampPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- getLoaderConnectedSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- getLoaderGatherPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getLoaderGeneralViewPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- getLocation() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByFilter
-
- getLockSensor() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getLockSensor() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getLockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- getLockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- getLockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- getLockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderHook
-
- getLockSensorValueA() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getLockSensorValueB() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getLockSensorValueC() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Return lockStatus.
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Return lockStatus
If lockStatus is being updated, wait until update completion else return immediately lockStatus.
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.LoaderHookModule
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerThreeClamps
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- getLockStatus() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderHook
-
- getLongDescription() - Method in enum org.lsst.ccs.subsystems.fcs.FcsEnumerations.FcsAlert
-
- getLpcAxisXPanel() - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- getLpcAxisZPanel() - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- getMasterPosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- getMaxCurrent() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Returns max current - Used by GUI
- getMaxSpeed() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Returns max speed - Used by GUI
- getMode() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Return the EPOS mode stored in field mode.
- getMode() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Return Epos mode for GUI.
- getMode(String) - Static method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.EposMode
-
Retrieve and returns a mode which hexa code is given as an argument.
- getMode() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByEPOSController
-
- getModeForParameter(EPOSEnumerations.Parameter) - Static method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.EposMode
-
For a given parameter, return the mode in which this parameter has to be configured.
- getModeInHexa() - Method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.EposMode
-
- getMyClientName() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- getName() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGUI
-
- getName() - Method in interface org.lsst.ccs.subsystems.fcs.common.Actuator
-
- getName() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- getName() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGUI
-
- getName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByFCS
-
- getName() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- getName() - Method in interface org.lsst.ccs.subsystems.fcs.ui.commons.InterfaceGeneralGUI
-
- getNodeID() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getNodeID() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- getNodeID() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- getNodeID() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- getNodeName(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
For a piece of hardware that this tcpProxy manages, this methods returns the name of the device
when the CANopen node id is given as argument.
- getOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
returns onlineClamps to be able to send commands to onlineClamps in fcs subsystem.
- getOnlineClampXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getOnlineClampXminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getOnlineClampXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getOnlineClampXplusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getOnlineClampYminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getOnlineClampYminusControllerPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getOnlineFilterName() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Return the name of the filter which is at ONLINE.
- getOnlinePosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return ONLINE masterPosition.
- getOnlineSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- getOpenSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
returns openSensors for tests
- getOutputNumero() - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- getParameters() - Method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.EposMode
-
- getPdoStorage() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- getPlutoGatewayPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- getPlutoGatewayPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- getPlutoGatewayPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Return truck position enregistred in field position.
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return actual trucks masterPosition.
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
return carousel position.
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Return position for end user.
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- getPosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getPositionOnCarousel() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Return the position of this socket on the carousel.
- getPresenceStatus() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
Return the filter presence status.
- getProductCode() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- getRailSensorStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
- getRailSensorStandbackXminusValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- getRailSensorStandbackXplusValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- getRailSensorStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
- getRailSensorStandbyXminusValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- getRailSensorStandbyXplusValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- getRailsSensorsDIO() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
***********************************************************************************************
- getRailsSensorsDIOName() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getReadActualCurrent() - Method in interface org.lsst.ccs.subsystems.fcs.common.Actuator
-
- getReadValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- getRelativePositionToClose() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getRelativePositionToUnclamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getResponse(long) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser.CommandToRegister
-
Return the response to the initial command.
- getReturnValue(String, int) - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBenchMainModule
-
Returns the value read on the socket for the input of the ADC given as an
argument.
- getRevisionNB() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- getRotationInDegrees() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getSensor() - Method in class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
for simulation
- getSensor() - Method in class org.lsst.ccs.subsystems.fcs.RedondantSensors
-
for simulation
- getSensorC() - Method in class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
for simulation
- getSensorR() - Method in class org.lsst.ccs.subsystems.fcs.RedondantSensors
-
for simulation
- getSentCurrent() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
returns last value of current sent to controller
- getSentCurrent() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- getSentCurrentMaxValue() - Method in interface org.lsst.ccs.subsystems.fcs.common.Actuator
-
- getSentCurrentMinValue() - Method in interface org.lsst.ccs.subsystems.fcs.common.Actuator
-
- getSentCurrentValue() - Method in interface org.lsst.ccs.subsystems.fcs.common.Actuator
-
- getSentValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- getSerialNB() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- getSerialNB() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- getSerialNB() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- getSftExchangePanel() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- getSftTrucksMotor() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- getSize() - Method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.Parameter
-
- getSlavePosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- getSocketAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Return the socket HALTED at STANDBY filterPosition if there is one.
- getSocketAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
- getSocketAtStandbyName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getSocketByName(String) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Return a CarouselSocket which name is given as parameter.
- getSocketName() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
- getSocketName() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByFilter
-
- getSocketPanels() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- getSpeed() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- getSpeed() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- getSpeed() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- getSpeedVoltageInVolt() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- getSpeedVoltageMaxValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- getSpeedVoltageMinValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- getSsiPosition() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- getStandbyPosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return STANDBY masterPosition.
- getStandbyPosition() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- getStandbySensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- getState() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- getState() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getStatusData() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getStatusPublishedByHook1() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getStatusPublishedByHook2() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getStatusPublishedByHook3() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getStatusPublishedByHook4() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- getStoragePosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- getStorageSensorValue0() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- getSubindex() - Method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.Parameter
-
- getSubsystemPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- getTargetPositionToClamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getTargetPositionToOpen() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- getTcpProxy() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Return tcpProxy
- getTcpProxyName() - Method in class org.lsst.ccs.subsystems.fcs.common.EmergencyMessage
-
- getTemperature() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- getText() - Method in enum org.lsst.ccs.subsystems.fcs.FcsEnumerations.LockStatus
-
- getTimeoutForClosing() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Return timeoutForClosing
- getTimeoutForClosing() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Return the max time for closing in millisecond.
- getTimeoutForClosing() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getTimeoutForGoingToHandOff() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Used by GUI
- getTimeoutForGoingToStorage() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Used by GUI
- getTimeoutForOpening() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Return timeoutForOpening
- getTimeoutForOpening() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Return the max time for opening.
- getTimeoutForOpening() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getTimeoutForTrucksMotion() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return the timeout for trucks motion.
- getTimeToConfortAPosition() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- getTimeToGoToStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- getTimeToGoToStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- getTransfert_coeff() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
- getTransfert_Constante() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
- getTruckLocation() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
This method returns the truck position (an ENUM).
- getTrucksLocation() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
This method returns the truckLocation if it is not been updated otherwise
it waits until the end of the update.
- getTrucksLocation() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- getTruckXminus() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getTruckXplus() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- getType() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- getUnlockSensor() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- getUnlockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- getUnlockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- getUnlockSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderHook
-
- getValue() - Method in interface org.lsst.ccs.subsystems.fcs.common.Sensor
-
- getValue() - Method in class org.lsst.ccs.subsystems.fcs.common.Sensor14bits
-
This method returns value if the sensor is not updating otherwise it
waits until the update is completed and returns the new read value from
the hardware.
- getValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
- getVarValue(String, String) - Method in class org.lsst.ccs.subsystems.fcs.common.PDOStorage
-
Returns the value stored for a CANopen device identified by its nodeID and for an input
number on this CANopen device.
- getVendorID() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- getVoltage() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
Returns voltage value read on force sensor in mV.
- getWeight() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
return filter weight
- goToAbsolutePosition(int) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
For end user.
- goToHandOff() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- goToHandOff() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- goToHandOff() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Move Autochanger trucks to the Handoff masterPosition.
- goToHandOff() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- goToHandOff() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- goToHandOff() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Move the carrier to Handoff position.
- goToHandOff() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- goToHandoffTimeout - Variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- goToHandoffTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- goToInitialState() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
Initial state for sequence1 : autochanger is in highposition and trucks
are empty carousel holds a filter and its clamps are in CLAMPEDONFILTER
state.
- goToOnline() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- goToOnline() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- goToOnline() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Move Autochanger trucks to the Online masterPosition.
- goToOnline() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- goToStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- goToStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
Move SFT autochanger to STANDBACK.
- goToStandby() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- goToStandby() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- goToStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Move Autochanger trucks to the Standby masterPosition.
- goToStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- goToStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
This methods moves the trucks from standback position to standby
position.
- goToStandby() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- goToStorage() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- goToStorage() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- goToStorage() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Moves loader carrier to storage position.
- goToStorage() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- goToStorageTimeout - Variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- goToStorageTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- grabFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Close latches on filter at STANDBY.
- grabFilterAtStandby(String) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Grab a filter at STANDBY position.
- grabFilterAtStandby(Filter) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This method has to be executed when a filter has just been moved on the
carousel at standby filterPosition by the autochanger.
- grabFilterAtStandby(Filter) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
Go to STANDBY to grab filter and stay at STANDBY.
- greenColor - Static variable in class org.lsst.ccs.subsystems.fcs.FcsEnumerations
-
- greenColor - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- InclinometerModule - Class in org.lsst.ccs.subsystems.fcs
-
This is a model for the Inclinometer used in CPPM test bench and on
whole size prototype.
- InclinometerModule(String, int) - Constructor for class org.lsst.ccs.subsystems.fcs.InclinometerModule
-
Build an InclinometerModule with the numero of byte read on the device.
- inError - Variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- init() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.jas.AutochangerJasPlugin
-
- init() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.jas.CarouselJasPlugin
-
- init() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.jas.LoaderJasPlugin
-
- init() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.jas.SingleFilterTestJasPlugin
-
- init() - Method in class org.lsst.ccs.subsystems.fcs.ui.jas.FcsJasPlugin
-
- initGui() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
Initialize GUI
- initializationTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- initialize() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This method initializes the fields of the tcpProxy.
- initialize() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
Initialize and configure the device in order to be able to read temperatures.
- initialize() - Method in class org.lsst.ccs.subsystems.fcs.drivers.SystecIO_X5
-
- initializeAndCheckHardware() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
This methods write some configuration data on the hardware CPU.
- initializeAndCheckHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenADC
-
- initializeAndCheckHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
This methods has to be overridden if there is some initialization to do
for the device.
- initializeAndCheckHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Check if the parameters in the cPU of the controller have the right values.
- initializeAndCheckHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
- initialized - Variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- initializeFilterLocation() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
This method is called by FilterLocator during INITIALIZATION to update field filterLocation.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerLatchPanel
-
Initialize this Panel from configuration data.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerOnlineClampPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
Initialize GUI from configuration data of the subsystem.
- initializeGui(int, int) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTruckPanel
-
Initialize this Panel from configuration data.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoLatchesPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoTrucksPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.AnalogicSensorPanel
-
Initialize the GUI with the configuration data.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselClampPanel
-
Initialize the GUI with the configuration data.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
Initialize the GUI with the configuration data.
- initializeGui(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.FilterListPanel
-
Initialize Panel with filter list name.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderCarrierPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderClampPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
Initialize this Panel from Configuration Info data.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenDevicePanel
-
To initialize this panel from the data coming from the CANopen device in the configuration system.
- initializeGui(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenHardwareListPanel
-
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSControllerPanel
-
- initializeGUI(String, Map<String, String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSParametersPanel
-
Initializes or updates GUI with configuration INFO.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.PlutoGatewayPanel
-
Initialize the PLutoGatewayPanel from configuration info.
- initializeGui(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.SubsystemPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
Initialize gatherPanel with configuration data : hardwareList.
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- initializeGUIWithConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- initializeGUIWithFiltersInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- initializeGUIWithFiltersInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
Initialize gatherPanel with configuration data : filter names list.
- initializeGUIWithFiltersInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
This method is to retrieve the configuration information for the filters from the ConfigurationInfo
and the list of filter names.
- initializeGUIWithFiltersInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- initializeGUIWithFiltersInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
This method is to retrieve the configuration information for the filters from the ConfigurationInfo
and the list of filter names.
- initializeGUIWithLoaderConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
- initializeGUIWithLoaderConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
To update GUI with LOADER hardware list.
- initializeGUIWithLoaderConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- initializeGUIWithLoaderConfigInfo(ConfigurationInfo, List<String>) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- initializeHardware() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Command for ENGINEERING mode.
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Initialize field autochanger and latchController
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerMainModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Initialize fields autochanger, lockStatus and listens to its controller.
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
***********************************************************************************************
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
***********************************************************************************************
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.common.Sensor14bits
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSensor14bits
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
initialize plutoGateway
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
In the initialisation, we want to do some software initialization, and
some hardware initialization.
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.FilterIdentificator
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.InclinometerModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.LoaderHookModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.LoaderMainModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLatchController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerOnlineClampController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerStandalonePlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenSensor14bits
-
Initialize the clamp that this sensor monitors, the simulated tcpProxy with a
PDO storage.
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampLockSensor
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselStandalonePlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderCarrierController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderClampController
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderStandalonePlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGateway
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGatewayWithFilterID
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
**************************************************************************************************
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenLatchActuatorModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenTruckMotor
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
***********************************************************************************************
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
***********************************************************************************************
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuLatchActuatorModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuTruckMotorModule
-
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
***********************************************************************************************
- initModule() - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- insets_big - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- insets_std - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- InterfaceAutochangerGUI - Interface in org.lsst.ccs.subsystems.fcs.autochanger.ui
-
- InterfaceCarouselGUI - Interface in org.lsst.ccs.subsystems.fcs.carousel.ui
-
- InterfaceGeneralGUI - Interface in org.lsst.ccs.subsystems.fcs.ui.commons
-
- InterfaceLoaderGUI - Interface in org.lsst.ccs.subsystems.fcs.loader.ui
-
- intValues - Variable in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
- isAbleToMove() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- isAbleToMove() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Return true if action is completed with success.
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
returns true if the action given as argument is completed.
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Tests if action is completed.
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Check if the action is completed.
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isActionCompleted(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- isADC() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if autochanger trucks are at HANDOFF.
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Returns the boolean field atHandoff.
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- isAtHandoff() - Method in interface org.lsst.ccs.subsystems.fcs.common.FilterHolder
-
This method returns true if the autochanger trucks are at HANDOFF position, false otherwise.
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
For the fake autochanger there is no autochanger trucks, so the position has not a real meaning.
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isAtHandoffPosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Returns the boolean field atHandoff.
- isAtOnline() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
return true if autochanger trucks are at ONLINE.
- isAtOnline() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- isAtOnline() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Returns the boolean field atOnline.
- isAtOnline() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isAtStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
For the single-filter-test only ?
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if autochanger trucks are at STANDBY.
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Returns the boolean field atStandby.
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Used to publish on the STATUS bus for the GUI.
- isAtStandby(Filter) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Return true if the filter given as argument is at STANDBY position.
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Return true if this socket is at STANDBY position.
- isAtStandby() - Method in interface org.lsst.ccs.subsystems.fcs.common.FilterHolder
-
This method returns true if the autochanger trucks are at STANDBY position, false otherwise.
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
For the fake autochanger there is no autochanger trucks, so the position has not a real meaning.
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenSensor14bits
-
return true if this sensor is on the clamp which is at STANDBY.
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- isAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- isAtStoragePosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Returns the boolean field atStorage.
- isAutochangerHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This methods returns true if the autochanger is holding a filter at
STANDBY position.
- isAutochangerHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Return true if the autochanger is holding the filter.
- isBooted() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- isBooted() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Returns true if this CANopen node is booted.
- isBooted(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Check if the String nodeID already exists in the bootedNodes table.
- isBooted() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
Returns true if this CANopen node is booted.
- isBooted() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByHardware
-
- isBrakeActivated() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSControllerWithBrake
-
- isBrakeActivated() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
return true if brake if activated.
- isBrakeActivated() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSOnlineClamp
-
return true if brake if activated.
- isBrakeActivated() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- isBrakeActivated() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerOnlineClampController
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if autochanger CANopen hardware is connected and ready.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Return true when ONLINE clamp hardware is ready.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Return true if the 3 onlineClamps hardware is ready.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isCANDevicesReady() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This method returns true if : all the hardware items are booted and
identified and the hardware have the node ID expected within the
configuration and the hardware is initialized.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Returns true if loader CANopen devices are booted, identified and initialized.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns true if loader CANopen devices are booted, identified and homingDone.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
This methods updates the boolean hardwareReady from the hardware bridge.
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isCANDevicesReady() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- isCarouselHoldingFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
TODO when autochanger is in standalone mode this method has to answer the value of the
fake carousel sensor.
- isChangerConnected() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Return true if the changer is connected.
- isChangerConnected() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
- isChangerReady() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Return true if the hardware of the changer is ready.
- isChangerReady() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
- isClamped() - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
- isClamped() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns true if LockStatus=CLAMPED
- isClampedOnFilter() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isClosed() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if LockStatus=CLOSED.
- isClosed() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Returns true if LockStatus=CLOSED
- isClosed() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns true if LockStatus=CLOSED
- isCloseSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if closeSensor and closeSensorC return the same value.
- isConnectedOnCamera() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Returns the boolean field atHandoff.
- isControllerBooted() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- isControllerInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if latchController is in Fault.
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if controller is in fault.
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Return true if controller is in fault.
- isControllerInFault() - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
Return true if the controller is in fault (an EmergencyMessage has been previously received.)
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Returns true if carrierController is in Fault.
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- isControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- isCWrapperConnected() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
This method returns true if the C-Wrapper is connected to the tcp proxy.
- isCWrapperConnected() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- isCWrapperConnected() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- isDAC() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- isEmpty() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if autochanger is empty.
- isEmpty() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if there is no filter in the autochanger.
- isEmpty() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Returns true if there is no filter is latches.
- isEmpty() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isEmpty() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Returns the boolean field empty.
- isEmpty() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- isEnabled() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Return true if the controller is enabled and so ready to receive commands.
- isEnabled() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Returns true if the controller is enabled.
- isEnabled() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- isEnabled() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByEPOSController
-
- isEnabledToPublish() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
For GUI.
- isEnabledToPublish() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- isFilterEngaged() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- isFilterEngagedSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- isFilterPresenceSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- isFilterPresenceSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- isForceStatusOn() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- isHaltRequired() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
- isHandoffInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- isHandoffInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isHandoffSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Return false if the 2 redondant position sensors at Handoff are equal.
- isHandoffSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- isHardwareReady() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- isHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if a filter is in trucks and latches are LOCKED.
- isHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Return true if autochanger is holding a filter.
- isHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Return true if carousel is holding a filter at STANDBY position.
- isHoldingFilter() - Method in interface org.lsst.ccs.subsystems.fcs.common.FilterHolder
-
This method returns true if the FilterHolder is holding a filter, false otherwise.
- isHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
Return true if the fake filter holder is holding the filter.
- isHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Return true if a filter is present and it is held by the loader clamp.
- isHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isHoldingFilterAtStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isHoldingFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- isHoldingFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return true if the homing of the trucks has been done.
- isHomingDone() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSControllerForLinearRail
-
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSLinearRailTruck
-
return true if homing is done: the controller knows its absolute position.
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns true if loader clamp is homingDone.
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isHomingDone() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- isIdentified() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if LockStatus=ERROR, this means that unlockSensor and lockSensor return
non consistant values.
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if LockStatus=ERROR, this means closeSensor or openSensor is
in ERROR or openSensor and closeSensor return non consistant values.
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Returns true if LockStatus=ERROR
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Returns true if one of the latches is in ERROR state.
- isInError() - Method in interface org.lsst.ccs.subsystems.fcs.common.ControlledBySensors
-
returns true if one or many sensors of this hardware is in error.
- isInError() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Return true if controller is enabled.
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
For the GUI
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
returns true if handoff sensors or storage sensors are in error.
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns true if clamp LockStatus is in ERROR or LockStatus is UNKNOWN.
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.RedondantSensors
-
returns true if sensors send different values.
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderHook
-
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if latch is initialized.
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if plutoGateway, trucks, latches and onlineClamps are initialized.
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if clamp is initialized : hardware is ready (at least
booted) and clamp controller is initialized (parameters in the controller
CPU have been checked and controller has been configured).
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Return true if the 3 onlineClamps hardware is initialized.
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Returns true if the 2 latches controllers are initialized.
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return true if both controllers are initialized and homing of trucks are
done.
- isInitialized() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Returns true if this CANopen node is initialized.
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
- isInitialized() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByHardware
-
- isInMode(EPOSEnumerations.EposMode) - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
return true if this controller is in the mode given as argument.
- isInMode(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
return true if this controller is in the mode given as argument.
- isInTravel() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if LockStatus=INTRAVEL.
- isLimitSwitchDownInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isLimitSwitchDownInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isLimitSwitchUpInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isLimitSwitchUpInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isLoaderConnected() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Returns the boolean field loaderConnected.
- isLoaderConnected() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Return true if the loader is connected.
- isLoaderConnected() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
- isLoaderConnectedSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- isLoaderHoldingFilterAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if loader is connected and holding a filter.
- isLoaderOnCameraSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- isLoaderOnCameraSensorValue() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- isLoaderReady() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Return true if the hardware of the loader is ready.
- isLoaderReady() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if LockStatus=LOCKED
Doesn't read again sensors.
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if LockStatus=LOCKED.
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Returns true if LockStatus=LOCKED
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Return if both latches are LOCKED.
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
This methods returns true if the clamp is locked.
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- isLocked() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- isLockSensorInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- isLockSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- isMasterControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isMaxonMotor() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
Says if a Can Open node is a MAxonMotor or not.
- isMoving() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
Return true if the MobileItemMobile is moving.
- isMoving() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isMoving() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- isMovingToStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isMovingToStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
***********************************************************************************************
- isMovingToStandback() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor
-
- isMovingToStandback() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- isMovingToStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isMovingToStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- isMovingToStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor
-
- isMovingToStandby() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- isOff() - Method in interface org.lsst.ccs.subsystems.fcs.common.Actuator
-
- isOn() - Method in class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
- isOn() - Method in class org.lsst.ccs.subsystems.fcs.DigitalSensor
-
- isOn() - Method in class org.lsst.ccs.subsystems.fcs.RedondantSensors
-
- isOn() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- isOnAutoChanger() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
- isOnCarousel() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
- isOnline() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isOnlineInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- isOnlineSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Return false if the 2 redondant position sensors at Online are equal.
- isOpened() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if LockStatus=OPENED.
- isOpened() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Returns true if LockStatus=OPENED
- isOpened() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Returns true if LockStatus=OPENED
- isOpenSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Returns true if openSensor and openSensorC retun the same value.
- isOut() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
- isParametersOK() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
This methods returns true if the values of parameters stored in CPU are
the same than those stored in the configuration system.
- isParametersOK() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- isParametersOK() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
We assum that simulated hardware's controller has always correct parameters.
- isPositionSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Return true if position sensors are in error.
- isPositionSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Return true if TruckXminus position sensors or TruckXminus position sensors are in error.
- isReadyToClamp() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isReadyToGrabAFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This method let us know if the carousel is ready to receive a filter at
standby filterPosition : - the carousel must not rotate - an empty
socketAtStandby is at standby filterPosition.
- isRealHardware() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
- isRealHardware() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- isRealHardware() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- isRotating() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Returns true if carousel is rotating
- isRotating() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
- isSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Return true if an error has been detected on sensors.
- isSigned() - Method in enum org.lsst.ccs.subsystems.fcs.EPOSEnumerations.Parameter
-
- isSlaveControllerInFault() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- isStandbyInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- isStandbySensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Return false if the 2 redondant position sensors at Standby are equal.
- isStopRequired() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
- isStorageInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- isStorageSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- isTargetReached() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Throw an Exception if the target was not reached in the previous action.
- isTargetReached() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
In HOMING mode and PROFILE_POSITION mode this indicates that the position
is reached.
- isTargetReached() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
overriden for simulation
- isTokenUsed(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
Tells if the token is used.
- isTrucksEmpty() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- isTrucksEmpty() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- isTurnedOff() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Return true if the controller is turned OFF;
- isTurnedOff() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- isUnclampedEmpty() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isUnclampedOnFilter() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- isUnderLoad() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- isUnknown() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
- isUnlocked() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Returns true if LockStatus=UNLOCKED
Doesn't read again sensors.
- isUnlocked() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Return if both latches are UNLOCKED.
- isUnlockSensorInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- isUnlockSensorsInError() - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- isValidCommandWord(String) - Static method in class org.lsst.ccs.subsystems.fcs.utils.FcsUtils
-
returns true if the command given as argument is an available CANopen command.
- latchActuator - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- LatchActuatorModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
For the single-filter-test, a model for the actuator which opens and close
the latches to release or hold a filter.
- LatchActuatorModule(double, double, int, int) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
Build a LatchActuatorModule with a tickMillis value of 3000 ms.
- latchesState - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- latchXminusControllerPanel - Variable in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- latchXplusControllerPanel - Variable in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- Led - Interface in org.lsst.ccs.subsystems.fcs.testbench
-
Use in APC test bench
- LEFT - Static variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderHookPanel
-
- linearRailMasterControllerPanel - Variable in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- linearRailSlaveControllerPanel - Variable in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- listBootedNodes() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
List the can open bootedNodes which are in the bootedNodes table.
- listHardwareNames() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
Return an Array containing hardware names handled by this component.
- listHardwareNames() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
For the GUI : Return an Array containing hardware names handled by this component.
- listHardwareNames() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
Returns list of hardware names.
- listLoaderHardwareNames() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
For Whole FCS GUI.
- listLoaderHardwareNames() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
For Whole FCS GUI.
- loadCommunicationErrorTable() - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenErrorsTable
-
Load the property file for the communication errors.
- loadDeviceErrorTable() - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenErrorsTable
-
Load the property file of the device error codes.
- LOADER_TCPPROXY_NAME - Static variable in class org.lsst.ccs.subsystems.fcs.FCSCst
-
Name of the tcpProxy for the loader
- LoaderBottomPanel - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
This is the bottom Panel for the laoder standalone subsystem.
- LoaderBottomPanel(LoaderGatherPanel, String) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderBottomPanel
-
A constructor with a LoaderGatherPanel and a title.
- LoaderCanOpenProxy - Class in org.lsst.ccs.subsystems.fcs.drivers
-
The tcp server for the loader when we want to connect or disconnect loader
hardware.
- LoaderCanOpenProxy(int, int, String, long) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.LoaderCanOpenProxy
-
- LoaderCarrierModule - Class in org.lsst.ccs.subsystems.fcs
-
This is a model for the carrier in the loader.
- LoaderCarrierModule(RedondantSensors, RedondantSensors) - Constructor for class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Buils a LoaderCarrierModule with 2 couples of redondants sensors to detect carrier position.
- LoaderCarrierPanel - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
A panel for the loader carrier.
- LoaderCarrierPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderCarrierPanel
-
Creates new form LoaderCarrierPanel and init all the components.
- LoaderClampModule - Class in org.lsst.ccs.subsystems.fcs
-
This is model for the clamps mechanism in the loader.
- LoaderClampModule(LoaderHookModule, LoaderHookModule, LoaderHookModule, LoaderHookModule, ForceSensor, ForceSensor, DigitalSensor) - Constructor for class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Build a new LoaderClampModule with 4 hooks and the parameters to configure the EPOS controller
in mode CURRENT and in mode HOMING.
- LoaderClampPanel - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
- LoaderClampPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderClampPanel
-
Creates new form LoaderClampPanel
- LoaderDisconnectedException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
- LoaderDisconnectedException() - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.LoaderDisconnectedException
-
Creates a new instance of LoaderNotConnectedException
without detail message.
- LoaderDisconnectedException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.LoaderDisconnectedException
-
Constructs an instance of LoaderNotConnectedException with
the specified detail message.
- LoaderGatherPanel - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
This panel gathers all the panels needed for the loader GUI.
- LoaderGatherPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
Creates new form LoaderTopPanel
- LoaderGatherPanel(InterfaceLoaderGUI, String) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- LoaderGeneralViewPanel - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
A view to display a global view of the loader.
- LoaderGeneralViewPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
A constructor without any argument for tests.
- LoaderGeneralViewPanel(InterfaceLoaderGUI) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
A constructor with a LoaderGUI.
- LoaderGUI - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
- LoaderGUI(String, String, AgentMessagingLayer) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- LoaderHookModule - Class in org.lsst.ccs.subsystems.fcs
-
This is the model for a single hook in the loader.
- LoaderHookModule(DigitalSensor, DigitalSensor) - Constructor for class org.lsst.ccs.subsystems.fcs.LoaderHookModule
-
- LoaderHookPanel - Class in org.lsst.ccs.subsystems.fcs.loader.ui
-
- LoaderHookPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderHookPanel
-
Creates new form LoaderMainPanel
- LoaderJasPlugin - Class in org.lsst.ccs.subsystems.fcs.loader.ui.jas
-
- LoaderJasPlugin() - Constructor for class org.lsst.ccs.subsystems.fcs.loader.ui.jas.LoaderJasPlugin
-
- LoaderMainModule - Class in org.lsst.ccs.subsystems.fcs
-
This is the Main Module for the Loader control software when the loader is in standalone.
- LoaderMainModule(BridgeToHardware) - Constructor for class org.lsst.ccs.subsystems.fcs.LoaderMainModule
-
Build a LoaderMainModule with a bridge.
- LoaderModule - Class in org.lsst.ccs.subsystems.fcs
-
This is the model for the loader in the Filter Exchange System.
- LoaderModule(LoaderCarrierModule, LoaderClampModule, String, RedondantSensors, RedondantSensors) - Constructor for class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Build a LoaderModule with a carrier, a clamp and sensors.
- loadErrorRegisterTable() - Static method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenErrorsTable
-
Loader the property file for the error register table.
- loadFilter(Filter) - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Load a filter from the loader to the camera.
- loadFilter() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- loadFilter() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- loadFilter() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- loadFilterInCamera() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
This command can be launched when a filter is in the loader and we want
to put in inside the camera.
- LOCAL_LOG - Static variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
A Logger for CommandDispenser.
- LOCAL_LOG - Static variable in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
A Logger for CommandDispenser.
- locateFilter() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
Read the sensors and update location of the filter and state of Carousel and Autochanger.
- locateHardware() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
This command has to be executed after the initialization phase and after
the checkHardware command.
- lock() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Locks the ONLINE clamp : sends currentToClamp to the controller with a
ramp of current from currentToClose to currentToRamp.
- lock - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- lock - Variable in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- lock - Variable in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
- lock - Variable in class org.lsst.ccs.subsystems.fcs.LoaderHookModule
-
- lockClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Locks clamps : closed with a strong pressure (high current).
- lockOnlineClamp(String) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- lockOnlineClamp(String) - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- lockOnlineClamp(String) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- lockOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- lockOnlineClamps() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- lockOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- lockSensor - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- lowerLimitValue - Variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
- LPCAxisXPanel - Class in org.lsst.ccs.subsystems.fcs.testbench.ui
-
- LPCAxisXPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.testbench.ui.LPCAxisXPanel
-
- lpcAxisXPanel - Variable in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- LPCAxisZPanel - Class in org.lsst.ccs.subsystems.fcs.testbench.ui
-
- LPCAxisZPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.testbench.ui.LPCAxisZPanel
-
- lpcAxisZPanel - Variable in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselDisk
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.AnalogMeter
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.HorizontalProgressBar
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.MovementPanel
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.VerticalProgressBar
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.DigitalSwitch
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.FilterPanel
-
- paintComponent(Graphics) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.Switch
-
- pane - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- panelStateInitialized - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- parametersOK - Variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
used in checkParameters and initializeAndCheckHardware methods
- PDOStorage - Class in org.lsst.ccs.subsystems.fcs.common
-
To store the values returned by a PDO.
- PDOStorage() - Constructor for class org.lsst.ccs.subsystems.fcs.common.PDOStorage
-
- PieceOfHardware - Interface in org.lsst.ccs.subsystems.fcs.common
-
This is an interface for a piece of hardware on a can open network.
- PlutoGatewayInterface - Interface in org.lsst.ccs.subsystems.fcs.common
-
- PlutoGatewayModule - Class in org.lsst.ccs.subsystems.fcs.drivers
-
This represents the gateway to the pluto PLC involved in the camera
protection system.
- PlutoGatewayModule(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
Build a new PlutoGatewayModule.
- plutoGatewayPanel - Variable in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- PlutoGatewayPanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
A Panel to display data from a PLutoGateway.
- PlutoGatewayPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.PlutoGatewayPanel
-
Creates new form PlutoGatewayPanel with a name and a general informations panel.
- position - Variable in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Switch off controller after a CLOSE or OPEN action.
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
What to be done after the action is completed.
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Puts controller off after an action and tests if the result of the action is correct.
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- postAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- postInit() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.jas.AutochangerJasPlugin
-
- postInit() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.jas.CarouselJasPlugin
-
- postInit() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.jas.LoaderJasPlugin
-
- postInit() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.jas.SingleFilterTestJasPlugin
-
- postInit() - Method in class org.lsst.ccs.subsystems.fcs.ui.jas.FcsJasPlugin
-
- postStart() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
- postStart() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
- postStart() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
This happens when the hardware has been initialized.
- powerOff() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenLatchActuatorModule
-
- powerOff() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
Power off the latch actuator.
- powerOff() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuLatchActuatorModule
-
- preferedPanelSize - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- printBootedNodeBySerialNumber(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Returns a String representation of a CANopen node booted on the CANbus
for the device which serial number is given as a parameter.
- printFilterONLINEName() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
For end user.
- printHardwareList() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
Return a String with the list of hardware expected in this subsystem.
- printHardwareList() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Return a String with the list of hardware expected in this subsystem.
- printHardwareList() - Method in class org.lsst.ccs.subsystems.fcs.testbench.CarouselTestbenchMainModule
-
This method returns a String with the list of hardware that this bridge
manages.
- printHardwareState() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
Return a printed list of hardware with the initialization state.
- printHardwareState() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Return a printed list of hardware with the initialization state.
- printHardwareState() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Return a printed list of hardware with initialization information.
- printHardwareState() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Return a printed list of hardware with initialization information.
- printHardwareState() - Method in class org.lsst.ccs.subsystems.fcs.LoaderMainModule
-
Print list of hardware with initialization information.
- printHardwareState() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Print list of hardware with initialization information.
- printPDOStorage() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
For tests.
- printState() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
- printValue() - Method in class org.lsst.ccs.subsystems.fcs.common.Sensor14bits
-
- processEmcyMessage(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Process an emergency message received from a CANopen device on the status bus :
- ALARM or WARNING Alert is raised,
- a message is logged,
- Observers are notified (CANopen devices are CanOpenProxy Observers).
- processEmergencyMessage(EmergencyMessage) - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
This method is to be used when receiving an EmergencyMessage from the CANbus.
- processEmergencyMessage(EmergencyMessage) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
What to do when we received an Emergency message from controller with an errorCode;
- processFaultReset() - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
What to do when a faultReset has been done on the controller.
- processFaultReset() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- processResponseToReadSDO(String, String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Check a response to a readSDO command.
- processSDORequestError(String, String, String, String, AlertState) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
When we receive a response with an error to a SDO request, this methods retreives the errorName
in the CANOpen tables, create an error message and raise an Alert.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Updates field controllerInFault when the controller notifies its observers and sends new values.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Updates field controllerInFault when the controller notifies its
observers and sends new values.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Updates field controllerInFault when the controller notifies its observers and sends new values.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
What to do when the Modules we observe send there new values.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Updates field controllerInFault when the controller notifies its observers and sends new values.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Updates field controllerInFault when the controller notifies its observers and sends new values.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
We observe SimuAutochangerPlutoGateway.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampLockSensor
-
We observe SimuAutochangerPlutoGateway.
- processUpdate(Observable, Module.ValueUpdate) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- publishData() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- publishData() - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
publishes data on the STATUS bus
- publishData() - Method in interface org.lsst.ccs.subsystems.fcs.common.PieceOfHardware
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
Creates an object StatusDataPublishedByFilter and publishes it on the
Status Bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
Publish filters data to refresh GUI.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
Publish Data on status bus for trending data base and GUIs.
- publishData() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
Publish Data on status bus for trending data base and GUIs.
- publishDataAndNotifyObservers() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- publishedByAutoChangerOutputName - Static variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- publishHardwareData(PieceOfHardware) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Publish Data on status bus for trending data base and GUIs.
- publishHardwareData(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Publish Data on status bus for trending data base and GUIs for a CANopen device.
- putFilterOnSocket(Filter) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
This is only a software operation.
- putFilterOnSocket(String) - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
This filter is now on carousel in socket given by its name.
- RailSensorPanel - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest.ui
-
- RailSensorPanel() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.RailSensorPanel
-
Creates new form RailSensorPanel
- RailSensorPanel(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.RailSensorPanel
-
- railSensorStandback - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
A effect Hall sensor which says if the truck is at standback position or
not.
- railSensorStandby - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
A effect Hall sensor which says if the truck is at standby position or
not.
- raiseAlarm(String, String, String) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises an ALARM with a fcsErrorID, a message and a cause.
- raiseAlarm(FcsEnumerations.FcsAlert, String) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises an ALARM with a FcsAlert and a cause.
- raiseAlarm(FcsEnumerations.FcsAlert, String, String) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises an ALARM with a FcsAlert, a cause and a deviceName.
- raiseAlarm(String, String, Exception) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises an ALARM with a fcsErrorID, a message and an exception.
- raiseWarning(String, String, String) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises a WARNING alert with a fcsErrorID, a message and a cause.
- raiseWarning(FcsEnumerations.FcsAlert, String) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises a WARNING with an fcsAlert and a cause.
- raiseWarning(FcsEnumerations.FcsAlert, String, String) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises an WARNING with a FcsAlert, a cause and a deviceName.
- raiseWarning(String, String, Exception) - Method in interface org.lsst.ccs.subsystems.fcs.common.AlertRaiser
-
Raises a WARNING with a fcsErrorID, a message and a cause.
- readAnalogInput(int) - Method in interface org.lsst.ccs.subsystems.fcs.common.ADCInterface
-
Read the analog input whom number is given as a parameter
- readAnalogInput(int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenADC
-
Read the analog input whom number is given as a parameter
- readChannel(int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
read channel and return temperature read as a double
- readChannel(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.SystecIO_X5
-
- readChannelHexaValue(int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
read AI process value for chanel which numero is given as argument
return the hexa value
- readControlWord() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Read the control world (index=6040, subindex=0,size=2)
- readCurrent() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Read actual current on the controller CPU.
- readCurrent() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
In Current Mode this methods returns the current actualy received by the motor.
- readCurrent() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readCurrentAverageValue() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
In Current Mode this methods returns the average of the current received
by the motor.
- readDevicesInfo(long, long) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This method is called in the checkHardware method during the initialization process.
- readErrorHistory() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
The error history holds errors that have occurred on the device and have
been signalled via the emergency object.
- readErrorHistory() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readErrorHistoryNames() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
For the GUI or to display at the console : return a list of String with
the error code and the error name.
- readErrorRegister() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
At index 1001 there deviceErrorFile an error register for the device.
- readErrorRegister() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readFakeSensor() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBenchMainModule
-
- readFilterIdentifier() - Method in class org.lsst.ccs.subsystems.fcs.FilterIdentificator
-
Read the 6 hall effect sensors, compute the number given by the magnets and returns it.
- readHexaValuesFromPDO() - Method in interface org.lsst.ccs.subsystems.fcs.common.PlutoGatewayInterface
-
- readHexaValuesFromPDO() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
Read new values for sensors connected to this gateway from a PDO request.
- readHexaValuesFromPDO() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGateway
-
Return new simulated hexavalues returned by PDO.
- readInclinaison() - Method in class org.lsst.ccs.subsystems.fcs.InclinometerModule
-
Read new value for inclinometer on plutoGateway and return inclinaison.
- readMode() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
read the EPOS mode on the controller CPU.
- readMode() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Reads the EPOS mode in the CPU of the EPOS device, updates the field mode
and returns the mode as a String.
- readMode() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readNewHexaValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
returns the value in hexa of all the sensors connected on the inputs
channels of the device.
- readNewHexaValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
- readNewHexaValues() - Method in interface org.lsst.ccs.subsystems.fcs.common.PlutoGatewayInterface
-
- readNewHexaValues() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenPlutoGateway
-
- readNewHexaValues() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGateway
-
returns simulated values for the gateway.
- readNewValue() - Method in interface org.lsst.ccs.subsystems.fcs.common.Sensor
-
This method reads the current value in decimal measured by the hardware
or compute a random value for the simulated sensor, and returns this
current value.
- readNewValue() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSensor14bits
-
Read a new value of this sensor on the ADC by sending a readSDO request.
- readNewValue() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenSensor14bits
-
The simulated sensor doesn't read its new value on a CANopen device but the new value is
generated by a random generator between a min and a max value.
- readNumberOfErrors() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Return the number of errors that occured on this controller.
- readNumberOfErrors() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Extract from the Maxon Motor firmware specification : Contains the number
of actual errors that are recorded in the array starting at subindex 1.
- readNumberOfErrors() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readParameter(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Reads in the EPOS CPU the value of the Parameter which parameter name is
given as argument.
- readParameter(EPOSEnumerations.Parameter) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Reads in the EPOS CPU the value of the Parameter.
- readParameterInHexa(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Reads in the EPOS CPU the hexadecimal value of the Parameter.
- readParameterInHexa(EPOSEnumerations.Parameter) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Reads in the EPOS CPU the value of the Parameter.
- readParameters(EPOSEnumerations.EposMode) - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Read all the value of parameters for a given EPOS mode and return a printed list of this values.
- readParameters(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
This methods reads in the CPU of the EPOS the values of the parameters
for a given mode.
- readParameters(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- readParameters() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- readParameters(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readPDOs() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
- readPDOs() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This method sends a sync command to the can open stack and returns the
reply.
- readPDOs() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- readPosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
For the GUI and end users for test purpose.
- readPosition() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Read actual position on the controller CPU.
- readPosition() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Reads in the CPU the value of the parameter PositionActualValue and
returns it in a decimal format.
- readPosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
To display position for end user.
- readPosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
To display position for end user.
- readPosition() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readProfileVelocity() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Read ProfileVelocity on the controller CPU.
- readProfileVelocity() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
In PROFILE_POSITION returns the value of the parameter ProfileVelocity.
- readProfileVelocity() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- readSDO(String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
Sends a readSDO request to the CANopen device.
- readSDO(String, String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Read a SDO with the given index and subindex RETURNS the value read in
hexa (String) if no error occured or throws an Exception if an error occured.
- readSDO(String, String, String) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- readSDOCommand(String, String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Command to be used by the end user at the console in engineering mode.
- readSensorsUntilActionIsCompleted(FcsEnumerations.MobileItemAction, long, long) - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
Start reading the sensors at a fixed rate (scheduler.scheduleAtFixedRate)
until the action is completed or we received a halt signal or the timeout
for this action is past.
- readSSIPosition() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Read the SSS position on the controller CPU.
- readSSIPosition() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Read the position returned by the absolute encoder (single serial data).
- readSSIPosition() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
Read the position returned by the absolute encoder (single serial data).
- readStatusWord() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
- readStatusWord() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Read the status world (index=6041, subindex=0,size=2)
- readTemperature() - Method in interface org.lsst.ccs.subsystems.fcs.common.Thermometer
-
Read the temperature on the hardware device and returns the temperature
as a double in degrees Celsius.
- readTemperature() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenThermometer
-
Read temperature on the termometer and returns the new value read.
- readTemperature() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuThermometer
-
- readTemperature() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
Read temperature.
- readTemperature() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBenchMainModule
-
- readTemperatureFromPDO() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBenchMainModule
-
- readTemperatures() - Method in class org.lsst.ccs.subsystems.fcs.drivers.SystecIO_X5
-
- readTemperatureWithPDO(PDOStorage) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenThermometer
-
Read the temperature from a PDOStorage.
- readVoltage(int) - Method in interface org.lsst.ccs.subsystems.fcs.common.ADCInterface
-
Read the voltage at the ADC input inputNB on the ADC and returns the
value in Volt
- readVoltage(int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenADC
-
Read the voltage at the ADC input inputNB on the ADC and returns the
value in Volt
- RedondantSensors - Class in org.lsst.ccs.subsystems.fcs
-
Represents a couple of sensors which are redondant : that means they must have the same digitalValue.
- RedondantSensors(DigitalSensor, DigitalSensor) - Constructor for class org.lsst.ccs.subsystems.fcs.RedondantSensors
-
builds a RedondantSensors object from a couple of sensors.
- register(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
Registers a command and returns a token to be used to retrieve the command in the map.
- registerResponse(String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
Registers the response for a command.
- RejectedCommandException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
An Exception to be raised when a command sent to FCS is rejected because it's not possible
to launch this command in the actual conditions.
- RejectedCommandException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.RejectedCommandException
-
Build a new RejectedCommandException with a message.
- release() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
The clamps on the carousel are locked automaticaly when the filter comes
at the standby position.
- releaseBrake() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- releaseBrake() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOSOnlineClamp
-
Release brake to be able to move clamp.
- releaseBrake() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
No brake in single-filter-test carousel.
- releaseBrakeMaster() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
release brake on master controller.
- releaseBrakeSlave() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
release brake on slave controller.
- releaseClamps() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Release clamps at standby position to get ready to clamp again.
- releaseClamps() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Releases the 2 clamps of the socket.
- releaseClampsContact() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- remove(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser
-
Remove a token.
- removeFilter() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Software removing.
- removeFromCarousel() - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
This method is call by the CarouselSocket when the filter is not seen
anymore by the filter presence sensor at STANDBY position.
- replaceDigitalValues(int, String, int, String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
This method replace the values of 2 channels in hexaValue with the
digital values given as argument.
- replaceHexaValues(DigitalSensor, boolean) - Method in interface org.lsst.ccs.subsystems.fcs.simulation.SimuFilterIDPlutoGatewayInterface
-
- replaceHexaValues(DigitalSensor, boolean) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGateway
-
Replace hevaValues in order to force simulated sensor to be on or off depending on the
argument on given as argument.
- reset() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.ValueSliderPanel
-
This method is called from within the constructor to initialize the form.
- resetError() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGeneralViewPanel
-
Reset Panels to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerLatchPanel
-
Reset components to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerOnlineClampPanel
-
Reset components to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
Reset Panel components with default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTruckPanel
-
Reset components to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoLatchesPanel
-
Reset components default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoTrucksPanel
-
Reset components default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.AnalogicSensorPanel
-
Reset panel to default values when subsystem is shutdown for example.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselClampPanel
-
Reset panel to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselDisk
-
Reset to default values
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
Reset Panel with initial text, color, reset hardware table and filter
table.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel
-
Reset Panel to default values when subsystem is shutdown.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
Reset Panel to display default values when subsystem is halted.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.FilterListPanel
-
Delete filter table rows.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderCarrierPanel
-
Reset components to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderClampPanel
-
Reset components to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
To reset panel to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
Reset components to default values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderHookPanel
-
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenHardwareListPanel
-
Reset the Panel with the initial text values.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSControllerPanel
-
Reset to default values;
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSParametersPanel
-
Delete params table rows.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
This methods reset panels with initial text and color.
- resetPanel() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
Reset Panel with initial text, color, reset hardware table and filter
table.
- restoreParameters() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Restore default parameters.
- retrieveHardwareInfo() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
Identification of the hardware : we want to retrieve the information
stored in the hardware of the booted bootedNodes and update the array of
bootedNodes with this information.
- retrieveHardwareInfoLight() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- RIGHT - Static variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderHookPanel
-
- rightPanel - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
- rotate() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGUI
-
Carousel Rotation
*****************************************************************************
- rotate() - Method in interface org.lsst.ccs.subsystems.fcs.carousel.ui.InterfaceCarouselGUI
-
Carousel Rotation
*****************************************************************************
- rotate(float) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
Carousel can't rotate in single-filter-test
- rotate() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- rotateEmptySocketAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Move an empty socket to STANDBY position.
- rotateSocketToStandby(String) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Rotate carousel to move a socket which name is given as argument to STANDBY position.
- rotateToAbsoluteAngle(int) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This command rotates carousel until the absolute target position is reached.
- rotateToRelativeAngle(int) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
A command to rotate carousel.
- run() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselClampPanel.UpdateClamp
-
- run() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel.Update
-
- run() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel.UpdateSocket
-
- saveCurrentSentToOnlineClampsControllers() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Save on disk the values of current sent to online clamps controllers.
- saveFilterLocation() - Method in interface org.lsst.ccs.subsystems.fcs.FilterLocator
-
This method save the location of the filters in the filesystem or
Configuration System.
- saveParameters() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
This method saves the parameters in the controller memory.
- scheduler - Variable in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- SDORequestException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
This exception is throwned when a SDO command returns an error code.
- SDORequestException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.SDORequestException
-
Constructs an instance of SDORequestError with the specified
detail message.
- sendCanOpenCommand(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
For end users, in engineering mode, this method can be used to send Can Open commands
to the Wrapper.
- sendCommand(CommandRequest, long) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI.CommandSwingWorker
-
Send a command to my subsystem and return the response of the command.
- sendCommandSwingWorker(String, long, String) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- sendCommandSwingWorker(String, long) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- sendCommandSwingWorker(String, long, String) - Method in interface org.lsst.ccs.subsystems.fcs.ui.commons.InterfaceGeneralGUI
-
- sendCurrentToControllerAndSaveValue(int) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Writes current to controller and saves the current value in the
ConfigurationParameter sentCurrent.
- Sensor - Interface in org.lsst.ccs.subsystems.fcs.common
-
This interface is the model of a generic sensor.
- Sensor14bits - Class in org.lsst.ccs.subsystems.fcs.common
-
This class represents a 14bits sensor : the value returned by the sensor is
coded with 14 bits, so its value is between 0 and 32767.
- Sensor14bits(int) - Constructor for class org.lsst.ccs.subsystems.fcs.common.Sensor14bits
-
- SENSOR14BITS_MAX - Static variable in class org.lsst.ccs.subsystems.fcs.FCSCst
-
- SENSOR14BITS_MIN - Static variable in class org.lsst.ccs.subsystems.fcs.FCSCst
-
- SensorValueOutOfRangeException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
This exception is thrown when a sensor real or simulated returns a current
value out of range.
- SensorValueOutOfRangeException(String, String, int, int, int) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.SensorValueOutOfRangeException
-
- sentCurrent(String) - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
to sent a current to a led
- serialNB - Variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenDevice
-
- setActualPosition(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- setAIOperationMode(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
Set an operation mode for a given chanel.
- setAISensorType(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
Set sensor type for a given chanel.
- setAtHandoff(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setAtOnline(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setAtStandby(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setAtStandby(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setAtStandby(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- setBackground(Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.AnalogMeter
-
- setBackground(Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.HorizontalProgressBar
-
- setBackground(Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.MovementPanel
-
- setBackground(Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.VerticalProgressBar
-
- setBackground(Color) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.DigitalSwitch
-
- setBackground(Color) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.FilterPanel
-
- setBooted(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByHardware
-
- setClampHooksTimeout(long) - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- setClampHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- setClampHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setClampsState(FcsEnumerations.FilterClampState) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- setClampState(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- setClampState(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setClampXminus(CarouselClampModule) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- setClampXplus(CarouselClampModule) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- setCloseHooksTimeout(long) - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- setCloseHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- setCloseHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setColor(Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.MovementPanel
-
- setColor(Color) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.DigitalSwitch
-
- setColor(Color) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.FilterPanel
-
- setColor(Color) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- setController(EPOSController) - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
In the initialization phase, this method is used to initialize the controller.
- setControllerBooted(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setControllerInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Set controllerInFault
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
set controllerInFault
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- setControllerInFault(boolean) - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setControllerName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setcontrolRealHardwareLabelText(String) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.SubsystemPanel
-
- setCurrent(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setCurrent(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setCurrent(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setCurrent(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setCurrentLimitInVolt(double) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- setCurrentValue(int, Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.ValueSliderPanel
-
- setDacName(String) - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- setDigitalDigit(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
Set decimal digital digit for a given chanel.
- setEmpty(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- setEnabled(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByEPOSController
-
- setErrCode(String) - Method in exception org.lsst.ccs.subsystems.fcs.errors.CanOpenException
-
- setErrorHistory(String[]) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- setErrorRegister(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- setFilter(String) - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Move a filter to ONLINE position.
- setFilterAtStandbyName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setFilterEngagedSensorsInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setFilterInCamera(String) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselDisk
-
- setFilterLocation(FcsEnumerations.FilterLocation) - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
Set a new location and publishes data.
- setFilterLocation(int, FcsEnumerations.FilterLocation) - Method in class org.lsst.ccs.subsystems.fcs.FilterManager
-
For the filter which id is given as argument, set a new location given as argument.
- setFilterName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- setFilterName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- setFilterOnAutochanger() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
set filter location to AUTOCHANGER.
- setFilterOnAutochangerName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setFilterOnTrucks(Filter) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- setFilterOnTrucksID(int) - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Used for simulator only.
- setFilterOnTrucksName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setFilterPositionSensorValue(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- setFilterPresenceSensorsInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- setFilterPresenceSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setFilterPresenceSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- setFilterPresenceStatus(FcsEnumerations.FilterPresenceStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- setFilterPresenceStatus(FcsEnumerations.FilterPresenceStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- setFilterSensorsDIOName(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- setFiltersOnCamera(Map<String, String>) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setForce0(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setForce1(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setForceStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setForceStatusOn(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setGain(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
set gain value for a channel
- setGoToHandoffTimeout(int) - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- setGoToHandoffTimeout(int) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- setGoToHandoffTimeout(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setGoToStorageTimeout(int) - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- setGoToStorageTimeout(int) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- setGoToStorageTimeout(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setHandoffInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setHandoffInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setHandoffSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setHandoffSensorValue0(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setHexaValue(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
- setHomingDone(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setHomingDone(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setHomingDone(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setHomingHooksTimeout(long) - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- setHomingHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- setHomingHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setHookLocation(int) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderHookPanel
-
- setInclinaisonXminus(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- setInclinaisonXplus(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- setInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- setInitialHexaValue(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
- setInitialized(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByHardware
-
- setIntValues(int[]) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByPlutoGateway
-
- setIsFilterInHouse(boolean, String) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.FilterPanel
-
- setLimits(int, int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.AnalogMeter
-
- setLimitSwitchDownInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setLimitSwitchUpInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setLoaderConnectedSensorsInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- setLoaderConnectedSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- setLoaderOnCameraSensorsInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- setLoaderOnCameraSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- setLocked(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setLockSensorInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setLockSensorsInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setLockSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setLockSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setLockSensorValue(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- setLockStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- setLockStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setLockStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setLockStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerThreeClamps
-
- setLockStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- setLockStatus(FcsEnumerations.LockStatus) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- setLowerLimit(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
Set the lower limit for triggering PDO transmission of an analog input chanel.
- setMasterControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setMasterPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setMaxValue(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- setMinValue(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- setMode(EPOSEnumerations.EposMode) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByEPOSController
-
- setMovingToStandback(boolean) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor
-
- setMovingToStandback(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setMovingToStandby(boolean) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor
-
- setMovingToStandby(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByFCS
-
- setNodeInfo(String, String, String, String, String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
***********************************************************************************************
- setNumOfAnalogOutputForCurrentLimit(int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenLatchActuatorModule
-
- setNumOfAnalogOutputForSpeedVoltage(int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CanOpenLatchActuatorModule
-
- setOn(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- setOnlineInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setOnlineSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setOpenHooksTimeout(long) - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- setOpenHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- setOpenHooksTimeout(long) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setOutputNumero(int) - Method in class org.lsst.ccs.subsystems.fcs.testbench.CanOpenLED
-
- setPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- setPosition(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.HorizontalProgressBar
-
- setPosition(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.VerticalProgressBar
-
- setPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setRailSensorStandback(DigitalSensor) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
- setRailSensorStandbackXminusValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setRailSensorStandbackXplusValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setRailSensorStandby(DigitalSensor) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
- setRailSensorStandbyXminusValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setRailSensorStandbyXplusValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setRailsSensorsDIOName(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- setReadValue(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- setRotationInDegrees(float) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselDisk
-
- setRotationInDegrees(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setRotationTimeout(int) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Set a new rotationTimeout
- setSentCurrent(int) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- setSentCurrent(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setSentValue(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- setSerialNB(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenNode
-
- setSize(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.DigitalSwitch
-
Change the size of the DigitalSwitch
- setSize(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.FilterPanel
-
- setSlaveControllerInFault(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setSlavePosition(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setSliderLabels(Hashtable) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.ValueSliderPanel
-
- setSliderLimits(int, int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.ValueSliderPanel
-
- setSocketAtStandbyName(String) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setSocketName(String) - Method in class org.lsst.ccs.subsystems.fcs.Filter
-
To be used by end user to change the value stored in the Configuration system.
- setSpeed(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- setSpeed(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
- setSpeed(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setSpeedVoltageInVolt(int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- setSpeedVoltageMaxValue(int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- setSpeedVoltageMinValue(int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- setSsiPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
- setSsiPosition(int) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setStandbyInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setStandbySensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- setState(ModuleState) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- setState(ModuleState) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- setStatus(boolean, boolean) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.MovementPanel
-
- setStatusPublishedByHook1(StatusDataPublishedByLoaderHook) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setStatusPublishedByHook2(StatusDataPublishedByLoaderHook) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setStatusPublishedByHook3(StatusDataPublishedByLoaderHook) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setStatusPublishedByHook4(StatusDataPublishedByLoaderHook) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- setStepHeightAbsValue(int) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- setStorageInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setStorageSensorValue0(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- setStringPainted(boolean) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- setSubsystem(InterfaceAutochangerGUI) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerLatchPanel
-
- setSubsystem(InterfaceAutochangerGUI) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerOnlineClampPanel
-
- setSubsystem(InterfaceAutochangerGUI) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
- setSubsystem(InterfaceAutochangerGUI) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoLatchesPanel
-
- setSubsystem(InterfaceAutochangerGUI) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoTrucksPanel
-
- setSubsystem(InterfaceCarouselGUI) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel
-
- setSubsystem(InterfaceCarouselGUI) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
- setSubsystem(InterfaceCarouselGUI) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.FilterListPanel
-
- setSubsystem(InterfaceLoaderGUI) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderCarrierPanel
-
- setSubsystem(InterfaceLoaderGUI) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderClampPanel
-
- setSubsystem(InterfaceLoaderGUI) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
- setSubsystem(InterfaceGeneralGUI) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSControllerPanel
-
To initialize the subsystem for this EPOSControllerPanel.
- setSubsystem(GeneralGUI) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.SubsystemPanel
-
To initialize the subsytem for this SubsystemPanel.
- setTemperature(double) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- setTimeoutForTrucksMotion(long) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- setTimeoutForTrucksMotion(long) - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- setTimeoutForTrucksMotion(long) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- setTrucksEmpty(boolean) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- setTrucksEmpty(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setTrucksLocation(FcsEnumerations.AutoChangerTrucksLocation) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- setUnlockSensorInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setUnlockSensorsInError(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setUnlockSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- setUnlockSensorValue(boolean) - Method in class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- setUpperLimit(int, int) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-
Set the upper limit for triggering PDO transmission of an analog input chanel.
- setValue(int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.AnalogMeter
-
- setValue(int) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- setValueAndColor(int, Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.HorizontalProgressBar
-
- setValueAndColor(int, Color) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.VerticalProgressBar
-
- setValueName(String) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.VerticalProgressBarPanel
-
- setValues(int, int, int, int, int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.HorizontalProgressBar
-
- setValues(int, int, int, int, int) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.VerticalProgressBar
-
- setVarValue(String, String, String) - Method in class org.lsst.ccs.subsystems.fcs.common.PDOStorage
-
For the simulation ONLY.
- SftAutoChangerModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
This class is for the Single Filter Test autochanger.
- SftAutoChangerModule(SftFilterLatchModule, SftFilterLatchModule, TruckModule, TruckModule, String, String, SftTruckMotor) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
Build a SftAutoChangerModule
- SftCarouselModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
This class is for the Single Filter Test carousel.
- SftCarouselModule() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftCarouselModule
-
- SftFilterLatchModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
This is a model for a latch.
- SftFilterLatchModule(String, DigitalSensor, DigitalSensor, DigitalSensor, LatchActuatorModule) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
Build a new SftFilterLatchModule
- SftMainModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
The Main Module for the single-filter-test.
- SftMainModule(BridgeToHardware, Filter) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
Build a SftMainModule with a bridge and a filter.
- SftTruckMotor - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
- SftTruckMotor() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor
-
Build a SftTruckMotor with a tickMillis value of 5000.
- sftTrucksMotor - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
- SftUtils - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
This class's goal is to create the Objects needed for the GUI and the
Status Bus in the package single-filter-test.
- SftUtils() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftUtils
-
- ShortResponseToSDORequestException - Exception in org.lsst.ccs.subsystems.fcs.errors
-
- ShortResponseToSDORequestException(String) - Constructor for exception org.lsst.ccs.subsystems.fcs.errors.ShortResponseToSDORequestException
-
Constructs an instance of
TooShortResponseToSDORequestException with the specified
detail message.
- shutdownEPOS() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
Shutdown the controller.
- shutdownEPOS() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
Shutdown the controller.
- shutdownEPOS() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- shutdownMyDestinationSubsystem() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- shutdownNow() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- shutdownNow() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
- shutdownNow() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
This shutdowns the scheduler.
- shutdownNow() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This shutdowns the scheduler.
- shutdownNow() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
- signal(Signal) - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
- signal(Signal) - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
- SimuAutochangerLatchController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate a controller which can open or close a latch in the autochanger.
- SimuAutochangerLatchController(String, String, String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLatchController
-
Build a SimuAutochangerLatchController.
- SimuAutochangerLinearRailController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate a controller which moves autochanger trucks along its linear
rails.
- SimuAutochangerLinearRailController(String, String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>, int) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerLinearRailController
-
Build a new SimuAutochangerLinearRailController
- SimuAutochangerOnlineClampController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate a controller which opens and closes a ONLINE clamp on the autochanger.
- SimuAutochangerOnlineClampController(String, String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerOnlineClampController
-
Build a new SimuAutochangerOnlineClampController.
- SimuAutochangerPlutoGateway - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate the plutoGateway on the autochanger.
- SimuAutochangerPlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
Build a new SimuAutochangerPlutoGateway
- SimuAutochangerStandalonePlutoGateway - Class in org.lsst.ccs.subsystems.fcs.simulation
-
In the autochanger-standalone subsystem, there are 2 electric switchs to simulate that
carousel is holding a filter at STANDBY or loader is holding a filter at HANDOFF.
- SimuAutochangerStandalonePlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerStandalonePlutoGateway
-
- SimuCanOpenADC - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate a CanOpenADC.
- SimuCanOpenADC(String, String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenADC
-
build a new SimuCanOpenADC
- SimuCanOpenProxy - Class in org.lsst.ccs.subsystems.fcs.simulation
-
- SimuCanOpenProxy(int, int, String, long) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- SimuCanOpenSensor14bits - Class in org.lsst.ccs.subsystems.fcs.simulation
-
A general simulated CanOpenSensor14bits.
- SimuCanOpenSensor14bits(String, int) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenSensor14bits
-
Creates a new SimuCanOpenSensor14bits from arguments :
- SimuCarouselClampController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate a controller which can open carousel clamps.
- SimuCarouselClampController(String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampController
-
Build a new SimuCarouselClampController
- SimuCarouselClampFilterPresenceSensor - Class in org.lsst.ccs.subsystems.fcs.simulation
-
This class simulates a filter presence sensor for the carousel.
- SimuCarouselClampFilterPresenceSensor(String, int) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
Create a new simulated filter presence sensor for the Carousel.
- SimuCarouselClampLockSensor - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate an analogic sensor which indicates if a Carousel Clamp is LOCKED or not.
- SimuCarouselClampLockSensor(String, int) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampLockSensor
-
Buyild a new SimuCarouselClampLockSensor
- SimuCarouselController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To simulate the controller which rotates carousel.
- SimuCarouselController(String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselController
-
Build a new SimuCarouselController
- SimuCarouselStandalonePlutoGateway - Class in org.lsst.ccs.subsystems.fcs.simulation
-
Used only for Simulation to simulate a gateway where we read the fake autochanger sensor.
- SimuCarouselStandalonePlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselStandalonePlutoGateway
-
Build a new SimuCarouselStandalonePlutoGateway
- SimuCompactIOModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
Used only in single-filter-test simulation to simulate the devices through we read latches sensors.
- SimuCompactIOModule(String, String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
Build a new SimuCompactIOModule
- simuComplementarySensorsInError(ComplementarySensors) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simuComplementarySensorsNotOn(ComplementarySensors) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simuComplementarySensorsOn(ComplementarySensors) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- SimuEPOSControllerModule - Class in org.lsst.ccs.subsystems.fcs.simulation
-
This class is to simulate an EPOS Controller.
- SimuEPOSControllerModule(String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
Build a new SimuEPOSControllerModule
- SimuFilterIDPlutoGatewayInterface - Interface in org.lsst.ccs.subsystems.fcs.simulation
-
- SimuLatchActuatorModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
A simulated actuator for the latch used in single-filter-test.
- SimuLatchActuatorModule(double, double, int, int, String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuLatchActuatorModule
-
Build a new SimuLatchActuatorModule
- simulateAutochangerIsEmpty() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerIsHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselStandalonePlutoGateway
-
For the simulation software, set autochangerHoldingFilterSensor value to 1.
- simulateAutochangerIsHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderStandalonePlutoGateway
-
- simulateAutochangerIsNotHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselStandalonePlutoGateway
-
For the simulation software, set autochangerHoldingFilterSensor value to 0.
- simulateAutochangerIsNotHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderStandalonePlutoGateway
-
- simulateAutochangerLatchesAreLocked() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerLatchesAreUnlocked() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerLatchIsLocked(String) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerLatchIsUnlocked(String) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerOnlineClampIsClosed(AutochangerOnlineClampModule) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
simulates onlineClamp is CLOSED : CLOSED and sentCurrent is currentToClamp.
- simulateAutochangerOnlineClampIsLocked(AutochangerOnlineClampModule) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
simulates onlineClamp is LOCKED : CLOSED and sentCurrent is currentToClamp.
- simulateAutochangerOnlineClampIsOpened(AutochangerOnlineClampModule) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerOnlineClampIsUnlocked(AutochangerOnlineClampModule) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerOnlineClampsAreClosed() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerOnlineClampsAreLocked() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerOnlineClampsAreOpened() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerOnlineClampsAreUnlocked() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerTrucksAreAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerTrucksAreAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerTrucksAreInTravel() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateAutochangerTrucksAreOnline() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateCarouselIsHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerStandalonePlutoGateway
-
- simulateCarouselIsNotHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerStandalonePlutoGateway
-
- simulateClampedStatusSensorIsOff() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateClampedStatusSensorIsOn() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateClampIsInError() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateClampIsLOCKED() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampLockSensor
-
Simulate that the clamp is locked.
- simulateClampIsUNLOCKED() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampLockSensor
-
Simulate that the clamp is unlocked.
- simulateFilterID(int) - Method in interface org.lsst.ccs.subsystems.fcs.simulation.SimuFilterIDPlutoGatewayInterface
-
Simulates that filterID value in decimal format is the value given as argument.
- simulateFilterIDOnAutochanger(int) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateFilterIsInError() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
Simulates the sensor is in error.
- simulateFilterIsLockable() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
Simulates the filter is seen by the sensor.
- simulateFilterIsNotLockable() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
Simulates the filter is seen by the sensor but is not Lockable.
- simulateFilterIsNotOnLoader() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateFilterIsOnAutochanger() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateFilterIsOnLoader() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateFilterPresenceInLatches(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuCompactIOModule
-
This method updates the 2 filter presence simulated digital sensors (one
on each side of the filter).
- simulateForceSensorClamped(ForceSensor, boolean) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateForceSensorsOff() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateForceSensorsOn() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateHandoffSensorsAreInError() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateHookIsClosed(DigitalSensor, DigitalSensor) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateHookIsInTravel(DigitalSensor, DigitalSensor) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateHookIsOpened(DigitalSensor, DigitalSensor) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLatchLockSensorsInError(String) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateLoaderCarrierIsAtHandoff() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderCarrierIsAtStorage() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderCarrierIsInTravel() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderClampIsClamped() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderClampIsClosed() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderClampIsInTravel() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderClampIsOpened() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderIsConnected() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateLoaderIsConnectedOnCamera() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderIsDisconnected() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
- simulateLoaderIsHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerStandalonePlutoGateway
-
- simulateLoaderIsNotConnectedOnCamera() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateLoaderIsNotHoldingFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerStandalonePlutoGateway
-
- simulateNoFilter() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselClampFilterPresenceSensor
-
Simulates no filter is seen by the sensor.
- simulateStorageSensorsAreInError() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simulateWriteTargetPosition(int, int) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCarouselController
-
This simulates a rotation of carousel to reach a position given as argument.
- SimuLoaderCarrierController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
- SimuLoaderCarrierController(String, String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderCarrierController
-
Build a new SimuLoaderCarrierController
- SimuLoaderClampController - Class in org.lsst.ccs.subsystems.fcs.simulation
-
This class is to simulate an EPOS Controller which controls the loader hooks.
- SimuLoaderClampController(String, String, String, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderClampController
-
Build a new SimuLoaderClampController
- SimuLoaderPlutoGateway - Class in org.lsst.ccs.subsystems.fcs.simulation
-
This class is for the simulation of a pluto gateway for the loader.
- SimuLoaderPlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
Build a new SimuLoaderPlutoGateway
- SimuLoaderStandalonePlutoGateway - Class in org.lsst.ccs.subsystems.fcs.simulation
-
This represents a model for the pluto GAteway used in loader-standalone subsystem.
- SimuLoaderStandalonePlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderStandalonePlutoGateway
-
- SimuPlutoGateway - Class in org.lsst.ccs.subsystems.fcs.simulation
-
This class simulates the Can Open Pluto Gateway we use to communicate with
the sensors in the whole size prototype.
- SimuPlutoGateway(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGateway
-
Build a new SimuPlutoGateway with a CANopen node ID and a serial number.
- SimuPlutoGatewayWithFilterID - Class in org.lsst.ccs.subsystems.fcs.simulation
-
To test SimuFilterIDPlutoGatewayInterface.
- SimuPlutoGatewayWithFilterID(String, String) - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuPlutoGatewayWithFilterID
-
Build a new SimuPlutoGatewayWithFilterID
- simuRedondantSensorsInError(RedondantSensors) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simuRedondantSensorsOff(RedondantSensors) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- simuRedondantSensorsOn(RedondantSensors) - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuLoaderPlutoGateway
-
- SimuThermometer - Class in org.lsst.ccs.subsystems.fcs.simulation
-
A simulated Thermometer.
- SimuThermometer() - Constructor for class org.lsst.ccs.subsystems.fcs.simulation.SimuThermometer
-
Build a SimuThermometer with a tickMillis of 1000.
- SimuTruckModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
A simulated truck used by the simulated hardware control software.
- SimuTruckModule(DigitalSensor, DigitalSensor) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuTruckModule
-
Build a new SimuTruckModule
- SimuTruckMotorModule - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest
-
To simulate a motor which moves a truck in the autochanger.
- SimuTruckMotorModule() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuTruckMotorModule
-
- SingleFilterTestBottomPanel - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest.ui
-
- SingleFilterTestBottomPanel(GatherPanel, String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestBottomPanel
-
- SingleFilterTestExchangePanel - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest.ui
-
- SingleFilterTestExchangePanel() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- SingleFilterTestGatherPanel - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest.ui
-
- SingleFilterTestGatherPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- SingleFilterTestGatherPanel(SingleFilterTestGUI, String) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- SingleFilterTestGUI - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest.ui
-
A Graphical User Interface for the single-filter-test.
- SingleFilterTestGUI(String, String, AgentMessagingLayer) - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGUI
-
- SingleFilterTestJasPlugin - Class in org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.jas
-
- SingleFilterTestJasPlugin() - Constructor for class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.jas.SingleFilterTestJasPlugin
-
- SOCKET_NAME - Static variable in class org.lsst.ccs.subsystems.fcs.Filter
-
- socketPanels - Variable in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- socketsMap - Variable in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
A map to store the sockets by their names.
- speedVoltageInVolt - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- speedVoltageMaxValue - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- speedVoltageMinValue - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.LatchActuatorModule
-
- splitPane - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.BottomPanel
-
- ssiPosition - Variable in class org.lsst.ccs.subsystems.fcs.simulation.SimuEPOSControllerModule
-
- start() - Method in class org.lsst.ccs.subsystems.fcs.drivers.LoaderCanOpenProxy
-
We don't want the tcp server to be started during INITIALISATION phase.
- start() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuAutochangerPlutoGateway
-
Here we want to simulate the autochanger sensors to be consistent with the filter location.
- start() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Start Action OPEN or CLOSE
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Start action of open or close or lock or unlock.
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Starts action ROTATE_CAROUSEL_TO_ABSOLUTE_POSITION or ROTATE_CAROUSEL_TO_RELATIVE_POSITION.
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Start action of unlocking or releasing clamps.
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
starts the action given as argument.
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Starts an action on the carrier.
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- startAction(FcsEnumerations.MobileItemAction) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- startServer() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
- startServer() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- startThreadReader() - Method in interface org.lsst.ccs.subsystems.fcs.common.BridgeToHardware
-
- startThreadReader() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- state - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- StatusDataPublishedByAutoChanger - Class in org.lsst.ccs.subsystems.fcs
-
A structure for the data published on the status bus by the
AutoChangerModule.
- StatusDataPublishedByAutoChanger() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChanger
-
- StatusDataPublishedByAutochangerLatch - Class in org.lsst.ccs.subsystems.fcs
-
The data published on the Status Bus by a latch.
- StatusDataPublishedByAutochangerLatch() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerLatch
-
- StatusDataPublishedByAutochangerOnlineClamp - Class in org.lsst.ccs.subsystems.fcs
-
Object published by an Autochanger Online Clamp.
- StatusDataPublishedByAutochangerOnlineClamp() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerOnlineClamp
-
- StatusDataPublishedByAutochangerThreeClamps - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByAutochangerThreeClamps() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerThreeClamps
-
- StatusDataPublishedByAutochangerTruck - Class in org.lsst.ccs.subsystems.fcs
-
An object to be published by one AC Truck.
- StatusDataPublishedByAutochangerTruck() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTruck
-
- StatusDataPublishedByAutoChangerTrucks - Class in org.lsst.ccs.subsystems.fcs
-
To publish on the status bus the AutoChangerTrucksModule data.
- StatusDataPublishedByAutoChangerTrucks() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutoChangerTrucks
-
- StatusDataPublishedByAutochangerTwoLatches - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByAutochangerTwoLatches() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByAutochangerTwoLatches
-
- StatusDataPublishedByBasicAutoChanger - Class in org.lsst.ccs.subsystems.fcs
-
A structure for the data published on the status bus by a
BasicAutoChangerModule.
- StatusDataPublishedByBasicAutoChanger() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByBasicAutoChanger
-
- StatusDataPublishedByCanOpenDevice - Class in org.lsst.ccs.subsystems.fcs
-
Data to be published on the STATUS bus by a CANopen device
- StatusDataPublishedByCanOpenDevice(String, boolean, boolean) - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCanOpenDevice
-
- StatusDataPublishedByCarousel - Class in org.lsst.ccs.subsystems.fcs
-
A structure for the data published on the status bus by the CarouselModule.
- StatusDataPublishedByCarousel() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
-
To create a new StatusDataPublishedByCarousel with default values.
- StatusDataPublishedByCarouselClamp - Class in org.lsst.ccs.subsystems.fcs
-
A structure for the data published on the status bus by the ClampModule.
- StatusDataPublishedByCarouselClamp() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselClamp
-
- StatusDataPublishedByCarouselSocket - Class in org.lsst.ccs.subsystems.fcs
-
An object that a Carousel Socket publishes on the STATUS bus for trending ddata persister and GUIs.
- StatusDataPublishedByCarouselSocket() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarouselSocket
-
- StatusDataPublishedByClampActuator - Class in org.lsst.ccs.subsystems.fcs
-
Used only in single-filter-test.
- StatusDataPublishedByClampActuator() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByClampActuator
-
- StatusDataPublishedByEPOSController - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByEPOSController(String, boolean, boolean) - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByEPOSController
-
- StatusDataPublishedByFCS - Class in org.lsst.ccs.subsystems.fcs
-
Just to avoid having to change a bunch of classes when the core developpers
change their mind about the interface to implement in the classes which
describe objects to publish on the bus.
- StatusDataPublishedByFCS() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByFCS
-
- StatusDataPublishedByFilter - Class in org.lsst.ccs.subsystems.fcs
-
An object to be published on the Status bus by a Filter.
- StatusDataPublishedByFilter(FcsEnumerations.FilterLocation, String) - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByFilter
-
Creation of a new StatusDataPublishedByFilter.
- StatusDataPublishedByHardware - Class in org.lsst.ccs.subsystems.fcs
-
An object to be published on the Status bus by a Piece of Hardware.
- StatusDataPublishedByHardware() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByHardware
-
- StatusDataPublishedByHardware(String, boolean, boolean) - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByHardware
-
- StatusDataPublishedByLoader - Class in org.lsst.ccs.subsystems.fcs
-
An object to publish state of loader sensors :
- which detect filter presence on loader
- which detect if loader is connected on camera
- StatusDataPublishedByLoader() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoader
-
- StatusDataPublishedByLoaderCarrier - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByLoaderCarrier() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderCarrier
-
- StatusDataPublishedByLoaderClamp - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByLoaderClamp() - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderClamp
-
- StatusDataPublishedByLoaderHook - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByLoaderHook(String, boolean, boolean, boolean, FcsEnumerations.LockStatus) - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByLoaderHook
-
- StatusDataPublishedByPlutoGateway - Class in org.lsst.ccs.subsystems.fcs
-
- StatusDataPublishedByPlutoGateway(String, boolean, boolean, int[]) - Constructor for class org.lsst.ccs.subsystems.fcs.StatusDataPublishedByPlutoGateway
-
- stop(long) - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
just to avoid taping "sendSignal STOP"
- stop() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
just to avoid taping "sendSignal STOP"
- stopCurrent() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
In current mode this methods set to zero the value of the current sent to
the motor.
- stopMyDestinationSubsystem() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- stopMyDestinationSubsystem() - Method in interface org.lsst.ccs.subsystems.fcs.ui.commons.InterfaceGeneralGUI
-
- stopRequired - Variable in class org.lsst.ccs.subsystems.fcs.MainModule
-
- stopServer() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenProxy
-
- subs - Variable in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- subs - Variable in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- subs - Variable in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- subs - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralPanel
-
- SubsystemPanel - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
This panel displays the subsystem state and some information specific to the
subsystem.
- SubsystemPanel(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.SubsystemPanel
-
Creates a new SystemPanel with a title.
- Switch - Class in org.lsst.ccs.subsystems.fcs.ui.commons
-
- Switch() - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.Switch
-
- Switch(String) - Constructor for class org.lsst.ccs.subsystems.fcs.ui.commons.Switch
-
- switchOnEnableOperation() - Method in interface org.lsst.ccs.subsystems.fcs.common.EPOSController
-
SwitchOn and enable controller.
- switchOnEnableOperation() - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenEPOS
-
- SystecIO_X5 - Class in org.lsst.ccs.subsystems.fcs.drivers
-
A Class for the device which records temperatures in autochanger.
- SystecIO_X5(CanOpenSystecIO) - Constructor for class org.lsst.ccs.subsystems.fcs.drivers.SystecIO_X5
-
- unclamp() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
unclamp Loader clamp.
- unclampHooks() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- unclampHooks() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- unclampHooks() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- ungrabFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Open the latches at standby position.
- ungrabFilterAtStandby(String) - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
This unlock clamps at STANDBY.
- ungrabFilterAtStandby() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
Open the latches at standby position and go back empty to STANBACK
position.
- UNKNOWN - Static variable in class org.lsst.ccs.subsystems.fcs.FCSCst
-
- UNKNOWN_ERROR - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- UNKNOWN_STATE - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- UNKNOWN_VALUE - Static variable in class org.lsst.ccs.subsystems.fcs.ui.commons.Tools
-
- unloadFilter(Filter) - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Unload a filter from the camera to the loader.
- unloadFilter() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- unloadFilter() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- unloadFilter() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- unloadFilterFromCamera() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
This command can be launched when the loader is empty and we want to take
a filter from the camera.
- unlock() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
Unlocks the ONLINE clamp : sends currentToClamp to the controller with a
ramp of current from currentToClamp to currentToClose.
- unlock() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Unlock the clamp when a filter is locked by the clamp.
- unlockAndOpenClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Unlock and open the online clamps.
- unlockAndOpenOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- unlockAndOpenOnlineClamps() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- unlockAndOpenOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- unlockClamps() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
Unlocks clamps : slows down current sent to controller in order to decrease pressure on
the clamps.
- unlockClamps() - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGUI
-
Clamps Actions
*****************************************************************************
- unlockClamps() - Method in interface org.lsst.ccs.subsystems.fcs.carousel.ui.InterfaceCarouselGUI
-
Clamps Actions
*****************************************************************************
- unlockClamps() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Unlocks the clamps at STANDBY.
- unlockClamps() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
This method unclamps the 2 clamps at standby position.
- unlockClamps() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- unlockOnlineClamp(String) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
- unlockOnlineClamp(String) - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
- unlockOnlineClamp(String) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- unlockOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
Clamps Actions
*****************************************************************************
- unlockOnlineClamps() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
Clamps Actions
*****************************************************************************
- unlockOnlineClamps() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- unlockSensor - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- update(int, FcsEnumerations.ColoredObject) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.AnalogicSensorPanel
-
Update this panel from a value and a sensorStatus.
- update(StatusDataPublishedByCarousel) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselDisk
-
Update the disk from an object StatusDataPublishedByCarousel
- update(StatusDataPublishedByCarousel) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel
-
- Update(StatusDataPublishedByCarousel) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGeneralViewPanel.Update
-
- update(StatusDataPublishedByCarouselClamp) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
Update the socket panel from data published by a carousel clamp.
- updateActuator(StatusDataPublishedByClampActuator) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- updateActuator(StatusDataPublishedByClampActuator) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateAutochanger(StatusDataPublishedByAutoChanger) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateAutoChanger(StatusDataPublishedByBasicAutoChanger) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- updateAutoChanger(StatusDataPublishedByBasicAutoChanger) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateCanOpenDevice(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenDevicePanel
-
Update the Panel from the data published on the STATUS bus by a CANopen hardware.
- updateCanOpenHardwarePanel(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
updates hardware information (fields booted, initialized) from StatusDataPublishedByHardware object.
- updateCanOpenHardwarePanel(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- updateCanOpenHardwarePanel(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.CanOpenHardwareListPanel
-
- updateCanOpenHardwarePanel(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
Update the hardwarePanel from the data published by a piece of hardware on the STATUS bus.
- updateCarousel(StatusDataPublishedByCarousel) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- updateCarousel(StatusDataPublishedByCarousel) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateCarrier(StatusDataPublishedByLoaderCarrier) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderCarrierPanel
-
- updateCarrierPosition() - Method in interface org.lsst.ccs.subsystems.fcs.loader.ui.InterfaceLoaderGUI
-
- updateCarrierPosition() - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- updateCarrierPosition() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- updateCarrierPositionTimeout - Variable in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGUI
-
- updateCarrierPositionTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- updateClamp(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerOnlineClampPanel
-
- updateClamp(StatusDataPublishedByCarouselClamp) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselClampPanel
-
Update from status data published by a Clamp on Status bus.
- UpdateClamp(StatusDataPublishedByCarouselClamp) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselClampPanel.UpdateClamp
-
- updateClamp(StatusDataPublishedByLoaderClamp) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderClampPanel
-
- updateClamp(StatusDataPublishedByLoader) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderClampPanel
-
- updateClamp(StatusDataPublishedByLoaderClamp) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
To update the Homing Panel when the loader clamp publishes on the bus.
- updateClamp(StatusDataPublishedByCarouselClamp) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- updateClamp(StatusDataPublishedByCarouselClamp) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateClamps(StatusDataPublishedByAutochangerThreeClamps) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateClamps(StatusDataPublishedByAutochangerThreeClamps) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
- updateClampsStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Read the clamps state from PDO : all the clamp sensors are read at one
time.
- updateClampsStateWithSensors(PDOStorage) - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- updateClampsStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Update clamps state in reading sensors.
- updateClampsStateWithSensorsFromPDO() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Read the clamps state from PDO : all the clamp sensors are read at one
time.
- updateClampsStateWithSensorsFromSDO() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Read the clamp sensors one by one with RSDO command
- updateClampsStateWithSensorsFromSDO() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
Deprecated.
- updateClampXminus(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateClampXminus(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
- updateClampXplus(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateClampXplus(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
- updateClampYminus(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateClampYminus(StatusDataPublishedByAutochangerOnlineClamp) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerThreeOnlineClampsPanel
-
- updateColor(boolean, boolean) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.DigitalSwitch
-
updates color of a digital switch
Uses when a digital switch represents a sensors.
- updateController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSControllerPanel
-
- updateControllerInFault(String, Module.ValueUpdate) - Method in interface org.lsst.ccs.subsystems.fcs.common.MovedByEPOSController
-
Updates field controllerInFault when the controller notifies its observers and sends new values.
- updateControllerPanel(String, StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
Update the controller Panels from data coming from STATUS bus.
- updateCurrent() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Updates the field readCurrent of the latch in reading the CPU of the
controller.
- updateCurrent() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Updates the field current in reading the CPU of the controller.
- updateCurrent() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Updates the field readCurrent of the clamp in reading the CPU of the
controller.
- updateDevice(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.EPOSControllerPanel
-
- updateDevice(StatusDataPublishedByHardware) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.PlutoGatewayPanel
-
updates generalInfoPanel from data published by this hardware.
- updateDeviceInfo(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
This method sends a message info,nodeID to the CANbus and update the CANopen device
information from data received from the device.
- updateDeviceInfoLight(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenProxy
-
- updateFakeAutochanger(boolean) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
To update the Panel when the fakeAutochanger publishes on the bus its sensor value.
- updateFakePDOStorage() - Method in class org.lsst.ccs.subsystems.fcs.simulation.SimuCanOpenSensor14bits
-
In the simulator, instead of reading a new PDO to read a new value for the sensor,
we set a value for the sensor and then we update the PDOStorage for this sensor.
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerMainModule
-
Check that Autochanger hardware is ready to be operated and moved.
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
Update FCS state and FCS readyness state and publish on the status bus.
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
Check that Carousel hardware is ready to be operated and moved.
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.LoaderMainModule
-
Check that Loader hardware is ready to be operated and moved.
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
Update FCS state and FCS readyness state and publish on the status bus.
- updateFCSStateToReady() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
Updates the FCS state and FCS readyness state and publishes on the status bus.
- updateFilterListPanel(String, StatusDataPublishedByFilter) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.FilterListPanel
-
Update a row for a filter in filterTable from information found on the STATUS bus
in an object : StatusDataPublishedByFilter.
- updateFilterOnTrucksID() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
update filterOnTrucksID
- updateForce(String[]) - Method in class org.lsst.ccs.subsystems.fcs.ForceSensor
-
updates voltage of force sensor from an array of hexa values.
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
Update GUI when a StatusConfigurationInfo message is received on the status bus.
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
Update GUI when a StatusConfigurationInfo message is received on the status bus.
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
Update GUI when a StatusConfigurationInfo message is received on the status bus.
- updateFromConfigurationInfo(ConfigurationInfo) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselGatherPanel
-
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGatherPanel
-
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.testbench.ui.TestbenchLPCGatherPanel
-
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GatherPanel
-
Update GUI when a KeyValueData message is received on the status bus.
- updateFromStatusData(KeyValueData) - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGatherPanel
-
- updateHook(StatusDataPublishedByLoaderHook) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderHookPanel
-
- updateInclinaison(String[]) - Method in class org.lsst.ccs.subsystems.fcs.InclinometerModule
-
Updates inclinaison from array of hexaValues.
- updateLatch(StatusDataPublishedByAutochangerLatch) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateLatch(StatusDataPublishedByAutochangerLatch) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerLatchPanel
-
- updateLatch(StatusDataPublishedByAutochangerLatch) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoLatchesPanel
-
- updateLatch(StatusDataPublishedByAutochangerLatch) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestExchangePanel
-
- updateLatch(StatusDataPublishedByAutochangerLatch) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.ui.SingleFilterTestGatherPanel
-
- updateLatches(StatusDataPublishedByAutochangerTwoLatches) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateLatches(StatusDataPublishedByAutochangerTwoLatches) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoLatchesPanel
-
- updateLatchesStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
This methods updates the latches status in reading the sensors.
- updateLatchXminusController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateLatchXplusController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateLinearRailMasterController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateLinearRailSlaveController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateLoaderGeneral(StatusDataPublishedByLoader) - Method in class org.lsst.ccs.subsystems.fcs.loader.ui.LoaderGeneralViewPanel
-
To update the Panel when the loader publishes on the bus its global status.
- updateLocation(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SimuTruckModule
-
In the single filter test, the simultated presence filter sensor listens
to the simulated truck so we have to notify our observers.
- updateLocation(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.TruckModule
-
This methods updates the field truckLocation in parsing the values of the
8 channels of the DIO device.
- updateOnlineClampXminusController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateOnlineClampXplusController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateOnlineClampYminusController(StatusDataPublishedByEPOSController) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updatePDOs(String) - Method in class org.lsst.ccs.subsystems.fcs.common.PDOStorage
-
update the PDO storage in reading a PDO line response.
- updatePlutoGateway(StatusDataPublishedByPlutoGateway) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.PlutoGatewayPanel
-
updates PlutoGatewayPanel from data published by a plutoGateway.
- updatePosition() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
Updates the field position of the truck in reading the CPU of the
controller.
- updatePosition() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
Updates the field masterPosition of the carrier in reading the CPU of the
controller.
- updatePosition() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
Updates the filterPosition of the carousel in reading the CPU of the
controller.
- updatePosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
Updates the field position of the carrier in reading the CPU of the
controller.
- updatePosition() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
Updates the position of the clamp in reading the CPU of the controller.
- updateResponse(String) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser.CommandToRegister
-
Update the response of the command from the String theResponse.
- updateSensorsValues() - Method in class org.lsst.ccs.subsystems.fcs.FilterIdentificator
-
Read filter ID sensors and update values.
- updateSensorsValues(String[]) - Method in class org.lsst.ccs.subsystems.fcs.FilterIdentificator
-
Update sensors values from hexavalues read from gateway.
- updateSocket(StatusDataPublishedByCarouselSocket) - Method in class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel
-
- UpdateSocket(StatusDataPublishedByCarouselSocket) - Constructor for class org.lsst.ccs.subsystems.fcs.carousel.ui.CarouselSocketPanel.UpdateSocket
-
- updateState(String) - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
Update Latch State.
- updateState(StateBundle) - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.SubsystemPanel
-
- updateStateAndCheckSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Reads sensors, updates state and checks if sensors are in error.
- updateStateAndCheckSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
reads sensors, computes and state and raises an ALERT if sensors are in error.
- updateStateAndCheckSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Checks sensors.
- updateStateAndCheckSensors() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
reads sensors, computes and state and raises an ALERT if sensors are in error.
- updateStateAndCheckSensors() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
- updateStateFromPDO() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
This methods updates lockStatus from the values return by the sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerMainModule
-
Update autochanger state in reading the sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerModule
-
This method reads all the sensors and updates the autochangerTrucks, latches and online clamps state.
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
This methods updates lockStatus from the values return by the sensors.
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
This methods updates lockStatus from the values return by the sensors.
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
This methods updates the lockStatus from an array of hexaValues.
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
Update latches lockStatus from an array of hexa values read from the
sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
This method updates the clamp clampState regarding the value returned by
the filter presence sensor and the value returned by the method
isLocked().
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.CarouselMainModule
-
Update state in reading sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- updateStateWithSensors() - Method in interface org.lsst.ccs.subsystems.fcs.common.FilterHolder
-
This method read values sent by the sensors and update state from this new values.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.FakeFilterHolder
-
This methods updates the field holdingFilter in reading the holding filter sensor.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.FcsMainModule
-
Update state in reading sensors for all components of Filter Changer : carousel, autochanger and loader.
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
This methods updates the lockStatus from an array of hexaValues.
- updateStateWithSensors(String[]) - Method in class org.lsst.ccs.subsystems.fcs.LoaderHookModule
-
This methods updates lockStatus from the values return by the sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.LoaderMainModule
-
Update loader state in reading the sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.LoaderModule
-
This methods updates the carrier and clamp state in reading all the
sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.MainModule
-
Update state in reading sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftAutoChangerModule
-
Read sensors and update latches and trucks state.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
Reads latch sensors and updates latch state.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftMainModule
-
This command updates the state of the carousel and of the autochanger in
reading the sensors.
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.testbench.APCTestBench2CanBusMain
-
- updateStateWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- updateStateWithSensors() - Method in interface org.lsst.ccs.subsystems.fcs.ui.commons.InterfaceGeneralGUI
-
- updateStateWithSensorsFromSDO() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
Deprecated.
- updateStateWithSensorsTimeout - Variable in class org.lsst.ccs.subsystems.fcs.ui.commons.GeneralGUI
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
Read sensors and update State.
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
reads sensors, computes new lockStatus.
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.AutoChangerTwoTrucksModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.CarouselModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.CarouselSocket
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.common.MobileItemModule
-
reads sensors or any device and updates state from sensors
it can be also reading a position or a current on a motor controller.
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
- updateStateWithSensorsToCheckIfActionIsCompleted() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
- updateTemperature() - Method in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
This methods read the thermometer, update the field temperature and
returns the value sent by the thermometer;
- updateTruck(String, StatusDataPublishedByAutochangerTruck) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateTruck(StatusDataPublishedByAutochangerTruck) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTruckPanel
-
- updateTruck(String, StatusDataPublishedByAutochangerTruck) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoTrucksPanel
-
- updateTrucks(StatusDataPublishedByAutoChangerTrucks) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGatherPanel
-
- updateTrucks(StatusDataPublishedByAutoChangerTrucks) - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerTwoTrucksPanel
-
- updateTrucksLocationWithSensors() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
This methods updates the trucks location in reading the sensors.
- updateTrucksPosition() - Method in class org.lsst.ccs.subsystems.fcs.autochanger.ui.AutochangerGUI
-
Trucks Actions
*****************************************************************************
- updateTrucksPosition() - Method in interface org.lsst.ccs.subsystems.fcs.autochanger.ui.InterfaceAutochangerGUI
-
Trucks Actions
*****************************************************************************
- updateTrucksPosition() - Method in class org.lsst.ccs.subsystems.fcs.ui.FcsGUI
-
- updateValue() - Method in interface org.lsst.ccs.subsystems.fcs.common.Sensor
-
This method reads the current value, controls if this current value is
correct depending on the type of the sensor (this value could be between
a minimum and a maximum) and if the value is correct, updates the
Sensor.value field.
- updateValue() - Method in class org.lsst.ccs.subsystems.fcs.common.Sensor14bits
-
This method updates the sensor value : first it reads a new value from
the hardware or from the simulated sensor, then it checks if the value is
in the range between minimal value and maximal value.
- updateValue(PDOStorage) - Method in class org.lsst.ccs.subsystems.fcs.common.Sensor14bits
-
This methods update the field value in extracting it from the parameter
pdoStorage which represents all the values read for an ADC.
- updateValue(String) - Method in class org.lsst.ccs.subsystems.fcs.DigitalSensor
-
This methods updates the digital value for this sensor.
- updateValue(String[]) - Method in class org.lsst.ccs.subsystems.fcs.DigitalSensor
-
Update the field on from the bytes read on the gateway.
- updateValue(PDOStorage) - Method in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSensor14bits
-
Update the value of the sensor by retrieving it in a PDOStorage given as argument.
- updateValue(String) - Method in class org.lsst.ccs.subsystems.fcs.NumericSensor
-
Deprecated.
update the on of this object with the
- updateValue(String[]) - Method in class org.lsst.ccs.subsystems.fcs.NumericSensor
-
Deprecated.
This methods is used when the device sends an array of values instead of one value.
- updateValue() - Method in class org.lsst.ccs.subsystems.fcs.singlefiltertest.CompactIOModule
-
- updateValues() - Method in interface org.lsst.ccs.subsystems.fcs.common.PlutoGatewayInterface
-
- updateValues(String[]) - Method in class org.lsst.ccs.subsystems.fcs.ComplementarySensors
-
Updates sensors values from a
- updateValues() - Method in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
Read new values on the device plutoGateway and updates field values.
- updateValues(String[]) - Method in class org.lsst.ccs.subsystems.fcs.RedondantSensors
-
Updates sensors values from an array of hexadecimal values.
- updatingLatches - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.BasicAutoChangerModule
-
****************************************************************************************
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerLatchModule
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerOnlineClampModule
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerThreeOnlineClamps
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerTruckModule
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.AutochangerTwoLatches
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.CarouselClampModule
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.LoaderCarrierModule
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.LoaderClampModule
-
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.LoaderHookModule
-
This is used when we update the latch state with the values returned by
the sensors.
- updatingState - Variable in class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftFilterLatchModule
-
This is used when we update the latch state with the values returned by
the sensors.
- updatingValues - Variable in class org.lsst.ccs.subsystems.fcs.drivers.PlutoGatewayModule
-
- upperLimitValue - Variable in class org.lsst.ccs.subsystems.fcs.drivers.CanOpenSystecIO
-