<?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/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Tue, 06 Oct 2020 12:25:37 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-example/shared-memory/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/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -28,8 +28,8 @@
 Both applications have to be downloaded to the target device, by "Multiple Download" 
 or a separate download from each application.

-To open a second CoDeSys Control, open the Windows "Start menu". Go to "3S CodeSys Control Win V3" 
-and open the "3S CodeSys Control Win V3". This is now running next to "CoDeSys Control Win Sys Tray".
+To open a second CODESYS Control, open the Windows "Start menu". Go to "CODESYS Control Win V3" 
+and open the "CODESYS Control Win V3". This is now running next to "CODESYS Control Win Sys Tray".

 ## System requirements and restrictions
 |System requirements and restrictions  | Info|
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 06 Oct 2020 12:25:37 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comedc2e0fba6f1a3f8c5dde7eddc6efe9f79a28b17</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,12 +2,12 @@

 [TOC]

-#Shared Memory
+# Shared Memory
 The shared memory can be used to exchange data within a target system when no direct 
 communication is possible, e.g. the data exchange with an external visualization. 
 How to create this shared memory and how to read and write to it is shown in this example.

-##Product description
+## Product description
 Two applications are used for demonstration. Both must run on one target device. 
 The first one creates a shared memory and writes some values into it and the 
 second one reads from it. 
@@ -16,7 +16,7 @@
 can be used to exchange data.


-##More information
+## More information
 ``Write_App``: This application creates a shared memory object and writes 
 some strings into the memory.

@@ -31,5 +31,11 @@
 To open a second CoDeSys Control, open the Windows "Start menu". Go to "3S CodeSys Control Win V3" 
 and open the "3S CodeSys Control Win V3". This is now running next to "CoDeSys Control Win Sys Tray".

+## System requirements and restrictions
+|System requirements and restrictions  | Info|
+| --- | ----------- |
+|**Programming System**                | CODESYS Development System Version 3.5.14.0 or higher|
+|**Runtime System**                    | CODESYS Control Version 3.5.14.0|
+|**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:32:23 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com2ff35445ee224d7835327a7d2e42074337f784e3</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,35 @@
-Welcome to your wiki!
+[[download url=https://forge.codesys.com/svn/prj,codesys-example,shared-memory,code/Shared%20Memory.project 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/home/markdown_syntax/) syntax.
+#Shared Memory
+The shared memory can be used to exchange data within a target system when no direct 
+communication is possible, e.g. the data exchange with an external visualization. 
+How to create this shared memory and how to read and write to it is shown in this example.

-[[members limit=20]]
+##Product description
+Two applications are used for demonstration. Both must run on one target device. 
+The first one creates a shared memory and writes some values into it and the 
+second one reads from it. 
+
+Whenever direct communication within a target system is not possible, shared memory 
+can be used to exchange data.
+
+
+##More information
+``Write_App``: This application creates a shared memory object and writes 
+some strings into the memory.
+
+``Read_App``: This application tries to open the shared memory and read the data 
+in two different ways. On the one hand a data string of a given size is read. 
+On the other hand, the pointer to the first element is fetched and incremented until 
+the ``"End of Text"`` sign is reached. Afterwards the Memory is deleted.
+
+Both applications have to be downloaded to the target device, by "Multiple Download" 
+or a separate download from each application.
+
+To open a second CoDeSys Control, open the Windows "Start menu". Go to "3S CodeSys Control Win V3" 
+and open the "3S CodeSys Control Win V3". This is now running next to "CoDeSys Control Win Sys Tray".
+
+
+[[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 08:49:33 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com949acd663d0a80561ae3f99e921326b58f779a54</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/shared-memory/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/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 08:40:18 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com76a0a23e68cbc748c64c095158416ccf499ec149</guid></item></channel></rss>