Difference between revisions of "Bin Picking Tutorial: Setting up Photoneo Bin Picking Studio with MITSUBISHI robots"

From 3D scanning Knowledge base - Photoneo wiki
Jump to: navigation, search
Line 45: Line 45:
 
Confirm '''WRITE''' and try to ping the Robot Controller from your PC. If this operation is successful, it should be possible to go Online from RTToolBox3.  
 
Confirm '''WRITE''' and try to ping the Robot Controller from your PC. If this operation is successful, it should be possible to go Online from RTToolBox3.  
  
=== 2.2 Connect from RT ToolBox3 ===
+
=== 2.2 RT ToolBox3 project configuration ===
  
 
When configuring the new project in RTToolBox it is recommended to enable TCP/IP communication for commissioning.  
 
When configuring the new project in RTToolBox it is recommended to enable TCP/IP communication for commissioning.  
Line 58: Line 58:
 
[[File: Setting Up Guide Mitsubishi RT Toolbox 2.png]]
 
[[File: Setting Up Guide Mitsubishi RT Toolbox 2.png]]
  
 +
=== 2.3 Go Online ===
  
 
If project configuration has been completed, RTToolbox should be in '''Offline mode''':
 
If project configuration has been completed, RTToolbox should be in '''Offline mode''':
Line 70: Line 71:
 
[[File: Setting Up Guide Mitsubishi Step 2.png]]
 
[[File: Setting Up Guide Mitsubishi Step 2.png]]
  
 +
== 3. Project Setup ==
  
 
Photoneo Mitsubishi Interface consists of following .prg files:
 
Photoneo Mitsubishi Interface consists of following .prg files:
Line 80: Line 82:
  
 
* - '''PHOSTATE''' - state server module, it runs in the background from the boot and keeps reporting joint states and TCP pose to the Bin Picking Studio.
 
* - '''PHOSTATE''' - state server module, it runs in the background from the boot and keeps reporting joint states and TCP pose to the Bin Picking Studio.
 +
 +
=== 3.1 Transfering Program files to Robot Controller ===
  
 
As the first step in Robot Controller configuration upload these four files to the Program List. Right Click on '''Program''' and select '''Program Manager''':
 
As the first step in Robot Controller configuration upload these four files to the Program List. Right Click on '''Program''' and select '''Program Manager''':
Line 92: Line 96:
 
[[File: Setting Up Guide Mitsubishi Step 4.png]]
 
[[File: Setting Up Guide Mitsubishi Step 4.png]]
  
 +
=== 3.2 Parameters ===
  
 
As a next step Open Parameter List and search for a '''PRGUSR''':  
 
As a next step Open Parameter List and search for a '''PRGUSR''':  
Line 112: Line 117:
  
 
As a next step browse to '''Parameter''' -> '''Communication Parameter''' -> '''Ethernet'''
 
As a next step browse to '''Parameter''' -> '''Communication Parameter''' -> '''Ethernet'''
 +
 +
Basic networking parameters are shown here including NETIP configured as a first step:
  
  
 
[[File: Setting Up Guide Mitsubishi Step 8.png]]
 
[[File: Setting Up Guide Mitsubishi Step 8.png]]
 +
 +
 +
Now switch to '''Device and Line'''. Photoneo Mitsubishi Module utilize '''OPT12''' and '''OPT13''' Devices:
  
  
 
[[File: Setting Up Guide Mitsubishi Step 9.png]]
 
[[File: Setting Up Guide Mitsubishi Step 9.png]]
 +
 +
 +
Configure '''OPT12''' as a '''Client''' and set Vision Controller IP here as configured in BP Studio. '''The default port utilized for Bin Picking Client is 11003'''
  
  
 
[[File: Setting Up Guide Mitsubishi Step 10.png]]
 
[[File: Setting Up Guide Mitsubishi Step 10.png]]
 +
 +
 +
Configure  '''OPT13''' as a Server and change protocol to Data Link. '''The default port utilized for State Server is 11004'''
  
  
Line 126: Line 142:
  
  
[[File: Setting Up Guide Mitsubishi Step 12.png]]
+
Now Browse to Parameter -> Program Parameter -> Slot Table.  
  
 +
As is shown in the figure below PHOSTATE program needs to be added to the '''Slot 8''':
  
[[File: Setting Up Guide Mitsubishi Step 13.png]]
 
  
 +
[[File: Setting Up Guide Mitsubishi Step 15.png]]
  
[[File: Setting Up Guide Mitsubishi Step 14.png]]
 
  
 +
Double click on '''Slot8''' and select the '''PHOSTATE''' program.
  
[[File: Setting Up Guide Mitsubishi Step 15.png]]
+
Change conditions to '''ALWAYS''' to ensure that '''PHOSTATE''' program starts at the boot:
  
  
 
[[File: Setting Up Guide Mitsubishi Step 16.png]]
 
