From 1154706b3717d4a8cac3f7d67819d864fdc3e8c6 Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:53:19 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> --- .../2025/01/integrating-siemens-s7-plcs-with-node-red-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2025/01/integrating-siemens-s7-plcs-with-node-red-guide.md b/src/blog/2025/01/integrating-siemens-s7-plcs-with-node-red-guide.md index f7ed09dca0..5f218be028 100644 --- a/src/blog/2025/01/integrating-siemens-s7-plcs-with-node-red-guide.md +++ b/src/blog/2025/01/integrating-siemens-s7-plcs-with-node-red-guide.md @@ -164,7 +164,7 @@ _Configuring S7-out Node to write data to plc_ In the video above, the dashboard interface is built to control the stack light. At the end of this article, I will provide the complete flow for you to download. -If you're building a dashboard, keep in mind that when running Node-RED with the FlowFuse Device Agent, you can create the dashboard on the remote instance but you won’t be able to access it remotely across the device editor tunnel. You can of course access it locally on the device or on the local LAN. For this demonstration, I wish to access the dashboard remotely across the internet and so I will create the dashboard in a hosted instance of Node-RED and using the FlowFuse Projects nodes to simplify passing values between the hosted and remote Node-RED instances. For more details on how to set this up, check out our article: [Exploring FlowFuse Project Nodes](/blog/2024/10/exploring-flowfuse-project-nodes/). +If you're building a dashboard, keep in mind that while you can create it on Node-RED within the remote instance on FlowFuse Device Agent, you won’t be able to access it remotely across the editor tunnel. You can of course access it locally on the device or on the local LAN. For this demonstration, I wish to access the dashboard remotely across the internet and so I will create the dashboard in a hosted instance of Node-RED and use the FlowFuse Projects nodes to simply and securely pass the necessary values to and from the remote Node-RED instance. For more details on how to set this up, check out our article: [Exploring FlowFuse Project Nodes](/blog/2024/10/exploring-flowfuse-project-nodes/). ### Reading Data from the PLC