Skip to content

Commit 69f61de

Browse files
committed
Merge remote-tracking branch 'origin/4972-rework-install' into 4973-nuxt-migration
2 parents c2a96e2 + 4625e54 commit 69f61de

30 files changed

Lines changed: 482 additions & 22 deletions

nuxt/components/integrations/CertifiedHero.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ defineEmits(['toggle'])
88
</script>
99

1010
<template>
11-
<section class="certified-hero">
12-
<div class="container m-auto md:max-w-6xl px-6">
13-
<div class="certified-hero--card bg-indigo-50 rounded-lg border-[3px] border-indigo-200 drop-shadow-xl p-6 md:p-10 grid md:grid-cols-12 gap-8 md:gap-10 items-start">
11+
<section class="certified-hero mb-8">
12+
<div class="container m-auto md:max-w-6xl">
13+
<div class="certified-hero--card rounded-lg border-[3px] border-indigo-200 p-6 md:p-10 grid md:grid-cols-12 gap-8 md:gap-10 items-start">
1414
<div class="md:col-span-5">
1515
<span class="certified-eyebrow">
1616
<IntegrationsCertifiedIcon />
1717
<span>FlowFuse Certified</span>
1818
</span>
19-
<h2 class="certified-hero--title text-balance">
20-
Certified Nodes, backed by their authors and supported long-term.
19+
<h2 class="certified-hero--title text-balance mb-8">
20+
Certified Nodes, backed by their authors and supported long-term
2121
</h2>
2222
<p class="certified-hero--lede">
2323
Choosing a Node-RED node for production raises questions you can't always answer from a README. Is it actively maintained? Is it secure? Will the maintainer still be around in two years? Certified Nodes answer those questions.
2424
</p>
25-
<div class="certified-hero--actions">
25+
<div class="certified-hero--actions mt-8">
2626
<button
2727
id="certified-pill-toggle"
2828
type="button"
@@ -36,7 +36,7 @@ defineEmits(['toggle'])
3636
</button>
3737
<!-- TODO: repoint to a proper FlowFuse-owned Certified Nodes explainer page when one exists. A year-old blog post is not the long-term destination. -->
3838
<a
39-
class="certified-hero--link inline-flex items-center gap-1"
39+
class="certified-hero--link inline-flex items-center gap-1 uppercase"
4040
href="/blog/2025/07/certified-nodes-v2/"
4141
>
4242
Learn more

src/blog/2025/01/integrating-siemens-s7-plcs-with-node-red-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,6 @@ Make sure the IP addresses of your device and PLC are in the same subnet. If the
233233

234234
## Conclusion
235235

236-
Integrating Siemens S7 PLCs with Node-RED opens up powerful automation possibilities with minimal complexity. By following the steps outlined in this guide, you can easily connect your PLC to Node-RED, control devices, and visualize real-time data on dashboards. Whether you're writing data to control outputs or reading sensor values, Node-RED offers a flexible, user-friendly platform for industrial automation.
236+
Integrating Siemens S7 PLCs with Node-RED opens up powerful automation possibilities with minimal complexity. By following the steps outlined in this guide, you can easily connect your PLC to Node-RED, control devices, and visualize real-time data on dashboards. Whether you're writing data to control outputs or reading sensor values, Node-RED offers a flexible, user-friendly platform for industrial automation.
237+
238+
Beyond Siemens S7, FlowFuse connects Allen-Bradley, Omron, Beckhoff, and any Modbus or OPC UA-enabled PLC to MQTT, cloud, and enterprise systems. See the [FlowFuse PLC integration overview](/landing/plc/) for all supported protocols and use cases.

src/blog/2025/07/reading-and-writing-plc-data-using-opc-ua.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,5 @@ This guide covered the basics, but OPC UA offers far more. In the next article,
277277
When it is time to move beyond prototypes, **FlowFuse** delivers what industrial systems truly need—remote device management, instant rollbacks with full version control, built-in team collaboration, and high availability you can trust.
278278

279279
If you’re ready to simplify your OPC UA integration and scale industrial workflows with Node-RED, [start your free trial]({% include "sign-up-url.njk" %}) of FlowFuse today.
280+
281+
OPC UA is one of several protocols FlowFuse uses to connect PLCs to MQTT, cloud platforms, and enterprise systems. See the [FlowFuse PLC integration overview](/landing/plc/) for EtherNet/IP, Siemens S7, Modbus, and more.

src/blog/2025/08/advanced-opcua-real-time-subscriptions-alarms-historical-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,6 @@ Managing OPC UA flows across multiple sites? FlowFuse helps teams deploy Node-RE
285285

286286
Following our managed MQTT broker, we've now added database services built right into the platform, plus new AI features that make building flows faster than ever.
287287

288+
Connecting PLCs beyond OPC UA? FlowFuse also supports Siemens S7, EtherNet/IP, Modbus TCP/RTU, and MQTT — see the [FlowFuse PLC integration overview](/landing/plc/) for all supported protocols and use cases.
289+
288290
[Get started free]({% include "sign-up-url.njk" %}) and scale and manage your Node-RED deployments today.

