Skip to main content

7.1 Browsing and Managing Analyses

Analyses are managed from the Analyses tab on any element in the Explorer. Navigate to an element in the asset tree and click the Analyses tab to see all analyses configured on that element.

7.1.1 The Analysis List

The analysis list shows all analyses on the current element with the following columns:

ColumnDescription
NameThe analysis name — click to open the analysis detail view
Trigger TypeThe trigger type (Sliding Window, Periodic Time 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

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

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

When you delete an analysis, a confirmation dialog asks whether to also delete the old output data that the analysis previously wrote.