<?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=CRI_Client_Structure</id>
	<title>CRI Client Structure - 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=CRI_Client_Structure"/>
	<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=CRI_Client_Structure&amp;action=history"/>
	<updated>2026-05-02T00:06:01Z</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=CRI_Client_Structure&amp;diff=84&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=CRI_Client_Structure&amp;diff=84&amp;oldid=prev"/>
		<updated>2025-08-11T10:13:19Z</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=CRI_Client_Structure&amp;diff=83&amp;oldid=prev</id>
		<title>cpr&gt;Mab: Added categories</title>
		<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=CRI_Client_Structure&amp;diff=83&amp;oldid=prev"/>
		<updated>2021-07-06T08:35:35Z</updated>

		<summary type="html">&lt;p&gt;Added categories&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One way to control the robot is via the [[CRI Ethernet Interface]]. A custom application connects to the robot control via TCP/IP to receive information and send commands. Currently we can only provide the C# demo client as an example. Creating a basic CRI client in any language should be simple with some programming knowledge.&lt;br /&gt;
&lt;br /&gt;
This article gives hints on how to create such a client. Please refer to the [[CRI Ethernet Interface|CRI documentation]] for more details.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
* Programming knowledge in the desired language, including TCP/IP or sockets programming&lt;br /&gt;
* A computer (or embedded computer) that is connected to the robot via Ethernet and can run your program&lt;br /&gt;
* Read the CRI documentation!&lt;br /&gt;
&lt;br /&gt;
= Basic structure =&lt;br /&gt;
* Create a program that connects to the robot control via TCP/IP. There should be many examples for this on the internet.&lt;br /&gt;
**Standard IP address: 192.168.3.11 for the embedded control or 127.0.0.1 for connecting to CPRog/iRC on the same computer&lt;br /&gt;
**Standard port: 3920&lt;br /&gt;
* The program must send the ALIVEJOG message at least once a second, otherwise the connection will be closed.&lt;br /&gt;
&amp;lt;code&amp;gt;CRISTART 1234 ALIVEJOG 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 CRIEND&amp;lt;/code&amp;gt;&lt;br /&gt;
* Now you should be able to receive and send CRI messages.&lt;br /&gt;
&lt;br /&gt;
= Issues and Debugging =&lt;br /&gt;
Try the following if commands do not work as intended:&lt;br /&gt;
* Check for error response messages. Not all commands send these but they can give useful hints to the issues&lt;br /&gt;
* Check the [[Log Files|log files of the robot control]]. Most CRI issues get logged there.&lt;br /&gt;
* Check the syntax with the CRI documentation.&lt;br /&gt;
* Try sending the command with our [https://github.com/CommonplaceRobotics/CRI-DemoClient CRI test client]. This can show if there are general issues with your implementation.&lt;br /&gt;
&lt;br /&gt;
[[Category:CPRog]][[Category:TinyCtrl]]&lt;/div&gt;</summary>
		<author><name>cpr&gt;Mab</name></author>
	</entry>
</feed>