Skip to main content

User interface

Overview

This document explains the UI of the Altergo platform

info

When you log in the platform, you land on the Live map. If you have assets containing GPS coordinates, they will be displayed at their latest known coordinates.

Platform landing / live map overview

Elements

The Altergo platform UI consists of three main components:

  1. Sidebar: Navigation panel providing access to all platform features and sections
  2. Toolbar: Top bar containing workspace selection, tools, actions, and user controls
  3. Main View: Primary content area displaying projects, dashboards, and feature-specific interfaces

Core Concepts

TermDefinition
Digital TwinA software representation of a physical (or logical) asset, derived from a Blueprint and enriched with live & historical data.
BlueprintTemplate defining structure, parameters, and expected sensors for a class of assets. Instantiated into Digital Twins.
SensorVirtual data interface mapping incoming measurements to features defined in a Blueprint.
TagLogical grouping mechanism used to organize and filter Digital Twins (e.g., fleet, location, function).
ActivityTime‑bounded contextual event attached to Assets or Tags (e.g., maintenance cycle, deployment window).
DatasetExternal file (CSV, JSON, PDF, etc.) attached to entities for enrichment, reference, or audit.
AlertUser‑defined rule evaluated on ingested data to raise notifications on conditions or thresholds.
WarrantyContractual rule set tracking violation conditions over operational metrics.
ProgramOrdered collection of Functions executed to perform automated workflows.
FunctionExecutable notebook/script run in the Lab to process or transform data.
AutomationScheduled execution of Programs.
WorkerBackground process handling asynchronous tasks (ingestion, automation, evaluation).
Sidebar navigation panel screenshot

The sidebar contains all the links to the different features of Altergo. It provides quick navigation to all major sections of the platform:

Main

  • Home page with overview of all assets and entities, ordered by recent updates
  • Live map shows status and location of all your assets

Analytics

  • Projects: Access project management screen where all projects are stored
  • Dashboards: Access dashboard manager to open, create, edit and delete dashboards

OPS

  • Digital twins: Browse and manage all your assets with filtering capabilities
  • Alert manager: Create, edit, and monitor alert rules and notifications
  • Warranties: Track warranty breaches and manage warranty contracts
  • Tags: Create and manage tags for organizing and filtering entities

Intelligence

  • Blueprints: Browse and manage blueprints with filtering capabilities
  • Ontology: Manage blueprint parameters and sensor configurations
  • Lab: Create and execute scripts and workflows for digital twin automation
  • Activities: Browse activities that provide context for asset data
  • Datasets: Manage attached documents (CSV, JSON, PDF) linked to entities
  • Workers: Monitor automated background processes and tasks

Settings

  • Workspace: Manage and create independent workspaces
  • Users: Control user access, permissions, passwords, and API keys

Toolbar

Toolbar with workspace selector and user menu

The toolbar groups session‑related information such as your profile and the language

info

Only english is available as of now

Workspace selection

Dropdown listing all workspaces accessible to you.

Tools

Toolbar tools dropdown screenshot
  • Smart Ingestor: Quickly map and upload CSV data to an asset
  • Anomaly Detection: Perform sanity checks on raw data

Actions

Toolbar quick actions menu screenshot
  • New Project: Create a project
  • New Blueprint: Create a blueprint
  • Import Blueprint: Import a blueprint from RFI Excel sheets
  • New Datasets: Bulk import datasets and assign them to assets

Shortcuts

  • Search: Search any entity on the platform
  • Notification center: All alert notifications
  • User page: Access API key and password management

Main View

Projects

Projects are directory-like groupings of dashboards Projects browser listing view

  1. 🔍 Search bar: Search for projects by name
  2. 🔽 Filter: Filter projects by name or description (you can combine multiple filters)
  3. Create a new Project
  4. Name of the Project
  5. Description of the Project
  6. Tools:
    • 👁️ View: Opens the Project
    • ✏️ Edit: Edit the Project metadata
    • 🗑️ Delete: Delete the Project

Live Map

The Live Map provides a quick view of recently updated assets and their location (when GPS coordinates are available)

