Skip to content

Commit

Permalink
Merge pull request #2855 from FlowFuse/2852-create-a-uns-filter-for-b…
Browse files Browse the repository at this point in the history
…log-posts

Create UNS page for blog filtering
  • Loading branch information
ZJvandeWeg authored Nov 30, 2024
2 parents 8b0c289 + 139c2ae commit 0f9fcc4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/_data/blogTags.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
}, {
"label": "FlowFuse",
"value": "flowfuse"
}, {
"label": "UNS",
"value": "uns"
}, {
"label": "How-To",
"value": "how-to"
Expand Down
2 changes: 1 addition & 1 deletion src/blog/2023/12/ai-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ For decision makers, investing in AI for demand forecasting means significantly
Unplanned downtime and quality inconsistencies are two of the biggest profit drains in manufacturing. AI's predictive capabilities are setting new standards in both maintenance and quality control protocols. By continuously monitoring equipment performance and production processes, AI can predict and identify machinery failures before they occur and detect quality deviations in real-time—allowing for immediate correction. Investing here means less downtime, reduced maintenance costs, improved product quality, and ultimately, an enhanced bottom line.

## Your Digital Infrastructure & Architecture is key
While understanding where concrete Use Caes are is crucial, it’s equally important to ensure that your digital strategy and architecture can support and quickly adapt to these advanced AI implementations. See also [my article](/blog/2023/08/isa-95-automation-pyramid-to-unified-namespace/) about the Unified Namespace. A flexible system that integrates a unified namespace is critical for seamless data exchange across various systems and applications. Moreover, fostering a citizen developer environment is fundamental in ensuring that these AI investments are maximally utilized, empowering your workforce to contribute actively to the company's innovation cycle.
While understanding where concrete Use Cases are is crucial, it’s equally important to ensure that your digital strategy and architecture can support and quickly adapt to these advanced AI implementations. See also [my article](/blog/2023/08/isa-95-automation-pyramid-to-unified-namespace/) about the Unified Namespace. A flexible system that integrates a Unified Namespace is critical for seamless data exchange across various systems and applications. Moreover, fostering a citizen developer environment is fundamental in ensuring that these AI investments are maximally utilized, empowering your workforce to contribute actively to the company's innovation cycle.
3 changes: 1 addition & 2 deletions src/blog/2024/04/node-red-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ tags:
- manufacturing
- perdue model
- ISA 99
- UNS
- Unified Namespace
- unified-namespace
---

The architecture of a factory's Node-RED infrastructure is a common topic of discussion and inquiry. Fundamentally, my response to such queries unfolds in two parts. Initially, the focus must be on data organization. I champion a structure centered around a [Unified Namespace](/solutions/uns/), a concept I explore in depth in this article ["Node-RED in a Unified Namespace Architecture."](/blog/2024/02/node-red-unified-namespace-architecture/) However, this is only one part of the inquiry. The other part of the question delves into the positioning of FlowFuse and Node-RED within the network infrastructure.
Expand Down
2 changes: 1 addition & 1 deletion src/blog/2024/11/building-uns-with-flowfuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image: /blog/2024/11/images/building-uns-with-flowfuse.png
keywords: building unified namespace using nodered, nodered uns, uns nodered
tags:
- flowfuse
- uns
- unified-namespace
- mqtt
---

Expand Down
2 changes: 1 addition & 1 deletion src/blog/2024/11/why-point-to-point-connection-is-dead.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: uns, cons of p2p, cons of point-to-point connection, drawbacks of poin
tags:
- flowfuse
- mqtt
- unified namespace
- unified-namespace
---

Manufacturing has changed significantly over the years, driven by new technology and the need for better communication between systems. In the past, point-to-point (P2P) connections, where devices communicate directly with each other, were the standard. However, as factories become more complex, P2P connections are no longer practical. This article explains why P2P connections are outdated and how a Unified Namespace (UNS) offers a better, more flexible solution.
Expand Down
2 changes: 1 addition & 1 deletion src/blog/2024/11/why-pub-sub-in-uns.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: unified namespace, pub/sub, mqtt, iiot, manufacturing, real-time data,
tags:
- flowfuse
- mqtt
- unified namespace
- unified-namespace
---

As the manufacturing industry evolves and becomes increasingly connected through the Industrial Internet of Things (IIoT), the concept of a Unified Namespace (UNS) has emerged as a critical architecture for centralizing and organizing data. UNS serves as a central reference point where all operational data, from machines to the enterprise, can be accessed in a consistent and structured way. Over time, more and more manufacturers have adopted UNS to simplify data integration and improve real-time visibility across systems.
Expand Down
13 changes: 13 additions & 0 deletions src/blog/uns.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: nohero
sitemapPriority: 0.8
pagination:
data: collections.unified-namespace
size: 19 # creates a nice matrix (1 header, 18 left: 3 on 6 rows)
alias: posts
reverse: true
meta:
title: Unified Namespace (UNS) - Blog
---

{% include "blog/template.njk" %}

0 comments on commit 0f9fcc4

Please sign in to comment.