Power Controller #238

Merged
muellerr merged 7 commits from pwr-ctrl into main 2023-10-10 13:54:21 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit be1ac09515 - Show all commits

View File

@ -100,8 +100,8 @@ Event ID (dec); Event ID (hex); Name; Severity; Description; File Path
11302;0x2c26;SWITCHING_Q7S_DENIED;MEDIUM;No description;mission/power/defs.h
11303;0x2c27;FDIR_REACTION_IGNORED;MEDIUM;No description;mission/power/defs.h
11304;0x2c28;DATASET_READ_FAILED;INFO;The dataset read for the inputs of the Power Controller has failed.;mission/power/defs.h
11305;0x2c29;VOLTAGE_OUT_OF_BOUNDS;HIGH;The battery voltage read is out of the bounds in which it is supposed to be. P1: 1 too high, 0 too low;mission/power/defs.h
11306;0x2c2a;TIMEDELTA_OUT_OF_BOUNDS;LOW;Time difference for Coulomb Counter was too large.;mission/power/defs.h
11305;0x2c29;VOLTAGE_OUT_OF_BOUNDS;HIGH;No description;mission/power/defs.h
11306;0x2c2a;TIMEDELTA_OUT_OF_BOUNDS;LOW;Time difference for Coulomb Counter was too large. P1: time in s * 10;mission/power/defs.h
11307;0x2c2b;POWER_LEVEL_LOW;HIGH;The State of Charge is below the limit for payload use. Setting Payload to faulty.;mission/power/defs.h
11308;0x2c2c;POWER_LEVEL_CRITICAL;HIGH;The State of Charge is below the limit for higher modes. Setting Reaction Wheels to faulty.;mission/power/defs.h
11400;0x2c88;GPIO_PULL_HIGH_FAILED;LOW;No description;mission/tcs/HeaterHandler.h

1 Event ID (dec) Event ID (hex) Name Severity Description File Path
100 11301 11302 0x2c25 0x2c26 SWITCH_HAS_CHANGED SWITCHING_Q7S_DENIED INFO MEDIUM Indicated that a switch state has changed P1: New switch state, 1 for on, 0 for off | P2: Switch Index No description mission/power/defs.h
101 11302 11303 0x2c26 0x2c27 SWITCHING_Q7S_DENIED FDIR_REACTION_IGNORED MEDIUM No description mission/power/defs.h
102 11303 11304 0x2c27 0x2c28 FDIR_REACTION_IGNORED DATASET_READ_FAILED MEDIUM INFO No description The dataset read for the inputs of the Power Controller has failed. mission/power/defs.h
103 11400 11305 0x2c88 0x2c29 GPIO_PULL_HIGH_FAILED VOLTAGE_OUT_OF_BOUNDS LOW HIGH No description mission/tcs/HeaterHandler.h mission/power/defs.h
104 11401 11306 0x2c89 0x2c2a GPIO_PULL_LOW_FAILED TIMEDELTA_OUT_OF_BOUNDS LOW No description Time difference for Coulomb Counter was too large. P1: time in s * 10 mission/tcs/HeaterHandler.h mission/power/defs.h
105 11402 11307 0x2c8a 0x2c2b HEATER_WENT_ON POWER_LEVEL_LOW INFO HIGH No description The State of Charge is below the limit for payload use. Setting Payload to faulty. mission/tcs/HeaterHandler.h mission/power/defs.h
106 11403 11308 0x2c8b 0x2c2c HEATER_WENT_OFF POWER_LEVEL_CRITICAL INFO HIGH No description The State of Charge is below the limit for higher modes. Setting Reaction Wheels to faulty. mission/tcs/HeaterHandler.h mission/power/defs.h
107 11404 11400 0x2c8c 0x2c88 SWITCH_ALREADY_ON GPIO_PULL_HIGH_FAILED INFO LOW No description mission/tcs/HeaterHandler.h

View File

@ -210,6 +210,7 @@ Full ID (hex); Name; Description; Unique ID; Subsytem Name; File Path
0x27a8;DHI_NoReplyExpected;No description;168;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
0x27a9;DHI_NonOpTemperature;No description;169;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
0x27aa;DHI_CommandNotImplemented;No description;170;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
0x27ab;DHI_NonOpStateOfCharge;No description;171;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
0x27b0;DHI_ChecksumError;No description;176;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
0x27b1;DHI_LengthMissmatch;No description;177;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
0x27b2;DHI_InvalidData;No description;178;DEVICE_HANDLER_IF;fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h

1 Full ID (hex) Name Description Unique ID Subsytem Name File Path
210 0x27a8 DHI_NoReplyExpected No description 168 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
211 0x27a9 DHI_NonOpTemperature No description 169 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
212 0x27aa DHI_CommandNotImplemented No description 170 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
213 0x27ab DHI_NonOpStateOfCharge No description 171 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
214 0x27b0 DHI_ChecksumError No description 176 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
215 0x27b1 DHI_LengthMissmatch No description 177 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h
216 0x27b2 DHI_InvalidData No description 178 DEVICE_HANDLER_IF fsfw/src/fsfw/devicehandlers/DeviceHandlerIF.h