1 |
Event ID (dec) |
Event ID (hex) |
Name |
Severity |
Description |
File Path |
174 |
12702 12709 |
0x319e 0x31a5 |
U_DRO_OUT_OF_BOUNDS I_MPA_OUT_OF_BOUNDS |
MEDIUM |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h |
175 |
12703 12710 |
0x319f 0x31a6 |
I_DRO_OUT_OF_BOUNDS U_HPA_OUT_OF_BOUNDS |
MEDIUM |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h |
176 |
12704 12711 |
0x31a0 0x31a7 |
U_X8_OUT_OF_BOUNDS I_HPA_OUT_OF_BOUNDS |
MEDIUM |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h |
177 |
12705 12800 |
0x31a1 0x3200 |
I_X8_OUT_OF_BOUNDS TRANSITION_OTHER_SIDE_FAILED |
MEDIUM HIGH |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h mission/system/objects/AcsBoardAssembly.h |
178 |
12706 12801 |
0x31a2 0x3201 |
U_TX_OUT_OF_BOUNDS NOT_ENOUGH_DEVICES_DUAL_MODE |
MEDIUM HIGH |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h mission/system/objects/AcsBoardAssembly.h |
179 |
12707 12802 |
0x31a3 0x3202 |
I_TX_OUT_OF_BOUNDS POWER_STATE_MACHINE_TIMEOUT |
MEDIUM |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h mission/system/objects/AcsBoardAssembly.h |
180 |
12708 12803 |
0x31a4 0x3203 |
U_MPA_OUT_OF_BOUNDS SIDE_SWITCH_TRANSITION_NOT_ALLOWED |
MEDIUM LOW |
P1: 0 -> too low, 1 -> too high P2: Float value Not implemented, would increase already high complexity. Operator should instead command the assembly off first and then command the assembly on into the desired mode/submode combination |
mission/devices/PayloadPcduHandler.h mission/system/objects/AcsBoardAssembly.h |
181 |
12709 12900 |
0x31a5 0x3264 |
I_MPA_OUT_OF_BOUNDS TRANSITION_OTHER_SIDE_FAILED |
MEDIUM HIGH |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h mission/system/objects/SusAssembly.h |
182 |
12710 12901 |
0x31a6 0x3265 |
U_HPA_OUT_OF_BOUNDS NOT_ENOUGH_DEVICES_DUAL_MODE |
MEDIUM HIGH |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h mission/system/objects/SusAssembly.h |
183 |
12711 12902 |
0x31a7 0x3266 |
I_HPA_OUT_OF_BOUNDS POWER_STATE_MACHINE_TIMEOUT |
MEDIUM |
P1: 0 -> too low, 1 -> too high P2: Float value |
mission/devices/PayloadPcduHandler.h mission/system/objects/SusAssembly.h |
184 |
12800 12903 |
0x3200 0x3267 |
TRANSITION_OTHER_SIDE_FAILED SIDE_SWITCH_TRANSITION_NOT_ALLOWED |
HIGH LOW |
Not implemented, would increase already high complexity. Operator should instead command the assembly off first and then command the assembly on into the desired mode/submode combination |
mission/system/AcsBoardAssembly.h mission/system/objects/SusAssembly.h |
185 |
12801 13000 |
0x3201 0x32c8 |
NOT_ENOUGH_DEVICES_DUAL_MODE CHILDREN_LOST_MODE |
HIGH MEDIUM |
|
mission/system/AcsBoardAssembly.h mission/system/objects/TcsBoardAssembly.h |
186 |
12802 13100 |
0x3202 0x332c |
POWER_STATE_MACHINE_TIMEOUT GPS_FIX_CHANGE |
MEDIUM INFO |
Fix has changed. P1: Old fix. P2: New fix 0: Not seen, 1: No Fix, 2: 2D-Fix, 3: 3D-Fix |
mission/system/AcsBoardAssembly.h mission/devices/devicedefinitions/GPSDefinitions.h |
187 |
12803 13200 |
0x3203 0x3390 |
SIDE_SWITCH_TRANSITION_NOT_ALLOWED P60_BOOT_COUNT |
LOW INFO |
Not implemented, would increase already high complexity. Operator should instead command the assembly off first and then command the assembly on into the desired mode/submode combination P60 boot count is broadcasted once at SW startup. P1: Boot count |
mission/system/AcsBoardAssembly.h mission/devices/P60DockHandler.h |
188 |
12900 13201 |
0x3264 0x3391 |
TRANSITION_OTHER_SIDE_FAILED BATT_MODE |
HIGH INFO |
Battery mode is broadcasted at startup. P1: Mode |
mission/system/SusAssembly.h mission/devices/P60DockHandler.h |
216 |
13625 13701 |
0x3539 0x3585 |
ACK_RECEPTION_FAILURE REBOOT_SW |
LOW MEDIUM |
Failed to receive acknowledgment report P1: Return value P2: Apid of command for which the reception of the acknowledgment report failed Software reboot occurred. Can also be a systemd reboot. P1: Current Chip, P2: Current Copy |
linux/devices/ploc/PlocSupvHelper.h bsp_q7s/core/CoreController.h |
217 |
13626 13702 |
0x353a 0x3586 |
EXE_RECEPTION_FAILURE REBOOT_MECHANISM_TRIGGERED |
LOW MEDIUM |
Failed to receive execution report P1: Return value P2: Apid of command for which the reception of the execution report failed The reboot mechanism was triggered. P1: First 16 bits: Last Chip, Last 16 bits: Last Copy, P2: Each byte is the respective reboot count for the slots |
linux/devices/ploc/PlocSupvHelper.h bsp_q7s/core/CoreController.h |
218 |
13627 13703 |
0x353b 0x3587 |
WRITE_MEMORY_FAILED REBOOT_HW |
LOW MEDIUM |
Update procedure failed when sending packet. P1: First byte percent, third and fourth byte Sequence Count, P2: Bytes written |
linux/devices/ploc/PlocSupvHelper.h bsp_q7s/core/CoreController.h |
|
13628 |
0x353c |
SUPV_REPLY_SIZE_MISSMATCH |
LOW |
|
linux/devices/ploc/PlocSupvHelper.h |
|
13629 |
0x353d |
SUPV_REPLY_CRC_MISSMATCH |
LOW |
|
linux/devices/ploc/PlocSupvHelper.h |
|
13630 |
0x353e |
SUPV_UPDATE_PROGRESS |
INFO |
Will be triggered every 5 percent of the update progress. P1: First byte percent, third and fourth byte Sequence Count, P2: Bytes written |
linux/devices/ploc/PlocSupvHelper.h |
|
13700 |
0x3584 |
ALLOC_FAILURE |
MEDIUM |
|
bsp_q7s/core/CoreController.h |
|
13701 |
0x3585 |
REBOOT_SW |
MEDIUM |
Software reboot occurred. Can also be a systemd reboot. P1: Current Chip, P2: Current Copy |
bsp_q7s/core/CoreController.h |