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 122248e  Site checkin for project PLC4X: Jenkins Tools
122248e is described below

commit 122248e241a2dd332887c294ea31bd6370524cda
Author: jenkins <[email protected]>
AuthorDate: Thu Jul 29 20:09:54 2021 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 users/protocols/opc-ua.html | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/users/protocols/opc-ua.html b/users/protocols/opc-ua.html
index 69549e6..22e6ef7 100644
--- a/users/protocols/opc-ua.html
+++ b/users/protocols/opc-ua.html
@@ -387,6 +387,24 @@ configured and propagate the wrong external IP or URL 
address. If that is the ca
 configuring it with a <code>false</code> value.</p>
 </div></div></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>username</code></p>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
+<p>A username to authenticate to the OPCUA server with.</p>
+</div></div></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>password</code></p>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
+<p>A password to authenticate to the OPCUA server with.</p>
+</div></div></td>
+</tr>
 </tbody>
 </table>
 </div>
@@ -405,7 +423,7 @@ configuring it with a <code>false</code> value.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>opcua:tcp://127.0.0.1:12686?discovery=true</pre>
+<pre>opcua:tcp://127.0.0.1:12686?discovery=true&amp;username=admin&amp;password=password</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -564,12 +582,6 @@ The OPC Unified Architecture (UA), released in 2008, is a 
platform independent s
 </li>
 </ul>
 </div>
-</div>
-<div class="sect2">
-<h3 id="more_details">More details</h3>
-<div class="paragraph">
-<p>The client SDK within the <a 
href="https://projects.eclipse.org/projects/iot.milo";>Eclipse Milo</a> project 
is used as the basis for the PLC4X OPC UA driver.</p>
-</div>
 <table class="tableblock frame-all grid-all stretch">
 </table>
 </div>

Reply via email to