1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red/nodes/locales/zh-CN/function/rbe.html
2023-07-10 21:38:48 +08:00

31 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/html" data-help-name="rbe">
<p>异常报告 (RBE) 节点 - 仅在负载发生更改时才传递数据
它还可以阻止除外或者忽略值更改指定量死区和窄带模式</p>
<h3>输入</h3>
<dl class="message-properties">
<dt>payload
<span class="property-type">数值|字符串| (object)</span>
</dt>
<dd>RBE 模式将接受数字字符串和简单对象 其他模式必须提供可解析的数字</dd>
<dt class="optional">topic <span class="property-type">字符串</span>
</dt>
<dd>如果指定该函数将在每个主题的基础上运行 该属性可以通过配置来设置</dd>
<dt class="optional">reset<span class="property-type">任意</span></dt>
<dd>如果设置则清除指定 msgtopic 的存储值如果未指定 msgtopic则清除所有主题</dd>
</dl>
<h3>输出</h3>
<dl class="message-properties">
<dt>payload
<span class="property-type">与输入一致</span>
</dt>
<dd>如果触发输出将与输入相同</dd>
</dl>
<h3>详细</h3>
<p> RBE 模式下此节点将阻塞直到 <code>msgpayload</code> </p>
<p><a href="https://en.wikipedia.org/wiki/Deadband" target="_blank">死区</a>模式将阻止传入值<i>除非</i>其变化更大或 大于等于+ 与先前值的带隙</p>
<p>如果输入值的变化大于或大于等于 +/- </p>
<p>在死区和窄带模式下传入值都必须包含可解析的数字并且都支持 % - 仅当/除非输入与原始值的差异超过 x% 时才发送</p>
<p>死区和窄带都允许与先前的有效输出值进行比较从而忽略任何超出范围的值或与先前的输入值进行比较这会重置设定点从而允许逐渐漂移死区或阶跃变化 窄带</p>
<p><b>注意</b> <code>msgtopic</code> </p>
</script>