MaximaLabsOpen app

The Monitors Engine

Detached monitor windows (`/detached?view=<role>`) mirror live simulation state over a BroadcastChannel — stream tables, the flowsheet, the APC control room, and twin diagnostics can each run in their own window, all fed by the same solve.

telemetrymonitors
Concept

Detached monitor windows mirror live simulation state over a BroadcastChannel — a config save in one window pings every other open window to re-poll immediately, near-instant cross-tab sync with no SharedWorker.

Execution

Monitor roles

/detached?view=streams        # mirrored live stream table
/detached?view=flowsheet      # read-only ReactFlow mirror
/detached?view=control-room   # standalone APC panel
/detached?view=analytics      # CV-trajectory chart + APC log
/detached?view=digital-twin   # deviation matrix + reconciliation log

Opened via the header's "⧉ Monitors" button — a real multi-window "control room array" for a wall of monitors, not a single cramped tab.