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 922861763 Site checkin for project PLC4X: Jenkins Tools
922861763 is described below
commit 9228617633f2e1f815032bb4e898179ac25c8290
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 9 18:39:27 2023 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/preparing/index.html | 11 +++++++++++
users/protocols/profinet.html | 11 ++++++++---
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/developers/preparing/index.html b/developers/preparing/index.html
index b281eee7b..b6e840a41 100644
--- a/developers/preparing/index.html
+++ b/developers/preparing/index.html
@@ -360,6 +360,17 @@ Currently, Maven 3.6 and above is required for being able
to build all parts of
</ul>
</div>
</div>
+</div>
+<div class="sect1">
+<h2 id="preparing_your_ide">Preparing your IDE</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="intellij">IntelliJ</h3>
+<div class="paragraph">
+<p>When running Java unit-tests in IntelliJ, you might run into problems where
during the test execution complaints arise that JUnit is unable to load
<code>{failsafeArgLine}</code>. In this case you need to go to <code>Settings
→ Build, Execution, Deployment → Build Tools → Maven →
Running Tests</code> and deselect the option <code>argLine</code>.</p>
+</div>
+</div>
+</div>
</div>
</main>
<footer class="pt-4 my-md-5 pt-md-5 w-100 border-top">
diff --git a/users/protocols/profinet.html b/users/protocols/profinet.html
index aeb764295..8a1b942ae 100644
--- a/users/protocols/profinet.html
+++ b/users/protocols/profinet.html
@@ -473,7 +473,11 @@ module (Taken from the GSD file) as well as a list of
submodules.</p>
</div>
</div>
<div class="paragraph">
-<p>An example of this connection string would be:-</p>
+<p>Where the {ip-address}, unlike other PLC4X driver, uses the local IP
address of the network interface you would like to bind to.
+This allows us to connect to multiple devices at once via the devices
parameter.</p>
+</div>
+<div class="paragraph">
+<p>An example of this connection string which has two devices test-device-1
and test-device-2, connected on the localhost interface would be:-</p>
</div>
<div class="listingblock">
<div class="content">
@@ -576,8 +580,9 @@ module (Taken from the GSD file) as well as a list of
submodules.</p>
<div class="sect2">
<h3 id="some_useful_tips">Some useful tips</h3>
<div class="paragraph">
-<p>The GSD file contains all the information of what the addresses will end up
being. The easiest approach is to use the browsing
-function of the Profinet driver to return a list of all available tags. Then
only the address of interest can be selected.</p>
+<p>Although the GSD file contains all the information needed to configure
which data will be available from a device.
+The easiest approach is to use the browsing function of the Profinet driver to
return a list of all available tags.
+Then only the addresses of interest can be selected.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
</table>