<?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/linux-integr/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Tue, 11 Feb 2020 15:24:27 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/linux-integr/home/Home/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -3,16 +3,16 @@
 The following ways for integration are demonstrated:
 * Shared memory to exchange data with an application written in C
 [CODESYS Project (bad Link)](code:HEAD/tree/Shared Memory Example/)
-[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Shared%20Memory%20Example/)
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/trunk/Shared%20Memory%20Example/)
 [C-code counterpart](https://forge.codesys.com/prj/linux-integr/c-code/ci/master/tree/SimpleShmExample/)
 * Sockets to exchange data with an application written in C
-[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Socket%20Example/)
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/trunk/Socket%20Example/)
 [C-code counterpart](https://forge.codesys.com/prj/linux-integr/c-code/ci/master/tree/SimpleSocketExample/)
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
-[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Char%20Device%20Example/)
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/trunk/Char%20Device%20Example/)
 [Documentation for the LED used](https://www.dell.com/support/manuals/us/en/04/dell-edge-gateway-3000-series/dell-edge_gateway-3002-install_manual/cloud-led-onoff?guid=guid-bd779671-2976-44d5-8bc1-c08ac2f1633a&amp;amp;lang=en-us )
 * Execute Linux command line commands
-[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Execute%20Command%20Example/)
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/trunk/Execute%20Command%20Example/)

 Other Methods for Integration that are not demonstrated are:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 11 Feb 2020 15:24:27 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com2d82fe6abe67a584acc2396dbe2c6454d0366b2c</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -13,3 +13,10 @@
 [Documentation for the LED used](https://www.dell.com/support/manuals/us/en/04/dell-edge-gateway-3000-series/dell-edge_gateway-3002-install_manual/cloud-led-onoff?guid=guid-bd779671-2976-44d5-8bc1-c08ac2f1633a&amp;amp;lang=en-us )
 * Execute Linux command line commands
 [CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Execute%20Command%20Example/)
+
+
+Other Methods for Integration that are not demonstrated are:
+* [OPC UA](https://help.codesys.com/webapp/_cds_runtime_opc_ua_server;product=codesys;version=3.5.15.0)
+* [CODESY PLCHandler](https://www.codesys.com/products/codesys-runtime/plchandler.html) (a C++ library)
+Both of these solutions allow browsing a list of variables/tags on the controller, subscribing to variables, and writing values for variables.
+PLCHandler also allows other services such as File access and PLC start/stop.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Mon, 10 Feb 2020 16:55:33 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com80ef51e9ad32e912d385e5a277dc9496b3e707d0</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 21:04:08 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comd0bb476930f09a91da608a8995da56fe08698c8f</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -4,7 +4,12 @@
 * Shared memory to exchange data with an application written in C
 [CODESYS Project (bad Link)](code:HEAD/tree/Shared Memory Example/)
 [CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Shared%20Memory%20Example/)
-[Test Link](www.google.com)
+[C-code counterpart](https://forge.codesys.com/prj/linux-integr/c-code/ci/master/tree/SimpleShmExample/)
 * Sockets to exchange data with an application written in C
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Socket%20Example/)
+[C-code counterpart](https://forge.codesys.com/prj/linux-integr/c-code/ci/master/tree/SimpleSocketExample/)
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Char%20Device%20Example/)
+[Documentation for the LED used](https://www.dell.com/support/manuals/us/en/04/dell-edge-gateway-3000-series/dell-edge_gateway-3002-install_manual/cloud-led-onoff?guid=guid-bd779671-2976-44d5-8bc1-c08ac2f1633a&amp;amp;lang=en-us )
 * Execute Linux command line commands
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Execute%20Command%20Example/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 21:03:34 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com705b18dd1d7d3a53c24eabc6de7c47ccbaa03850</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -2,8 +2,8 @@

 The following ways for integration are demonstrated:
 * Shared memory to exchange data with an application written in C
-[CODESYS Project](code:HEAD/tree/Shared Memory Example/)
-
+[CODESYS Project (bad Link)](code:HEAD/tree/Shared Memory Example/)
+[CODESYS Project](https://forge.codesys.com/prj/linux-integr/code/HEAD/tree/Shared%20Memory%20Example/)
 [Test Link](www.google.com)
 * Sockets to exchange data with an application written in C
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 20:56:02 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com3515be487b2827260193041ad6d2c95605f4a6b1</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -2,13 +2,9 @@

 The following ways for integration are demonstrated:
 * Shared memory to exchange data with an application written in C
- * [CODESYS project](CODESYS Projects SVN:Shared Memory Example)
- *  [code:Shared Memory Example]
+[CODESYS Project](code:HEAD/tree/Shared Memory Example/)

-
-[Test](code:HEAD/tree/Shared Memory Example/)
-
- * [Example C-code](www.google.com)
+[Test Link](www.google.com)
 * Sockets to exchange data with an application written in C
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
 * Execute Linux command line commands
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 20:53:56 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com2db00c801969c07382c9111cb9fae2731622c21b</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -6,7 +6,7 @@
  *  [code:Shared Memory Example]

-[Test](linux-integr:code:HEAD/tree/Shared Memory Example/)
+[Test](code:HEAD/tree/Shared Memory Example/)

  * [Example C-code](www.google.com)
 * Sockets to exchange data with an application written in C
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 20:52:05 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comd805135b40794bb34aa199adf0480f7578a125af</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -4,7 +4,10 @@
 * Shared memory to exchange data with an application written in C
  * [CODESYS project](CODESYS Projects SVN:Shared Memory Example)
  *  [code:Shared Memory Example]
-   Hello[code:HEAD/tree/Shared Memory Example/]
+
+
+[Test](linux-integr:code:HEAD/tree/Shared Memory Example/)
+
  * [Example C-code](www.google.com)
 * Sockets to exchange data with an application written in C
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 20:51:27 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com26de5d1b2e87480b418038736da3abfceb0a3133</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -4,7 +4,7 @@
 * Shared memory to exchange data with an application written in C
  * [CODESYS project](CODESYS Projects SVN:Shared Memory Example)
  *  [code:Shared Memory Example]
- *  [code/HEAD/tree/Shared Memory Example/]
+   Hello[code:HEAD/tree/Shared Memory Example/]
  * [Example C-code](www.google.com)
 * Sockets to exchange data with an application written in C
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 20:50:20 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com81a2ad136746f82a582ab3c61637546e4e746106</guid></item><item><title>Home modified by Lars Ott</title><link>https://forge.codesys.com/prj/linux-integr/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -4,7 +4,7 @@
 * Shared memory to exchange data with an application written in C
  * [CODESYS project](CODESYS Projects SVN:Shared Memory Example)
  *  [code:Shared Memory Example]
- *  [code/Shared Memory Example]
+ *  [code/HEAD/tree/Shared Memory Example/]
  * [Example C-code](www.google.com)
 * Sockets to exchange data with an application written in C
 * A Character Device and the CmpCharDevice Library to control an LED on the Linux IPC
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Ott</dc:creator><pubDate>Tue, 04 Feb 2020 20:48:18 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com2c93d5046363c521ac5e6297370c010aebd53cd8</guid></item></channel></rss>