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.
I like your data reporting tiles. Nicely implemented.
Very impressive! Nice design around the reporting and OEE sections. And very cool to embed a 3D model.
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?
Real-Time Monitoring
Real-Time Analysis
Interactive Dashboard
Dive into Globe
Alarm Notifications
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!
Very nice! What is the annotation tools on top of the bar chart done with? Haven't seen that before.
It should be JavaScript code which added by webdev module or via custom module or via markdown components.
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!
OEE View with Generative AI Predictions:
Leverage Generative AI insights to predict future performance and OEE values.
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?
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
It's very clean, well done
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
Your project looks great! How did you implement the 3D visualization? is this a SVG?
Thanks!
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.
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 !
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.