Difference between revisions of "CPR Wiki"

From Wiki
(Removed deprecated articles, added ReBeL section)
Line 28: Line 28:
 
Tools, tips and troubleshooting for the Commonplace Robotics Mover4 and Mover6 robot arms and modular control electronics used with igus robolink robot arms.
 
Tools, tips and troubleshooting for the Commonplace Robotics Mover4 and Mover6 robot arms and modular control electronics used with igus robolink robot arms.
  
== Use cases and specifications ==
+
= igus ReBeL =
* [[Use Cases robolink]]: Use cases for the igus robolink robot arm with CPR control environment
+
* [[igus ReBeL]] software, documentation and troubleshooting
* [[Use Cases Mover Robots]]: Use cases for the Mover robots. Which use cases work ok, which don't?
 
* [[Specifications Mover Robots]]: joint length, velocities, precision ...
 
* [[CAD Data]]: .STEP and / or .obj files for the robots
 
  
== igus robots and gantries==
+
= igus robots and gantries =
 
* igusRobotControl-Release13 [[IgusRobotControl-Release13-DE | Deutsch]] / [[IgusRobotControl-Release13-EN | English]]: The new version of the iRC!
 
* igusRobotControl-Release13 [[IgusRobotControl-Release13-DE | Deutsch]] / [[IgusRobotControl-Release13-EN | English]]: The new version of the iRC!
 
* igusRobotControl-Release12 [[IgusRobotControl-Release12-DE | Deutsch]] / [[IgusRobotControl-Release12-EN | English]]: Software updates and documentation of the iRC - igus Robot Control software  
 
* igusRobotControl-Release12 [[IgusRobotControl-Release12-DE | Deutsch]] / [[IgusRobotControl-Release12-EN | English]]: Software updates and documentation of the iRC - igus Robot Control software  
Line 52: Line 49:
 
* [[Rebel Joint]]: Documentation for the set up of single Rebel joints
 
* [[Rebel Joint]]: Documentation for the set up of single Rebel joints
  
== AMR - Autonomous Mobile Robots ==
+
= AMR - Autonomous Mobile Robots =
  
 
* [[AMR Documentation]]: Documentation and software updates for the CPR Mobile Platforms  
 
* [[AMR Documentation]]: Documentation and software updates for the CPR Mobile Platforms  
  
  
== Programming environment CPRog/iRC ==
+
= Programming environment CPRog/iRC =
  
 
* [[Software Updates]] Download the up-to-date version of the programming environment and current user guides / manuals
 
* [[Software Updates]] Download the up-to-date version of the programming environment and current user guides / manuals
Line 64: Line 61:
 
* 2D Camera Integration: The [[Konfiguration]] pages shows how to integrate e.g. a smart camera
 
* 2D Camera Integration: The [[Konfiguration]] pages shows how to integrate e.g. a smart camera
 
* [[CPRog Examples]]: Example programs in CPRog/iRC
 
* [[CPRog Examples]]: Example programs in CPRog/iRC
* [[Scene Objects]]: Integration of custom (scene) objects in CPRog/iRC
 
 
* [[Gearplay Compensation]]: Use CPRog/iRC to compensate backlash in joint 1
 
* [[Gearplay Compensation]]: Use CPRog/iRC to compensate backlash in joint 1
 
* [[Logic Program]]: Run a second program in parallel to a [[CPRog Examples|custom CPRog/iRC program]] to define logic functions
 
* [[Logic Program]]: Run a second program in parallel to a [[CPRog Examples|custom CPRog/iRC program]] to define logic functions
Line 72: Line 68:
 
* [[Global Variables in CPRog|Global Variables]]
 
* [[Global Variables in CPRog|Global Variables]]
  
== Embedded Control Software TinyCtrl ==
+
= Embedded Control Software TinyCtrl =
  
 
* [[Connect DCi Robot/TinyCtrl to a Laptop via LAN]]: Instructions on establishing a connection between a windows PC and the embedded Control of e.g. a DCi Robot.
 
* [[Connect DCi Robot/TinyCtrl to a Laptop via LAN]]: Instructions on establishing a connection between a windows PC and the embedded Control of e.g. a DCi Robot.
Line 83: Line 79:
 
* [[Add External Axis]]: How to add an additional joint to the robot. Also helpful if the configuration of a joint does not work.
 
* [[Add External Axis]]: How to add an additional joint to the robot. Also helpful if the configuration of a joint does not work.
  
== How to interface with the CPR robots ==
+
= How to interface with the CPR robots =
  
 
* [[Modbus_Server]]: Using the Modbus TCP interface to communicate with a PLC, e.g. Siemens S7
 
* [[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
 
* [[PLC Interface]]: Using digital Inputs / Outputs the robot can be controlled (enable, start, stop, ..) by a master PLC
* [[Communication with Beckhoff TwinCat]]: The robot control can receive data from the Beckhoff TwinCat PLC
 
 
* [[CRI Ethernet Interface]]: Connect via network connection. Find documentation and example code here
 
* [[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
Line 93: Line 88:
 
* [[2D Camera Integration|Camera Interface]]: Receive coordinates and object information from an object recognition camera.
 
* [[2D Camera Integration|Camera Interface]]: Receive coordinates and object information from an object recognition camera.
  
== Firmware configuration and diagnostics==
+
= Firmware configuration and diagnostics =
  
 
* [[Firmware Parameter Configuration]]: The motor controller firmware can be configured using CPRog/iRC
 
* [[Firmware Parameter Configuration]]: The motor controller firmware can be configured using CPRog/iRC
Line 101: Line 96:
 
* [[Motor Current Parameter]]: Measurements on the relation between motor current, torque and velocity
 
* [[Motor Current Parameter]]: Measurements on the relation between motor current, torque and velocity
  
== Troubleshooting and Support ==
+
= Troubleshooting and Support =
 
* [[Troubleshooting|Systematic Troubleshooting]]: Fault identification and recovery.
 
* [[Troubleshooting|Systematic Troubleshooting]]: Fault identification and recovery.
 
* [[Robot Hardware Troubleshooting]]: what to do when the arm does not react as expected?
 
* [[Robot Hardware Troubleshooting]]: what to do when the arm does not react as expected?

Revision as of 15:14, 8 February 2023


Welcome to the Commonplace Robotics Wiki
Right now there are 390 pages in this wiki.


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 software, documentation and troubleshooting

igus robots and gantries

AMR - Autonomous Mobile Robots


Programming environment CPRog/iRC

Embedded Control Software TinyCtrl

How to interface with the CPR robots

  • 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
  • Camera Interface: Receive coordinates and object information from an object recognition camera.

Firmware configuration and diagnostics

Troubleshooting and Support

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