Difference between revisions of "2D Camera Integration"

From Wiki
Line 7: Line 7:
 
Both systems aquire an image and process it internally. Then they send the target position via Ethernet to the CPRog software. Here they are received by an plugin and stored in a variable. This variable can be used in a motion.
 
Both systems aquire an image and process it internally. Then they send the target position via Ethernet to the CPRog software. Here they are received by an plugin and stored in a variable. This variable can be used in a motion.
  
A more in-depth explanation and an example program can be found in the documentation:
+
A more in-depth explanation and an example program can be found in the documentation (german):
[https://www.cpr-robots.com/download/Camera/Dokumentation_PlugIn_IFM-O2D_V03.pdf Dokumentation_PlugIn_IFM-O2D_V03.pdf (DE)]
+
[https://www.cpr-robots.com/download/Camera/Dokumentation_PlugIn_IFM-O2D_V03.pdf Dokumentation_PlugIn_IFM-O2D_V03.pdf (DE)] The english version of that same documentation is being worked on below
 +
 
 +
'''UNDER CONSTRUCTION'''
 +
 
 +
=Scope=
 +
This document explains the use of an IFM 3D camera in CPRog.
 +
=Safety=
 +
* [[file:Caution.png|20px]] Caution! Personal safety has to be ensured during operation.
 +
* [[file:Caution.png|20px]]This is especially relevant during configuration and set up of the camera application. All motion has to be carried out at slow speeds.
 +
* [[file:Caution.png|20px]]The operator has to be ready to stop the robot
 +
* [[file:Caution.png|20px]]It is recommanded that all programs are tested in the simulation prior to moving the robot.
 +
 
 +
 
  
  
 
[[Category:CPRog]][[Category:CPRog Plugins]]
 
[[Category:CPRog]][[Category:CPRog Plugins]]

Revision as of 21:45, 9 July 2018

Different cameras can be integrated in the CPRog software. This allows to pick parts with a not precisely defined position.

Currently plugins are available for:

  • IFM O2D, a compact camera with integrated image processing
  • Matrox camera systems

Both systems aquire an image and process it internally. Then they send the target position via Ethernet to the CPRog software. Here they are received by an plugin and stored in a variable. This variable can be used in a motion.

A more in-depth explanation and an example program can be found in the documentation (german): Dokumentation_PlugIn_IFM-O2D_V03.pdf (DE) The english version of that same documentation is being worked on below

UNDER CONSTRUCTION

Scope

This document explains the use of an IFM 3D camera in CPRog.

Safety

  • Caution.png Caution! Personal safety has to be ensured during operation.
  • Caution.pngThis is especially relevant during configuration and set up of the camera application. All motion has to be carried out at slow speeds.
  • Caution.pngThe operator has to be ready to stop the robot
  • Caution.pngIt is recommanded that all programs are tested in the simulation prior to moving the robot.