[[File: Setting Up Guide Mitsubishi Step 16.png]]
 +
 +
 +
 +
 +
 +
[[File: Setting Up Guide Mitsubishi Step 12.png]]
 +
 +
 +
[[File: Setting Up Guide Mitsubishi Step 13.png]]
 +
 +
 +
[[File: Setting Up Guide Mitsubishi Step 14.png]]

Revision as of 10:56, 7 March 2019

NOTE: Users are strongly recommended to read the general introduction to robot interfaces prior to installing specific robot modules.

1. Prerequisites

Photoneo Mitsubishi Interface is written in MELFA V language and it it should be compatible with following controllers:

  • - CR750D
  • - CR800

The robot used for the development: RV2-FR + CR800 controller with firmware version as shown in the figure below:


Setting Up Guide Mitsubishi Step 22.png


NOTE: RT Toolbox3 Software is highly recommended for setting up Photoneo Mitsubishi Module

2. Mitsubishi Controller Setup

2.1 Set IP Address

Setting up an IP Address of Robot Controller is an essential step in robot configuration.

It is not possible to go Online until the configuration of IP address does not match the network configuration of PC running RT Toolbox (same subnet)

Turn on the Robot Controller and Click the MEMU at the bottom. Select Parameter to open the Parameter list:


Setting Up Guide Mitsubishi Step 17.png


Turn ON the Keyboard by pressing KEY at the bottom and type NETIP to the search box:


Setting Up Guide Mitsubishi Step 21.png


This parameter holds the current IP settings of the Robot Controller. Change IP Address here to match your network configuration (same subnet).


Setting Up Guide Mitsubishi Step 19.png


Confirm WRITE and try to ping the Robot Controller from your PC. If this operation is successful, it should be possible to go Online from RTToolBox3.

2.2 RT ToolBox3 project configuration

When configuring the new project in RTToolBox it is recommended to enable TCP/IP communication for commissioning.


Setting Up Guide Mitsubishi RT Toolbox 1.png


The default configuration should work with RTToolbox3. Do not change any parameters here unless you know exactly what you are doing:


Setting Up Guide Mitsubishi RT Toolbox 2.png

2.3 Go Online

If project configuration has been completed, RTToolbox should be in Offline mode:


Setting Up Guide Mitsubishi Step 0.png


Change to Online mode to start configuring Robot Controller:


Setting Up Guide Mitsubishi Step 2.png

3. Project Setup

Photoneo Mitsubishi Interface consists of following .prg files:

  • - PHOCLIENT - handles communication with BP Studio - Do Not Edit
  • - PHOCOMMON - holds the definition of global variables
  • - PHOMAIN - the main program loop is defined here amend program, poses, logic and gripper actions here
  • - PHOSTATE - state server module, it runs in the background from the boot and keeps reporting joint states and TCP pose to the Bin Picking Studio.

3.1 Transfering Program files to Robot Controller

As the first step in Robot Controller configuration upload these four files to the Program List. Right Click on Program and select Program Manager:


Setting Up Guide Mitsubishi Step 3.png


Select four program files and copy them to the robot. Ensure that you have selected proper Source and Destination:


Setting Up Guide Mitsubishi Step 4.png

3.2 Parameters

As a next step Open Parameter List and search for a PRGUSR:


Setting Up Guide Mitsubishi Step 5.png


Type PHOCOMMON here to enable sharing global variables within all programs:


Setting Up Guide Mitsubishi Step 6.png


Now browse to Parameter -> Program Parameter -> Command and ensure that RAD is selected:


Setting Up Guide Mitsubishi Step 7.png


As a next step browse to Parameter -> Communication Parameter -> Ethernet

Basic networking parameters are shown here including NETIP configured as a first step:


Setting Up Guide Mitsubishi Step 8.png


Now switch to Device and Line. Photoneo Mitsubishi Module utilize OPT12 and OPT13 Devices:


Setting Up Guide Mitsubishi Step 9.png


Configure OPT12 as a Client and set Vision Controller IP here as configured in BP Studio. The default port utilized for Bin Picking Client is 11003


Setting Up Guide Mitsubishi Step 10.png


Configure OPT13 as a Server and change protocol to Data Link. The default port utilized for State Server is 11004


Setting Up Guide Mitsubishi Step 11.png


Now Browse to Parameter -> Program Parameter -> Slot Table.

As is shown in the figure below PHOSTATE program needs to be added to the Slot 8:


Setting Up Guide Mitsubishi Step 15.png


Double click on Slot8 and select the PHOSTATE program.

Change conditions to ALWAYS to ensure that PHOSTATE program starts at the boot:


Setting Up Guide Mitsubishi Step 16.png



Setting Up Guide Mitsubishi Step 12.png


Setting Up Guide Mitsubishi Step 13.png


Setting Up Guide Mitsubishi Step 14.png