Skip to main content

7.1 Browsing and Managing RT Analyses

RT analyses are managed from the RT analysis tab on any element in the Explorer. Locate the target element in the asset tree and switch to the Analyses tab to view all analyses configured on that element.

7.1.1 The RT Analysis List

The RT analysis list is the core view for managing element RT analyses. It presents all configured analyses and their key information in a tabular format, enabling quick review of each analysis's trigger method, execution status, and last update time.

The RT analysis list includes the following columns:

ColumnDescription
NameThe analysis name — click to open the analysis detail view
Trigger TypeThe trigger type (Sliding Window, Periodic Window, etc.)
Stream NameThe underlying TDengine stream name for this analysis
TemplateThe RT analysis template this RT analysis was created from, if any
CategoriesCategory tags
StatusCurrent execution status: Running or Paused
Update TimeWhen the RT analysis was last modified

7.1.2 Toolbar

The toolbar is located above the analysis list and provides common operations such as creating, pasting, refreshing, and exporting analyses.

ControlDescription
+Create a new RT analysis manually — opens the analysis creation form
PastePaste a previously copied RT analysis onto this element
RefreshReload the RT analysis list
Auto-refresh intervalDropdown to set automatic refresh: Off, 1s, 5s, 10s, 15s, 30s, 1m, 5m
Export Current List as CSVExport the RT analysis list as a CSV file
Select ColumnsShow or hide columns in the list

The filter area above the list provides a Categories dropdown to filter by category tag, and an AI button to toggle the AI-assisted creation panel.

7.1.3 Row Actions

Hover over any RT analysis row and click the (more) menu on the right to access these actions:

ActionDescription
ViewOpen the read-only detail view for this RT analysis
EditOpen the RT analysis in edit mode to modify its configuration
CopyCopy this RT analysis so it can be pasted onto another element
Convert to TemplateSave this RT analysis as a reusable RT analysis template in Libraries
Trend Chart AnalysisOpen a trend chart for the element, useful for inspecting RT analysis output
Fill HistoryRe-run the RT analysis over historical data to backfill output attributes
PausePause the RT analysis — stops execution without deleting it (shows Resume when paused)
DeleteDelete the RT analysis and optionally delete the output data it produced

7.1.4 Analysis Statuses

Each RT analysis has a definitive execution status indicating whether it is currently active. The status is displayed in the Status column of the RT analysis list.

StatusMeaning
RunningThe RT analysis stream computation is active and executing continuously as new data arrives
PausedThe RT analysis has been manually paused — no new computations run until resumed

When deleting an analysis, a confirmation dialog asks whether to also delete the output data previously written by the analysis.