<?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=Operating_the_Mover_gripper_using_custom_software</id>
	<title>Operating the Mover gripper using custom software - 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=Operating_the_Mover_gripper_using_custom_software"/>
	<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Operating_the_Mover_gripper_using_custom_software&amp;action=history"/>
	<updated>2026-05-01T20:53:29Z</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=Operating_the_Mover_gripper_using_custom_software&amp;diff=218&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=Operating_the_Mover_gripper_using_custom_software&amp;diff=218&amp;oldid=prev"/>
		<updated>2025-08-11T10:13:24Z</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=Operating_the_Mover_gripper_using_custom_software&amp;diff=217&amp;oldid=prev</id>
		<title>cpr&gt;Mab: Added cat</title>
		<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Operating_the_Mover_gripper_using_custom_software&amp;diff=217&amp;oldid=prev"/>
		<updated>2022-02-10T08:37:17Z</updated>

		<summary type="html">&lt;p&gt;Added cat&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page provides information on how to operate the Mover gripper with a &amp;#039;&amp;#039;&amp;#039;custom&amp;#039;&amp;#039;&amp;#039; robot control via the CAN bus.&lt;br /&gt;
&lt;br /&gt;
The gripper in the Mover robots is operated using two digital outputs of the joint4 module:&lt;br /&gt;
&lt;br /&gt;
* Enable: Module 4 (CAN ID 0x40), second bit&lt;br /&gt;
* Open: Module 4 (CAN ID 0x40), first bit&lt;br /&gt;
&lt;br /&gt;
The Enable bit has to be set to operate the gripper. The Open bit opens and closes the gripper.&lt;br /&gt;
&lt;br /&gt;
The digital output bits are encoded in the cyclic position control messages, please have a look at the protocol description: [[CAN Protocol]]&lt;br /&gt;
Please be aware that the robot has to be in the &amp;quot;No Error&amp;quot; state to allow switching outputs to the high state!&lt;br /&gt;
&lt;br /&gt;
For a Mover6 with the CPR-CANV2 protocol the according CAN messages might look like:&lt;br /&gt;
&lt;br /&gt;
* Open Gripper: Message to CAN ID 0x40 with Data: &amp;lt;code&amp;gt;0x14 0x04 0x00 0x00 0x83 0xF1 0x51 0x03&amp;lt;/code&amp;gt;&lt;br /&gt;
The last bit is the digital out bit, outputs 0 and 1 are high now.&lt;br /&gt;
&lt;br /&gt;
* Close Gripper: Message to CAN ID 0x40 with Data: &amp;lt;code&amp;gt;0x14 0x04 0x00 0x00 0x83 0xF1 0x51 0x02&amp;lt;/code&amp;gt;&lt;br /&gt;
Now only the enable bit is high, the open bit is low.&lt;br /&gt;
&lt;br /&gt;
To ease the development: It might help to have a look at the CAN communication generated by CPRog. You can do this with the [https://www.peak-system.com/PCAN-View.242.0.html?&amp;amp;L=1 PCANView] CAN monitor provided with the [https://www.peak-system.com/PCAN-USB.199.0.html PCAN-USB adapter]. Here you can see the CAN messages, and also the last byte of the joint 4 command messages which contains the gripper commands.&lt;br /&gt;
[[Category:Mover]][[Category:Tool]]&lt;/div&gt;</summary>
		<author><name>cpr&gt;Mab</name></author>
	</entry>
</feed>