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 |
MoveLMotionParameters.getToolAcceleration() |
Acceleration |
MovePMotionParameters.getToolAcceleration() |
Modifier and Type | Method and Description |
---|---|
MoveLMotionParameters |
MoveNodeConfigFactory.createMoveLMotionParameters(Speed toolSpeed,
ErrorHandler<Speed> toolSpeedErrorHandler,
Acceleration toolAcceleration,
ErrorHandler<Acceleration> toolAccelerationErrorHandler)
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)
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)
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)
Creates a shared motion parameters object for a MoveP.
|
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) |
Copyright © 2018. All rights reserved.