Node-RED Installing the Windows Software


We will now be installing the Node-RED software on our Windows 10 computer. Node-RED is a powerful and easy programming tool that will allow you to join together hardware devices, APIs (Application Programming Interface), and online services. This joining of information is part of the smart factory. Internet of Things (IoT), Industrial Internet of Things (IIoT), Industry 4.0, and Smart Production are just a few of the other labels that have been applied to this type of technology.
Node-RED Installing the Windows Software

In this series we will be using Node-RED in some of the following ways:
– Connect to our industrial equipment using the Modbus protocol.
– Display Information on a user interface, HMI, or dashboard
– Log information into a database
– View information in the database through spreadsheets such as Excel.
Let’s get started by installing Node-RED.

Supported Node Version for Node-Red

Node-RED requires Node.js to operate.
https://nodered.org/docs/faq/node-versions
Node-RED Installing the Windows Software
These are the current versions of Node.js that are supported by Node-RED. We will be using version 12 because it is recommended. This will be a stable environment for our programs.

Node.js Releases

We will be installing version 12 of Node.js.
https://nodejs.org/en/about/releases/
Node-RED Installing the Windows Software
Currently, this version is in Maintenance mode. Download version 12.20.1 from the following URL: https://nodejs.org/dist/latest-v12.x/
Node-RED Installing the Windows Software
Since we have a 64-bit windows 10 machine, select node-v12.20.1-x64.msi for the installation download file.

Installing Node.js

Double click on the file you have downloaded to start the installation of Node.js.
IoT node.js
You will be presented with a welcome screen. Select next.
IoT node.js
The end-user license agreement terms must be accepted before the installation will continue. Select next.
IoT node.js
Choose the destination folder for the node.js program. Select next.
IoT node.js
The custom setup window will now be displayed. We will leave the default values and select next.
IoT node.js
We will select automatically install the necessary tools for native modules. Select next.
Node-RED Installing the Windows Software
All of the information has now been set to install Node.js. Select the Install button to start the installation.
Node-RED Installing the Windows Software
A status bar will be displayed as the software is being installed.
Node-RED Installing the Windows Software
The completion message will be displayed after node.js has been installed. Click the Finish button.

Install Node-RED
Installing with npm

To install Node-RED you can use the npm command that comes with node.js:
Open a command prompt in windows and type the following command.
npm install -g –unsafe-perm node-red
Node-RED Installing the Windows Software
The command will install Node-RED as a global module along with its dependencies.

Running Node-RED

At the command prompt type node-red. This will start the program.
Node-RED Installing the Windows Software
The editor is browser-based. Open your browser and type http://localhost:1880/
Node-RED Installing the Windows Software

Watch the video below to see the installation of Node-RED on our Windows 10 computer.

Node-RED Links
Node-RED Organization Home Page
Getting Started – Run Locally
Node-RED Running on Windows (Run at Startup)
Securing Node-RED
Node-RED Essentials Videos (Basics of the Editor)

Learn JavaScript Free
w3schools JavaScript Tutorial
learn-js.org
Node-Red JavaScript Primer

Modbus
Node-RED Modbus TCP and Serial

Dashboard – HMI
Node-RED Dashboard
Node-RED Dashboard extra nodes

SQL Database
Node-RED SQL Database
Node-RED SQL Plus – Execute queries and stored procedures

Next time we will be using Modbus RTU and TCP to communicate with a Click PLC and Solo process temperature controller.

Watch on YouTube: Node-RED Installing the Windows Software

Node-RED Installing the Windows Sof...
Node-RED Installing the Windows Software

If you have any questions or need further information please contact me.
Thank you,
Garry

If you’re like most of my readers, you’re committed to learning about technology. Numbering systems used in PLC’s are not difficult to learn and understand. We will walk through the numbering systems used in PLCs. This includes Bits, Decimal, Hexadecimal, ASCII, and Floating Point. To get this free article, subscribe to my free email newsletter.

Use the information to inform other people how numbering systems work. Sign up now. Arduino Uno Super Starter Kit Buzzers The ‘Robust Data Logging for Free’ eBook is also available as a free download. The link is included when you subscribe to ACC Automation.

Leave a Comment