From 00412a088e2debc61eb19ca53db59bf7f7ca08aa Mon Sep 17 00:00:00 2001 From: Ian Skerrett <36051834+iskerrett@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:49:53 -0400 Subject: [PATCH 1/2] Create community-news-08.md --- src/blog/2023/08/community-news-08.md | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/blog/2023/08/community-news-08.md diff --git a/src/blog/2023/08/community-news-08.md b/src/blog/2023/08/community-news-08.md new file mode 100644 index 0000000000..d766b1bcbb --- /dev/null +++ b/src/blog/2023/08/community-news-08.md @@ -0,0 +1,54 @@ +--- +title: Community News August 2023 +subtitle: Your monthly update for the FlowForge and Node-RED communities +description: News from the FlowForge and Node-RED communities +date: 2023-08-08 +authors: ["ian-skerrett"] +image: "/images/blog/community-news.jpeg" +tags: + - posts + - newsletter +--- + +Welcome to the FlowForge newsletter for August 2023, a monthly roundup of what’s been happening with FlowForge and the wider Node-RED community. + + + +## New Release + +Last week we released FlowForge 1.10, featuring improvements to our device management solutions and the new ability to import environment variable templates. Read about the details of FlowForge 1.10 in our [release announcement](https://flowforge.com/blog/2023/08/flowforge-1-10-release/). + +## Upcoming events + +### Getting Started with OPC-UA and Node-RED + +OPC-UA is a popular communication protocol used to communicate industrial data between different types of hardware and software. Our next webinar show how to use Node-RED to create an OPC-UA client that can read OPC data and visualize the data in Node-RED. We are glad to welcome Mika Karaila, Research Director @ Valmet Automation and creator of the OPC-UA nodes, as our webinar speaker. + +[Sign-up today](https://flowforge.com/webinars/2023/getting-started-opcua-node-red/) to join us on July 27. + + +## From our Blog + +- Our developer advocate, Richard Meyer, published a series of articles on OPC-UA: + - Part 1: [How to Deploy a Basic OPC-UA Server in Node-RED](https://flowforge.com/blog/2023/07/how-to-deploy-a-basic-opc-ua-server-in-node-red/) + - Part 2: [How to Build a Secure OPC-UA Server for PLCs in Node-RED](https://flowforge.com/blog/2023/07/how-to-build-a-secure-opc-ua-server-for-plcs-in-node-red/) + - Part 3: [How to Build an OPC UA Client Dashboard in Node-RED](https://flowforge.com/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red/) + +
+ +- [First Pre-Alpha Release of the new Node-RED Dashboard](https://flowforge.com/blog/2023/07/dashboard-0-1-release/) - update on FlowForge's work to develop the next generation of Node-RED dashboard. + +- [How to add images to Node-RED dashboards when using FlowForge](https://flowforge.com/blog/2023/07/images-in-node-red-dashboards/) - some tips on how to add images to a dashboard when running Node-RED instances in a docker environment, like FlowForge. + +- [Creating a Historical Data Dashboard with InfluxDB and Node-RED](https://flowforge.com/blog/2023/07/influxdb-historical-data/) - an in-depth article on how to store historical data in InfluxDB that can be visualize with Node-RED dashboard. + + +## From the Community + +- **Featured Node**: [Buffer Parser](https://flows.nodered.org/node/node-red-contrib-buffer-parser) - a really useful node for parsing buffers/arrays that are common in industrial data. + + +## Join Our Team +FlowForge is expanding our team. Check out the current openings: + +- [Contract Front-End Engineer – Node-RED Dashboard](https://boards.greenhouse.io/flowforge/jobs/4911532004) From d58483a1ec9d57a58d8dbefdef9aa15b04847507 Mon Sep 17 00:00:00 2001 From: Ian Skerrett <36051834+iskerrett@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:15:15 -0400 Subject: [PATCH 2/2] Update community-news-08.md --- src/blog/2023/08/community-news-08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2023/08/community-news-08.md b/src/blog/2023/08/community-news-08.md index d766b1bcbb..90d59471db 100644 --- a/src/blog/2023/08/community-news-08.md +++ b/src/blog/2023/08/community-news-08.md @@ -34,7 +34,7 @@ OPC-UA is a popular communication protocol used to communicate industrial data b - Part 2: [How to Build a Secure OPC-UA Server for PLCs in Node-RED](https://flowforge.com/blog/2023/07/how-to-build-a-secure-opc-ua-server-for-plcs-in-node-red/) - Part 3: [How to Build an OPC UA Client Dashboard in Node-RED](https://flowforge.com/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red/) -
+ - [First Pre-Alpha Release of the new Node-RED Dashboard](https://flowforge.com/blog/2023/07/dashboard-0-1-release/) - update on FlowForge's work to develop the next generation of Node-RED dashboard.