--- alias: user-guide-business-intelligence-dashboard-resource-state-time-distribution grafana_json: Library/Build/ConfigFiles/Grafana/MES/dashboards/resource_state_time_distribution.json tags: - dashboards - resource state distribution description: "This dashboard visualizes resource state time distribution, enabling performance and utilization analysis" --- # Resource State Time Distribution ## Overview The **Resource State Time Distribution** dashboard provides information on how production **Resources** spend their time in different operational states over a selected period, enabling performance monitoring, downtime analysis, and resource utilization assessment. ## Folder State folder. ## Database DWH (queried via Cube using GraphQL). ## Data The dashboard displays metrics (both as total hours and as percentages of total recorded time) for the following states: - **Productive** - **Engineering** - **Standby** - **Unscheduled Down** - **Scheduled Down** ## Example ![Example of the Resource Performance dashboard](../images/resource_state_time_distribution.png) ![Example of the Resource Performance dashboard_01](../images/resource_state_time_distribution01.png) ## Data Breakdown | KPI | Description | Formula | Datasource | | --- | ----------- | ------- | ---------- | | **Productive (%)** | Percentage of total recorded time spent producing to total recorded time. | (Productive hours ÷ Total hours) × 100 | `resource_states` in [[user-guide-resourcecube]] | | **Engineering (%)** | Percentage of total time in engineering activities or technical interventions to total recorded time. | (Engineering hours ÷ Total hours) × 100 | `resource_states` in [[user-guide-resourcecube]] | | **Standby (%)** | Percentage of time the resource is available but not producing, to total recorded time. | (Standby hours ÷ Total hours) × 100 | `resource_states` in [[user-guide-resourcecube]] | | **Unscheduled Down (%)** | Percentage of unplanned downtime (due to failures or unexpected stops) to total recorded time. | (Unscheduled Down hours ÷ Total hours) × 100 | `resource_states` in [[user-guide-resourcecube]] | | **Scheduled Down (%)** | Percentage of planned downtime (for maintenance or other scheduled activities) to total recorded time. | (Scheduled Down hours ÷ Total hours) × 100 | `resource_states` in [[user-guide-resourcecube]] | ## Data Visualization | Panel | Description | Threshold Values | Datasource | |-------|-------------|------------------|------------| | **Distribution Over Time** | Stacked bar chart showing the daily percentage of each state (Productive, Engineering, Standby, Unscheduled Down, Scheduled Down) over the selected time range. Helps identify patterns or anomalies in operational distribution. | Productive ≥ 85%, Unscheduled Down ≤ 5% | `resource_states` in [[user-guide-resourcecube]] | | **KPI Performance Time** | Displays the overall percentage of time spent in each state for the selected period. | Productive: Green ≥ 90%, Yellow 80–90%, Red < 80% | `resource_states` in [[user-guide-resourcecube]] | | **Resource State Time Distribution History** | Breakdown of state hours and percentages for each resource, including facility and area information. Useful for pinpointing underperforming assets. | Minimal variance in productive values between similar resources | `resource_states` in [[user-guide-resourcecube]] | ## Entity Filters Single selection - Enterprise, Site Multiple/All selection - Facility, Area, Resource Type, Model, Resource, and Shift. {% include-markdown 'includes/pages/dashboards_filter_options.md' %}