Difference between revisions of "Motion Project Example: Puma Robot simulated"

From SoftMC-Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The following example show how to set a simulated Puma robot properties using [[softMC Configurator]] and how to make Helix movement and Pick and Place method using it. <br>
+
{{Languages|Motion_Project_Example:_Puma_Robot_simulated}}
 
+
The following example show how to set a simulated Puma robot properties using [[softMC Configurator]] and how to make Helix movement and Pick and Place method using it. [[File:Puma Simulated2.PNG|right|250px|Puma Simulated]]<br>
 
 
[[image: file-zip-icon-.png|30px|]] '''NOTICE''' - You can download [[media:Puma01 Simulated.zip|HERE] the example files, open the project with ControlStudio, and you'll have all the initial files to run this example. The instructions will be listed below.
 
  
 +
=Download Example Files=
 +
{|class="wikitable" style="text-align: center"
 +
|'''Description'''
 +
|'''Download'''
 +
|-
 +
|It's recommended to download the example '''ZIP''' file, extract all the project files, open project with ControlStudio, and run the example by yourself. You will find files description table bellow (4.1). The instructions will be listed below.
 +
|[[image:Download.png|90px|link=http://softmc.servotronix.com/img_auth.php/7/73/Puma01_Simulated.zip]]
 +
|}
  
 
=System Setup=
 
=System Setup=
Line 9: Line 15:
 
* softMC 7 (you can also use simulated sofMC).
 
* softMC 7 (you can also use simulated sofMC).
 
* Computer with [[Control Studio|ControlStudio]], [[softMC Configurator]] and RoboDk. <br>
 
* Computer with [[Control Studio|ControlStudio]], [[softMC Configurator]] and RoboDk. <br>
* [[media:Puma01 Simulated.zip| Example files]] - Programs, setups, properties and more. You can find files description down bellow (4.1)
+
* Example files - Programs, setups, properties and more. You can find files description down bellow (4.1)
  
 
The motors parameters calculate according to the manufacture formulas as it's appear in the Excel file, although it's simulated system.  
 
The motors parameters calculate according to the manufacture formulas as it's appear in the Excel file, although it's simulated system.  
Line 33: Line 39:
 
-->Stas PnP.PRG   
 
-->Stas PnP.PRG   
 
</syntaxhighlight>
 
</syntaxhighlight>
 
=Example Files=
 
You can find all the example files attached [[media:Puma01 Simulated.zip|Here]] <br>
 
It's recommended to download the file attached, upload the relevant files to the controller, connect between RoboDK and ControlStudio, and run the program.
 
  
 
==Files table With Description==
 
==Files table With Description==

Latest revision as of 13:12, 21 February 2018

Language: English  • 中文(简体)‎
The following example show how to set a simulated Puma robot properties using softMC Configurator and how to make Helix movement and Pick and Place method using it.
Puma Simulated

Download Example Files

Description Download
It's recommended to download the example ZIP file, extract all the project files, open project with ControlStudio, and run the example by yourself. You will find files description table bellow (4.1). The instructions will be listed below. Download.png

System Setup

In this example we used the following system:

  • softMC 7 (you can also use simulated sofMC).
  • Computer with ControlStudio, softMC Configurator and RoboDk.
  • Example files - Programs, setups, properties and more. You can find files description down bellow (4.1)

The motors parameters calculate according to the manufacture formulas as it's appear in the Excel file, although it's simulated system.

softMC Configurator

To upload the example setups to your sofMC Configurator, open the example .mcfg file from the softMC Configurator.

After creating all project files with softMC Configurator or upload an existing project, you can run your Puma robot from ControlStudio or from the softMC Configurator itself.
In this example we will make a helical movement and execute Pick and Place program with MC-Basic program, from ControlStudio terminal.

For more information about how to setup Puma robot parameters using softMC Configurator - look here

Running The Program and Simulate With RoboDK

To upload the example setups to your ControlStudio, open the example .apj file from the Controlstudio.
When all relevant files upload to your controller, and you opened and connected the RoboDK file as explain HERE, use the following code, from ControlStudio-terminal to run the example:

-->reset all
-->load AUTOEXEC.PRG   'wait until the program will terminate, and connect between RoboDK model and ControlStudio (as explained).
-->load HELIX.PRG      'Load helical movement program
-->Stas HELIX.PRG 
-->load PnP.PRG        'Load Pick and Place program  
-->Stas PnP.PRG

Files table With Description

User Files
File Name Description Upload to Controller
Puma01_simulated Excel matrix that contain the information that you need to setup your robot.
Notice which information you need to import from your system.
CONFIG.PRG MC-Basic program that define the basic data so that ControlStudio and sofMC Configurator will work. +
AUTOEXEC.PRG Execute startPRG.PRG program and SERVER.PRG program. +
HELIX.PRG Basic helical movement program. +
PnP.PRG Basic "Pick and Place" movement program. +
SERVER.PRG Communication program between ControlStudio and RoboDK file. +
Puma01_Simulated.rdk RoboDK file. +


softMC Configurator files - DO NOT MAKE ANY CHANGE
File Name Description Upload to Controller
AX_SETUP.PRG Axes parameters setup program +
CANSETUP.PRG CANopen communication parameter setup program +
EC_CDHD.LIB EtherCat communication function and subroutine with CDHD library file +
EC_USER.LIB EtherCat communication function and subroutine library file +
ETHERCAT.LIB EtherCat communication function and subroutine library file +
ECCONFIG.PRG EtherCat configuration program +
EC_SETUP.PRG EtherCat communication setup program +
RobLib.LIB Robot function and subroutine library file +
ROBOT.PRG Robot parameter setup program +
STARTPRG.PRG Program that runs all other softMC Configurator programs +
Puma01_Simulated.apj Project file - allowed to load an existing project from ControStudio.
Puma01_Simulated.mcfg Project file - allowed to load an existing project from softMC Configurator.
Puma01_Simulated.dat General project files
Puma01_Simulated.asn
Puma01_Simulated.pse