node-red/packages/node_modules/@node-red/nodes/locales/zh-CN/sequence/19-batch.html

35 lines
1.6 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.

<!--
Copyright JS Foundation and other contributors, http://js.foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-help-name="batch">
<p>根据各种规则创建消息序列</p>
<h3>详细</h3>
<p>有三种创建消息序列的模式</p>
<dl>
<dt>讯息数</dt>
<dd>将消息分组为给定长度的序列 <b>overlap</b></dd>
<dt>时间间隔</dt>
<dd>对在指定时间间隔内到达的邮件进行分组如果在该时间间隔内没有消息到达则该节点可以选择发送空消息</dd>
<dt>串联序列</dt>
<dd>通过串联输入序列来创建消息序列每条消息必须具有<code>msg.topic</code><code>msg.parts</code><code>topic</code>
</dd>
</dl>
<h4>储存讯息</h4>
<p>该节点将在内部缓冲消息以便跨序列工作运行时设置<code>nodeMessageBufferMaxLength</code></p>
</script>