Component installation and setup

Pickit integrates seamlessly with Omron TM cobots by means of a a set of TMflow components. Each component is a building block for creating vision-guided applications with Pickit. This document explains how to install the Pickit components as well as example robot programs.

Pre-requisites

Pickit

Verify that the installed Pickit version is 2.1 or greater. The software version can be verified in the top bar of the web interface.

Tip

Do you have an older Pickit version installed? You can upgrade to a more recent version, or contact our support team at support@pickit3d.com.

Robot

The TMflow versions supported by the Pickit components are listed on our downloads page. The TMFlow version can be checked by clicking on the information button on the top bar (highlighted in red below).

../../../_images/tm-check-version.png

Installing the Pickit TM integration files

To install the Pickit TM integration files, follow these steps:

  1. Download the Pickit TM integration files.

  2. Have a USB drive named TMROBOT with a root directory called TM_Export.

  3. Unzip the archive and copy the contents of the tm_pickit directory to the USB drive, under TM_Export\<your-robot-serial>.

    Note

    TMflow requires USB drives to adhere to a specific naming and directory structure for importing contents into the robot. The above steps adhere to this layout.

  4. Connect the USB drive to the robot controller.

  5. From a Windows PC, open the TMflow application and Get control of your TM robot.

    ../../../_images/tm-get-control.png
  6. Click the hamburger icon on the top-left corner of the user interface to display a panel on the left side of the screen.

  7. Click on System on the left panel, to display the System setting screen.

    ../../../_images/tm-installation-left-panel-system.png
  8. Click on the Import/Export icon.

    ../../../_images/tm-installation-system-settings-import-export.png
  9. Select Import on the top-left corner.

    ../../../_images/tm-installation-import-export.png
  10. Select Component on the left panel. Browse the contents of the USB drive and select all the listed Pickit components. These are the building blocks for Pickit-based applications.

    ../../../_images/tm-installation-import-component.png
  11. Select Project on the left panel. Browse again the contents of the USB drive and select all listed projects. These are example programs that can get you started with little effort.

    ../../../_images/tm-installation-projects.png
  12. The Pickit components are now imported, but they also need to be enabled to make them accessible to projects. To do this, click the hamburger icon, then Setting.

    ../../../_images/tm-installation-left-panel-setting.png
  13. Click on the Component icon.

    ../../../_images/tm-installation-robot-settings-component.png
  14. On the component list, select all imported Pickit components, enable them and save.

    ../../../_images/tm-installation-component-list-cropped.png

Enable the Modbus slave

The Pickit integration requires the Modbus slave to be enabled, as it’s used to read the robot flange pose and send it to Pickit. To do so, follow these steps:

  1. Click the hamburger icon, then Setting.

    ../../../_images/tm-installation-left-panel-setting.png
  2. Click on the Connection icon (called Modbus in earlier versions).

    ../../../_images/tm-installation-robot-settings-connection.png
  3. Toggle the TCP slave to be enabled.

    ../../../_images/tm-installation-robot-settings-enable-modbus-slave.png

Using the Pickit TMflow components

The available Pickit TMflow components are documented in detail in The Pickit Omron TM interface.

There are two main usecases for a robot program that uses the Pickit TMflow components:

As long as your application is similar to the above examples, it is recommended to use the above examples as templates, and modify them according to the particularities of your application.

Happy picking!