node-red-contrib-neuralnetwork
Version:
SmartNode node package, provided by MakerCollider
31 lines (26 loc) • 1.52 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="multiInDatamultiInData"><a name="multiInData" href="#multiInData"></a>Multiple input node</h3>
<p>This node is used to collect the input datas of a plurality of nodes, and collect all the datas into a set of data and output it as Json format.</p>
<h4 id="Configuration parameters"><a name="Configuration parameters" href="#Configuration parameters"></a>Configuration parameters</h4>
<ol>
<li>name:The node name</li>
<li>rules:It requires that the parameter name must be the same with the msg.* parameter of the previous connected node.</li>
</ol>
<h4 id="Usage"><a name="Usage" href="#Usage"></a>Usage</h4>
<ol>
<li>In <strong>Input parameters</strong>, you can add and set the input datas which need to be collected. It should be set at the previous connected node, and hold two parameters' names are consistent.</li>
<li><strong>deploy</strong></li>
</ol>
</script>