瀏覽代碼

Updated help

master
Massimo 5 年之前
父節點
當前提交
2514d0c3be
共有 2 個檔案被更改,包括 10 行新增0 行删除
  1. +5
    -0
      README.md
  2. +5
    -0
      boolean-logic-ultimate/BooleanLogicUltimate.html

+ 5
- 0
README.md 查看文件

@@ -30,6 +30,11 @@ when it has seen the expected number of topics. If it ever sees more than the co
Changing the topic is usually only needed when chaining multiple boolean nodes after each other becuse the topics will then all be the same when delivered to the nodes further down the chain.<br/>
<br/>

***Number of different topics to evaluate***
Set the number of different topics to be evaluated. The node will output a message to the flow, after this number of different topics arrives.<br/>
<b> Remember: each input topic must be different. For example, if you set this field to 3, the node expects 3 different topics.</b><br/>


***Filter output result***
<ol>
<li>Output both 'true' and 'false' results: Standard behaviour, the node will output <b>true</b> and <b>false</b> whenever it receives an input and calculate the boolean logics as output.</li>

+ 5
- 0
boolean-logic-ultimate/BooleanLogicUltimate.html 查看文件

@@ -165,11 +165,16 @@
- Output "OR": true or false<br/>
- Output "XOR": true or false<br/>
<b>Number of different topics to evaluate</b><br />
Set the number of different topics to be evaluated. The node will output a message to the flow, after this number of different topics arrives.<br/>
<b> Remember: each input topic must be different. For example, if you set this field to 3, the node expects 3 different topics.</b><br/>

<br/>
Changing the topic is usually only needed when chaining multiple boolean nodes after each other becuse the topics will then all be the same when delivered to the nodes further down the chain.<br/>
<br/>
The node expects a fixed number of topics (configured in the settings) on which it will operate. It will only output a value
when it has seen the expected number of topics. If it ever sees more than the configured number of topics it will log a message then reset its state and start over.<br/>
<b> Remember: each input topic must be different. For example, if you set "Number of different topics to evaluate" to 3, the node expects 3 different topics.</b><br/>
<br/><br/>
<b>Filter output result</b><br />
<ol>

Loading…
取消
儲存