IF_RobotMotion - General Information
Type: |
Interface |
Available as of: |
V1.0.0.0 |
Inherits from: |
- |
This chapter provides information on:
oTask
Interface for motion programming the robot.
With this interface, both motion parameters for a path motion and the path motion itself can be issued or manipulated.
Name |
Description |
---|---|
Request to change the coordinate system. |
|
Request to change the coordinate system set by calling the method IF_RobotMotion.SetCoordinateSystem(...). |
|
Deleting issued motion commands. |
|
Reading the maximum resulting acceleration. |
|
Reading the motion parameters. |
|
Reading the parameters of a stop-on-path. |
|
Asynchronous motion of an auxiliary axis. |
|
Circular motion in three-dimensional space. |
|
Linear motion in three-dimensional space. |
|
Spline motion in three-dimensional space. |
|
Synchronous motion of an auxiliary axis. |
|
Reset a stop-on-path. |
|
Setting the next coordinate system in which the robot should move. |
|
Setting the maximum path acceleration. |
|
Setting the maximum resulting acceleration. |
|
Setting the maximum path deceleration. |
|
Setting the maximum path velocity. |
|
Setting the motion parameters. |
|
Setting the ramp. |
|
Stop the movement on a connected path. |
|
Transform a position from a source coordinate system into a target coordinate system. |
Name |
Data type |
Accessing |
Description |
---|---|---|---|
lrVelOverride |
LREAL |
Read/Write |
Proportional influence of the velocity of the active motion jobs. Unit: [%] Value range: 0 ≤ lrVelOverride ≤ 200. (Since library version V2.6.3.0 the value range changed. Value range: 0 ≤ lrVelOverride ≤ 100). Default value: 100% Changing lrVelOverride influences the present as well as the motion jobs following thereafter. Values greater than the maximum range is set to the maximum range. Every change of lrVelOverride causes a recalculation of the velocity curve and requires respective computing time. Also refer to Behavior of IF_RobotMotion.lrVelOverride. |