Difference between revisions of "Main Page"

From Wiki
Line 26: Line 26:
  
 
* [[CPRog Updates]]: Download the up-to-date version of the programming environment and current user guides
 
* [[CPRog Updates]]: Download the up-to-date version of the programming environment and current user guides
 +
* Definition of the Programming Language:
 +
** [[CPRog Motion Commands]]: Joint, linear and relative motion
 +
** [[CPRog Input / Output Commands]]: Digital Out and the different signal types
 +
** [[CPRog Structure Commands]]: Loops, If-Then-Else, Wait, Sub-Programs
 +
** [[CPRog Advanced Commands]]: Variables and PlugIns
 
* [[Changing Robot Parameter]]: Many robot parameters like joint max velocities or software end switches can be adapted to your needs.
 
* [[Changing Robot Parameter]]: Many robot parameters like joint max velocities or software end switches can be adapted to your needs.
 
 
 
  
 
== How to interface with the CPR robots ==
 
== How to interface with the CPR robots ==

Revision as of 21:35, 2 July 2017

Currently we are working on this Wiki!

Tools, tips and troubleshooting for the Commonplace Robotics Mover4, Mover6 and SRA robot arms and the Slider platform.


General


igus robolink



Programming Environment CPRog

How to interface with the CPR robots

  • Plugin Interface: A plugin mechanism allows direct integration of existing or custom functionality in CPRog
  • CRI Ethernet Interface: Connect via network connection. Find documentation and example code here
  • CAN Protocol: Write your own robot controller 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


Hardware Configuration


Troubleshooting and Assistance