Difference between revisions of "CPR Wiki"

From Wiki
m (Configuration_Files_Overview)
 
(7 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
<!--__NOTOC__        BANNER ACROSS TOP OF PAGE        -->
 
<!--__NOTOC__        BANNER ACROSS TOP OF PAGE        -->
 
{| id="mp-topbanner" style="width:100%; margin:1.2em 0 6px 0; border:1px solid #50798a;"
 
{| id="mp-topbanner" style="width:100%; margin:1.2em 0 6px 0; border:1px solid #50798a;"
| style="width:61%;" |
+
| style="width:48%;" |
 
<!--        "WELCOME TO CPR wiki AND ARTICLE COUNT        -->
 
<!--        "WELCOME TO CPR wiki AND ARTICLE COUNT        -->
{| style="width:280px; border:none; background:none;"
+
{| style="border:none; background:none;"
| style="width:280px; text-align:center; white-space:nowrap;" |
+
| style="text-align:center;" |
<div style="color:#50798a; font-size:162%; border:none; margin:0; padding:.1em;">Welcome to the Commonplace Robotics Wiki</div>
+
<div style="font-size:162%; border:none; margin:0; padding:.1em; font-weight: bold">Welcome to the Robotics Wiki</div>
<div id="articlecount" style="font-size:85%;"> Right now there are [[Special:Statistics|{{NUMBEROFPAGES}}]] pages in this wiki.</div>
+
<div style="color: grey; font-size:162%; border:none; margin:0; padding:.1em;">Tools, tips, and troubleshooting</div>
 +
Commonplace Robotics and igus GmbH are working closely together to develop an intuitive robot control software.
 
|}
 
|}
 
<!--        PORTAL LIST ON RIGHT-HAND SIDE        -->
 
<!--        PORTAL LIST ON RIGHT-HAND SIDE        -->
 
| style="width:13%; font-size:95%;" |
 
| style="width:13%; font-size:95%;" |
* [[:Category:CPRog|CPRog Software]]
+
* [[:Category:CPRog|CPRog/iRC Software]]
 
* [[:Category:ModuleCtrl|ModuleCtrl]]
 
* [[:Category:ModuleCtrl|ModuleCtrl]]
 
| style="width:13%; font-size:95%;" |
 
| style="width:13%; font-size:95%;" |
Line 21: Line 22:
 
* [http://www.github.com/CPR-Robots git repositories]
 
* [http://www.github.com/CPR-Robots git repositories]
 
| style="width:13%; font-size:95%;" |
 
| style="width:13%; font-size:95%;" |
* '''[[Special:AllPages|Index]]'''
+
* '''[[Special:AllPages|All pages]]'''
 
* '''[[:Category:Downloads|Downloads]]'''
 
* '''[[:Category:Downloads|Downloads]]'''
 
|}
 
|}
 
 
Tools, tips and troubleshooting for the Commonplace Robotics Mover4 and Mover6 robot arms and modular control electronics used with igus robolink robot arms.
 
  
 
= igus ReBeL =
 
= igus ReBeL =
Line 32: Line 30:
  
 
= iRC - igus Robot Control Software =
 
= iRC - igus Robot Control Software =
* [[IgusRobotControl-Release13-EN|Software Downloads]]
+
* [[Software_Updates|Software Downloads]]
 
* [[Documentation|Documentation and User Guides]]
 
* [[Documentation|Documentation and User Guides]]
 
* [[:Category:Configuration|Configuration]]
 
* [[:Category:Configuration|Configuration]]
Line 69: Line 67:
 
= How to interface with the robots =
 
= How to interface with the robots =
  
* [[Camera]]: How to integrate a camera system; different options are shown
+
* [[Control Interfaces]]: Summary of all PC/PLC control interfaces
* [[Modbus_Server]]: Using the Modbus TCP interface to communicate with a PLC, e.g. Siemens S7
+
** [[Camera]]: How to integrate a camera system; different options are shown
* [[PLC Interface]]: Using digital Inputs / Outputs the robot can be controlled (enable, start, stop, ..) by a master PLC
+
** [[Modbus_Server]]: Using the Modbus TCP interface to communicate with a PLC, e.g. Siemens S7
* [[CRI Ethernet Interface]]: Connect via network connection. Find documentation and example code here
+
** [[PLC Interface]]: Using digital Inputs / Outputs the robot can be controlled (enable, start, stop, ..) by a master PLC
 +
** [[CRI Ethernet Interface]]: Connect via network connection. Find documentation and example code here
 
* [[CAN Protocol]]: Write your own robot control software that directly sends commands to the CAN bus. Documentation and example code
 
* [[CAN Protocol]]: Write your own robot control software that directly sends commands to the CAN bus. Documentation and example code
 
* [[ROS packages]]: Integrate the robots into your ROS environment. Documentation and packages for hardware communication, teleop and moveIt
 
* [[ROS packages]]: Integrate the robots into your ROS environment. Documentation and packages for hardware communication, teleop and moveIt
 +
* [[DH Parameter]]: Some information on Denavit-Hartenberg parameterI
  
 
= Firmware configuration and diagnostics =
 
= Firmware configuration and diagnostics =
Line 104: Line 104:
 
* [[Acceleration and Motion Smoothing]]: What does the smooth parameter in the CPRog/iRC Program Editor do? Smooth changes of direction!
 
* [[Acceleration and Motion Smoothing]]: What does the smooth parameter in the CPRog/iRC Program Editor do? Smooth changes of direction!
 
* [[Consistency Check]] between CPRog/iRC, the program and the connected robot: What does it do and how to handle it
 
* [[Consistency Check]] between CPRog/iRC, the program and the connected robot: What does it do and how to handle it
* [[Global Variables in CPRog|Global Variables]]
 
  
 
= Legacy Embedded Control Software TinyCtrl =
 
= Legacy Embedded Control Software TinyCtrl =

Latest revision as of 17:39, 9 January 2024


Welcome to the Robotics Wiki
Tools, tips, and troubleshooting

Commonplace Robotics and igus GmbH are working closely together to develop an intuitive robot control software.

igus ReBeL

  • igus ReBeL software, documentation and troubleshooting

iRC - igus Robot Control Software

igus robots and gantries

AMR - Autonomous Mobile Robots

iRC Electronics for Stepper Motors

iRC Electronics for BLDC Motors

How to interface with the robots

  • Control Interfaces: Summary of all PC/PLC control interfaces
    • Camera: How to integrate a camera system; different options are shown
    • Modbus_Server: Using the Modbus TCP interface to communicate with a PLC, e.g. Siemens S7
    • PLC Interface: Using digital Inputs / Outputs the robot can be controlled (enable, start, stop, ..) by a master PLC
    • CRI Ethernet Interface: Connect via network connection. Find documentation and example code here
  • CAN Protocol: Write your own robot control software that directly sends commands to the CAN bus. Documentation and example code
  • ROS packages: Integrate the robots into your ROS environment. Documentation and packages for hardware communication, teleop and moveIt
  • DH Parameter: Some information on Denavit-Hartenberg parameterI

Firmware configuration and diagnostics

Troubleshooting and Support

Legacy Mover and CPRog

Legacy Embedded Control Software TinyCtrl

We are constantly extending and updating this Wiki, please get in touch for further information!