<?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/element-collect/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Mon, 28 Sep 2020 11:16:16 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-example/element-collect/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/element-collect/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,7 +3,7 @@
 [TOC]

 # Element Collections Examples
-"Element Collections Examples" is a sample project for using the library "Element Collections" library.
+"Element Collections Examples" is a sample project for using the library "Element Collections".

 ## Product description
 The CODESYS library "Element Collections" contains function blocks for lists, queues, stacks, and hash tables. 
&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 11:16:16 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com3dd0fede52f9729fc9fc5edf53a2e797302678a8</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/element-collect/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,15 +2,15 @@

 [TOC]

-#Element Collections Examples
-The CODESYS package "Element Collections Examples" contains sample projects for using the library "Element Collections" library.
+# Element Collections Examples
+"Element Collections Examples" is a sample project for using the library "Element Collections" library.

-##Product description
+## Product description
 The CODESYS library "Element Collections" contains function blocks for lists, queues, stacks, and hash tables. 
 The elements of collections are instances of function blocks of type ``IElement``. 
 The sample project "Element Collections Examples" demonstrates how to use individual components.

-##More information
+## More information
 The sample project includes the following applications:

 **ElementExample**
@@ -43,6 +43,11 @@
 **DynamicListExample**
  Example for using the function module ``ListFactory``. You can use the function module ``ListFactory`` to create lists at runtime. These lists can be parameterized with a fixed size and also with an initial size with growth factor. The example demonstrates the general handling of a collection factory. The ``QueueFactory``, ``SortedListFactory``, ``StackFactory`` and ``TreeNodeFactory`` work according to the same pattern. 

-
+## 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 11:14:41 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comab8f7b34e8dd1c52e08d22370734251b56c5be22</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/element-collect/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=https://forge.codesys.com/svn/prj,codesys-example,element-collect,code/Element%20Collections%20Examples.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/element-collect/home/markdown_syntax/) syntax.
+#Element Collections Examples
+The CODESYS package "Element Collections Examples" contains sample projects for using the library "Element Collections" library.

-[[members limit=20]]
+##Product description
+The CODESYS library "Element Collections" contains function blocks for lists, queues, stacks, and hash tables. 
+The elements of collections are instances of function blocks of type ``IElement``. 
+The sample project "Element Collections Examples" demonstrates how to use individual components.
+
+##More information
+The sample project includes the following applications:
+
+**ElementExample**
+ Example of creating instances of type ``IElement``. ``IElement`` is the basic interface of all elements of a collection.
+
+**OnlineChangeSafeLinkedListExample**
+ Example of linked lists that are safe from an online change.
+
+**SimpleHashTableExample**
+ Example of how to use the ``HashTable`` function block.
+
+**SimpleLinkedListExample**
+ Example of how to use the ``LinkedList`` function block. The ``LinkedList`` function block does not have index access and it can be extended dynamically.
+
+**SimpleListExample**
+ Example of how to use the ``List`` function block. The ``List`` function block has methods with index access to the following elements: ``GetElementAt, InsertElementAt, RemoveElementAt,`` and ``SetElementAt``.
+
+**SimpleQueueExample**
+ Example of how to use the ``Queue`` function block. The ``Queue`` function block works according to the FIFO principle (first in, first out).
+
+**SimpleSortedListExample**
+ Example of how to use the ``SortedList`` function block. The elements of a ``SortedList`` are sorted by the ``ElementCompareTo`` method of IElement.
+
+**SimpleStackExample**
+ Example of how to use the ``Stack`` function block. The ``Stack`` function block works according to the LIFO principle (last in, first out).
+
+**SimpleTreeNodeExample**
+ Example of how to use the ``TreeNode`` function block. With the ``TreeNode`` function block, tree structures can be built
+
+**DynamicListExample**
+ Example for using the function module ``ListFactory``. You can use the function module ``ListFactory`` to create lists at runtime. These lists can be parameterized with a fixed size and also with an initial size with growth factor. The example demonstrates the general handling of a collection factory. The ``QueueFactory``, ``SortedListFactory``, ``StackFactory`` and ``TreeNodeFactory`` work according to the same pattern. 
+ 
+
+
+[[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Wed, 23 Sep 2020 09:16:16 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comb694cb5a89543bea6b87c7d3a780b4cfac34137d</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/element-collect/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/element-collect/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>Wed, 23 Sep 2020 09:13:33 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com2f1967307797de47ff2e30ba4e42f1f407e27e95</guid></item></channel></rss>