Getting Started with the Schmalz Vacuum Gripper
Vacuum grippers are commonly used in pick-and-place and machine tending for parts with flat surfaces and light to medium weight. They enable fast, high-cycle handling (loading/unloading) of items like cartons, sheet metal, and any flat or slightly curved finished product, especially when surfaces are clean and free of debris for reliable suction.
The Schmalz ECBPMi gripper generates its own vacuum without requiring an external air supply or hose. It is designed for handling airtight workpieces up to 3 kg and is ideal for automated small-part handling.
Check before Installation
Verify Part Number
Ensure that your Schmalz vacuum gripper matches the part number below:
Part Number: 10.03.01.00987
This specific gripper part number ensures compatibility for direct plug-and-play integration with the end-of-arm interface of FAIRINO cobots.
If the Part Number does not match:
Direct connection to the robot end-effector will not be possible out of the box as the pins will not match. To achieve direct connection, a custom adapter cable will need to be created. You can check the documentation for the gripper to verify the pinout.
Check Signal Type
The Fairino robot end-of-arm I/O port only supports NPN connections. Before mounting the gripper, you will need to verify the DIP switches on the gripper for both the input and output are configured as NPN.
Mount the Schmalz Gripper to the End Flange
The robot tool flange is equipped with four M6 threaded mounting holes and one positioning pin hole for tool attachment and positioning.
Use the M6 screws provided with the Schmalz gripper.
It is recommended to tighten each screw using 8 N·m of torque.
(Figure 1)
Use the four M6 screws (Item 4) and the locating pin (Item 5), as shown in Figure 2 below, supplied with the Schmalz gripper.
(Figure 2)
Installation Procedure
- Insert the locating pin into its designated hole (the center hole between the four mounting holes). Refer to Figure 1.

- Position the flange onto the robot tool flange using the locating pin for alignment, then tighten the four M6 screws.
- Align the gripper as shown in the figure below.

- Insert the gripper into the mounting interface and rotate it slightly clockwise until it seats securely and aligns properly in position.
Tighten the fastening bolts around the gripper.
Connect the gripper to the 8-pin female connector (I/O) located on the robot end flange. The gripper LEDs will illuminate to confirm that the gripper has received power.

Activating the Vacuum
Testing the Gripper in the Web App
Start by accessing the web app from your computer or teach pendant. At the bottom section of the robot visualization, select the I/O icon. In the "EndEff" section, a DO (Digital Output) drop-down menu will be available, allowing selection between DO0 and DO1, as seen in the figure below.
Toggle DO0 on and observe whether it activates the vacuum function. For example, DO0 activates the vacuum, while DO1 trigger the blow-off function, which releases the vacuum and removes any residual adhesion caused by suction.

Coding Suction
The command to activate Digital Output at end-effector is: SetToolDO(id, status)
If the vacuum is assigned to DO0, use the following command to activate it:
Related Articles
Getting Started with the FAIRINO MoveIt2 Plugin
Overview In this tutorial, we focus on the installation and setup of a basic MoveIt2 environment using the FR5 cobot model. By the end of this tutorial, you should have a basic understanding of MoveIt2, and how to launch a functional planning ...
Setting Up a DH Robotics AG Gripper
Setting up your DaHuan (DH) Gripper with the Fairino Robot To set up a DH gripper to communicate through the end of arm port, you will need: - 1 DH Gripper - 1 Fairino Robot - 1 8pin->5pin adapter Step1: Connect the cable from the gripper to the ...
Setting Up a DH Robotics Gripper - Alternative Approaches
Overview This article outlines two alternative approaches to setting up a DH gripper when connection to the 5-pin port at the flange of a Fairino cobot is unavailable or not desired. Instead of using the default method for connecting the gripper to ...
Integrating the Gripper and Robot model within Moveit2 – Part 1: Merging the URDF
Overview In this tutorial, we cover the first step of integrating a gripper with your cobot by merging the robot and gripper models into a single URDF/Xacro file. This unified description is required before generating the MoveIt2 configuration ...
Integrating your FAIRINO cobot with Moveit2
Overview This tutorial focuses on the steps required to integrate your FAIRINO collaborative robot with MoveIt2, enabling advanced motion planning, collision avoidance, and safe robot interaction within complex environments. By following this guide, ...