Energy Management Reporting
📖 Scenario: You work in a factory that uses a SCADA system to monitor energy consumption of different machines. You want to create a simple report that shows the energy usage of each machine and highlights those that consume more than a certain threshold.
🎯 Goal: Build a small program that stores energy consumption data for machines, sets a threshold for high usage, filters machines exceeding that threshold, and prints a report listing those machines.
📋 What You'll Learn
Create a dictionary with machine names and their energy consumption values
Add a threshold variable to define high energy usage
Use a loop or comprehension to find machines exceeding the threshold
Print a clear report listing high energy usage machines
💡 Why This Matters
🌍 Real World
Factories and plants use SCADA systems to monitor energy consumption of machines to save costs and improve efficiency.
💼 Career
DevOps and operations engineers often write scripts to analyze and report system metrics like energy usage for better resource management.
Progress0 / 4 steps