- abortAxes(String...) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Aborts motion on a set of axes using ABORT axisName1 axisName2....
- Aerotech - Class in org.lsst.ccs.subsystem.cablerotator
-
Uses the Ascii driver to send commands to an Aerotech Ensemble controller and receive
replies.
- Aerotech(Ascii, Aerotech.ErrorHandling) - Constructor for class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Saves the Ascii driver instance and the error handling mode.
- Aerotech.CommandFailureException - Exception in org.lsst.ccs.subsystem.cablerotator
-
Gets thrown when a command is received by the controller but fails for some reason such as
invalid command parameters, syntax error, execution fault, etc.
- Aerotech.ErrorHandling - Enum in org.lsst.ccs.subsystem.cablerotator
-
How the driver is supposed to handle command failure errors.
- Aerotech.PositioningMode - Enum in org.lsst.ccs.subsystem.cablerotator
-
The possible positioning modes
- Aerotech.RampMode - Enum in org.lsst.ccs.subsystem.cablerotator
-
How non-homing motion commands should ramp up to and down from the target speed of motion.
- Aerotech.Reply - Class in org.lsst.ccs.subsystem.cablerotator
-
Information on the command issued and the reply from the controller.
- Aerotech.Status - Enum in org.lsst.ccs.subsystem.cablerotator
-
The result of examining the controller's reply to a command.
- Aerotech.Target - Class in org.lsst.ccs.subsystem.cablerotator
-
Specifies an axis and a target coordinate on that axis.
- Aerotech.WaitMode - Enum in org.lsst.ccs.subsystem.cablerotator
-
The possible settings of the command wait mode for non-homing motion commands.
- asDouble() - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech.Reply
-
Converts the text string to a double.
- asInt() - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech.Reply
-
Converts the text string to an int.
- Axis - Class in org.lsst.ccs.subsystem.cablerotator
-
Performs operations specific to a particular axis.
- Axis() - Constructor for class org.lsst.ccs.subsystem.cablerotator.Axis
-
Constructs a proxy object for one axis.
- axisName - Variable in class org.lsst.ccs.subsystem.cablerotator.Aerotech.Target
-
- read(String) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- read() - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- readAnalogInput(String, int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads an analog input channel using AIN(axisName,channel).
- readAxisFaults(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the fault bits of an axis using AXISFAULT(axisName).
- readAxisStatus(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the status bits of an axis using AXISSTATUS(axisName).
- readBytes(byte[], int, int) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- readBytes(byte[], int) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- readCalibratedPosition(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the calibrated position of an axis using PFBKCAL(axisName).
- readDglobal(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the value of a DGLOBAL array element using DGLOBAL(index).
- readDigitalInput(String, int, int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads a digital input port using DIN(axisName,port,bit).
- readIglobal(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the value of an IGLOBAL array element using IGLOBAL(index).
- readPlaneStatus(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the status bits of a plane using PLANESTATUS(planeNum).
- readProgramPosition(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the "program" position of an axis using PFBKPROG(axisName).
- readRawPosition(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the raw position of an axis using .
- readTaskState(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Reads the state of a task slot using TASKSTATE(taskNum).
- reply - Variable in exception org.lsst.ccs.subsystem.cablerotator.Aerotech.CommandFailureException
-
The reply that would have been returned by the driver call.
- sendAxisStatus(SendAxisStatus) - Method in class org.lsst.ccs.subsystem.cablerotator.Commands
-
- sendAxisStatus(SendAxisStatus) - Method in class org.lsst.ccs.subsystem.cablerotator.Controller
-
- sendCommand(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sends a command to the controller, receives and examines its reply.
- sendCommandRaw(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sends a command to the device and returns the response string with no post-processing.
- sendConfiguration(SendConfiguration) - Method in class org.lsst.ccs.subsystem.cablerotator.Commands
-
- sendConfiguration(SendConfiguration) - Method in class org.lsst.ccs.subsystem.cablerotator.Controller
-
- sendControllerStatus(SendControllerStatus) - Method in class org.lsst.ccs.subsystem.cablerotator.Commands
-
- sendControllerStatus(SendControllerStatus) - Method in class org.lsst.ccs.subsystem.cablerotator.Controller
-
- setCommandTerm(Ascii.Terminator) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- setPlane(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the plane that will be used for subsequent coordinated motion.
- setPositioningMode(Aerotech.PositioningMode) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the positioning mode for coordinated moves using either INC or ABS.
- setRampDist(double) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the distance for DIST mode ramping using RAMP DIST dist.
- setRampMode(Aerotech.RampMode) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the ramp (acceleration) mode for non-homing motion commands using RAMP MODE mode.
- setRampRate(double) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the acceleration for RATE mode ramping using RAMP RATE accel.
- setRampTime(double) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the time for TIME mode ramping using RAMP TIME accel.
- setReplyTimeout(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Sets the timeout for replies from the controller.
- setResponseTerm(Ascii.Terminator) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- setTerminator(Ascii.Terminator) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- setTimeout(int) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- setTimeout(double) - Method in class org.lsst.ccs.subsystem.cablerotator.MockAscii
-
- setWaitMode(Aerotech.WaitMode) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
- start() - Method in class org.lsst.ccs.subsystem.cablerotator.Controller
-
- startProgram(int, String) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Starts an AeroBasic program in a given task slot using PROGRAM RUN taskNum,"progName".
- status - Variable in class org.lsst.ccs.subsystem.cablerotator.Aerotech.Reply
-
The status of the attempted execution of the command.
- status(String) - Method in class org.lsst.ccs.subsystem.cablerotator.Commands
-
- stopAll() - Method in class org.lsst.ccs.subsystem.cablerotator.Commands
-
- stopAllMotion(StopAllMotion) - Method in class org.lsst.ccs.subsystem.cablerotator.Commands
-
- stopAllMotion(StopAllMotion) - Method in class org.lsst.ccs.subsystem.cablerotator.Controller
-
- stopProgram(int) - Method in class org.lsst.ccs.subsystem.cablerotator.Aerotech
-
Stops the AeroBasic program running in a given task slot using PROGRAM STOP taskNum.
- valueOf(String) - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.ErrorHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.PositioningMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.RampMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.WaitMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.ErrorHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.PositioningMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.RampMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.subsystem.cablerotator.Aerotech.WaitMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.