Modifier and Type | Method and Description |
---|---|
Speed |
ReleaseActionParameters.getSpeed()
Get the selected speed to be used for releasing the gripper.
|
Speed |
GripActionParameters.getSpeed()
Get the selected speed to be used for the gripping action.
|
Modifier and Type | Method and Description |
---|---|
Speed |
DataModel.get(String key,
Speed defaultValue)
Get the
Speed value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
Speed |
DataModel.get(String key,
Speed defaultValue)
Get the
Speed value assigned to the specified key. |
void |
DataModel.set(String key,
Speed value)
Assign a
Speed value to the specified key. |
Modifier and Type | Method and Description |
---|---|
Speed |
ToolMotionParameters.getToolSpeed() |
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfigBuilder |
DirectionNodeConfigBuilder.setToolMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Sets tool motion parameters for a Direction node.
|
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfigBuilder |
DirectionNodeConfigBuilder.setToolMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Sets tool motion parameters for a Direction node.
|
Modifier and Type | Method and Description |
---|---|
Speed |
CompliantLinearAxisForce.getSpeedLimit() |
Modifier and Type | Method and Description |
---|---|
CompliantLinearAxisForce |
ForceNodeConfigFactory.createCompliantLinearAxisForce(Force force,
ErrorHandler<Force> forceErrorHandler,
Speed limit,
ErrorHandler<Speed> limitErrorHandler)
Creates a linear force setting for a compliant axis.
|
Modifier and Type | Method and Description |
---|---|
CompliantLinearAxisForce |
ForceNodeConfigFactory.createCompliantLinearAxisForce(Force force,
ErrorHandler<Force> forceErrorHandler,
Speed limit,
ErrorHandler<Speed> limitErrorHandler)
Creates a linear force setting for a compliant axis.
|
Modifier and Type | Method and Description |
---|---|
Speed |
MoveLMotionParameters.getToolSpeed() |
Speed |
MovePMotionParameters.getToolSpeed() |
Modifier and Type | Method and Description |
---|---|
MoveLMotionParameters |
MoveNodeConfigFactory.createMoveLMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Deprecated.
Creates a shared motion parameters object for a MoveL.
|
MovePMotionParameters |
MoveNodeConfigFactory.createMovePMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler,
Blend blend,
ErrorHandler<Blend> blendErrorHandler)
Deprecated.
Creates a shared motion parameters object for a MoveP.
|
Modifier and Type | Method and Description |
---|---|
MoveLMotionParameters |
MoveNodeConfigFactory.createMoveLMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Deprecated.
Creates a shared motion parameters object for a MoveL.
|
MovePMotionParameters |
MoveNodeConfigFactory.createMovePMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler,
Blend blend,
ErrorHandler<Blend> blendErrorHandler)
Deprecated.
Creates a shared motion parameters object for a MoveP.
|
Modifier and Type | Method and Description |
---|---|
MoveLConfigBuilder |
MoveLConfigBuilder.setToolSpeed(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler)
Set tool speed parameter for the MoveL configuration.
|
MovePConfigBuilder |
MovePConfigBuilder.setToolSpeed(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler)
Set tool speed parameter for the MoveP configuration.
|
Modifier and Type | Method and Description |
---|---|
MoveLConfigBuilder |
MoveLConfigBuilder.setToolSpeed(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler)
Set tool speed parameter for the MoveL configuration.
|
MovePConfigBuilder |
MovePConfigBuilder.setToolSpeed(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler)
Set tool speed parameter for the MoveP configuration.
|
Modifier and Type | Method and Description |
---|---|
Speed |
ToolMotionParameters.getToolSpeed() |
Modifier and Type | Method and Description |
---|---|
ToolMotionParameters |
WaypointNodeConfigFactory.createToolMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Creates tool motion parameters for a waypoint.
|
Modifier and Type | Method and Description |
---|---|
ToolMotionParameters |
WaypointNodeConfigFactory.createToolMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Creates tool motion parameters for a waypoint.
|
Modifier and Type | Method and Description |
---|---|
Speed |
SimpleValueFactory.createSpeed(double value,
Speed.Unit unit)
Creates an object representing a speed value.
|
Copyright © 2020. All rights reserved.