Open
Conversation
…sa/openmct into conditional-style-performance mergin master
… for historical conditional telemetry queries to allow for plotting
shefalijoshi
requested changes
Mar 23, 2026
Contributor
shefalijoshi
left a comment
There was a problem hiding this comment.
Some more questions and comments.
…sa/openmct into feature/historical-conditions Merging master
… both intended changes/fixes
shefalijoshi
approved these changes
Mar 27, 2026
shefalijoshi
requested changes
Mar 27, 2026
Contributor
There was a problem hiding this comment.
Something is wrong with the condition set output when 2 DIFFERENT condition sets are included in a display layout they seem to emit the same output. Even if the expected outputs are different.
To reproduce:
1. Create a SWG SWGSmall with a value range of -1 to +1.
2. Create another SWG SWGLarge with a value range of 0 - 20.
3. Create a condition set with a default condition and a 2nd condition where SWGSmall's Sine value > 1 (this should never happen, so it should only output the default output)
4. Create a condition set with a default condition and a 2nd condition where SWGLarge's Sine value > 0 (this CAN happen, so it should NEVER output tte default value)
5. Drag both condition sets into a display layout.
6. Note that both condition sets (alpha numerics) show the same outputs.
… and when not being viewed, but on load
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #8082
Closes #8083
Describe your changes:
Adds the ability to evaluate conditions historically.
Majority of the work completed by @khalidadil
All Submissions:
Author Checklist
type:label? Note: this is not necessarily the same as the original issue.Reviewer Checklist