IF_CollisionHandlerSCARA4Ax - EvaluateInverseKinematics (Method)

Overview

Type:

Method

Available as of:

V1.0.0.0

This chapter provides information on:

Task

This method evaluates the solution of the inverse kinematics.

Description

Starting from the Cartesian position of the TCP, this method evaluates the solution of the inverse kinematics, returning the Cartesian position of all the intermediate points in the kinematic structure.

Interface

Access: PUBLIC

Input

Data type

Description

i_stTCPPosition

SE_Math.ST_Vector3D

TCP position with reference to the coordinate system of the robot.

i_stTCPOrientation

SE_Math.ST_Vector3D

TCP orientation with reference to the coordinate system of the robot.

i_etShoulderConfiguration

ET_ArmConfiguration

Shoulder configuration to be considered for the solution.

Output

Data type

Description

q_xError

BOOL

The output is set to TRUE if an error has been detected during the execution.

q_etResult

ET_Result

POU-specific output on the diagnostic; q_xError = FALSE -> Status message; q_xError = TRUE -> Diagnostic message.

q_sResultMsg

STRING(80)

Event-triggered message that gives additional information on the diagnostic state.

q_stResultLocal

ST_SCARA4AxKinematicsResult

Result of the kinematics, referred to the local coordinate system of the robot.

This result can be provided as input of UpdateFromKinematicsResult.

q_stResultGlobal

ST_SCARA4AxKinematicsResult

Result of the kinematics, referred to a global coordinate system. This is evaluated based on the configured values of base position and orientation.