<?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/visu-ladder-log/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Mon, 28 Sep 2020 13:48:37 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-example/visu-ladder-log/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/visu-ladder-log/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -61,8 +61,8 @@
 ## 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|
+|**Programming System**                | CODESYS Development System Version 3.5.16.1 or higher|
+|**Runtime System**                    | CODESYS Control Version 3.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 13:48:37 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comc2e78c357de8f0815de32484d4cbbb7110c58d1e</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/visu-ladder-log/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,19 +2,19 @@

 [TOC]

-#Visu Ladder Logic Editor
+# Visu Ladder Logic Editor
 The 'Visu Ladder Logic Editor' allows direct programming on a PLC via the visualization.

 This library contains a function block and a ladder logic editor which can be instanced by a PLC program. 
 The function block has 8 inputs and 8 outputs and can be programed via ladder logic. An example shows the 
 usage of the library.  

-##Product description
+## Product description
 The product ``Visu Ladder Logic Editor`` is a simple ladder logic editor (LD) for a PLC with 8 inputs and 8 outputs. 
 You can use the ladder logic function block in various projects. The visualization of the editor runs on the 
 standard visualization of the control. An additional test mode allows you to test the program online.

-##More information
+## More information
 The package ``Visu Ladder Logic Editor`` contains the library ``VisuLadder`` and the example project ``VisuLadderExample``. 
 The library contains the function block ``CallLaddder`` and the corresponding visualization element ``VisuLadderMain``. 
 Each function block can be instanced several times. The example ``VisuLadderExample`` shows the usage of the function block 
@@ -22,12 +22,12 @@

 **Technical description:** 

--  8 inputs
--  8 outputs 
--  4 markers
--  Integrated functions: Contact, Negate, TON, F_TRIG, R_TRIG, OR, AND
--  8 networks per instance, 4 contacts per network + 1 output
--  Test mode
+ - 8 inputs
+ - 8 outputs
+ - 4 markers
+ - Integrated functions: Contact, Negate, TON, F_TRIG, R_TRIG, OR, AND
+ - 8 networks per instance, 4 contacts per network + 1 output
+ - Test mode

 **Programming:**

@@ -58,4 +58,11 @@

 In test mode the program can be tested online by 8 input buttons and 8 output lamps.

+## 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 13:45:33 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com269516a0e33590648bbce1257b7d5e903f4f59ed</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/visu-ladder-log/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -48,10 +48,8 @@
 ``R_TRIG``:            Set function block R_TRIG
 ``Reset Markers and FBs``: Sets all markers to FALSE and initializes all functions blocks. 
                This function is available in test mode and programming mode.
-   
-               *Information: Markers and function blocks are used in programming and in test mode. 
-               The function "Reset Markers and FBs" will affect both modes!*

+Information: Markers and function blocks are used in programming and in test mode. The function "Reset Markers and FBs" will affect both modes!

 **Test mode:**

&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 08:29:43 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com17f4d3a41de9ec5937bacbfbda66aada4d0c2677</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/visu-ladder-log/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,63 @@
-Welcome to your wiki!
+[[download url=https://forge.codesys.com/svn/prj,codesys-example,visu-ladder-log,code/VisuLadder.zip label=VisuLadder.zip]]

-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/visu-ladder-log/home/markdown_syntax/) syntax.
+#Visu Ladder Logic Editor
+The 'Visu Ladder Logic Editor' allows direct programming on a PLC via the visualization.

-[[members limit=20]]
+This library contains a function block and a ladder logic editor which can be instanced by a PLC program. 
+The function block has 8 inputs and 8 outputs and can be programed via ladder logic. An example shows the 
+usage of the library.  
+
+##Product description
+The product ``Visu Ladder Logic Editor`` is a simple ladder logic editor (LD) for a PLC with 8 inputs and 8 outputs. 
+You can use the ladder logic function block in various projects. The visualization of the editor runs on the 
+standard visualization of the control. An additional test mode allows you to test the program online.
+
+##More information
+The package ``Visu Ladder Logic Editor`` contains the library ``VisuLadder`` and the example project ``VisuLadderExample``. 
+The library contains the function block ``CallLaddder`` and the corresponding visualization element ``VisuLadderMain``. 
+Each function block can be instanced several times. The example ``VisuLadderExample`` shows the usage of the function block 
+``CallLadder`` with two instances. 
+
+**Technical description:** 
+
+-  8 inputs
+-  8 outputs 
+-  4 markers
+-  Integrated functions: Contact, Negate, TON, F_TRIG, R_TRIG, OR, AND
+-  8 networks per instance, 4 contacts per network + 1 output
+-  Test mode
+
+**Programming:**
+
+You can place an element in the editor *(see figure 1)* by selecting a function and then the target position. 
+It is also possible to select the target position first and then the function. A second click on the selected element 
+deletes the selection.
+
+Available Functions:
+
+``Input 1 - 8``:       Set an input
+``Marker 1 - 4``:      Set a marker
+``Output 1- 8``:       Set an output
+``Delete``:            Delete a selected element
+``Negate``:            Negate a contact
+``OR``:            Create or delete an OR connection with the last network output. 
+``TON``:           Set function block TON (Timer)
+``F_TRIG``:            Set function block F_TRIG
+``R_TRIG``:            Set function block R_TRIG
+``Reset Markers and FBs``: Sets all markers to FALSE and initializes all functions blocks. 
+               This function is available in test mode and programming mode.
+   
+               *Information: Markers and function blocks are used in programming and in test mode. 
+               The function "Reset Markers and FBs" will affect both modes!*
+
+
+**Test mode:**
+
+The test mode can be activated by clicking the button "Switch to Test" *(see figure 2)*. All input and outputs will be 
+decoupled, the values will be preserved. 
+
+In test mode the program can be tested online by 8 input buttons and 8 output lamps.
+
+[[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 08:25:11 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.combcadce88c23d349d839526bdd86ab35efb0147d6</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/visu-ladder-log/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/visu-ladder-log/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>Mon, 28 Sep 2020 08:19:29 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com1263952dc4924c2753fcfd93fdcb43bbd862b3c7</guid></item></channel></rss>