> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/analysis-toolkit/pulse-chart.md).

# Pulse Chart

#### **Overview:**

The Pulse Chart in Busroot is part of the advanced analytics and reporting suite, allowing users to visualise real-time and historical variations in production and operational metrics. It is designed for production managers, engineers, and analysts seeking rapid, data-driven insights. Its core value is to clearly display periodic peaks, troughs, or cycles in process performance and identify opportunities or risks through instant visibility.

#### **Use Cases:**

* **Process Engineer:** Reviews cycle-by-cycle fluctuations to identify short interval losses and recommend quick corrective actions.
* **Shift Supervisor:** Monitors current vs. prior performance intervals to sustain momentum and respond to inefficiencies.
* **Operational Leader:** Analyses recurring spikes or drops to schedule interventions or confirm changes are yielding sustained improvements.

#### **Functionality:**

* **Pulse Trend Lines:** Plots production, cycle time, or downtime metrics in intervals (for example, each cycle, each 5-minute block, etc.) to reveal detailed movement and enable root cause analysis.
* **Interactive Exploration:** Users can filter on specific intervals, station, or shift.
* **Schedule Controls:** Allows users (e.g., operators/managers) to start, stop, or complete production schedules. Users can trigger progress updates and adjust performance targets using Busroot interfaces.
* **Prerequisites:** Complete data input from machinery and configured reporting horizons are necessary for the Pulse Chart to fully function.

#### **Data Setup:**

* Ensure high-frequency data capture is enabled for selected metrics (e.g., cycle time, output, energy use).
* Inputs must be mapped correctly to allow cycle-by-cycle, minute-by-minute, or interval analysis.

#### **Formula:**

* Most calculations are trend-based, such as identifying peaks/troughs or change against a baseline.

#### PULSE CHART - SELECTING A METRIC

<figure><img src="/files/vnsX7wPG9tKyHMAuJFbg" alt=""><figcaption></figcaption></figure>

#### VIEWING THE DATA BY METRIC

Pay close attention to the key that sits above the visualisations for any metric you select. This will explain the colours and values you are seeing for that specific metric.&#x20;

<figure><img src="/files/DXN0cR35DemSr8EThHd2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.output.industries/analysis-toolkit/pulse-chart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
