node-red/packages/node_modules/@node-red/nodes/locales/zh-TW/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>