Project screenshots - share yours

Check out my latest project: a comprehensive MES dashboard for a Yogurt Factory built using Ignition! Featuring real-time monitoring, 3D visualization, and dynamic analysis, this dashboard is designed to streamline operations and enhance productivity.

28 Likes

I like your data reporting tiles. Nicely implemented.

1 Like

Very impressive! Nice design around the reporting and OEE sections. And very cool to embed a 3D model.

2 Likes

Hello everyone, I'm excited to share the Main View of the Admin Dashboard of my graduation project, the Smart Hot Food Vending Machine. as the first project with Ignition Perspective.

What's inside?
:small_blue_diamond: Real-Time Monitoring
:small_blue_diamond: Real-Time Analysis
:small_blue_diamond: Interactive Dashboard
:small_blue_diamond: Dive into Globe
:small_blue_diamond: Alarm Notifications
:small_blue_diamond: Daily Reports

I’d love to hear your thoughts! and know How can I improve future projects?
Watch the video below to see the dashboard in action! :point_down:

10 Likes

Very nice! What is the annotation tools on top of the bar chart done with? Haven't seen that before.

1 Like

It should be JavaScript code which added by webdev module or via custom module or via markdown components.

1 Like

For custom module, you can check out the module created by @Ahmed_mohamed

Hello everyone, I’m thrilled to unveil the remaining features of my graduation project, The Smart Hot Food Vending Machine. After much anticipation, here’s a sneak peek at what’s been kept under wraps!

:rocket: OEE View with Generative AI Predictions:

Leverage Generative AI insights to predict future performance and OEE values.

:bar_chart: Archive View for Historical Data:

Access detailed historical data, including Sales, Temperature, and Humidity.
Set date ranges, visualize trends with charts, and utilize generative AI analysis for comprehensive PDF reports.
Share reports effortlessly via email for smooth communication.

I’d love to hear your thoughts! and know How can I improve future projects?

4 Likes

Label printing management system to streamline label printing processes for various production lines. The system centralizes data from Stations, Printers, Products, Labels, and Users, and an interface to print manually with a preview of what is going to be printed.

A backend function was developed so that each production line (running as projects on the same gateway) triggers a gateway-scoped function with process data as input (sku, batch, work order, shift, etc) and then the system checks its database and sends print command to the correct printer, with the correct label.






Done in perspective of course

32 Likes

It's very clean, well done

1 Like

hi Ahmed,

What component did you used for the OEE gauge?
it is using 3 layed gauge

Very clean and beautiful, well done!

yes , at this time i used 3 gauges

1 Like

Your project looks great! How did you implement the 3D visualization? is this a SVG?
Thanks!

1 Like

Thanks for your kind words! The 3D visualization isn't SVG-based—it's implemented using a custom module in Ignition Perspective. It integrates a real-time 3D rendering engine , which binds dynamically to Ignition tags for live data-driven animation and interaction.

This allows us to go beyond 2D SVG limitations and handle complex models like pumps, valves, and compressors with animated states, alarms, and performance metrics.

:movie_camera: Smart Multifaceted Platform in action: Advanced VIDEO integration in Ignition Perspective

Broadcasting H264 or H265 video stream, PTZ control, Picture in Picture mode. BYES-VideoNextGen module

Video: https://youtu.be/nVAvihFXdgg?si=iWMLI7vByr6sscPr
Subscribe to the YouTube channel: https://www.youtube.com/@SmartMultifacetedPlatform
Stay tuned !

10 Likes

Really amazing job

I'm curious about your ram/cpu usage

Cpu/ram depends from the video stream (H264/H265, FPS, Full-HD, 4K, etc) and the client browser CPU/GPU.

With last version of chrome on windows 10 or 11, Chrome can use GPU, and the load is very low.

Latest version of chrome for windows support H264 and H265 in webrtc and it's not necessary to decode/encode the stream with webM vp8 codec, so there is no load on the gateway.

With chrome on macOS (Appel Silicon) the GPU load is very low.
With chrome on ubuntu, we have some trouble with H264/H265 stream, but we have not run many test on this OS for the browser side.

5 Likes