Meca500 - SMC JMHZ2 12D air gripper integration

     

    MecaLogo-Black (1)-3

     

     

     

    This MecaNetwork example features the Meca500 industrial arm, the MPM500 pneumatic module and the SMC JMHZ2 12D pneumatic gripper. The gripper is attached to the Meca500 with a custom bracket. Custom fingers are used for the pick-and-place action. The 3D models of the bracket and the fingers are provided below and are free to use. The gripper is directly controlled by the MPM500 pneumatic module. The provided demo showcases a simple pick-and-place example.


    TABLE OF CONTENTS

     

    Components

    • Meca500 Robot: Go to link
    • Meca500 firmware version 8.1.6 or above is required: Go to link
    • Mecademic MPM500 pneumatic module: Go to link
    • SMC JMHZ2 12 D pneumatic gripper: Go to link
    • Custom bracket and fingers: Available for download at the bottom of the page
    • M5 threaded barb fittings: Included with the MPM500 module OR Push-to-connect fittings: McMaster reference
    • M3 threaded barb fittings: Purchased separately for the gripper
    • M3 x 0.5 screws (x6): For mounting the bracket to both the Meca500 and the gripper
    • M2 screws (x4): For mounting the fingers to the gripper
    • 1/16 in ID or 4 mm OD pneumatic cables: Purchased separately

    Technical specifications for the gripper

    • Compact parallel gripper
    • Double-acting
    • Bore size: 12 mm
    • Stroke per jaw : 6 mm
    • Gripping force (open): 17.5 N (per finger)
    • Gripping force (close): 23.3 N (per finger)
    • Repeatability: 0.01 mm
    • Weight: 0.65 kg

    Assembly

    Before assembly or operation, please refer to the Meca500 User Manual and the MPM500 User Manual.

    It is also recommended to visit the How to install the MPM500 pneumatic module page in order to ensure a functioning set-up before adding the gripper. The article lists the assembly steps required after the successful installation of the MPM500 pneumatic module.


    Assembly steps:

    1. Attach the custom fingers to the gripper using M2 screws; 

    2. Attach the custom bracket to Meca500's flange using M3x0.5 screws; 

    3. Attach the gripper to the custom bracket. The gripper is oriented at 90 degrees relatively to the flange, pointing downwards;                                                                                                                               

    4. Attach the barb fittings or the push-to-connect fittings to the gripper and the MPM500 module (if needed);                                                                                                        

    5. Attach air input to port IN (Meca500);                                                                                                                                    

    6. Attach port A (gripper) to port 1 (Meca500) using a piece of pneumatic cable; 

    7. Attach port B (gripper) to port 2 (Meca500) using another piece of pneumatic cable; 

    8. Optional: add the pneumatic muffler to reduce noise.

     

    Web interface script

    The gripper's action can be tested with the Meca500's web interface. To learn how to use the web interface, please read the Programming Manual. Simply write and execute the GripperOpen and GripperClose commands to confirm that all connections are working. A simple pick-and-place command sequence is presented below. The sequence positions the robot with the MovePose()  and MoveLin() commands. The gripper is then closed in order to seize the object, before placing it somewhere else and releasing it.

     

    MovePose(215.813,1.282,144.232,20.74,82.846,-19.853)

    MoveLin(214.355,1.239,108.308,138.4,86.206,-138.008)

    GripperCloseDelay(1)

    MovePose(174.313,116.071,145.192,-78.995,58.707,81.526)

    MoveLin(173.682,115.627,114.353,-95.307,59.052,94.893)

    GripperOpenDelay(1)

    MovePose(174.516,116.213,134.623,-84.534,59.046,86.056)

    MoveLin(173.682,115.627,114.353,-95.307,59.052,94.893)

    GripperCloseDelay(1)

    MovePose(215.813,1.282,144.232,20.74,82.846,-19.853)

    MoveLin(214.355,1.239,108.308,138.4,86.206,-138.008)

    GripperOpenDelay(1)

    MoveJoints(0,0,0,0,0,0)


     

    Please note that these examples are provided as-is by either Mecademic or it's Partners. These can be used as starting point for development and testing but Mecademic or it's partners are not under obligation to provide support and are not liable for any errors or unintended behavior caused by the examples. These examples could be updated over time.

    Attachments

    Attachments (2)

    stl

    SMC_bracket.stl
    36.9 KB

    stl

    SMC_fingers.stl
    27.6 KB