> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/management-portal/insights/time-series-explorer/real-time-data-view.md).

# Real-time Data View

***

### Live Stream Data from your equipment

By default, the Time Series Explorer opens in the Historical Data View. However, users can switch to the Real-time Data View by selecting the Realtime tab at the top of the graph area.

Unlike the Historical Data View, the Real-time Data View streams measurements directly from the device where the Tag is deployed, resulting in a delay of only milliseconds for each datapoint. Since data is streamed in real time as it is generated, there is no time range selection or value aggregation in this view.

<figure><img src="/files/JuTAX8uzFFVZABt6r7Rf" alt=""><figcaption><p>The Real-time Data View live streaming 3 tags from a device</p></figcaption></figure>

{% hint style="info" %}
You can use the Real-time Data View to check whether a given Tag has been properly configured and is receiving data on the device.
{% endhint %}

***

### Stream playback

To start a real-time stream from a Tag, simply click the Play button next to the Tag in the Tag list table at the bottom of the screen. If the Tag is currently receiving data, measurements should be rendering after a few seconds.

<figure><img src="/files/l5Yo0EOX6pEBMsuC6Wj1" alt=""><figcaption><p>Real-time data streaming of 2 tags</p></figcaption></figure>

To stop streaming a Tag simple click the Stop button next to the Tag in the Tag list table.

{% hint style="info" %}
Several factors can influence whether a Tag can be successfully streamed in real-time.:

* Tag must be deployed and properly configured
* If the Tag relies on a Data Collector, the Data Collector must also be correctly configured.
* Additionally, the Tag's resolution should be set to seconds rather than milliseconds, as finer resolutions may cause the view to struggle with updates.
* Please [Troubleshooting](/management-portal/insights/time-series-explorer/troubleshooting.md) section for further details.
  {% endhint %}


---

# 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.tricloudnexus.io/management-portal/insights/time-series-explorer/real-time-data-view.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.
