Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blueprints Article & Changelog #1245

Merged
merged 10 commits into from
Oct 16, 2023
36 changes: 36 additions & 0 deletions src/blog/2023/10/blueprints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: What are FlowFuse Blueprints?
subtitle: Preconfigured Node-RED Applications
description: Explore the concept of FlowFuse Blueprints, the pre-built solutions to simplify Node-RED experience, and take a look at the first three Blueprints we've launched for manufacturing applications.
date: 2023-10-16
authors: ["marian-demme"]
image: "/blog/2023/10/images/blueprints.png"
tags:
- posts
- releases
- flowfuse
---

Starting today, FlowFuse Blueprints are available on FlowFuse Cloud. Additionally, upon request, all our Teams and Enterprise Self-Hosted customers gain access to this collection. But what exactly are FlowFuse Blueprints?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow up to do this week; create docs around blueprints and describe how customers request and upload our blueprints.


<!--more-->

## FlowFuse Blueprints

FlowFuse Blueprints aim to make the Node-RED experience more accessible for newcomers, while also offering a treasure trove of fresh ideas for seasoned Node-RED users. When setting up a new Node-RED instance, you now have the option to choose a blueprint tailored for specific use cases. For example, our "ANDON Operator Terminal" blueprint can be selected, and it will automatically configure the Node-RED instance, sparing you the need to start from scratch. While these templates are powerful out-of-the-box, they're also fully customizable, allowing you to tweak them to suit your unique requirements. Ultimately, blueprints speed up the learning curve for new users and expedite the solution-building process for experienced ones.

## The first three Blueprints

In the coming weeks, we'll be releasing a multitude of blueprints tailored for diverse use cases. However, we decided to start with with three foundational manufacturing applications designed with the [Node-RED Dashboard 2.0](https://dashboard.flowfuse.com/).

### ANDON Operator Terminal
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow up for all these in the next week: start a catalogue for SEO etc where we list what's available, why you'd use it, etc. etc.

The Andon Operator Terminal is designed to be at the start of an Andon process, allowing end-users to report any issues with the cell to a supervisor.
![ANDON Blueprint Screenshot](./images/ANDON1.png)

### Performance Overview Dashboard
The Performance Overview Dashboard Blueprint provides a real-time snapshot of key performance metrics, delivering a comprehensive overview of manufacturing operations for a specific station or entire line.
![Performance Overview Screenshot](./images/performance-dashboard.png)

### OEE Calculator
If automatic calculations are not feasible, the OEE Calculator Blueprint enables end-users to manually input production data to compute the Overall Equipment Effectiveness (OEE) for a given machine.
![OEE Calculator Screenshot](./images/dashboard-data.png)
Binary file added src/blog/2023/10/images/ANDON1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/blog/2023/10/images/blueprints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/blog/2023/10/images/dashboard-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/blog/2023/10/images/performance-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/changelog/2023/10/blueprints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
MarianRaphael marked this conversation as resolved.
Show resolved Hide resolved
title: Flow Blueprints
date: 2023-10-16 10:00:00.0
authors: ["marian-demme"]
tags:
- changelog
---

FlowFuse Blueprints are now available on FlowFuse Cloud and, upon request, for Teams and Enterprise Self-Hosted customers. Blueprints simplify Node-RED deployments by offering pre-built, customizable flows for specific use cases, thereby accelerating both new user onboarding and solution development for our seasoned users.

[Click here](/blog/2023/10/blueprints/) to learn more about Blueprints.

When creating a new instance, you can now also select a Blueprint.

![Blueprint Screenshot](./images/Screenshot-Blueprints.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading