Modifier and Type | Method and Description |
---|---|
Acceleration |
DataModel.get(String key,
Acceleration defaultValue)
Get the
Acceleration value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
Acceleration |
DataModel.get(String key,
Acceleration defaultValue)
Get the
Acceleration value assigned to the specified key. |
void |
DataModel.set(String key,
Acceleration value)
Assign an
Acceleration value to the specified key. |
Modifier and Type | Method and Description |
---|---|
Acceleration |
ToolMotionParameters.getToolAcceleration() |
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 |
---|---|
Acceleration |
MoveLMotionParameters.getToolAcceleration() |
Acceleration |
MovePMotionParameters.getToolAcceleration() |
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 |
---|---|
MovePConfigBuilder |
MovePConfigBuilder.setToolAcceleration(Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Set tool acceleration parameter for the MoveP configuration.
|
MoveLConfigBuilder |
MoveLConfigBuilder.setToolAcceleration(Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Set tool acceleration parameter for the MoveL configuration.
|
Modifier and Type | Method and Description |
---|---|
MovePConfigBuilder |
MovePConfigBuilder.setToolAcceleration(Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Set tool acceleration parameter for the MoveP configuration.
|
MoveLConfigBuilder |
MoveLConfigBuilder.setToolAcceleration(Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
Set tool acceleration parameter for the MoveL configuration.
|
Modifier and Type | Method and Description |
---|---|
Acceleration |
CustomDecelerationParameters.getCartesianDeceleration()
The rate at which to decelerate when the until condition is met.
|
Modifier and Type | Method and Description |
---|---|
CustomDecelerationParameters |
UntilNodeConfigFactory.createDecelerationParameters(Acceleration deceleration,
ErrorHandler<Acceleration> decelerationErrorHandler)
Creates deceleration parameter for an Until node.
|
CustomDecelerationParameters |
UntilNodeConfigFactory.createDecelerationParameters(AngularAcceleration angularDeceleration,
ErrorHandler<AngularAcceleration> angularDecelerationErrorHandler,
Acceleration cartesianDeceleration,
ErrorHandler<Acceleration> cartesianDecelerationErrorHandler)
Creates deceleration parameter for an Until node.
|
Modifier and Type | Method and Description |
---|---|
CustomDecelerationParameters |
UntilNodeConfigFactory.createDecelerationParameters(Acceleration deceleration,
ErrorHandler<Acceleration> decelerationErrorHandler)
Creates deceleration parameter for an Until node.
|
CustomDecelerationParameters |
UntilNodeConfigFactory.createDecelerationParameters(AngularAcceleration angularDeceleration,
ErrorHandler<AngularAcceleration> angularDecelerationErrorHandler,
Acceleration cartesianDeceleration,
ErrorHandler<Acceleration> cartesianDecelerationErrorHandler)
Creates deceleration parameter for an Until node.
|
Modifier and Type | Method and Description |
---|---|
Acceleration |
ToolMotionParameters.getToolAcceleration() |
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 |
---|---|
Acceleration |
SimpleValueFactory.createAcceleration(double value,
Acceleration.Unit unit)
Creates an object representing an acceleration value.
|
Copyright © 2021. All rights reserved.