This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 df7fbb911 Site checkin for project PLC4X: Jenkins Tools
df7fbb911 is described below

commit df7fbb9114e82f6aa564f3bdd72bbcd32f83d352
Author: jenkins <[email protected]>
AuthorDate: Fri Aug 14 15:29:42 2026 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 plc4x/pre-release/users/protocols/ads.html | 16 +++++++++++-----
 search-index.js                            |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/plc4x/pre-release/users/protocols/ads.html 
b/plc4x/pre-release/users/protocols/ads.html
index 8f24f170c..89b1c5e65 100644
--- a/plc4x/pre-release/users/protocols/ads.html
+++ b/plc4x/pre-release/users/protocols/ads.html
@@ -521,9 +521,14 @@ Source <a 
href="https://infosys.beckhoff.com/english.php?content=../content/1033
 </div>
 </div>
 <div class="paragraph">
-<p>Array indices may appear at any position of the path, not only at the end. 
Symbolic addresses are
-resolved against the symbol- and data-type-table, so they require
-<code>load-symbol-and-data-type-tables</code> to be enabled (the default).</p>
+<p>Array indices may appear at any position of the path, not only at the 
end.</p>
+</div>
+<div class="paragraph">
+<p>Symbolic addresses are resolved against the symbol- and data-type-table, so 
they require
+<code>load-symbol-and-data-type-tables</code> to be enabled (the default). 
With that option disabled the
+tables are never fetched and a symbolic address is rejected with an error 
saying so - use a direct
+address instead. Subscriptions are the exception: they resolve symbol handles 
on the device and
+work either way.</p>
 </div>
 <div class="paragraph">
 <p><strong>Direct addresses</strong> name the index group and index offset 
explicitly, in decimal or hexadecimal, and
@@ -573,7 +578,8 @@ carry the data type:</p>
 </div>
 <div class="paragraph">
 <p>Unlike symbolic addresses, direct addresses need no symbol table and 
therefore work regardless of
-the <code>load-symbol-and-data-type-tables</code> setting.</p>
+the <code>load-symbol-and-data-type-tables</code> setting. Browsing does need 
it, since it lists the symbol
+table; with the option disabled a browse request is answered with 
<code>UNSUPPORTED</code>.</p>
 </div>
 </div>
 </div>
@@ -722,7 +728,7 @@ the <code>load-symbol-and-data-type-tables</code> 
setting.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div class="content"></div></td>
 <td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
-<p>Configures, if when connecting the data-type- and symbol-table should be 
read. This is an optimization that can help in cases, where the PLC program is 
pretty large and downloading the full tables is causing problems. When 
disabled, only direct addresses 
(<code>{IndexGroup}/{IndexOffset}:{TYPE}</code>) can be used: symbolic 
addresses are resolved against these tables and will fail with <code>Unknown 
symbol</code> if they were not loaded. Browsing is unavailable too, as it lists 
the sy [...]
+<p>Configures, if when connecting the data-type- and symbol-table should be 
read. This is an optimization that can help in cases, where the PLC program is 
pretty large and downloading the full tables is causing problems. When 
disabled, reading and writing is limited to direct addresses 
(<code>{IndexGroup}/{IndexOffset}:{TYPE}</code>): symbolic addresses cannot be 
resolved without the tables and are rejected with a corresponding error. 
Browsing is unavailable for the same reason. Subscrip [...]
 </div></div></td>
 </tr>
 <tr>
diff --git a/search-index.js b/search-index.js
index 76de6faac..7dfb08fa1 100644
--- a/search-index.js
+++ b/search-index.js
@@ -1 +1 @@
-antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,68.517]],["name/1",[1,1.483]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,34.325,4,29.835]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,43.387]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,12.023,7,12.721,8,9.566,9,16.186,10,15.49,11,20.83,12,26.128,13,12.054]],["name/2-3",[]],["text/2-3",[]],["c
 [...]
\ No newline at end of file
+antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,68.517]],["name/1",[1,1.483]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,34.325,4,29.835]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,43.387]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,12.023,7,12.721,8,9.566,9,16.186,10,15.49,11,20.83,12,26.128,13,12.054]],["name/2-3",[]],["text/2-3",[]],["c
 [...]
\ No newline at end of file

Reply via email to