Structures SplineData - ThorstenBrach/SRCI GitHub Wiki

SplineData

Parameter Data Type Default Value Description

Position

RobotCartesianPosition

-

Absolute target coordinates in the selected coordinate system (see ToolNo and FrameNo)

VelocityRate

REAL

-

TCP velocity in % of nominal velocity
- <0%: Use default velocity (default)
- 0%: Use internal minimal velocity
- 100%: Use maximal reference velocity

AccelerationRate

REAL

-

Acceleration in % of nominal acceleration
- <0%: Use default acceleration (default)
- 0%: Use internal minimal acceleration
- 100%: Use maximal reference acceleration

DecelerationRate

REAL

-

Deceleration in % of nominal deceleration
- <0%: Use default deceleration (default)
- 0%: Use internal minimal deceleration
- 100%: Use maximal reference deceleration

JerkRate

REAL

-

Jerk in % of nominal jerk
- <0%: Use default jerk (default)
- 0%: Use internal minimal jerk
- 100%: Use maximal reference jerk

ToolNo

USINT

-

Index of tool
- 0: Flange (default)
- 1..254: Tool frames

FrameNo

USINT

-

Index of frame
- 0: WCS (default)
- 1..254: User frames

MoveTime

TIME

-

Duration [ms] to reach the target position (if > 0)
- Overrides velocity, acceleration, deceleration and jerk
- Define two consecutive points with identical positions and MoveTime > 0 to implement wait time
- An error is raised by the RC if time cannot be kept

⚠️ **GitHub.com Fallback** ⚠️