Connecting an XJC Force/Torque Sensor to Fairino Cobot
This article will cover the steps needed to connect your XJC force/torque sensor to the end of a Fairino Cobot arm
Hardware required:
- 1 XJC force sensor
- 1 Fairino Cobot
- 1 computer with ethernet connection to Control box/button box OR 1 teach pendant
Step 1)
Navigate to your Fairino Web App by typing your robot's IP address into your computers URL or via the teach pendant
Step 2)
Select Initial -> Peripheral -> End-tool -> Adapted device
From here use the table below for your values in the drop downs (as shown in the figure below
Equipment type | Force Sensor Equipment
Manufacturer | XJC
Software version | 1.0
Mount location | End point 1
Step 3)
Now, press configure -> active -> set zero
Sometimes, you will get an error message saying "Coordinate system of FT not set to tool"
To amend this, click on the FT icon at the bottom of the web app and select "tool" as the target coordinate system. Now, you should see your force values in the Force/Torque monitor tab on the right of the web app (shown in figure above)
To zero the force sensor, you can use the "zero correction" button in the "Adapted device" tab or use FT commands in your code. For more details on programmatic ways to control your force sensor, reference the documentation in the
Fairino Documentation Page
Related Articles
3D Object Mapping using Force Sensor & Servo Cart (Python SDK)
This article contains code for mapping and visualizing an object from probing the target **PLEASE NOTE THIS CODE IS MEANT AS AN EXAMPLE/TEMPLATE AND SHOULD NOT BE RAN!!! USE THIS TO CREATE MODIFICATIONS TO ENSURE SAFETY AND COMPATABILITY WITH YOUR ...
Fairino Servo Commands (SDK)
Servo commands, while being intimidating and complex at first, are a low level way to control your robot while getting precise movements and are ideal for low level control and accuracy. When using these servo commands with the SDK, you may notice a ...
Fairino FAQ
Q: How do I connect my DH gripper to my Fairino? A: Follow the instructions linked here ...
How to update Fairino Robot Software
Step 1) - Navigate to the Fairino documentation page here - Use the version select button in the bottom right to select the target software version you wish to migrate to (please note the compatibility table below): Current Version Maximum Upgradable ...
Setting Collision Level
Fairino Collision detection sensitivity The Fairino robotic arms are Cobots, meaning they are meant to work around people safely. A key to accomplishing this is the "Collision detection" setting. This article will cover how to set the collision level ...