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

SW Command Count display issue #775

Open
burnsfisher opened this issue Aug 10, 2024 · 2 comments
Open

SW Command Count display issue #775

burnsfisher opened this issue Aug 10, 2024 · 2 comments
Assignees
Labels

Comments

@burnsfisher
Copy link
Collaborator

The software command count is simply an 8 bit integer. Bit 0 is NOT used for anything other than the LSBit of the count. It does not need the current conversion (which displays bit 0 as ICR).

This is the case for MESAT1, LTM, and Golf-TEE.

@ac2cz
Copy link
Owner

ac2cz commented Aug 10, 2024

See #559 where this was requested and implemented. It was implemented as a conversion and does not need to be displayed that way on MESAT-1. It can simply use an integer format with no conversion.

@burnsfisher
Copy link
Collaborator Author

Fox-1e and Husky were the first ones to have software commands and to have the RTC feature, so I'm sure the bit was there at the time. But we never used RTC so I apparently took it out for MESAT1, LTM generic, and Golf. I think that was when I added the diagnostic page too, probably a reasonable place for that data. (BTW, that page also tells what caused command failures).

Re conversions: Yes, I'm sure we can just remove the conversion number on current FoxTelem, but it is also easy enough to read as is as long as we know how it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants