Skip to content

9. Display Information — Radial Gauge

This is the final step of the Radial Gauge flow.

Wizard route: /cartography/add/displayinfo

Prerequisite

Steps 1, 2, 3, 4, and 8 of the Radial Gauge flow must be completed.

08 — Card Design


1. Form Fields

Field Required Description Radial Gauge Example
Name Yes Widget name Line-3 Instantaneous OEE
Description No Description Line 3 OEE score — 0-100% Radial Gauge
Tags No Tags oee, gauge, radial, line3, live
Target Folder Yes Folder CARTOGRAPHY/Facility1/OEE

Radial Gauge Naming

Use the <metric>_<location>_RadialGauge format:

  • OEE_Line3_RadialGauge
  • Temperature_Kiln1_RadialGauge
  • Pressure_Compressor_RadialGauge

2. Folder Selection

CARTOGRAPHY/
├── Facility 1/
│   ├── OEE/              # Radial Gauge — OEE scores
│   ├── Temperature/      # Radial Gauge — kiln temperatures
│   └── Pressure/         # Radial Gauge — compressor pressure
└── General/
    └── KPI Gauges/

3. Saving

When you click the Save button at the top right, the widget is written to the database and you are returned to the /cartography/list route.

Success

If saving succeeds, you see your Radial Gauge widget in the Cartography list.

Save Error

  • Backend access error → Contact your system administrator
  • A widget with the same name already exists → Change the name
  • Unauthorized user → Check your login status

4. Next Steps


5. Radial Gauge Flow Completed

flowchart LR
    A[Compass<br/>Single Value Query] --> B[Cartography<br/>Radial Gauge ✓]
    B --> C[Horizon / Atlas<br/>Dashboard]

6. Other Gauge Flow