BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 129 forks source link

Limits monitor using XTCE #1019

Closed amodeo12 closed 4 years ago

amodeo12 commented 5 years ago

I'd like to use the limits monitor feature by implementing the range it in XTCE, however I cannot find the way to port that functionality from .txt standard files to XTCE, is it possible? Any ideas? Thanks in advance.

ghost commented 5 years ago

We export XTCE limits here: https://github.com/BallAerospace/COSMOS/blob/72edfc03ae62961c5abfd222660e1344a7ff0083/lib/cosmos/packets/parsers/xtce_converter.rb#L263

We don't support the full XTCE standard and COSMOS has certain features that don't map well into XTCE but you're welcome to play with the xtce_converter and submit a PR if you implement something we don't yet support.