Live Map showing recent asset locations

  1. 🔍 Search: Search through assets present on the Live Map
  2. Add: Add a new digital twin
  3. 📊 Digital twin information row
  4. 📍 Asset representation on the map

Dashboards

The dashboard browser lets you navigate, create, edit, and delete dashboards Dashboards browser interface

  1. 🔍 Search bar: Search for dashboards by name
  2. 🔽 Filter: Filter dashboards by name, project, or tags (combine multiple criteria)
  3. Create a new dashboard
  4. Name of the dashboard
  5. Project to which the dashboard is attached
  6. All Tags data sources included in the dashboard
  7. Tools:
    • 👁️ View: Opens the dashboard
    • ✏️ Edit: Edit the dashboard metadata
    • 🗑️ Delete: Delete the dashboard

Digital Twins

Digital Twins browser listing page

  1. Serial Number: Physical asset identifier used for field identification
  2. Blueprint: Associated digital twin template defining the asset structure
  3. Inventory: Current inventory status of the digital twin
  4. Assembly: Assembly status indicating whether the asset is part of a larger system
  5. Functional: Operational status tracking whether the digital twin is currently functioning
  6. Tags: Associated tags for categorization and filtering
  7. Created at: Platform registration date of the asset

Blueprints

Blueprints catalog with filtering controls

  1. 🔍 Search bar: Search for blueprints by name
  2. 🔽 Filter: Filter blueprints by name or category (multiple filters supported)
  3. 📊 Parametric view: Toggle parametric mode to compare blueprints within a category
  4. 📥 Import Blueprint: Import a blueprint from RFI Excel format
  5. Create Blueprint: Create a new blueprint
  6. Image of the blueprint
  7. Name of the blueprint
  8. Category of the blueprint
  9. Actions menu to :
    • 📋 Duplicate the blueprint
    • ✏️ Edit the blueprint
    • 🗑️ Delete the blueprint
danger

Be careful when editing a blueprint: changes affect all existing assets instantiated from it.

Sensors

Sensors manager with search and filters

  1. 🔍 Search bar: Search for sensors by name
  2. 🔽 Filter: Filter sensors by name or category (multiple filters supported)
  3. Create a new Sensor
  4. Code/Alias of the Sensor
  5. Name of the sensor
  6. Description of the sensor
  7. Unit of the sensor (S.I or other)
  8. Scale: Scaling factor applied to values (e.g., 0.8 scaled at 100 becomes 80)
  9. Tools:
    • ✏️ Edit: Edit the Sensor metadata
    • 🗑️ Delete: Delete the Sensor

Tags

Tags management page

  1. 🔍 Search bar: Search for tags by name
  2. 🔽 Filter: Filter tags by name or description (multiple criteria allowed)
  3. Create a new tag
  4. Name of the tag
  5. Description of the tag
  6. Actions:
    • ✏️ Edit: Edit the Tag metadata
    • 🗑️ Delete: Delete the Tag

Datasets

Datasets repository list view

  1. 🔍 Search bar: Search datasets by name
  2. 🔽 Filter: Filter datasets by name, entity name, created date, or updated date
  3. Create a dataset
  4. Dataset: Display name (can differ from the underlying file name)
  5. Entities to which the Dataset is attached
  6. Created at: Dataset creation date
  7. Updated at: Last upload date
  8. Tools:
    • 💾 Download: Downloads the dataset file
    • ✏️ Edit: Edit the Dataset metadata
    • 🗑️ Delete: Delete the Dataset

Feature Glossary (Reference)

FeaturePurposeDocumentation
BlueprintsDefine reusable templates for Digital TwinsBlueprints docs
SensorsMap incoming measurements to structured featuresSensors docs
Digital TwinsInstantiated operational representations of blueprintsThis page
TagsGroup, segment, and filter assetsTags docs
ActivitiesTime-scoped contextual eventsActivities docs
DatasetsExternal file attachments for enrichment & analysisDatasets docs
WorkersBackground processing & workload trackingThis page
AlertsRule-based monitoring & notificationsAlerts docs
WarrantiesMonitor contractual compliance statesThis page
ProgramsOrdered sequences of reusable functionsFunction Manager
FunctionsExecutable notebooks/scriptsFunction Manager
AutomationScheduled execution of programsFunction Manager