TCS continued #576
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "continue_tcs_tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -112,3 +112,3 @@
// Transition 1
iht(objects::THERMAL_CONTROLLER, NML, 0, TCS_TABLE_NORMAL_TRANS_1.second);
iht(objects::THERMAL_CONTROLLER, HasModesIF::MODE_ON, 0, TCS_TABLE_NORMAL_TRANS_1.second);
why ist the ctrl in on while the system is in normal?
the ctrl only has/needs off and on
maybe we could reduce TCS subsystem to only include ON/OFF mode as well if this is not already the case.
imo for the FSFW only OFF and NORMAL would make more sense but it is whatever
Hmm one could argue that normal is a superset of on with additional properties like periodic communication which are not relevant for a controller
well your controller does command stuff so it does communicate in a way. a ctrl in ON would be a controller which calculates its commands but doesn't execute them to me. anyways it is not really relevant for the functionality here