<?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/application-man/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Mon, 28 Sep 2020 10:45:44 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-example/application-man/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/application-man/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,17 +2,17 @@

 [TOC]

-#Application Manager
+# Application Manager
 This example shows how the CmpApp library can be used to retrieve information about projects and applications 
 as well as area addresses and sizes of data types. 
 It is also possible to control an application from within another application.

-##Product description
+## Product description
 The use of the system library CmpApp is demonstrated. The library can retrieve information about projects and 
 applications as well as area addresses and sizes of data types. 
 Retain variables can be stored in files and it is possible to start, stop and reset an application from within another one.

-##More information
+## More information
 ``AppAreas``: Different kinds of data like retain, input, output etc. are stored in certain areas of the PLC. 
 The addresses and sizes of each are retrieved. Depending on the PLC an area can handle different kinds of data.

@@ -35,5 +35,11 @@

 ``PLC_PRG``: A counter is included to see if the application was stopped or reset.

+## 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 10:45:44 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com3d8c33e4272070c60dc4d7a6082ea40331d4441a</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/application-man/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/prj/codesys-example/3d-path-generat/code/HEAD/tree/3DPathGenerator.project?format=raw label=project]]
+[[download url=https://forge.codesys.com/svn/prj,codesys-example,application-man,code/ApplicationManager.project label=project]]

 [TOC]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 22 Sep 2020 11:45:37 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.come49321f0c18c3c2b3c094bad50a1d7d069a4c12c</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/application-man/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -13,13 +13,10 @@
 Retain variables can be stored in files and it is possible to start, stop and reset an application from within another one.

 ##More information
-
-###``AppAreas``
-Different kinds of data like retain, input, output etc. are stored in certain areas of the PLC. 
+``AppAreas``: Different kinds of data like retain, input, output etc. are stored in certain areas of the PLC. 
 The addresses and sizes of each are retrieved. Depending on the PLC an area can handle different kinds of data.

-###AppInfo
-To get information about an application, the respective one must be retrieved first. 
+``AppInfo``: To get information about an application, the respective one must be retrieved first. 
 One way to get a specific application is to sequentially go through all applications, starting with the first. 
 Another way is to fetch the current application or retrieve one by its specific name. 
 On the basis of this, additional information about applications and the projects can be retrieved.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 22 Sep 2020 11:42:02 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com6312d7197c2f801590af7ea29e3e728bb3d8a425</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/application-man/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,42 @@
-Welcome to your wiki!
+[[download url=https://forge.codesys.com/prj/codesys-example/3d-path-generat/code/HEAD/tree/3DPathGenerator.project?format=raw 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/application-man/home/markdown_syntax/) syntax.
+#Application Manager
+This example shows how the CmpApp library can be used to retrieve information about projects and applications 
+as well as area addresses and sizes of data types. 
+It is also possible to control an application from within another application.

-[[members limit=20]]
+##Product description
+The use of the system library CmpApp is demonstrated. The library can retrieve information about projects and 
+applications as well as area addresses and sizes of data types. 
+Retain variables can be stored in files and it is possible to start, stop and reset an application from within another one.
+
+##More information
+
+###``AppAreas``
+Different kinds of data like retain, input, output etc. are stored in certain areas of the PLC. 
+The addresses and sizes of each are retrieved. Depending on the PLC an area can handle different kinds of data.
+
+###AppInfo
+To get information about an application, the respective one must be retrieved first. 
+One way to get a specific application is to sequentially go through all applications, starting with the first. 
+Another way is to fetch the current application or retrieve one by its specific name. 
+On the basis of this, additional information about applications and the projects can be retrieved.
+
+``AppInteract``: Different actions like start, stop and reset can be controlled within a program. 
+To demonstrate this, App2 will be controlled by App1.
+
+``AppRetain``: Retain variables can be saved and restored from a file. To restore them, the Pointer to the application 
+must be identical to the one the data was stored with.
+
+``ExceptionDuring_InitCode``: An exception is generated in the FB_Init method of this function block. 
+When the FB is instantiated this exception is thrown and no code can be downloaded to the PLC.
+
+``Main``: All programs are called from here. Additionally the above named exception can be thrown by uncommenting 
+the function block in the declaration editor.
+
+``PLC_PRG``: A counter is included to see if the application was stopped or reset.
+
+
+[[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 22 Sep 2020 11:20:13 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com15e3dff63fb19a740364876461dc6ee421c0919f</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/application-man/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/application-man/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>Tue, 22 Sep 2020 11:15:44 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com0eb777d3fa50cc6612fb7ae820c71a4fb716c3f0</guid></item></channel></rss>