Node Red Tutorial & Wago Low Code Programming
Node-Red is an application developed using NodeJS for low code programming and providing an interface or gateway between IT & OT world.It was developed by Nick O’Leary and Dave Conway-Jones.
It Provides all the interfaces for Industrial Protocol & IT from the large open source community.
In this tutorial i am showing low code programming in wago plc without using codesys ide.
IO Module used
wago 750-466 , 750-554, 750-515
to setup Node-Red below are the commands
to fetch container :docker pull nodered/node-red
to create volume:docker volume create --name nodered_data
to start Container :docker run --restart unless-stopped -d --name node-red --network=host --security-opt seccomp:unconfined -v nodered_data:/data nodered/node-red
00:00 Introduction
00:48 Node-Red Details
03:42 Docker in Wago PLC
06:03 Node-Red Container Install
06:29 Mosquitto MQTT & pfc-Kbus-api
07:28 pfc-Kbus-api configuration
09:00 Node-Red Programming & Config
10:00 Wago DigitalOut IO Mapping
11:50 Controlling Digital Output
12:18 Controlling & Monitoring Analogue Signals
13:58 Analogue Signal Configuration
15:10 Controlling Multiple Channels
15:44 Thanks
To Check CoDeSys Tutorial Refer Below Link
• CoDeSys PLC Programming Tutorial
To Check Object Oriented Programming in PLC Refer Below Link
• Object Oriented Programming in PLC us...
To Check Arduino PLC Tutorial Refer Below Link
• Arduino PLC Programming Tutorial
To Know Digital Twin ,Vision Control, Home Automation Click below link
• HomeAutomation
To Know Arduino Giga R1 Wifi click Below link
• HomeAutomation
To know Codesys for Raspberry
• RaspberryPi
#codesys #plc #wago #password #raspberrypi #nodered #iot #iiot #industrialautomation #docker #container