Warning

You are reading the documentation for an older Pickit release (2.1). Documentation for the latest release (3.3) can be found here.

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

Still having an older Pickit version installed? Contact our support team to have your Pickit system updated: 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. Unzip the archive and copy the contents of the tm_pickit directory to a USB drive under TM_Export\<your-robot-serial>.

    Note

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

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

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

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

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

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

    ../../_images/tm-installation-import-export.png
  8. 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
  9. 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
  10. 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
  11. Click on the Component icon.

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

    ../../_images/tm-installation-component-list-cropped.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!