node-red-contrib-neuralnetwork
Version:
SmartNode node package, provided by MakerCollider
31 lines (26 loc) • 1.39 kB
HTML
<!--
Copyright 2015 Maker Collider
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="multiInData">
<h3 id="多路输入节点"><a name="多路输入节点" href="#多路输入节点"></a>多路输入节点</h3>
<p>本节点用于采集多个节点的输入数据,并将数据汇总为一组数据并以Json格式输出</p>
<h4 id="配置参数"><a name="配置参数" href="#配置参数"></a>配置参数</h4>
<ol>
<li>名称:节点名称</li>
<li>输入参数:要求该参数名称必须与所连接的前一个节点msg.*参数名一致</li>
</ol>
<h4 id="使用方法"><a name="使用方法" href="#使用方法"></a>使用方法</h4>
<ol>
<li>在<strong>输入参数</strong>中增加并设置要采集的输入数据,需要在前一个连接节点中设定,并保持两参数名一致。</li>
<li><strong>部署</strong></li>
</ol>
</script>