src/blog/2025/09/using-modbus-with-flowfuse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,5 @@ Modbus RTU has stood the test of time in industrial automation because it’s si
172172
* Scale from a single sensor to a **factory-wide monitoring and control system**.
173173

174174
The real value comes when you stop treating Modbus as just a communication protocol and start using FlowFuse as the **bridge between industrial devices and enterprise systems**. From dashboards to alerts, from analytics to cloud integration — the possibilities are endless once the data is in your hands.
175+
176+
Modbus is one of several protocols FlowFuse uses to connect PLCs — see [how FlowFuse connects any PLC to MQTT, cloud, and enterprise systems](/landing/plc/) for the full picture.

src/blog/2025/10/how-to-log-plc-data-csv-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,6 @@ FlowFuse makes this process straightforward by combining Node-RED’s flexibilit
232232

233233
And while CSV is a reliable starting point, FlowFuse also integrates seamlessly with modern databases and historians like InfluxDB, TimescaleDB, and MySQL. Even better, FlowFuse Cloud includes a built-in PostgreSQL service and an AI Query Node that lets you explore your data conversationally — turning raw logs into actionable insights.
234234

235+
For more on how FlowFuse connects PLCs across OPC UA, Siemens S7, EtherNet/IP, and Modbus to collect and route industrial data, see the [FlowFuse PLC integration overview](/landing/plc/).
236+
235237
> You can [talk to our team](/book-demo/), they’ll walk you through a live demo showing how FlowFuse helps you connect, collect, transform, and visualize your industrial data reliably and intelligently.

src/blog/2025/10/plc-to-mqtt-using-flowfuse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,5 @@ Manufacturers typically see substantial cost reduction in the first year, with i
195195
## Get Started
196196

197197
Connect your first PLC today. [Sign up for FlowFuse](https://app.flowfuse.com/), install the Device Agent on your edge hardware, and have data flowing to MQTT in under an hour. The platform handles the complexity—you focus on turning factory data into insights.
198+
199+
MQTT is one of several ways FlowFuse connects PLCs to the modern industrial stack. For a full view of supported protocols — OPC UA, EtherNet/IP, Siemens S7, Modbus, and more — see the [FlowFuse PLC integration overview](/landing/plc/).

src/blog/2025/10/using-ethernet-ip-with-flowfuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@ Check out our [Getting Started with Dashboard guide](/blog/2024/03/dashboard-get
239239

240240
### Beyond Allen-Bradley
241241

242-
FlowFuse isn't limited to EtherNet/IP. Connect Siemens PLCs via S7, use OPC UA for vendor-neutral communication, integrate Modbus devices, or connect IoT sensors with MQTT. Mix protocols as needed—your factory floor probably isn't single-vendor anyway.
242+
FlowFuse isn't limited to EtherNet/IP. Connect Siemens PLCs via S7, use OPC UA for vendor-neutral communication, integrate Modbus devices, or connect IoT sensors with MQTT. Mix protocols as needed—your factory floor probably isn't single-vendor anyway. For a full view of every supported PLC brand and protocol, see the [FlowFuse PLC integration overview](/landing/plc/).
243243

244244
[Book a demo](/book-demo/) to see how FlowFuse connects your entire operation.

src/blog/2025/11/building-hmi-for-equipment-control.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,6 @@ As your system grows, organize controls across multiple dashboard pages for diff
260260

261261
And if you need to deploy the solution across many production lines, FlowFuse's DevOps features help you manage the scale. Build your HMI once, then deploy it across multiple edge devices and push updates centrally without visiting each location.
262262

263+
For a full view of the PLC brands and protocols FlowFuse supports — Siemens, Allen-Bradley, Omron, OPC UA, Modbus, and more — see [how FlowFuse connects any PLC to the modern industrial stack](/landing/plc/).
264+
263265
[Book a demo](/book-demo/) to see how FlowFuse can help your organization connect, collect, transform, and visualize industrial data with our low-code and AI-powered editor—without the hassle of infrastructure management, deployment complexities, or security concerns at scale.

src/blog/2025/11/store-and-forward-edge-data-buffering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,5 @@ This pattern solves a common problem in industrial environments: maintaining com
346346
The system you've built is production-ready as-is, but you can extend it based on your requirements—add monitoring for buffer capacity, implement data validation rules, or configure forwarding to multiple destinations. The core mechanism remains the same.
347347

348348
If you want to get the flow template that you can use directly and modify according to your needs, check out our [latest blueprint](/blueprints/getting-started/store-and-forward/).
349+
350+
Store-and-forward is just one part of a complete PLC integration. For the full picture — connecting Siemens, Allen-Bradley, Omron, and other PLCs to MQTT, cloud, and enterprise systems — see the [FlowFuse PLC integration overview](/landing/plc/).

0 commit comments

Comments
 (0)