Giter Club home page Giter Club logo

openmct-dsn's Introduction

openmct-dsn

openmct-dsn is a plugin for NASA's Open Mission Control Technologies (Open MCT) data visualisation framework. It integrates telemetry from the Deep Space Network by adding domain objects representing stations, antennas, signals and spacecraft. When one of these domain objects is selected, data will be made available every five seconds, using the same data source as the Deep Space Network Now website.

Stations

Telemetry that's available for stations includes:

  • Name
  • Friendly name
  • Longitude
  • Latitude

Telemetry for the Canberra station.

Antennas

Telemetry that's available for antennas includes:

  • Name
  • Friendly name
  • Type
  • Azimuth
  • Elevation
  • Wind speed
  • MSPA
  • Array
  • DDOR

Telemetry for the DSS 14 antenna in Goldstone.

Signals

Telemetry that's available for signals includes:

  • Spacecraft
  • Direction
  • Type
  • Debug
  • Data rate
  • Frequency
  • Power

Telemetry for MAVEN, Mars Odyssey, Mars Reconnaissance Orbiter and Trace Gas Orbiter signals.

Targets

Telemetry that's available for targets includes:

  • Spacecraft ID
  • Name
  • Friendly name
  • Upleg range
  • Downleg range
  • Round-trip light time

Telemetry for MAVEN, Mars Odyssey, Mars Reconnaissance Orbiter and Trace Gas Orbiter spacecraft

Indicator

openmct-dsn includes an indicator to help identify which antennas are sending or receiving signals. On the initial load of the plugin, the indicator will prompt to select a telemetry item to fetch data.

The initial state of the Deep Space Network indicator before any data has been loaded.

After selecting any domain object with telemetry, the indicator will update with a summary of which antennas are active and have signal data.

The Deep Space Network indicator showing three active antennas for Canberra, one active antenna for Goldstone and four active antennas for Madrid.

If an error is thrown getting or parsing data from the Deep Space Network then this will be reflected with a different style and a message about the error that occurred.

The Deep Space Network indicator changes colour if an error is thrown.

Installation

  1. Follow the steps to build and run Open MCT.

  2. Clone openmct-dsn.

    git clone https://github.com/tobiasbrown/openmct-dsn.git

  3. Copy the dsn directory to Open MCT's plugins directory.

    cp -R path/to/openmct-dsn/dsn path/to/openmct/src/plugins/dsn

  4. Update Open MCT's plugins.js to import and add openmct-dsn with the other plugins.

    define([
        ...,
        './dsn/src/plugin'
    ], function (
        ...,
        DsnPlugin
    ) {
        ...
        plugins.DsnPlugin = DsnPlugin.default;
    }
  5. Update Open MCT's index.html to install openmct-dsn.

    openmct.install(openmct.plugins.DsnPlugin());
  6. Start Open MCT.

    npm start

  7. Ensure that the local clock is selected.

    Select the local clock to monitor real-time data.

📡 〰️〰️〰️〰️〰️ 🛰️

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.