| 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 | 
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)
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 | 
|---|---|
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)  | 
Copyright © 2018. All rights reserved.