Difference between revisions of "CPRog Examples"

From Wiki
Line 14: Line 14:
 
Please save both files in the <code>C:\CPRog\Data\Programs</code> folder.
 
Please save both files in the <code>C:\CPRog\Data\Programs</code> folder.
  
Load the <code>test.matrix.xml<code> program in CPRog.
+
Load the <code>test.matrix.xml</code> program in CPRog.
  
 
[[file:Caution.png|frameless|50px]]''Always first test any program in a simulation, i.e. with the robot disconnected in software. The starting positions of the example code may have to be adapted to your specific set up!''
 
[[file:Caution.png|frameless|50px]]''Always first test any program in a simulation, i.e. with the robot disconnected in software. The starting positions of the example code may have to be adapted to your specific set up!''

Revision as of 10:51, 19 May 2018

This page shows an example program for the CPRog software. Please get in touch, if you application is not covered...

The matrix motion in CPRog

Matrix Motion

In order to grip work pieces form a rectangular tray it one has to control the robot so that it moves a new position and then operates the gripper. The motions have to be carried out multiple times for multiple items on the matrix. To simplify setting up such a motion, CPRog can handle loops and subprograms. In this case once would program two loops: one that increment the x and y of the target position and a second loop that controls the gripping motion. Here some example code that accomplishes this task:

Program Files:

Download the following xml files (right click, save as).

Please save both files in the C:\CPRog\Data\Programs folder.

Load the test.matrix.xml program in CPRog.

Caution.pngAlways first test any program in a simulation, i.e. with the robot disconnected in software. The starting positions of the example code may have to be adapted to your specific set up!

Please refer to the command reference for further information on the commands and variables: Command Reference

Troubleshooting:

  • If the robot does not perform the complete pattern, please check if the motion might exceed the motion limits. This is shown in the log messages tab on the bottom of CPRog.
  • Take a look at the variables in the "variables" tab on the bottom of CPRog. This often helps to find problems.
  • Precision: If the real robot approaches the positions with offsets it might be necessary to perform a fine calibration. Please have a look at the according page Define the zero position offsets or get in contact!


For questions please get in contact