<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cpr-robots.com/index.php?action=history&amp;feed=atom&amp;title=Set_Software_End_switches_to_Limit_Joint_Movement</id>
	<title>Set Software End switches to Limit Joint Movement - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cpr-robots.com/index.php?action=history&amp;feed=atom&amp;title=Set_Software_End_switches_to_Limit_Joint_Movement"/>
	<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Set_Software_End_switches_to_Limit_Joint_Movement&amp;action=history"/>
	<updated>2026-04-07T15:21:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.cpr-robots.com/index.php?title=Set_Software_End_switches_to_Limit_Joint_Movement&amp;diff=62&amp;oldid=prev</id>
		<title>OLT: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Set_Software_End_switches_to_Limit_Joint_Movement&amp;diff=62&amp;oldid=prev"/>
		<updated>2025-08-11T10:13:18Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:13, 11 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>OLT</name></author>
	</entry>
	<entry>
		<id>https://wiki.cpr-robots.com/index.php?title=Set_Software_End_switches_to_Limit_Joint_Movement&amp;diff=61&amp;oldid=prev</id>
		<title>cpr&gt;Mab: Added configuration category</title>
		<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Set_Software_End_switches_to_Limit_Joint_Movement&amp;diff=61&amp;oldid=prev"/>
		<updated>2023-03-08T15:47:49Z</updated>

		<summary type="html">&lt;p&gt;Added configuration category&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Each joint has a minimum and maximum position in degrees or mm that can be defined in software.&lt;br /&gt;
&lt;br /&gt;
=CPRog/iRC=&lt;br /&gt;
* In CPRog/iRC this can be done by editing the correct robot configuration file for your robot. These files are located in &amp;lt;code&amp;gt;C:\CPRog\Data\Robots\&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;C:\iRC-igusRobotControl\Data\Robots\&amp;lt;/code&amp;gt;. &lt;br /&gt;
* These files are referenced in the Project file of your robot. To find out which Project file you are currently using, start CPRog/iRC, do not maximise the window and look at the title bar of CPRog/iRC. Depending on your robot, it will say something like &amp;quot;Project: robolink_5Axis_small.prj&amp;quot;. Open this file, located in &amp;lt;code&amp;gt;c:\CPRog\Data\Projects\&amp;lt;/code&amp;gt; in an editor, such as Notepad++ and look for the line starting with &amp;lt;code&amp;gt;&amp;lt;Robot Name=...&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
*For this example, the line should read something like&lt;br /&gt;
 &amp;lt;Robot Name=&amp;quot;igus Arm&amp;quot; Type=&amp;quot;igus_5DOF_SV&amp;quot; Homepos = &amp;quot;0.0 10.0 0.0 80.0 0.0 0.0&amp;quot; OffsetX=&amp;quot;0&amp;quot; OffsetY=&amp;quot;0&amp;quot; OffsetZ =&amp;quot;0&amp;quot; OffsetRX=&amp;quot;0&amp;quot; OffsetRY=&amp;quot;0&amp;quot; OffsetRZ=&amp;quot;0&amp;quot; Parent=&amp;quot;-1&amp;quot; Tool=&amp;quot;&amp;quot; FlipMesh=&amp;quot;True&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The string behind Type corresponds to the filename in the folder &amp;lt;code&amp;gt;c:\CPRog\Data\Robots\&amp;lt;/code&amp;gt; that you are looking for. Open that file in an editor, such as Notepad++.&lt;br /&gt;
*Inside that file, find the line starting with &lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml&amp;gt;&lt;br /&gt;
  &amp;lt;SoftwareMinMax A1Min=&amp;quot;-140.0&amp;quot; A1Max=&amp;quot;140.0&amp;quot; A2Min=&amp;quot;-45.0&amp;quot; A2Max=&amp;quot;70.0&amp;quot; A3Min=&amp;quot;-90.0&amp;quot; A3Max=&amp;quot;60.0&amp;quot; A4Min=&amp;quot;-15.0&amp;quot; A4Max=&amp;quot;120.0&amp;quot; A5Min=&amp;quot;-170.0&amp;quot; A5Max=&amp;quot;170.0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Edit these values, if necessary. Unit is degrees.&lt;br /&gt;
*Restart CPRog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have an embedded Linux computer as part of your control electronics, you now also need to change the corresponding file on that computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TinyCtrl=&lt;br /&gt;
Make the &amp;#039;&amp;#039;&amp;#039;same change&amp;#039;&amp;#039;&amp;#039; in the corresponding file on the embedded Linux computer. &lt;br /&gt;
A guide on how to access and modify the files on the linux embedded computer is located [[FTP_and_putty_Access|here]].&lt;br /&gt;
* Look for the line starting with &amp;lt;code&amp;gt;&amp;lt;Robot...&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;/home/root/TinyCtrl/Data/Projects/EmbeddedCtrl.prj&amp;lt;/code&amp;gt;. The robot &amp;lt;code&amp;gt; Type=&amp;lt;/code&amp;gt; will, again, point you to the correct file located in &amp;lt;code&amp;gt;/home/root/TinyCtrl/Data/Robots/&amp;lt;filename&amp;gt;&amp;lt;/code&amp;gt; and refer to the same robot.&lt;br /&gt;
* Note down that name and find the corresponding file in &amp;lt;code&amp;gt;/home/root/TinyCtrl/Data/Robots/&amp;lt;/code&amp;gt;&lt;br /&gt;
*Edit that file. Find the line starting with &lt;br /&gt;
&amp;lt;syntaxhighlight lang=xml&amp;gt;&lt;br /&gt;
&amp;lt;SoftwareMinMax A1Min=&amp;quot;-140.0&amp;quot; A1Max=&amp;quot;140.0&amp;quot; A2Min=&amp;quot;-45.0&amp;quot; A2Max=&amp;quot;70.0&amp;quot; A3Min=&amp;quot;-90.0&amp;quot; A3Max=&amp;quot;60.0&amp;quot; A4Min=&amp;quot;-15.0&amp;quot; A4Max=&amp;quot;120.0&amp;quot; A5Min=&amp;quot;-170.0&amp;quot; A5Max=&amp;quot;170.0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
And make the &amp;#039;&amp;#039;&amp;#039;same changes&amp;#039;&amp;#039;&amp;#039; as you made in the file in CPRog above.&lt;br /&gt;
*Save the file and restart the robot.&lt;br /&gt;
* The new limits should now be active.&lt;br /&gt;
[[Category:Configuration]][[Category:CPRog]][[Category:TinyCtrl]]&lt;/div&gt;</summary>
		<author><name>cpr&gt;Mab</name></author>
	</entry>
</feed>