Class RobotAxisConfigurationT
java.lang.Object
RobotAxisConfiguration
RobotAxisConfigurationT
class RobotAxisConfigurationT
- extends RobotAxisConfiguration
The configuration for the Theta axis
Methods inherited from class RobotAxisConfiguration |
getAcceleration, getAxis, getDeceleration, getMaxPosition, getMediumSpeed, getMinPosition, getSlowSpeed, getSpeed, getZeroSwitchPosition, save, setAcceleration, setAxis, setDeceleration, setMaxPosition, setMinPosition, setSpeed, setZeroSwitchPosition, updateFromDatabase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AXIS
private final java.lang.String AXIS
- See Also:
- Constant Field Values
ENCODER_COUNTS_PER_ARCMIN
static final double ENCODER_COUNTS_PER_ARCMIN
- See Also:
- Constant Field Values
ACCELERATION
private final int ACCELERATION
- See Also:
- Constant Field Values
DECELERATION
private final int DECELERATION
- See Also:
- Constant Field Values
SPEED
private final int SPEED
- See Also:
- Constant Field Values
ZERO
private final int ZERO
- See Also:
- Constant Field Values
MIN_POSITION
private final int MIN_POSITION
- See Also:
- Constant Field Values
MAX_POSITION
private final int MAX_POSITION
- See Also:
- Constant Field Values
HALF_TURN
static final int HALF_TURN
- See Also:
- Constant Field Values
FULL_TURN
static final int FULL_TURN
- See Also:
- Constant Field Values
FILTER_P
static final int FILTER_P
- See Also:
- Constant Field Values
FILTER_I
static final int FILTER_I
- See Also:
- Constant Field Values
FILTER_D
static final int FILTER_D
- See Also:
- Constant Field Values
SMOOTHING
static final double SMOOTHING
- See Also:
- Constant Field Values
MAX_WAIT
static final int MAX_WAIT
- See Also:
- Constant Field Values
RobotAxisConfigurationT
RobotAxisConfigurationT()