get_temp_tcp()

Features

Return the currently set temporal TCP information. To retrieve the safety TCP information, use the get_current_tcp() command.

  • Safety TCP: TCP information used for safety functions, primarily as a reference for safety zone checks.

  • Temporal TCP: TCP information used for motion and control functions, serving as the center for workspace motions such as movel() and for force/compliance control. When the temporal TCP is reset using the reset_temp_tcp() command, it will revert to the currently set safety TCP.

Return

Value

Data Types

Description

ret

class.config_tcp

TCP Setup Infomation

Class

class.config_tcp

Field

Data Types

Description

obj

list

Object information for that class

offset

float[6]

TCP pose information based on the flange coordinate system (position and orientation). Orientation is expressed in Euler ZYX angles, with units in (mm, deg).

Example

Python
ret = get_temp_tcp()
print(ret.offset) # tcp offset

Keyword

get / get_ / tcp