Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timesystem config #252

Open
wants to merge 4 commits into
base: release/5.3.0
Choose a base branch
from

Conversation

mudinthewater
Copy link
Contributor

Closes #52 and addresses https://jira.jpl.nasa.gov/browse/OMM-104.

Updates the timeSystems configuration in config.js and the time plugin to allow for setting of default bounds, presets, and clockoffsets for applicable modes (fixed/realtime), time systems (scet/ert/etc), and clocks (scet.lad, ert.lad, etc)

Settings are now modified in a modeSettings object that contains entries for

  • fixed - allows setting of bounds and presets.
  • realtime - allows setting of clockoffsets and presets
  • lad - allows setting of clockoffsets.

Documentation is updated to show how these settings are used.

Note: This requires the following change in core to apply the default time conductor bounds:
nasa/openmct#7964

Note: This will only apply to the first load. Another change to core needs to be enabled to enforce default bounds on time system change. I'm not sure where this might be applied and was hoping someone could point me to it.

Peter Di Pasquale added 4 commits December 15, 2024 16:36
 1. time system boundary settings
 2. realtime preset settings
 3. Time system presets
 4. Realtiem presets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant