Skip to main content

7.1 Browsing and Managing Analyses

Analyses are managed from the Analyses 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 Analysis List

The analysis list is the core view for managing element 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 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 analysis template this analysis was created from, if any
CategoriesCategory tags
StatusCurrent execution status: Running or Paused
Update TimeWhen the 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 analysis manually — opens the analysis creation form
PastePaste a previously copied analysis onto this element
RefreshReload the analysis list
Auto-refresh intervalDropdown to set automatic refresh: Off, 1s, 5s, 10s, 15s, 30s, 1m, 5m
Export Current List as CSVExport the 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 analysis row and click the (more) menu on the right to access these actions:

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

7.1.4 Analysis Statuses

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

StatusMeaning
RunningThe analysis stream computation is active and executing continuously as new data arrives
PausedThe 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.