IF_RobotFeedbackConnectedPath

 

IF_RobotFeedbackConnectedPath - General Information

Overview

Type:

Interface

Available as of:

V1.0.0.0

Inherits from:

IF_RobotFeedbackMotionRefValues

This chapter provides information on:

oTask

oDescription

oProperties

Task

Interface with return values for the active connected path.

Description

This interface is part of IF_RobotFeedback and contains data on the active connected path.

A connected path consists of motion commands IF_RobotMotion.MoveL, IF_RobotMotion.MoveS or IF_RobotMotion.MoveC, which were connected with each other by a blending zone.

Properties

Name

Data type

Accessing

Description

etActiveMovementMode

ET_MovementMode

Read

Active movement mode of the connected path.

etMovementState

ET_MovementState

Read

Motion status within the connected path.

lrExecutionLength

LREAL

Read

Length of the connected path to be executed.

Could be different to lrLength in case of motion commands have been issued after the method IF_RobotMotion.Execute(…) was called with i_xValue = FALSE. In this case, the path motion stops at that position until the method IF_RobotMotion.Execute(…) is called with i_xValue = TRUE.

lrDistanceToEnd

LREAL

Read

Distance to the end.

Unit: [Units]

lrLength

LREAL

Read

Length

Unit: [Units]

lrRefPosition

LREAL

Read

Position or distance to the start.

Unit: [Units]

lrRemainingTime

LREAL

Read

Remaining time until the end of the connected path.

Unit: [msec]

lrMaxAccelerationResultant

LREAL

Read

Configured maximum resulting acceleration for space movement for the connected path.

xMaxAccelerationResultant

BOOL

Read

TRUE: The motion profile of the connected path is modified to limit the resulting acceleration of the space movement.

FALSE: The motion profile of the connected path is not modified to limit the resulting acceleration of the space movement.

For further information, refer to properties of IF_RobotFeedbackTiming.