@atlar-widgets/ramp-ui
v0.2.0
Published
RAMP antenna control widget — consolidated site tracking, targeting and status view
Readme
RAMP Widget
Consolidated antenna-control widget for the Octopus dashboard. Replaces the former three-tab RAMP UI (Site & Tracking / Antenna Target / Status) with a single focused view:
- Tracking (primary): live azimuth/elevation, site & satellite geometry, manual and auto tracking controls.
- Status rail (persistent): controller health, errors/uptime, sensors and LO/Ref oscillator locks.
- Advanced (collapsed): coordination/mount offsets, mechanical backlash, temperature compensation and controller config.
Data is fetched via a single GraphQL poll (rampState) and the UI follows the
host themes.css variables (light/dark/blue/green).
git clone <repo-url> ramp-ui
cd ramp-ui
npm install
npm run devBackend contract
The widget expects a rampState query — see src/graphql/ops.ts.
