From 897ccbfa1be4574a665517ed0a57b0c28e74217e Mon Sep 17 00:00:00 2001 From: Richard Meyer Date: Thu, 27 Jul 2023 14:10:41 -0400 Subject: [PATCH] Update src/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red.md Co-authored-by: Ian Skerrett <36051834+iskerrett@users.noreply.github.com> --- .../2023/07/how-to-build-a-opc-client-dashboard-in-node-red.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red.md b/src/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red.md index 96d149ea73..e55aaf41b9 100644 --- a/src/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red.md +++ b/src/blog/2023/07/how-to-build-a-opc-client-dashboard-in-node-red.md @@ -18,7 +18,7 @@ In this article, we show how to build an OPC Client in Node-RED that communicate This article will requires the [Prosys OPC UA Simulation Server](https://prosysopc.com/products/opc-ua-simulation-server/), an application designed for testing OPC UA client applications and learning the technology. It’s a free cross-platform application that supports Windows, Linux, and MacOS. This article will use the Windows version. -note: full source code for the OPC Client Dashboard is included at the end of the article. +Note: full source code for the OPC Client Dashboard is included at the end of the article. ## Custom Nodes Used & Assumptions