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 fc8b19f54 Site checkin for project PLC4X: Jenkins Tools
fc8b19f54 is described below
commit fc8b19f54a244a6df7b0c6769e64128e0bfa2584
Author: jenkins <[email protected]>
AuthorDate: Thu Aug 13 18:49:17 2026 +0000
Site checkin for project PLC4X: Jenkins Tools
---
plc4x/pre-release/users/tools/event-pump.html | 18 ++++++++++++++++++
search-index.js | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/plc4x/pre-release/users/tools/event-pump.html
b/plc4x/pre-release/users/tools/event-pump.html
index e95ea742d..92ac01b4a 100644
--- a/plc4x/pre-release/users/tools/event-pump.html
+++ b/plc4x/pre-release/users/tools/event-pump.html
@@ -658,6 +658,24 @@ pump.startAll();</code></pre>
<p>The listener passed to the factory becomes the default listener for all
batches in the file.</p>
</div>
<div class="sect2">
+<h3 id="_trigger_intervals"><a class="anchor"
href="#_trigger_intervals"></a>Trigger intervals</h3>
+<div class="paragraph">
+<p>A timer trigger takes its interval either in seconds or - for the
sub-second rates that are common in PLC data collection - in milliseconds:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-yaml hljs"
data-lang="yaml"> trigger:
+ type: timer
+ intervalMillis: 250
+ initialDelayMillis: 100</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p><code>intervalSeconds</code>/<code>initialDelaySeconds</code> and
<code>intervalMillis</code>/<code>initialDelayMillis</code> are mutually
exclusive per setting: giving the same setting in both units fails at startup
rather than silently picking one, since a reader of the file would otherwise
have to guess the actual rate.
+Using seconds for one setting and milliseconds for the other is fine.</p>
+</div>
+</div>
+<div class="sect2">
<h3 id="_transformations"><a class="anchor"
href="#_transformations"></a>Transformations</h3>
<div class="paragraph">
<p>A tag may carry an expression that is applied to its value before the
listener sees it.
diff --git a/search-index.js b/search-index.js
index 739721dfb..ee9a6c446 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.513]],["name/1",[1,1.516]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,34.476,4,29.727]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,43.164]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,12.056,7,12.723,8,9.565,9,16.259,10,15.554,11,21.003,12,26.142,13,12.119]],["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.519]],["name/1",[1,1.515]],["text/1",[]],["component/1",[2,0.399]],["title/2-1",[3,34.481,4,29.733]],["name/2-1",[]],["text/2-1",[]],["component/2-1",[]],["title/2-2",[5,43.171]],["name/2-2",[]],["text/2-2",[]],["component/2-2",[]],["title/2-3",[6,12.058,7,12.725,8,9.567,9,16.261,10,15.556,11,21.004,12,26.143,13,12.121]],["name/2-3",[]],["text/2-3",[]],[
[...]
\ No newline at end of file