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

commit 0b206d92803c420aa949a3e305cbad6f511e8898
Author: jenkins <[email protected]>
AuthorDate: Wed May 6 09:32:06 2026 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 .../developers/protocols/ads/protocol.html         |  2 +-
 plc4x/pre-release/users/protocols/canopen.html     | 31 ++++++++++++++++++++--
 search-index.js                                    |  2 +-
 3 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/plc4x/pre-release/developers/protocols/ads/protocol.html 
b/plc4x/pre-release/developers/protocols/ads/protocol.html
index 80937d3d8..cb3ffa5f1 100644
--- a/plc4x/pre-release/developers/protocols/ads/protocol.html
+++ b/plc4x/pre-release/developers/protocols/ads/protocol.html
@@ -487,7 +487,7 @@
 <h1 class="page">Beckhoff ADS Protocol</h1>
 <div class="imageblock kroki">
 <div class="content">
-<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; contentStyleType="text/css" 
data-diagram-type="ACTIVITY" height="291.3692px" preserveAspectRatio="none" 
style="width:792px;height:291px;background:#FFFFFF;" version="1.1" viewBox="0 0 
792 291" width="792.0318px" zoomAndPan="magnify"><defs/><g><!--cluster 
Connect--><g class="cluster" data-qualified-name="Connect" data-source-line="4" 
id="ent0003"><polygon fill="#EEEECC" points="695.3941,9.399,704.7021,9.399 [...]
+<span class="alt">ads-statemachine</span>
 </div>
 </div>
 </article>
diff --git a/plc4x/pre-release/users/protocols/canopen.html 
b/plc4x/pre-release/users/protocols/canopen.html
index 2c8e5b617..00e230167 100644
--- a/plc4x/pre-release/users/protocols/canopen.html
+++ b/plc4x/pre-release/users/protocols/canopen.html
@@ -837,16 +837,43 @@ Subscriber will be notified with value mapped to type 
defined in field syntax.</
 <li>
 <p><code>subscribe</code></p>
 </li>
+<li>
+<p><code>write</code></p>
+</li>
 </ul>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
 <p>NMT messages are sent using CAN node ID <code>0</code>.
 They have the highest priority on the bus.
-Messages of this kind indicate operating state of an node (booted, 
operational).</p>
+Messages of this kind indicate operating state of a node (booted, 
operational).</p>
 </div>
 <div class="paragraph">
 <p>Subscriptions to this service receive structure with two fields: 
<code>node</code> (USINT) and <code>state</code> (USINT).
-If subscription sets <code>nodeId</code> to 0 it will receive state updates 
for all bus participants.</p>
+If subscription sets <code>nodeId</code> to 0 it will receive state updates 
for all bus participants.
+Supported write values (USINT):</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><code>0x01</code> &#8594; START</p>
+</li>
+<li>
+<p><code>0x02</code> &#8594; STOP</p>
+</li>
+<li>
+<p><code>0x80</code> &#8594; PRE_OPERATIONAL</p>
+</li>
+<li>
+<p><code>0x81</code> &#8594; RESET_NODE</p>
+</li>
+<li>
+<p><code>0x82</code> &#8594; RESET_COMMUNICATION</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>On application side, for convenience, you can use 
<code>NMTStateRequest</code> enumeration instead of plain numbers.
+Be aware that passed number is parsed as an enum, so vendor customization on 
unused bits are not supported.</p>
 </div></div></td>
 </tr>
 <tr>
diff --git a/search-index.js b/search-index.js
index b1298a1fc..b4006d8b0 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.204]],["name/1",[1,1.522]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,34.221,4,29.674]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,42.633]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,11.968,7,12.605,8,9.462,9,16.147,10,15.88,11,21.067,12,27.525,13,12.294]],["name/2-3",[]],["text/2-3",[]],["
 [...]
\ No newline at end of file
+antoraSearch.initSearch(lunr, 
{"index":{"version":"2.3.9","fields":["title","name","text","component"],"fieldVectors":[["title/1",[0,68.204]],["name/1",[1,1.522]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,34.221,4,29.674]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,42.633]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,11.968,7,12.605,8,9.462,9,16.147,10,15.88,11,21.067,12,27.525,13,12.328]],["name/2-3",[]],["text/2-3",[]],["
 [...]
\ No newline at end of file

Reply via email to