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 54ac364 Site checkin for project PLC4X: Jenkins Tools
54ac364 is described below
commit 54ac364a80ab366263cac28e9e7db6ed76613183
Author: jenkins <[email protected]>
AuthorDate: Fri Aug 21 10:13:16 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/infrastructure/vm.html | 6 +++---
developers/infrastructure/vpn.html | 4 ++--
users/protocols/s7.html | 19 +++++++++++++++++++
3 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/developers/infrastructure/vm.html
b/developers/infrastructure/vm.html
index 4179e6f..649ab1e 100644
--- a/developers/infrastructure/vm.html
+++ b/developers/infrastructure/vm.html
@@ -287,14 +287,14 @@ Note, the Email Address in the end doesn’t seem to
matter, I simply added
</div>
<div class="literalblock">
<div class="content">
-<pre>ssh [email protected]</pre>
+<pre>ssh [email protected]</pre>
</div>
</div>
<div class="paragraph">
<p>Be sure to use the username matching your Apache ID or the login will
fail.</p>
</div>
<div class="paragraph">
-<p>If all wen’t well you should now be able to login to the machine
using your apache user.</p>
+<p>If all went well you should now be able to login to the machine using your
apache user.</p>
</div>
</div>
<div class="sect2">
@@ -308,7 +308,7 @@ Providing a sudo password directly would increase the
danger of having this inte
</div>
<div class="literalblock">
<div class="content">
-<pre>myid@plc4x-vm:~$ sudo apt-get update
+<pre>myid@plc4x-vm2:~$ sudo apt-get update
otp-md5 496 pl8230
Password:</pre>
</div>
diff --git a/developers/infrastructure/vpn.html
b/developers/infrastructure/vpn.html
index 2fb7c28..edf6304 100644
--- a/developers/infrastructure/vpn.html
+++ b/developers/infrastructure/vpn.html
@@ -245,7 +245,7 @@
address = "X.X.X.0/28"
vpn.plc4x.a.o [address = "217.110.130.19"];
- plc4x-vm.a.o [address = "62.210.60.247"];
+ plc4x-vm2.a.o [address = "62.210.60.247"];
committer-a;
committer-b;
}
@@ -265,7 +265,7 @@
</div>
</div>
<div class="paragraph">
-<p>Note the PLC4X Project VM and Jenkins build node
<code>plc4x-vm.apache.org</code> also dials in to the
<code>plc4x-iot-lab</code> network.</p>
+<p>Note the PLC4X Project VM and Jenkins build node
<code>plc4x-vm2.apache.org</code> also dials in to the
<code>plc4x-iot-lab</code> network.</p>
</div>
</div>
<div class="sect2">
diff --git a/users/protocols/s7.html b/users/protocols/s7.html
index cad51d1..038e5b7 100644
--- a/users/protocols/s7.html
+++ b/users/protocols/s7.html
@@ -508,6 +508,22 @@ Possible values are:</p>
</ul>
</div>
<div class="paragraph">
+<p>When reading a <code>STRING</code> datatype, currently 254 characters would
automatically be fetched from the PLC.</p>
+</div>
+<div class="paragraph">
+<p>In order to limit the amount of data, we extended the <code>STRING</code>
type declaration syntax to allow limiting this.</p>
+</div>
+<div class="paragraph">
+<p>With the following format less than 254 characters can be read:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>DB{Data-Block-Number}.DB{Short-Data-Type-Code}{Start-Byte-Address}:STRING({string-length})[{Count}]</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
<p>These addresses can usually be copied directly out of TIA portal.
However we also implemented a shorter version, as above version does have some
unnecesary boilerplate parts (The <code>.DB</code> in the middle as well as the
<code>Short-Data-Type-Code</code>)</p>
</div>
@@ -522,6 +538,9 @@ However we also implemented a shorter version, as above
version does have some u
<li>
<p>DB{Data-Block-Number}.{Start-Byte-Address}:{Data-Type-Code}[{Count}]</p>
</li>
+<li>
+<p>DB{Data-Block-Number}.{Start-Byte-Address}:STRING({string-length})[{Count}]</p>
+</li>
</ul>
</div>
<div class="paragraph">