UNPKG

node-red-trexmes-commands

Version:

A node-red node to execute commands for Trex Mes Systems

32 lines (26 loc) 1.26 kB
<script type="text/html" data-help-name="trexMes-CN"> <p>Config node for Node-RED to trexMes Commands</p> <h4>Connection setup</h4> <p> You can use environment variables in any connection field, using <i><a href="http://mustache.github.io/mustache.5.html" target="_new">mustache</a></i> format. </p> <p> Example: <i>{{{environment variable name}}}</i>; or<br /> Server: MyAwesomeSQLServer-{{{ENV_NODE}}}.company.com </p> </script> <script type="text/html" data-help-name="trexMes-CMD"> <p>Node for Node-RED to trexMes Commands</p> <h3>Error Handling...</h3> <div style="padding-left: 15px;"> <ul> <li><b>Send in msg.error</b>: Error will be written to <code>msg.error</code> and the msg will be sent in the output. Users should check the output msg for presence of <code>msg.error</code> after each MSSQL node (same functionality as previous version - for compatibility)</li> <li><b>Throw error</b>: This will cause an error to be thrown instead of being sent in the output. Users can use the <code>catch</code> node to detect and handle errors</li> </ul> </div> </script>