Set Software End switches to Limit Joint Movement

From Wiki
Revision as of 16:21, 3 December 2018 by Peter (talk | contribs) (Created page with "Each joint has a minimum and maximum position in degrees that can be defined in software. * In CPRog this can be done by editing the correct robot configuration file for your...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Each joint has a minimum and maximum position in degrees that can be defined in software.

  • In CPRog this can be done by editing the correct robot configuration file for your robot. These files are located in c:\CPRog\Data\Robots\.
  • These files are referenced in the Project file of your robot. To find out which Project file you are currently using, start CPRog, do not maximise the window and look at the title bar of CPRog. Depending on your robot, it will say something like "Project: robolink_5Axis_small.prj". Open this file in an editor, such as Notepad++ and look for the line starting with <Robot Name=....

For this example, the line should read something like

<Robot Name="igus Arm" Type="igus_5DOF_SV" Homepos = "0.0 10.0 0.0 80.0 0.0 0.0" OffsetX="0" OffsetY="0" OffsetZ ="0" OffsetRX="0" OffsetRY="0" OffsetRZ="0" Parent="-1" Tool="" FlipMesh="True"/>