๐Ÿ“ŠOEE made Easy with FlowFuse

This article how to make OEE dashboard of a simulated virtual factory using blueprints of FlowFuse

๐Ÿš€ Super excited to share my latest tech adventure ๐Ÿ˜Ž: An OEE Dashboard powered by FlowFuse Blueprints! ๐ŸŒŸ And guess what ๐Ÿ˜ฎ? It took me just 45 minutes to set it up with real-time data! โฑ๏ธ

Video example

This dashboard is created using ready-to-use blueprints from FlowFuse ๐Ÿ˜. I just customized the blueprint a bit to read real-time values from my virtual factory ๐Ÿญ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ. ๐Ÿค– I integrated my Revolution Pi, which communicates with FlowFuseโ€™s server via MQTT and connects to the virtual factory via OPC UA Here's what my virtual factory sends to Revolution Pi via OPC UA:

  • ๐Ÿฅ‡ Good and bad parts

  • โณ Run time

  • โธ๏ธ Stop time

And the best part? I plug these values into the blueprint, and voilร ! The OEE formula works its magic to calculate OEE ๐Ÿš€, Availability โœ…, Performance ๐Ÿ“ˆ, and Quality. โœจ Watch closely ๐Ÿง, and you'll see the OEE changes as it tracks the good and bad parts being created. ๐Ÿ“ˆ But wait, how did I crunch those OEE numbers? Let me break it down for you:

  1. Quality Calculation: I'm analyzing the production counts (Good and Bad parts) from my factory, which the S7-1500 PLC communicates via OPC UA.

  2. Availability Check: I'm evaluating the total available time, system stop time, and run time to determine the optimal metric.

  3. Performance: It is based on ideal production time, total parts created, and system run time to gauge the performance.

And here's the magic equation:

OEE = Performance x Availability x Quality.

Resources

Node-RED Flow: You can use my Node-RED flow for reading from the virtual factory via OPC UA. It can also be run on your computer if you don't have an Edge device.

โ™ฅ๏ธ Work With Me

I regularly test industrial automation and IIoT devices. If youโ€™d like me to review your product or showcase it in my courses and YouTube channel:

๐Ÿ“ง Email: [email protected] or drop me a message on LinkedIn

Last updated

Was this helpful?