Skip to content
Twinnoverse
  • Documentation
Twinnoverse
Search
  • About
  • Blog
  • Contact
  • DigitalTwinSelection
  • Documentation
  • Home – twinnoverse – digital twin

Getting Started

  • Protected: Welcome to Twinnoverse!
  • Protected: Quick Start: Your First 3D Real-Time Scene in 5 Minutes

Asset Management

  • Protected: Uploading and Preparing 3D Models
  • Protected: Using the Asset Editor
  • Protected: Supported 3D Formats & Best Practices

Datasource Management

  • Protected: Datasource Types Explained
  • Protected: Setting Up an API Ingest Datasource
  • Protected: Understanding API Keys & Security

Widget System

  • Creating Alerts
  • Adding Widgets to a 3D Asset
  • Widget Library Reference
    • LineChart Widget
    • BarChart Widget
    • DoubleData Widget
    • Single Data Widget

The Scene Engine

  • How to navigate the 3D scene
  • Scene Editor vs. Scene Viewer
  • Building a Scene in the Editor

Developer & API

  • Ingest API Reference

Usecase & Examples

  • Data Connectors
    • from Excel TO 3D visualization
  • Usecases
    • pharmacetical manifactre shop floor
View Categories
  • Home
  • Docs
  • Widget System
  • Widget Library Reference
  • Single Data Widget

Single Data Widget

1 min read

Purpose: The SingleData widget is the most fundamental widget type. It is designed to display a single, real-time value from a datasource, making it ideal for monitoring specific metrics like temperature, pressure, or status indicators.

Table Of Contents
  • Anatomy
  • Configuration Settings
  • Data Schema
  • Alert Actions
  • Use Cases

Anatomy #

When viewed in a scene, the widget has a simple and clear layout:

  • Title: The name of the data point being displayed (e.g., “Boiler Pressure”).
  • Value: The live data value fetched from the datasource. This value is animated smoothly when it updates.
  • Expand Button: If a “Large View” is configured for this widget type, this button will appear, allowing the user to open a more detailed modal view.

Configuration Settings #

When adding a SingleData widget in the Scene Editor, you will be presented with the following settings.

GroupSettingUI ControlDescription
GeneralTitleText InputSets the display name shown at the top of the widget.
AlertsEnable AlertsToggleTurns on the alert functionality for this widget.
ConditionDropdownThe logical operator to check the data against. Options are greater_than, less_than, equal_to.
ValueText InputThe threshold value to trigger the alert. For example, if the condition is greater_than and the value is 100, the alert will trigger for any data point over 100.
Change MaterialToggleIf enabled, the alert will also trigger the ChangeMaterialColor action, which can affect the 3D model this widget is attached to.
Floating IconShow IconToggleIf enabled, an icon will appear in the scene when an alert is active for this widget.
Icon TypeDropdownSelects the visual style of the floating icon from a predefined list (e.g., Warning, Error, Info).

Data Schema #

The SingleData widget expects the payload from the datasource to be a JSON object containing a key-value pair where the key matches the widget’s configured DataKey.

Example: If the widget’s DataKey is "temperature", it will look for a payload like this:

{
  "temperature": 42.5
}

Alert Actions #

This widget has built-in visual feedback for alerts.

  • ChangeWidgetColor: When an alert is active, the color of the Value text will change to red to draw immediate attention.
  • ChangeMaterialColor: If enabled in the settings, this widget can also trigger an action to change the color of the parent 3D asset.

Use Cases #

  • Displaying the current temperature from a sensor.
  • Showing the RPM of a running engine.
  • Monitoring the online/offline status of a machine.
  • Showing a pressure reading from a pipe.
Updated on October 14, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
DoubleData Widget

Powered by BetterDocs

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Anatomy
  • Configuration Settings
  • Data Schema
  • Alert Actions
  • Use Cases

Menu

  • Documentation
Email

Copyright © 2025 Twinnoverse