This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 22c6b58 Site checkin for project PLC4X: Jenkins Tools
22c6b58 is described below
commit 22c6b58fdc551bea23ceab9e2af8ee12b3153a43
Author: jenkins <[email protected]>
AuthorDate: Tue Apr 28 18:39:11 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/protocols/opc-ua.html | 102 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 101 insertions(+), 1 deletion(-)
diff --git a/users/protocols/opc-ua.html b/users/protocols/opc-ua.html
index 9045bc6..3ba1ffc 100644
--- a/users/protocols/opc-ua.html
+++ b/users/protocols/opc-ua.html
@@ -263,7 +263,107 @@
<div class="sect1">
<h2 id="opc_ua">OPC UA</h2>
<div class="sectionbody">
-
+<div class="sect2">
+<h3 id="connection_string_options">Connection String Options</h3>
+<table class="tableblock frame-all grid-all stretch">
+<colgroup>
+<col style="width: 22.2222%;"/>
+<col style="width: 22.2222%;"/>
+<col style="width: 55.5556%;"/>
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Name</th>
+<th class="tableblock halign-left valign-top">Value</th>
+<th class="tableblock halign-left valign-top">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock">Code</p></td>
+<td class="tableblock halign-left valign-top" colspan="2"><div
class="content"><div class="paragraph">
+<p><code>opcua</code></p>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock">Name</p></td>
+<td class="tableblock halign-left valign-top" colspan="2"><div
class="content"><div class="paragraph">
+<p>OPC UA</p>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Maven
Dependency</p></td>
+<td class="tableblock halign-left valign-top" colspan="2"><div
class="content"><div class="listingblock">
+<div class="content">
+<pre>to be updated (tbu)</pre>
+</div>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Default
Transport:</p></td>
+<td class="tableblock halign-left valign-top" colspan="2"><div
class="content"><div class="paragraph">
+<p> <code>tcp</code></p>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Compatible
Transports:</p></td>
+<td class="tableblock halign-left valign-top" colspan="2"><div
class="content"><div class="ulist">
+<ul>
+<li>
+<p><code>tcp</code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top" colspan="3"><p
class="tableblock">Supported Operations</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"></td>
+<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
+<p><code>tbu</code></p>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div class="content"></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top" colspan="3"><p
class="tableblock">Options</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="sect2">
+<h3 id="more_details_on_opc_ua">More details on OPC UA</h3>
+<div class="paragraph">
+<p><a href="https://opcfoundation.org/about/opc-technologies/opc-ua/">OPC
UA</a>
+The OPC Unified Architecture (UA), released in 2008, is a platform independent
service-oriented architecture that integrates all the functionality of the
individual OPC Classic specifications into one extensible framework.</p>
+</div>
+<div class="paragraph">
+<p>This multi-layered approach accomplishes the original design specification
goals of:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Functional equivalence: all COM OPC Classic specifications are mapped to
UA</p>
+</li>
+<li>
+<p>Platform independence: from an embedded micro-controller to cloud-based
infrastructure</p>
+</li>
+<li>
+<p>Secure: encryption, authentication, and auditing</p>
+</li>
+<li>
+<p>Extensible: ability to add new features without affecting existing
applications</p>
+</li>
+<li>
+<p>Comprehensive information modeling: for defining complex information
+=== More details
+<a href="https://projects.eclipse.org/projects/iot.milo">Eclipse Milo -
Project</a></p>
+</li>
+</ul>
+</div>
+<table class="tableblock frame-all grid-all stretch">
+</table>
+</div>
</div>
</div>
</main>