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.
Telemetry that's available for stations includes:
- Name
- Friendly name
- Longitude
- Latitude
Telemetry that's available for antennas includes:
- Name
- Friendly name
- Type
- Azimuth
- Elevation
- Wind speed
- MSPA
- Array
- DDOR
Telemetry that's available for signals includes:
- Spacecraft
- Direction
- Type
- Debug
- Data rate
- Frequency
- Power
Telemetry that's available for targets includes:
- Spacecraft ID
- Name
- Friendly name
- Upleg range
- Downleg range
- Round-trip light time
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.
After selecting any domain object with telemetry, the indicator will update with a summary of which antennas are active and have signal data.
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.
-
Follow the steps to build and run Open MCT.
-
Clone openmct-dsn.
git clone https://github.com/tobiasbrown/openmct-dsn.git
-
Copy the
dsn
directory to Open MCT'splugins
directory.cp -R path/to/openmct-dsn/dsn path/to/openmct/src/plugins/dsn
-
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; }
-
Update Open MCT's index.html to install openmct-dsn.
openmct.install(openmct.plugins.DsnPlugin());
-
Start Open MCT.
npm start
-
Ensure that the local clock is selected.
📡 〰️〰️〰️〰️〰️ 🛰️