<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Mon, 28 Sep 2020 12:35:39 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,16 +2,16 @@

 [TOC]

-#Shared Memory Communication
+# Shared Memory Communication
 This example shows how data can be exchanged between a CODESYS controller and 
 other processes by means of shared memory.

-##Product description
+## Product description
 In the sample project, data from a CODESYS controller is shared with other processes 
 by means of shared memory. The CODESYS package includes additional implementation examples 
 in C (Linux), C# (Windows), and C++ (Windows).

-##More information
+## More information
 The CODESYS package includes the following examples:

 **SharedMemoryExampleExt.project**
@@ -45,4 +45,11 @@
 C++ program for Windows for synchronized reading and writing of data via shared memory. 
 In this example the data exchange is done by the application ``SyncExample``. 

+## System requirements and restrictions
+|System requirements and restrictions  | Info|
+| --- | ----------- |
+|**Programming System**                | CODESYS Development System V3.5.16.1 or higher|
+|**Runtime System**                    | CODESYS Control V3.5.16.1|
+|**Required Accessories**              | -|
+
 [[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Mon, 28 Sep 2020 12:35:39 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com0c255f75826f7bf7982f2d51a3104a307a0563c0</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-[[download url=https://forge.codesys.com/svn/prj,codesys-example,shared-memory-c,code/Shared_Memory_Communication.zip label=Shared_Memory_Communication.zip]]
+[[download url=https://forge.codesys.com/svn/prj,codesys-example,shared-memory-c,code/SharedMemoryExample.zip label=SharedMemoryExample.zip]]

 [TOC]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Thu, 24 Sep 2020 10:12:51 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com1011c4a82c1cd88b8019067c23b590f27063de09</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-[[download url= label=project]]
+[[download url=https://forge.codesys.com/svn/prj,codesys-example,shared-memory-c,code/Shared_Memory_Communication.zip label=Shared_Memory_Communication.zip]]

 [TOC]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Thu, 24 Sep 2020 09:27:13 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.coma7918c3aae9338337a5671ec19e08793feaf3ac2</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,48 @@
-Welcome to your wiki!
+[[download url= label=project]]

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+[TOC]

-The wiki uses [Markdown](/prj/codesys-example/shared-memory-c/home/markdown_syntax/) syntax.
+#Shared Memory Communication
+This example shows how data can be exchanged between a CODESYS controller and 
+other processes by means of shared memory.

-[[members limit=20]]
+##Product description
+In the sample project, data from a CODESYS controller is shared with other processes 
+by means of shared memory. The CODESYS package includes additional implementation examples 
+in C (Linux), C# (Windows), and C++ (Windows).
+
+##More information
+The CODESYS package includes the following examples:
+
+**SharedMemoryExampleExt.project**
+
+The project uses shared memory to read and write data with the ``SysShm`` library. 
+The ``DataExchange`` structure is used for data exchange. Values from shared memory 
+is read to the variable ``deInstRead``. The variable ``deInstWrite`` is used for 
+writing values to shared memory. The values of ``deInstWrite`` are changed in each cycle. 
+The values of both variables are displayed in the visualization. 
+
+The following examples read the value of ``deInstWrite`` and write to the variable ``deInstRead``:
+
+**SharedMemoryCLinux**
+
+C program for Linux to read and write data be means of shared memory
+
+**SharedMemoryWinCpp**
+
+C++ program for Windows to read and write data be means of shared memory
+
+**SharedMemoryWinCSharp**
+
+C# program for Windows to read and write data be means of shared memory
+
+**SharedMemoryExampleExt.project/SyncExample:**
+
+The application ``SyncExample`` shows how data can be read and written synchronously via shared memory.  
+
+**SynchronizationExample:**
+
+C++ program for Windows for synchronized reading and writing of data via shared memory. 
+In this example the data exchange is done by the application ``SyncExample``. 
+
+[[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Thu, 24 Sep 2020 09:18:13 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com3a2d91c54fe85dee312203906d4d214b2472cfb5</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/prj/codesys-example/shared-memory-c/home/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/ingo/"&gt;Ingo&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/mlamp/"&gt;mlamp&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/robert/"&gt;robert&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Thu, 24 Sep 2020 09:10:25 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com6e48fa09c85c700f65201e9f4670c6f8ff7a2314</guid></item></channel></rss>