TAGOS R0 — Blackship

DP Capability Scenario Selector · Open Bus · Dynamic

⚙ Developer View basic

Thruster
Configuration
T4
T2
T6
T1
T5
T3
G1P
G2P
G3P
G1C
G2C
G1S
G2S
G3S
PORT CENTER STBD
Drilling — Port
Drilling — Center
Drilling — Starboard
Up to date
Switchboard Power Summary
// ---------- Boot ---------- (async function(){ // When the frontend itself is served from localhost, default the API URL to // local wrangler dev so devs don't have to dig the api-settings panel out // through an error banner. if(/^(localhost|127\.0\.0\.1)$/i.test(window.location.hostname)){ var u = document.getElementById('apiUrl'); if(u && /coregroupconsulting/.test(u.value)) u.value = 'http://localhost:8787'; } await refreshUser(); await recalculate(); })();