Skip to main content

Console tour

Everyone
In one minute

The console's main sections map onto the four building blocks: Data Sets contain things, Resources is the graph of those things, Time Series and Events are what they produce, and Files is what documents them. Two more blocks, policies and functions, are recorded in the model today, with enforcement and execution on the roadmap. Together, these sections are the anatomy of a digital twin.

The home dashboard​

Signing in lands you on a dashboard that answers "what is in here, and what has been happening":

  • Headline counts, root assets, all assets, series, datapoints, events, alarms, data sets and policies. A quick sanity check that ingestion is alive.
  • Top event types, what has been happening most across your operation.
  • Time series spotlight, a chart of a recent series, with a marker if nothing has arrived in 24 hours.
  • Recent activity, the latest events.
  • Jump back in, tiles straight into assets, series, events and data sets.

On an empty installation the tiles become an invitation instead: manage assets and resources, explore time series, explore events, build data sets, plus the guided tutorial for anyone new. Your first hour β†’

The main sections​

The console also has a Streams area, namespaces, topics and subscriptions for the data arriving live. Its documentation is being reworked alongside the streaming feature itself and will return; data subscriptions themselves are shipped and documented. Data subscriptions β†’

Things in the top bar​

Guided tutorialAn in-console walkthrough that builds a small model with you, adapted to your industry, oil and gas, energy, manufacturing, or tech/IoT. It can be resumed, restarted, or jumped into by chapter.
Copy tokenCopies your access token, for sending data in from a script or an integration. Treat it like a password.
Light / dark modeSwitches the console theme.
LanguageEnglish and Norwegian BokmΓ₯l. The language follows a ?lang= setting in the address rather than a menu control.
LogoutEnds the session. Sessions also end automatically after a period of inactivity.

Patterns that repeat everywhere​

Learning these four once saves reading the rest of this section closely.

Search and filter​

Most list views, resources, time series, files, have a search box and a filter panel. Searches are on name and external id; filters narrow by label, data set, time range or type depending on the section. Where a Clear filters control exists it resets everything, which is worth remembering when a list looks unexpectedly empty; on the events list, clear the filter fields themselves.

The naming help icon​

Next to the name, external id and label fields on every create form there is a help icon. It opens the conventions for naming that kind of thing, including examples and the industrial standards they follow. It is the same guidance as Naming and standards, placed where naming actually happens.

Relations are set on the form​

Most create forms have a relation field with a + button: pick the resource to connect to and the relationship type. This is how a new time series, file or resource joins the graph. A resource with no relationships is invisible to traversal, so the field is not optional in spirit even when it is in form.

Metadata is free-form​

Resources, series and events all accept metadata, arbitrary key/value pairs. Use it for anything you will later want to search, filter or group by, without needing a schema change: manufacturer, install date, criticality, owner, calibration due. It is the right home for everything that must not be encoded in an external id.

What you can see depends on your permissions​

Lists silently omit data you do not have read access to. If a colleague can see a series and you cannot, that is a data set permission, not a bug, the list is filtered rather than showing an error.

Write actions behave differently: attempting one without permission returns an explicit "forbidden" message naming the data set. How permissions work β†’

Go deeper