Skip to main content
Skip table of contents

check_robot_jts()

Features

This is a command to check whether the robot is equipped with a joint torque sensor.

Return

ValueDescription

0

Success

Negative value

Error

Example

PY
if check_robot_jts() != True:
  movej([0,0,90,0,90,0], 60, 30)
else:
  movej([0,0,0,0,0,0], 60, 30)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.