mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Change line endings * link: Checklist Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: described in detail Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: F´ key features Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: `Fw::Buffer` documentation is available Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: installing cmake command line tools on a mac Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: Svc.StaticMemory is described in more detail Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: testing_fw/predicates.py Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * link: the source code Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: a Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: adhered Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: cannot Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: case-sensitive Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: deployment Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: filter events based on event severity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: its Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: nonexistent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: prepending Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: products Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: schema Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: stressful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: the Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: valued Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * Add check-spelling --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
27 KiB
27 KiB
| 1 | Comment | This is an example spreadsheet for laying out telemetry packets | ||||
|---|---|---|---|---|---|---|
| 2 | Comment | It would be exported to tab-delimited CSV for use | ||||
| 3 | ||||||
| 4 | Duration | 10 | Duration in seconds only. | |||
| 5 | RunPeriod | 10 | Run Period or Sample Period In Hz. | |||
| 6 | ||||||
| 7 | Packet | |||||
| 8 | Identifier | Other | 100 | This is my other favorite packet | ||
| 9 | ||||||
| 10 | Constant | subsystem | integer | 1120 | 8 | |
| 11 | ||||||
| 12 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 13 | Item | baffle_temp | 10 | U16 | 16 | Temperature of the baffle in DN |
| 14 | Item | volts_5 | 23 | U16 | 16 | DN of the 5 volts |
| 15 | Item | camera_power | 14 | Bool | 1 | |
| 16 | Item | camera_fault | 73 | Bool | 1 | |
| 17 | Item | gse_connect | 91 | Bool | 1 | |
| 18 | Reserve | 2 | Unused bits | |||
| 19 | Item | camera_busy | 231 | Bool | 1 | |
| 20 | Align | 16 | Word-align | |||
| 21 | Item | cal_resistor | 892 | U16 | 16 | Cal resistor DN |
| 22 | Item | volts_12_eu | 335 | F32 | 32 | 12 volts engineering units |
| 23 | Align | 16 | Word-align | |||
| 24 | Reserve | 16 | Spare | |||
| 25 | Reserve | 16 | Spare | |||
| 26 | Reserve | 16 | Spare | |||
| 27 | Reserve | 16 | Spare | |||
| 28 | Reserve | 16 | Spare | |||
| 29 | ||||||
| 30 | Packet | |||||
| 31 | Identifier | Engineering | 101 | This is my favorite packet | ||
| 32 | ||||||
| 33 | Header | ID | 8 | |||
| 34 | Header | Sequence | 8 | |||
| 35 | Header | Field | 1001 | 16 | ||
| 36 | Header | Time | ||||
| 37 | Header | Field | 1002 | 16 | ||
| 38 | ||||||
| 39 | Constant | subsystem | integer | 180 | 8 | |
| 40 | ||||||
| 41 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 42 | Item | baffle_temp | 10 | U16 | 16 | Temperature of the baffle in DN |
| 43 | Item | volts_5 | 23 | U16 | 16 | DN of the 5 volts |
| 44 | Item | camera_power | 14 | Bool | 1 | |
| 45 | Item | camera_fault | 73 | Bool | 1 | |
| 46 | Item | gse_connect | 91 | Bool | 1 | |
| 47 | Reserve | 2 | Unused bits | |||
| 48 | Item | camera_busy | 231 | Bool | 1 | |
| 49 | Align | 16 | Word-align | |||
| 50 | Item | cal_resistor | 892 | U16 | 16 | Cal resistor DN |
| 51 | Item | volts_12_eu | 335 | F32 | 32 | 12 volts engineering units |
| 52 | Align | 16 | Word-align | |||
| 53 | Reserve | 16 | Spare | |||
| 54 | Reserve | 16 | Spare | |||
| 55 | Reserve | 16 | Spare | |||
| 56 | Reserve | 16 | Spare | |||
| 57 | Reserve | 16 | Spare | |||
| 58 | ||||||
| 59 | Packet | |||||
| 60 | Comment | DIEB telemetry packet. This is representative | the actual fields and sizes need to be determined | |||
| 61 | Identifier | Cycle0_packet | 8 | Packet in first minor cycle | ||
| 62 | ||||||
| 63 | Header | ID | 8 | |||
| 64 | Header | Sequence | 8 | |||
| 65 | Header | Time | ||||
| 66 | ||||||
| 67 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 68 | Item | Item_0 | 100 | U16 | 16 | |
| 69 | Item | Item_1 | 101 | U16 | 16 | |
| 70 | Item | Item_2 | 102 | U16 | 16 | |
| 71 | Item | Item_3 | 103 | U16 | 16 | |
| 72 | Item | Item_4 | 104 | U16 | 16 | |
| 73 | Item | Item_5 | 105 | U16 | 16 | |
| 74 | Item | Item_6 | 106 | U16 | 16 | |
| 75 | Item | Item_7 | 107 | U16 | 16 | |
| 76 | Item | Item_8 | 108 | U16 | 16 | |
| 77 | Item | Item_9 | 109 | U16 | 16 | |
| 78 | Item | Item_10 | 110 | U16 | 16 | |
| 79 | Item | Item_11 | 111 | U16 | 16 | |
| 80 | Item | Item_12 | 112 | U16 | 16 | |
| 81 | Item | Item_13 | 113 | U16 | 16 | |
| 82 | Item | Item_14 | 114 | U16 | 16 | |
| 83 | Item | Item_15 | 115 | U16 | 16 | |
| 84 | Item | Item_16 | 116 | U16 | 16 | |
| 85 | Item | Item_17 | 117 | U16 | 16 | |
| 86 | Item | Item_18 | 118 | U16 | 16 | |
| 87 | Item | Item_19 | 119 | U16 | 16 | |
| 88 | Item | Item_20 | 120 | U16 | 16 | |
| 89 | Item | Log_Event | 900 | 112 | ||
| 90 | ||||||
| 91 | Comment | Example of an asynchronous packet | ||||
| 92 | Packet | |||||
| 93 | Identifier | Engineering | 102 | I like this packet | ||
| 94 | ||||||
| 95 | Header | ID | 8 | |||
| 96 | Header | Sequence | 8 | |||
| 97 | Header | Field | 1001 | 16 | ||
| 98 | Header | Time | ||||
| 99 | Header | Field | 1002 | 16 | ||
| 100 | ||||||
| 101 | Constant | subsystem | integer | 180 | 8 | |
| 102 | ||||||
| 103 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 104 | Item | baffle_temp | 10 | U16 | 16 | Temperature of the baffle in DN |
| 105 | Item | volts_5 | 23 | U16 | 16 | DN of the 5 volts |
| 106 | Item | camera_power | 14 | Bool | 1 | |
| 107 | Item | camera_fault | 73 | Bool | 1 | |
| 108 | Item | gse_connect | 91 | Bool | 1 | |
| 109 | Reserve | 2 | Unused bits | |||
| 110 | Item | camera_busy | 231 | Bool | 1 | |
| 111 | Align | 16 | Word-align | |||
| 112 | Item | cal_resistor | 892 | U16 | 16 | Cal resistor DN |
| 113 | Item | volts_12_eu | 335 | F32 | 32 | 12 volts engineering units |
| 114 | Align | 16 | Word-align | |||
| 115 | Reserve | 16 | Spare | |||
| 116 | Reserve | 16 | Spare | |||
| 117 | Reserve | 16 | Spare | |||
| 118 | Reserve | 16 | Spare | |||
| 119 | Reserve | 16 | Spare | |||
| 120 | ||||||
| 121 | Comment | Example of an asynchronous packet | ||||
| 122 | Packet | |||||
| 123 | Identifier | Engineering | 103 | I like this one too | ||
| 124 | ||||||
| 125 | Header | ID | 8 | |||
| 126 | Header | Sequence | 8 | |||
| 127 | Header | Field | 1001 | 16 | ||
| 128 | Header | Time | ||||
| 129 | Header | Field | 1002 | 16 | ||
| 130 | ||||||
| 131 | Constant | subsystem | integer | 180 | 8 | |
| 132 | ||||||
| 133 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 134 | Item | baffle_temp | 10 | U16 | 16 | Temperature of the baffle in DN |
| 135 | Item | volts_5 | 23 | U16 | 16 | DN of the 5 volts |
| 136 | Item | camera_power | 14 | Bool | 1 | |
| 137 | Item | camera_fault | 73 | Bool | 1 | |
| 138 | Item | gse_connect | 91 | Bool | 1 | |
| 139 | Reserve | 2 | Unused bits | |||
| 140 | Item | camera_busy | 231 | Bool | 1 | |
| 141 | Align | 16 | Word-align | |||
| 142 | Item | cal_resistor | 892 | U16 | 16 | Cal resistor DN |
| 143 | Item | volts_12_eu | 335 | F32 | 32 | 12 volts engineering units |
| 144 | Align | 16 | Word-align | |||
| 145 | item | long_long | 336 | U64 | 64 | 64 bit value |
| 146 | item | Byte_7 | 337 | 56 | ||
| 147 | ||||||
| 148 | Comment | Packet with all numeric types | #1 | |||
| 149 | Packet | |||||
| 150 | Identifier | Numeric.1 | 111 | |||
| 151 | Frequency | 1 | ||||
| 152 | Offset | 0 | ||||
| 153 | Channel | 15 | ||||
| 154 | ||||||
| 155 | Header | ID | 8 | |||
| 156 | Header | Sequence | 8 | |||
| 157 | Header | Time | ||||
| 158 | ||||||
| 159 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 160 | Item | U8 | 1011 | U8 | 8 | |
| 161 | Item | I16 | 1012 | I16 | 16 | |
| 162 | Item | F64 | 1013 | F64 | 64 | |
| 163 | Item | I8 | 1014 | I8 | 8 | |
| 164 | Item | U32 | 1015 | U32 | 32 | |
| 165 | Item | F32 | 1016 | F32 | 32 | |
| 166 | Item | I64 | 1017 | I64 | 64 | |
| 167 | Item | I32 | 1018 | I32 | 32 | |
| 168 | Item | U64 | 1019 | U64 | 64 | |
| 169 | Item | I16 | 1020 | I16 | 16 | |
| 170 | Item | Log_Event | 0 | 112 | ||
| 171 | ||||||
| 172 | Packet | |||||
| 173 | Comment | DIEB telemetry packet. This is representative | the actual fields and sizes need to be determined | #2 | ||
| 174 | Identifier | I16packet.2 | 112 | Packet in first minor cycle | ||
| 175 | Frequency | 2 | ||||
| 176 | Offset | 0 | ||||
| 177 | ||||||
| 178 | ||||||
| 179 | Header | ID | 8 | |||
| 180 | Header | Sequence | 8 | |||
| 181 | Header | Time | ||||
| 182 | ||||||
| 183 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 184 | Item | Item_0 | 200 | I16 | 16 | |
| 185 | Item | Item_1 | 201 | I16 | 16 | |
| 186 | Item | Item_2 | 202 | I16 | 16 | |
| 187 | Item | Item_3 | 203 | I16 | 16 | |
| 188 | Item | Item_4 | 204 | I16 | 16 | |
| 189 | Item | Item_5 | 205 | I16 | 16 | |
| 190 | Item | Item_6 | 206 | I16 | 16 | |
| 191 | Item | Item_7 | 207 | I16 | 16 | |
| 192 | Item | Item_8 | 208 | I16 | 16 | |
| 193 | Item | Item_9 | 209 | I16 | 16 | |
| 194 | Item | Item_10 | 210 | I16 | 16 | |
| 195 | Item | Item_11 | 211 | I16 | 16 | |
| 196 | Item | Item_12 | 212 | I16 | 16 | |
| 197 | Item | Item_13 | 213 | I16 | 16 | |
| 198 | Item | Item_14 | 214 | I16 | 16 | |
| 199 | Item | Item_15 | 215 | I16 | 16 | |
| 200 | Item | Item_16 | 216 | I16 | 16 | |
| 201 | Item | Item_17 | 217 | I16 | 16 | |
| 202 | Item | Item_18 | 218 | I16 | 16 | |
| 203 | Item | Item_19 | 219 | I16 | 16 | |
| 204 | Item | Item_20 | 220 | I16 | 16 | |
| 205 | Item | Log_Event | 0 | 112 | ||
| 206 | ||||||
| 207 | Comment | Packet with a string and boolean | #3 | |||
| 208 | Packet | |||||
| 209 | Identifier | Stringpacket.3 | 113 | |||
| 210 | Frequency | 5 | ||||
| 211 | Offset | 0 | ||||
| 212 | ||||||
| 213 | Header | ID | 8 | |||
| 214 | Header | Sequence | 8 | |||
| 215 | Header | Time | ||||
| 216 | ||||||
| 217 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 218 | Item | F32 | 1019 | F32 | 32 | |
| 219 | Item | string | 1020 | 104 | 13 byte string | |
| 220 | item | U32 | 1021 | U32 | 32 | |
| 221 | Item | bool | 1022 | bool | 1 | |
| 222 | Reserve | 7 | 0-pad to a byte | |||
| 223 | Reserve | 160 | 0-fill the rest to the log message | |||
| 224 | Item | Log_Event | 0 | 112 | ||
| 225 | ||||||
| 226 | Comment | Packet with 10 F32s | #4 | |||
| 227 | Packet | |||||
| 228 | Identifier | F32packet.4 | 114 | |||
| 229 | Frequency | 0.5 | ||||
| 230 | Offset | 0 | ||||
| 231 | ||||||
| 232 | Header | ID | 8 | |||
| 233 | Header | Sequence | 8 | |||
| 234 | Header | Time | ||||
| 235 | ||||||
| 236 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 237 | item | F32 | 1023 | F32 | 32 | |
| 238 | item | F32 | 1024 | F32 | 32 | |
| 239 | item | F32 | 1025 | F32 | 32 | |
| 240 | item | F32 | 1026 | F32 | 32 | |
| 241 | item | F32 | 1027 | F32 | 32 | |
| 242 | item | F32 | 1028 | F32 | 32 | |
| 243 | item | F32 | 1029 | F32 | 32 | |
| 244 | item | F32 | 1030 | F32 | 32 | |
| 245 | item | F32 | 1031 | F32 | 32 | |
| 246 | item | F32 | 1032 | F32 | 32 | |
| 247 | item | U16 | 1033 | I16 | 16 | |
| 248 | Item | Log_Event | 0 | 112 | ||
| 249 | ||||||
| 250 | ||||||
| 251 | Comment | Packet with 5 F64s | #5 | |||
| 252 | Packet | |||||
| 253 | Identifier | F64packet.5 | 115 | |||
| 254 | Frequency | 0.25 | ||||
| 255 | Offset | 3 | ||||
| 256 | ||||||
| 257 | ||||||
| 258 | Header | ID | 8 | |||
| 259 | Header | Sequence | 8 | |||
| 260 | Header | Time | ||||
| 261 | ||||||
| 262 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 263 | item | F64 | 1034 | F64 | 64 | |
| 264 | item | F64 | 1035 | F64 | 64 | |
| 265 | item | F64 | 1036 | F64 | 64 | |
| 266 | item | F64 | 1037 | F64 | 64 | |
| 267 | item | F64 | 1038 | F64 | 64 | |
| 268 | item | U16 | 1039 | I16 | 16 | |
| 269 | Item | Log_Event | 0 | 112 | ||
| 270 | ||||||
| 271 | Comment | Bitfields | etc. #6 | |||
| 272 | Packet | |||||
| 273 | Identifier | Bitfields.6 | 116 | |||
| 274 | Frequency | 0.15 | ||||
| 275 | Offset | 0 | ||||
| 276 | ||||||
| 277 | Header | ID | 8 | |||
| 278 | Header | Sequence | 8 | |||
| 279 | Header | Time | ||||
| 280 | ||||||
| 281 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 282 | item | Bit.5 | 1040 | 5 | ||
| 283 | item | Bit.3 | 1041 | 3 | ||
| 284 | item | I8 | 1042 | 8 | ||
| 285 | item | F32 | 1043 | 32 | ||
| 286 | item | F32 | 1044 | 32 | ||
| 287 | item | F32 | 1045 | 32 | ||
| 288 | item | F32 | 1046 | 32 | ||
| 289 | item | F32 | 1047 | 32 | ||
| 290 | item | F32 | 1048 | 32 | ||
| 291 | item | F32 | 1049 | 32 | ||
| 292 | item | F32 | 1050 | 32 | ||
| 293 | item | F32 | 1051 | 32 | ||
| 294 | item | F32 | 1052 | 32 | ||
| 295 | Item | Log_Event | 0 | 112 | ||
| 296 | ||||||
| 297 | Comment | Misc | #7 | |||
| 298 | Packet | |||||
| 299 | Identifier | Misc.7 | 117 | |||
| 300 | Frequency | 1 | ||||
| 301 | Offset | 0 | ||||
| 302 | Channel | 18 | ||||
| 303 | ||||||
| 304 | Header | ID | 8 | |||
| 305 | Header | Sequence | 8 | |||
| 306 | Header | Time | ||||
| 307 | ||||||
| 308 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 309 | item | I32 | 1053 | I32 | 32 | |
| 310 | item | Bit.1 | 1054 | 1 | ||
| 311 | item | F32 | 1055 | F32 | 32 | |
| 312 | item | Bit.1 | 1056 | 1 | ||
| 313 | item | U16 | 1057 | U16 | 16 | |
| 314 | item | Bit.13 | 1058 | 13 | ||
| 315 | item | I8 | 1059 | I8 | 8 | |
| 316 | reserve | 233 | ||||
| 317 | Item | Log_Event | 0 | 112 | ||
| 318 | ||||||
| 319 | Comment | U32 | #8 | |||
| 320 | Packet | |||||
| 321 | Identifier | U32.8 | 118 | |||
| 322 | Frequency | 2 | ||||
| 323 | Offset | 0 | ||||
| 324 | ||||||
| 325 | Header | ID | 8 | |||
| 326 | Header | Sequence | 8 | |||
| 327 | Header | Time | ||||
| 328 | ||||||
| 329 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 330 | item | U32 | 1060 | U32 | 32 | |
| 331 | item | U32 | 1061 | U32 | 32 | |
| 332 | item | U32 | 1062 | U32 | 32 | |
| 333 | item | U32 | 1063 | U32 | 32 | |
| 334 | item | U32 | 1064 | U32 | 32 | |
| 335 | item | U32 | 1065 | U32 | 32 | |
| 336 | item | U32 | 1066 | U32 | 32 | |
| 337 | item | U32 | 1067 | U32 | 32 | |
| 338 | item | U32 | 1068 | U32 | 32 | |
| 339 | item | U32 | 1069 | U32 | 32 | |
| 340 | item | I8 | 1070 | I8 | 8 | |
| 341 | item | I8 | 1071 | I8 | 8 | |
| 342 | Item | Log_Event | 0 | 112 | ||
| 343 | ||||||
| 344 | Comment | Misc | #9 | |||
| 345 | Packet | |||||
| 346 | Identifier | Misc.9 | 119 | |||
| 347 | Frequency | 5 | ||||
| 348 | Offset | 0 | ||||
| 349 | ||||||
| 350 | Header | ID | 8 | |||
| 351 | Header | Sequence | 8 | |||
| 352 | Header | Time | ||||
| 353 | ||||||
| 354 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 355 | item | U32 | 1072 | U32 | 32 | |
| 356 | item | Bit.1 | 1073 | 1 | ||
| 357 | item | Bit.2 | 1074 | 2 | ||
| 358 | item | Bit.3 | 1075 | 3 | ||
| 359 | item | Bit.4 | 1076 | 4 | ||
| 360 | item | Bit.5 | 1077 | 5 | ||
| 361 | item | Bit.6 | 1078 | 6 | ||
| 362 | item | Bit.7 | 1079 | 7 | ||
| 363 | item | Bit.8 | 1080 | 8 | ||
| 364 | item | Bit.9 | 1081 | 9 | ||
| 365 | item | Bit.10 | 1082 | 10 | ||
| 366 | item | Bit.1 | 1083 | 1 | ||
| 367 | item | U8.9 | 1084 | 72 | ||
| 368 | item | F64 | 1085 | F64 | 64 | |
| 369 | item | U32 | 1086 | U32 | 32 | |
| 370 | item | F32 | 1087 | F32 | 32 | |
| 371 | item | I32 | 1088 | I32 | 32 | |
| 372 | item | I16 | 1089 | I16 | 16 | |
| 373 | Item | Log_Event | 0 | 112 | ||
| 374 | ||||||
| 375 | Comment | Misc | #10 | |||
| 376 | Packet | |||||
| 377 | Identifier | Bit.12.10 | 120 | |||
| 378 | Frequency | 0.5 | ||||
| 379 | Offset | 0.4 s | ||||
| 380 | ||||||
| 381 | Header | ID | 8 | |||
| 382 | Header | Sequence | 8 | |||
| 383 | Header | Time | ||||
| 384 | ||||||
| 385 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 386 | item | Bit.12 | 1079 | 12 | ||
| 387 | item | Bit.12 | 1080 | 12 | ||
| 388 | item | Bit.12 | 1081 | 12 | ||
| 389 | item | Bit.12 | 1082 | 12 | ||
| 390 | item | Bit.12 | 1083 | 12 | ||
| 391 | item | Bit.12 | 1084 | 12 | ||
| 392 | item | Bit.12 | 1085 | 12 | ||
| 393 | item | Bit.12 | 1086 | 12 | ||
| 394 | item | Bit.12 | 1087 | 12 | ||
| 395 | item | Bit.12 | 1088 | 12 | ||
| 396 | item | Bit.12 | 1089 | 12 | ||
| 397 | item | Bit.12 | 1090 | 12 | ||
| 398 | item | Bit.12 | 1091 | 12 | ||
| 399 | item | Bit.12 | 1092 | 12 | ||
| 400 | item | Bit.12 | 1093 | 12 | ||
| 401 | item | Bit.12 | 1094 | 12 | ||
| 402 | item | Bit.12 | 1095 | 12 | ||
| 403 | item | Bit.12 | 1096 | 12 | ||
| 404 | item | Bit.12 | 1097 | 12 | ||
| 405 | item | Bit.12 | 1098 | 12 | ||
| 406 | item | Bit.12 | 1099 | 12 | ||
| 407 | item | Bit.12 | 1100 | 12 | ||
| 408 | item | Bit.12 | 1101 | 12 | ||
| 409 | item | Bit.12 | 1102 | 12 | ||
| 410 | item | Bit.12 | 1103 | 12 | ||
| 411 | item | Bit.12 | 1104 | 12 | ||
| 412 | item | Bit.12 | 1105 | 12 | ||
| 413 | item | Bit.12 | 1106 | 12 | ||
| 414 | Item | Log_Event | 0 | 112 | ||
| 415 | ||||||
| 416 | Comment | Packet with 10 U32s | #11 | |||
| 417 | Packet | |||||
| 418 | Identifier | U32packet.1 | 121 | |||
| 419 | Frequency | 0.25 | ||||
| 420 | Offset | 0 | ||||
| 421 | ||||||
| 422 | Header | ID | 8 | |||
| 423 | Header | Sequence | 8 | |||
| 424 | Header | Time | ||||
| 425 | ||||||
| 426 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 427 | item | U32 | 1107 | U32 | 32 | |
| 428 | item | U32 | 1108 | U32 | 32 | |
| 429 | item | U32 | 1109 | U32 | 32 | |
| 430 | item | U32 | 1110 | U32 | 32 | |
| 431 | item | U32 | 1111 | U32 | 32 | |
| 432 | item | U32 | 1112 | U32 | 32 | |
| 433 | item | U32 | 1113 | U32 | 32 | |
| 434 | item | U32 | 1114 | U32 | 32 | |
| 435 | item | U32 | 1115 | U32 | 32 | |
| 436 | item | U32 | 1116 | U32 | 32 | |
| 437 | item | U16 | 1117 | U16 | 16 | |
| 438 | Item | Log_Event | 0 | 112 | ||
| 439 | ||||||
| 440 | Comment | Packet with 10 U32s | #11 | |||
| 441 | Packet | |||||
| 442 | Identifier | U32packet.1 | 122 | |||
| 443 | Frequency | 1 | ||||
| 444 | Offset | 0 | ||||
| 445 | ||||||
| 446 | Header | ID | 8 | |||
| 447 | Header | Sequence | 8 | |||
| 448 | Header | Time | ||||
| 449 | ||||||
| 450 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 451 | item | U32 | 1107 | U32 | 32 | |
| 452 | item | U32 | 1108 | U32 | 32 | |
| 453 | item | U32 | 1109 | U32 | 32 | |
| 454 | item | U32 | 1110 | U32 | 32 | |
| 455 | item | U32 | 1111 | U32 | 32 | |
| 456 | item | U32 | 1112 | U32 | 32 | |
| 457 | item | U32 | 1113 | U32 | 32 | |
| 458 | item | U32 | 1114 | U32 | 32 | |
| 459 | item | U32 | 1115 | U32 | 32 | |
| 460 | item | U32 | 1116 | U32 | 32 | |
| 461 | item | U16 | 1117 | U16 | 16 | |
| 462 | Item | Log_Event | 0 | 112 | ||
| 463 | ||||||
| 464 | Comment | Packet with 10 U32s | #12 | |||
| 465 | Packet | |||||
| 466 | Identifier | U32packet.1 | 123 | |||
| 467 | ||||||
| 468 | Header | ID | 8 | |||
| 469 | Header | Sequence | 8 | |||
| 470 | Header | Time | ||||
| 471 | Frequency | 2 | ||||
| 472 | Offset | 0 | ||||
| 473 | Channel | 25 | ||||
| 474 | ||||||
| 475 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 476 | item | U32 | 1107 | U32 | 32 | |
| 477 | item | U32 | 1108 | U32 | 32 | |
| 478 | item | U32 | 1109 | U32 | 32 | |
| 479 | item | U32 | 1110 | U32 | 32 | |
| 480 | item | U32 | 1111 | U32 | 32 | |
| 481 | item | U32 | 1112 | U32 | 32 | |
| 482 | item | U32 | 1113 | U32 | 32 | |
| 483 | item | U32 | 1114 | U32 | 32 | |
| 484 | item | U32 | 1115 | U32 | 32 | |
| 485 | item | U32 | 1116 | U32 | 32 | |
| 486 | item | U16 | 1117 | U16 | 16 | |
| 487 | Item | Log_Event | 0 | 112 | ||
| 488 | ||||||
| 489 | Comment | Packet with 10 U32s | #13 | |||
| 490 | Packet | |||||
| 491 | Identifier | U32packet.1 | 124 | |||
| 492 | Frequency | 5 | ||||
| 493 | Offset | 0 | ||||
| 494 | ||||||
| 495 | Header | ID | 8 | |||
| 496 | Header | Sequence | 8 | |||
| 497 | Header | Time | ||||
| 498 | ||||||
| 499 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 500 | item | U32 | 1107 | U32 | 32 | |
| 501 | item | U32 | 1108 | U32 | 32 | |
| 502 | item | U32 | 1109 | U32 | 32 | |
| 503 | item | U32 | 1110 | U32 | 32 | |
| 504 | item | U32 | 1111 | U32 | 32 | |
| 505 | item | U32 | 1112 | U32 | 32 | |
| 506 | item | U32 | 1113 | U32 | 32 | |
| 507 | item | U32 | 1114 | U32 | 32 | |
| 508 | item | U32 | 1115 | U32 | 32 | |
| 509 | item | U32 | 1116 | U32 | 32 | |
| 510 | item | U16 | 1117 | U16 | 16 | |
| 511 | Item | Log_Event | 0 | 112 | ||
| 512 | ||||||
| 513 | Comment | Packet with 10 U32s | #14 | |||
| 514 | Packet | |||||
| 515 | Identifier | U32packet.1 | 125 | |||
| 516 | Frequency | 0.5 | ||||
| 517 | Offset | 0 | ||||
| 518 | ||||||
| 519 | Header | ID | 8 | |||
| 520 | Header | Sequence | 8 | |||
| 521 | Header | Time | ||||
| 522 | ||||||
| 523 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 524 | item | U32 | 1107 | U32 | 32 | |
| 525 | item | U32 | 1108 | U32 | 32 | |
| 526 | item | U32 | 1109 | U32 | 32 | |
| 527 | item | U32 | 1110 | U32 | 32 | |
| 528 | item | U32 | 1111 | U32 | 32 | |
| 529 | item | U32 | 1112 | U32 | 32 | |
| 530 | item | U32 | 1113 | U32 | 32 | |
| 531 | item | U32 | 1114 | U32 | 32 | |
| 532 | item | U32 | 1115 | U32 | 32 | |
| 533 | item | U32 | 1116 | U32 | 32 | |
| 534 | item | U16 | 1117 | U16 | 16 | |
| 535 | Item | Log_Event | 0 | 112 | ||
| 536 | ||||||
| 537 | Comment | Packet with 10 U32s | #15 | |||
| 538 | Packet | |||||
| 539 | Identifier | U32packet.1 | 126 | |||
| 540 | Frequency | 0.25 | ||||
| 541 | Offset | 0.3 s | ||||
| 542 | ||||||
| 543 | Header | ID | 8 | |||
| 544 | Header | Sequence | 8 | |||
| 545 | Header | Time | ||||
| 546 | ||||||
| 547 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 548 | item | U32 | 1107 | U32 | 32 | |
| 549 | item | U32 | 1108 | U32 | 32 | |
| 550 | item | U32 | 1109 | U32 | 32 | |
| 551 | item | U32 | 1110 | U32 | 32 | |
| 552 | item | U32 | 1111 | U32 | 32 | |
| 553 | item | U32 | 1112 | U32 | 32 | |
| 554 | item | U32 | 1113 | U32 | 32 | |
| 555 | item | U32 | 1114 | U32 | 32 | |
| 556 | item | U32 | 1115 | U32 | 32 | |
| 557 | item | U32 | 1116 | U32 | 32 | |
| 558 | item | U16 | 1117 | U16 | 16 | |
| 559 | Item | Log_Event | 0 | 112 | ||
| 560 | ||||||
| 561 | Comment | Packet with 10 U32s | #16 | |||
| 562 | Packet | |||||
| 563 | Identifier | U32packet.1 | 127 | |||
| 564 | Frequency | 1 | ||||
| 565 | Offset | 0 | ||||
| 566 | ||||||
| 567 | Header | ID | 8 | |||
| 568 | Header | Sequence | 8 | |||
| 569 | Header | Time | ||||
| 570 | ||||||
| 571 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 572 | item | U32 | 1107 | U32 | 32 | |
| 573 | item | U32 | 1108 | U32 | 32 | |
| 574 | item | U32 | 1109 | U32 | 32 | |
| 575 | item | U32 | 1110 | U32 | 32 | |
| 576 | item | U32 | 1111 | U32 | 32 | |
| 577 | item | U32 | 1112 | U32 | 32 | |
| 578 | item | U32 | 1113 | U32 | 32 | |
| 579 | item | U32 | 1114 | U32 | 32 | |
| 580 | item | U32 | 1115 | U32 | 32 | |
| 581 | item | U32 | 1116 | U32 | 32 | |
| 582 | item | U16 | 1117 | U16 | 16 | |
| 583 | Item | Log_Event | 0 | 112 | ||
| 584 | ||||||
| 585 | Comment | Packet with 10 U32s | #17 | |||
| 586 | Packet | |||||
| 587 | Identifier | U32packet.1 | 128 | |||
| 588 | Frequency | 2 | ||||
| 589 | Offset | 0 | ||||
| 590 | ||||||
| 591 | Header | ID | 8 | |||
| 592 | Header | Sequence | 8 | |||
| 593 | Header | Time | ||||
| 594 | ||||||
| 595 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 596 | item | U32 | 1107 | U32 | 32 | |
| 597 | item | U32 | 1108 | U32 | 32 | |
| 598 | item | U32 | 1109 | U32 | 32 | |
| 599 | item | U32 | 1110 | U32 | 32 | |
| 600 | item | U32 | 1111 | U32 | 32 | |
| 601 | item | U32 | 1112 | U32 | 32 | |
| 602 | item | U32 | 1113 | U32 | 32 | |
| 603 | item | U32 | 1114 | U32 | 32 | |
| 604 | item | U32 | 1115 | U32 | 32 | |
| 605 | item | U32 | 1116 | U32 | 32 | |
| 606 | item | U16 | 1117 | U16 | 16 | |
| 607 | Item | Log_Event | 0 | 112 | ||
| 608 | ||||||
| 609 | Comment | Packet with 10 U32s | #18 | |||
| 610 | Packet | |||||
| 611 | Identifier | U32packet.1 | 129 | |||
| 612 | Frequency | 5 | ||||
| 613 | Offset | 0 | ||||
| 614 | ||||||
| 615 | Header | ID | 8 | |||
| 616 | Header | Sequence | 8 | |||
| 617 | Header | Time | ||||
| 618 | ||||||
| 619 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 620 | item | U32 | 1107 | U32 | 32 | |
| 621 | item | U32 | 1108 | U32 | 32 | |
| 622 | item | U32 | 1109 | U32 | 32 | |
| 623 | item | U32 | 1110 | U32 | 32 | |
| 624 | item | U32 | 1111 | U32 | 32 | |
| 625 | item | U32 | 1112 | U32 | 32 | |
| 626 | item | U32 | 1113 | U32 | 32 | |
| 627 | item | U32 | 1114 | U32 | 32 | |
| 628 | item | U32 | 1115 | U32 | 32 | |
| 629 | item | U32 | 1116 | U32 | 32 | |
| 630 | item | U16 | 1117 | U16 | 16 | |
| 631 | Item | Log_Event | 0 | 112 | ||
| 632 | ||||||
| 633 | Comment | Packet with 10 U32s | #19 | |||
| 634 | Packet | |||||
| 635 | Identifier | U32packet.1 | 130 | |||
| 636 | Frequency | 0.5 | ||||
| 637 | Offset | 6 | ||||
| 638 | Channel | 18 | ||||
| 639 | ||||||
| 640 | Header | ID | 8 | |||
| 641 | Header | Sequence | 8 | |||
| 642 | Header | Time | ||||
| 643 | ||||||
| 644 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 645 | item | U32 | 1107 | U32 | 32 | |
| 646 | item | U32 | 1108 | U32 | 32 | |
| 647 | item | U32 | 1109 | U32 | 32 | |
| 648 | item | U32 | 1110 | U32 | 32 | |
| 649 | item | U32 | 1111 | U32 | 32 | |
| 650 | item | U32 | 1112 | U32 | 32 | |
| 651 | item | U32 | 1113 | U32 | 32 | |
| 652 | item | U32 | 1114 | U32 | 32 | |
| 653 | item | U32 | 1115 | U32 | 32 | |
| 654 | item | U32 | 1116 | U32 | 32 | |
| 655 | item | U16 | 1117 | U16 | 16 | |
| 656 | Item | Log_Event | 0 | 112 | ||
| 657 | ||||||
| 658 | Comment | Packet with all numeric types | #20 | |||
| 659 | Packet | |||||
| 660 | Identifier | U32packet.1 | 131 | |||
| 661 | Frequency | 0.25 | ||||
| 662 | Offset | 0 | ||||
| 663 | ||||||
| 664 | Header | ID | 8 | |||
| 665 | Header | Sequence | 8 | |||
| 666 | Header | Time | ||||
| 667 | ||||||
| 668 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 669 | item | U32 | 1107 | U32 | 32 | |
| 670 | item | U32 | 1108 | U32 | 32 | |
| 671 | item | U32 | 1109 | U32 | 32 | |
| 672 | item | U32 | 1110 | U32 | 32 | |
| 673 | item | U32 | 1111 | U32 | 32 | |
| 674 | item | U32 | 1112 | U32 | 32 | |
| 675 | item | U32 | 1113 | U32 | 32 | |
| 676 | item | U32 | 1114 | U32 | 32 | |
| 677 | item | U32 | 1115 | U32 | 32 | |
| 678 | item | U32 | 1116 | U32 | 32 | |
| 679 | item | U16 | 1117 | U16 | 16 | |
| 680 | Item | Log_Event | 0 | 112 | ||
| 681 | ||||||
| 682 | Comment | Packet with 10 U32s | #21 | |||
| 683 | Packet | |||||
| 684 | Identifier | U32packet.1 | 132 | |||
| 685 | ||||||
| 686 | Header | ID | 8 | |||
| 687 | Header | Sequence | 8 | |||
| 688 | Header | Time | ||||
| 689 | ||||||
| 690 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 691 | item | U32 | 1107 | U32 | 32 | |
| 692 | item | U32 | 1108 | U32 | 32 | |
| 693 | item | U32 | 1109 | U32 | 32 | |
| 694 | item | U32 | 1110 | U32 | 32 | |
| 695 | item | U32 | 1111 | U32 | 32 | |
| 696 | item | U32 | 1112 | U32 | 32 | |
| 697 | item | U32 | 1113 | U32 | 32 | |
| 698 | item | U32 | 1114 | U32 | 32 | |
| 699 | item | U32 | 1115 | U32 | 32 | |
| 700 | item | U32 | 1116 | U32 | 32 | |
| 701 | item | U16 | 1117 | U16 | 16 | |
| 702 | Item | Log_Event | 0 | 112 | ||
| 703 | ||||||
| 704 | Comment | Packet with 10 U32s | #22 | |||
| 705 | Packet | |||||
| 706 | Identifier | U32packet.1 | 133 | |||
| 707 | ||||||
| 708 | Header | ID | 8 | |||
| 709 | Header | Sequence | 8 | |||
| 710 | Header | Time | ||||
| 711 | ||||||
| 712 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 713 | item | U32 | 1107 | U32 | 32 | |
| 714 | item | U32 | 1108 | U32 | 32 | |
| 715 | item | U32 | 1109 | U32 | 32 | |
| 716 | item | U32 | 1110 | U32 | 32 | |
| 717 | item | U32 | 1111 | U32 | 32 | |
| 718 | item | U32 | 1112 | U32 | 32 | |
| 719 | item | U32 | 1113 | U32 | 32 | |
| 720 | item | U32 | 1114 | U32 | 32 | |
| 721 | item | U32 | 1115 | U32 | 32 | |
| 722 | item | U32 | 1116 | U32 | 32 | |
| 723 | item | U16 | 1117 | U16 | 16 | |
| 724 | Item | Log_Event | 0 | 112 | ||
| 725 | ||||||
| 726 | Comment | Packet with 10 U32s | #23 | |||
| 727 | Packet | |||||
| 728 | Identifier | U32packet.1 | 134 | |||
| 729 | ||||||
| 730 | Header | ID | 8 | |||
| 731 | Header | Sequence | 8 | |||
| 732 | Header | Time | ||||
| 733 | ||||||
| 734 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 735 | item | U32 | 1107 | U32 | 32 | |
| 736 | item | U32 | 1108 | U32 | 32 | |
| 737 | item | U32 | 1109 | U32 | 32 | |
| 738 | item | U32 | 1110 | U32 | 32 | |
| 739 | item | U32 | 1111 | U32 | 32 | |
| 740 | item | U32 | 1112 | U32 | 32 | |
| 741 | item | U32 | 1113 | U32 | 32 | |
| 742 | item | U32 | 1114 | U32 | 32 | |
| 743 | item | U32 | 1115 | U32 | 32 | |
| 744 | item | U32 | 1116 | U32 | 32 | |
| 745 | item | U16 | 1117 | U16 | 16 | |
| 746 | Item | Log_Event | 0 | 112 | ||
| 747 | ||||||
| 748 | Comment | Packet with 10 U32s | #24 | |||
| 749 | Packet | |||||
| 750 | Identifier | U32packet.1 | 135 | |||
| 751 | ||||||
| 752 | Header | ID | 8 | |||
| 753 | Header | Sequence | 8 | |||
| 754 | Header | Time | ||||
| 755 | ||||||
| 756 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 757 | item | U32 | 1107 | U32 | 32 | |
| 758 | item | U32 | 1108 | U32 | 32 | |
| 759 | item | U32 | 1109 | U32 | 32 | |
| 760 | item | U32 | 1110 | U32 | 32 | |
| 761 | item | U32 | 1111 | U32 | 32 | |
| 762 | item | U32 | 1112 | U32 | 32 | |
| 763 | item | U32 | 1113 | U32 | 32 | |
| 764 | item | U32 | 1114 | U32 | 32 | |
| 765 | item | U32 | 1115 | U32 | 32 | |
| 766 | item | U32 | 1116 | U32 | 32 | |
| 767 | item | U16 | 1117 | U16 | 16 | |
| 768 | Item | Log_Event | 0 | 112 | ||
| 769 | ||||||
| 770 | Comment | Packet with 10 U32s | #25 | |||
| 771 | Packet | |||||
| 772 | Identifier | U32packet.1 | 136 | |||
| 773 | ||||||
| 774 | Header | ID | 8 | |||
| 775 | Header | Sequence | 8 | |||
| 776 | Header | Time | ||||
| 777 | ||||||
| 778 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 779 | item | U32 | 1107 | U32 | 32 | |
| 780 | item | U32 | 1108 | U32 | 32 | |
| 781 | item | U32 | 1109 | U32 | 32 | |
| 782 | item | U32 | 1110 | U32 | 32 | |
| 783 | item | U32 | 1111 | U32 | 32 | |
| 784 | item | U32 | 1112 | U32 | 32 | |
| 785 | item | U32 | 1113 | U32 | 32 | |
| 786 | item | U32 | 1114 | U32 | 32 | |
| 787 | item | U32 | 1115 | U32 | 32 | |
| 788 | item | U32 | 1116 | U32 | 32 | |
| 789 | item | U16 | 1117 | U16 | 16 | |
| 790 | Item | Log_Event | 0 | 112 | ||
| 791 | ||||||
| 792 | Comment | Packet with 10 U32s | #26 | |||
| 793 | Packet | |||||
| 794 | Identifier | U32packet.1 | 137 | |||
| 795 | ||||||
| 796 | Header | ID | 8 | |||
| 797 | Header | Sequence | 8 | |||
| 798 | Header | Time | ||||
| 799 | ||||||
| 800 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 801 | item | U32 | 1107 | U32 | 32 | |
| 802 | item | U32 | 1108 | U32 | 32 | |
| 803 | item | U32 | 1109 | U32 | 32 | |
| 804 | item | U32 | 1110 | U32 | 32 | |
| 805 | item | U32 | 1111 | U32 | 32 | |
| 806 | item | U32 | 1112 | U32 | 32 | |
| 807 | item | U32 | 1113 | U32 | 32 | |
| 808 | item | U32 | 1114 | U32 | 32 | |
| 809 | item | U32 | 1115 | U32 | 32 | |
| 810 | item | U32 | 1116 | U32 | 32 | |
| 811 | item | U16 | 1117 | U16 | 16 | |
| 812 | Item | Log_Event | 0 | 112 | ||
| 813 | ||||||
| 814 | Comment | Packet with 10 U32s | #27 | |||
| 815 | Packet | |||||
| 816 | Identifier | U32packet.1 | 138 | |||
| 817 | ||||||
| 818 | Header | ID | 8 | |||
| 819 | Header | Sequence | 8 | |||
| 820 | Header | Time | ||||
| 821 | ||||||
| 822 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 823 | item | U32 | 1107 | U32 | 32 | |
| 824 | item | U32 | 1108 | U32 | 32 | |
| 825 | item | U32 | 1109 | U32 | 32 | |
| 826 | item | U32 | 1110 | U32 | 32 | |
| 827 | item | U32 | 1111 | U32 | 32 | |
| 828 | item | U32 | 1112 | U32 | 32 | |
| 829 | item | U32 | 1113 | U32 | 32 | |
| 830 | item | U32 | 1114 | U32 | 32 | |
| 831 | item | U32 | 1115 | U32 | 32 | |
| 832 | item | U32 | 1116 | U32 | 32 | |
| 833 | item | U16 | 1117 | U16 | 16 | |
| 834 | Item | Log_Event | 0 | 112 | ||
| 835 | ||||||
| 836 | Comment | Packet with 10 U32s | #28 | |||
| 837 | Packet | |||||
| 838 | Identifier | U32packet.1 | 139 | |||
| 839 | ||||||
| 840 | Header | ID | 8 | |||
| 841 | Header | Sequence | 8 | |||
| 842 | Header | Time | ||||
| 843 | ||||||
| 844 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 845 | item | U32 | 1107 | U32 | 32 | |
| 846 | item | U32 | 1108 | U32 | 32 | |
| 847 | item | U32 | 1109 | U32 | 32 | |
| 848 | item | U32 | 1110 | U32 | 32 | |
| 849 | item | U32 | 1111 | U32 | 32 | |
| 850 | item | U32 | 1112 | U32 | 32 | |
| 851 | item | U32 | 1113 | U32 | 32 | |
| 852 | item | U32 | 1114 | U32 | 32 | |
| 853 | item | U32 | 1115 | U32 | 32 | |
| 854 | item | U32 | 1116 | U32 | 32 | |
| 855 | item | U16 | 1117 | U16 | 16 | |
| 856 | Item | Log_Event | 0 | 112 | ||
| 857 | ||||||
| 858 | Comment | Packet with 10 U32s | #29 | |||
| 859 | Packet | |||||
| 860 | Identifier | U32packet.1 | 140 | |||
| 861 | ||||||
| 862 | Header | ID | 8 | |||
| 863 | Header | Sequence | 8 | |||
| 864 | Header | Time | ||||
| 865 | ||||||
| 866 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 867 | item | U32 | 1107 | U32 | 32 | |
| 868 | item | U32 | 1108 | U32 | 32 | |
| 869 | item | U32 | 1109 | U32 | 32 | |
| 870 | item | U32 | 1110 | U32 | 32 | |
| 871 | item | U32 | 1111 | U32 | 32 | |
| 872 | item | U32 | 1112 | U32 | 32 | |
| 873 | item | U32 | 1113 | U32 | 32 | |
| 874 | item | U32 | 1114 | U32 | 32 | |
| 875 | item | U32 | 1115 | U32 | 32 | |
| 876 | item | U32 | 1116 | U32 | 32 | |
| 877 | item | U16 | 1117 | U16 | 16 | |
| 878 | Item | Log_Event | 0 | 112 | ||
| 879 | ||||||
| 880 | Comment | Packet with 10 U32s | #30 | |||
| 881 | Packet | |||||
| 882 | Identifier | U32packet.1 | 141 | Aperiodic Test Packet without EVR | ||
| 883 | ||||||
| 884 | Header | ID | 8 | |||
| 885 | Header | Sequence | 8 | |||
| 886 | Header | Time | ||||
| 887 | ||||||
| 888 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 889 | item | U32 | 1200 | U32 | 32 | |
| 890 | item | U32 | 1201 | U32 | 32 | |
| 891 | item | U32 | 1202 | U32 | 32 | |
| 892 | item | U32 | 1203 | U32 | 32 | |
| 893 | item | U32 | 1204 | U32 | 32 | |
| 894 | item | U32 | 1205 | U32 | 32 | |
| 895 | item | U32 | 1206 | U32 | 32 | |
| 896 | item | U32 | 1207 | U32 | 32 | |
| 897 | item | U32 | 1208 | U32 | 32 | |
| 898 | item | U32 | 1209 | U32 | 32 | |
| 899 | item | U16 | 1210 | U32 | 32 | |
| 900 | item | U32 | 1211 | U32 | 32 | |
| 901 | item | U32 | 1212 | U32 | 32 | |
| 902 | item | U32 | 1213 | U32 | 32 | |
| 903 | ||||||
| 904 | Comment | Packet with 10 U32s | #31 | |||
| 905 | Packet | |||||
| 906 | Identifier | U32packet.1 | 142 | |||
| 907 | ||||||
| 908 | Header | ID | 8 | |||
| 909 | Header | Sequence | 8 | |||
| 910 | Header | Time | ||||
| 911 | ||||||
| 912 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 913 | item | U32 | 1214 | U32 | 32 | |
| 914 | item | U32 | 1215 | U32 | 32 | |
| 915 | item | U32 | 1216 | U32 | 32 | |
| 916 | item | U32 | 1217 | U32 | 32 | |
| 917 | item | U32 | 1218 | U32 | 32 | |
| 918 | item | U32 | 1219 | U32 | 32 | |
| 919 | item | U32 | 1220 | U32 | 32 | |
| 920 | item | U32 | 1221 | U32 | 32 | |
| 921 | item | U32 | 1222 | U32 | 32 | |
| 922 | item | U32 | 1223 | U32 | 32 | |
| 923 | item | U16 | 1224 | U16 | 16 | |
| 924 | Item | Log_Event | 0 | 112 | ||
| 925 | ||||||
| 926 | Comment | Packet with 10 U32s | #32 | |||
| 927 | Packet | |||||
| 928 | Identifier | U32packet.1 | 143 | Test Packet without EVR | ||
| 929 | ||||||
| 930 | Header | ID | 8 | |||
| 931 | Header | Sequence | 8 | |||
| 932 | Header | Time | ||||
| 933 | ||||||
| 934 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 935 | item | U32 | 1225 | U32 | 32 | |
| 936 | item | U32 | 1226 | U32 | 32 | |
| 937 | item | U32 | 1227 | U32 | 32 | |
| 938 | item | U32 | 1228 | U32 | 32 | |
| 939 | item | U32 | 1229 | U32 | 32 | |
| 940 | item | U32 | 1230 | U32 | 32 | |
| 941 | item | U32 | 1231 | U32 | 32 | |
| 942 | item | U32 | 1232 | U32 | 32 | |
| 943 | item | U32 | 1233 | U32 | 32 | |
| 944 | item | U32 | 1234 | U32 | 32 | |
| 945 | item | U16 | 1235 | U32 | 32 | |
| 946 | item | U32 | 1236 | U32 | 32 | |
| 947 | item | U32 | 1237 | U32 | 32 | |
| 948 | item | U32 | 1238 | U32 | 32 | |
| 949 | ||||||
| 950 | Comment | Packet with 10 U32s | #33 | |||
| 951 | Packet | |||||
| 952 | Identifier | U32packet.1 | 144 | |||
| 953 | ||||||
| 954 | Header | ID | 8 | |||
| 955 | Header | Sequence | 8 | |||
| 956 | Header | Time | ||||
| 957 | ||||||
| 958 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 959 | item | U32 | 1214 | U32 | 32 | |
| 960 | item | U32 | 1215 | U32 | 32 | |
| 961 | item | U32 | 1216 | U32 | 32 | |
| 962 | item | U32 | 1217 | U32 | 32 | |
| 963 | item | U32 | 1218 | U32 | 32 | |
| 964 | item | U32 | 1219 | U32 | 32 | |
| 965 | item | U32 | 1220 | U32 | 32 | |
| 966 | item | U32 | 1221 | U32 | 32 | |
| 967 | item | U32 | 1222 | U32 | 32 | |
| 968 | item | U32 | 1223 | U32 | 32 | |
| 969 | item | U16 | 1224 | U16 | 16 | |
| 970 | Item | Log_Event | 0 | 112 | ||
| 971 | ||||||
| 972 | ||||||
| 973 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #34 | |||
| 974 | Packet | |||||
| 975 | Identifier | U64packet | 200 | |||
| 976 | ||||||
| 977 | Header | ID | 8 | |||
| 978 | Header | Sequence | 8 | |||
| 979 | Header | Time | ||||
| 980 | ||||||
| 981 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 982 | item | U64 | 12288 | U64 | 64 | TOTALFF3MSG1 / 0x3000 |
| 983 | item | U64 | 12289 | U64 | 64 | TOTALFF3MSG2 / 0x3001 |
| 984 | item | U64 | 12290 | U64 | 64 | TOTALFF3MSG3 / 0x3002 |
| 985 | item | U64 | 12291 | U64 | 64 | TOTALFF3MSG4 / 0x3003 |
| 986 | item | U64 | 12292 | U64 | 64 | TOTALFF3MSG5 / 0x3004 |
| 987 | item | U64 | 12293 | U64 | 64 | TOTALFF3MSG6 / 0x3005 |
| 988 | ||||||
| 989 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #35 | |||
| 990 | Packet | |||||
| 991 | Identifier | U64packet | 201 | |||
| 992 | ||||||
| 993 | Header | ID | 8 | |||
| 994 | Header | Sequence | 8 | |||
| 995 | Header | Time | ||||
| 996 | ||||||
| 997 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 998 | item | U64 | 12294 | U64 | 64 | TOTALFF3MSG7 / 0x3006 |
| 999 | item | U64 | 12295 | U64 | 64 | TOTALFF3MSG8 / 0x3007 |
| 1000 | item | U64 | 12296 | U64 | 64 | TOTALFF3MSG9 / 0x3008 |
| 1001 | item | U64 | 12297 | U64 | 64 | TOTALFF3MSG10 / 0x3009 |
| 1002 | item | U64 | 12298 | U64 | 64 | TOTALFF3MSG11 / 0x300A |
| 1003 | item | U64 | 12299 | U64 | 64 | TOTALFF3MSG12 / 0x300B |
| 1004 | ||||||
| 1005 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #36 | |||
| 1006 | Packet | |||||
| 1007 | Identifier | U64packet | 202 | |||
| 1008 | ||||||
| 1009 | Header | ID | 8 | |||
| 1010 | Header | Sequence | 8 | |||
| 1011 | Header | Time | ||||
| 1012 | ||||||
| 1013 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1014 | item | U64 | 12300 | U64 | 64 | TOTALFF3MSG13 / 0x300C |
| 1015 | item | U64 | 12301 | U64 | 64 | TOTALFF3MSG14 / 0x300D |
| 1016 | item | U64 | 12302 | U64 | 64 | TOTALFF3MSG15 / 0x300E |
| 1017 | item | U64 | 12303 | U64 | 64 | TOTALFF3MSG16 / 0x300F |
| 1018 | item | U64 | 12304 | U64 | 64 | TOTALFF3MSG17 / 0x3010 |
| 1019 | item | U64 | 12305 | U64 | 64 | TOTALFF3MSG18 / 0x3011 |
| 1020 | ||||||
| 1021 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #37 | |||
| 1022 | Packet | |||||
| 1023 | Identifier | U64packet | 203 | |||
| 1024 | ||||||
| 1025 | Header | ID | 8 | |||
| 1026 | Header | Sequence | 8 | |||
| 1027 | Header | Time | ||||
| 1028 | ||||||
| 1029 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1030 | item | U64 | 12306 | U64 | 64 | TOTALFF3MSG19 / 0x3012 |
| 1031 | item | U64 | 12307 | U64 | 64 | TOTALFF3MSG20 / 0x3013 |
| 1032 | item | U64 | 12308 | U64 | 64 | TOTALFF3MSG21 / 0x3014 |
| 1033 | item | U64 | 12309 | U64 | 64 | TOTALFF3MSG22 / 0x3015 |
| 1034 | item | U64 | 12310 | U64 | 64 | TOTALFF3MSG23 / 0x3016 |
| 1035 | item | U64 | 12311 | U64 | 64 | TOTALFF3MSG24 / 0x3017 |
| 1036 | ||||||
| 1037 | Comment | Packet with 5 U64s for Telemetry Collector Stats | #38 | |||
| 1038 | Packet | |||||
| 1039 | Identifier | U64packet | 204 | |||
| 1040 | ||||||
| 1041 | Header | ID | 8 | |||
| 1042 | Header | Sequence | 8 | |||
| 1043 | Header | Time | ||||
| 1044 | ||||||
| 1045 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1046 | item | U64 | 12312 | U64 | 64 | TOTALFF3MSG25 / 0x3018 |
| 1047 | item | U64 | 12313 | U64 | 64 | TOTALFF3MSG26 / 0x3019 |
| 1048 | item | U64 | 12314 | U64 | 64 | TOTALFF3MSG27 / 0x301A |
| 1049 | item | U64 | 12315 | U64 | 64 | TOTALFF3MSG28 / 0x301B |
| 1050 | item | U64 | 12316 | U64 | 64 | TOTALFF3MSG29 / 0x301C |
| 1051 | ||||||
| 1052 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #39 | |||
| 1053 | Packet | |||||
| 1054 | Identifier | U64packet | 205 | |||
| 1055 | ||||||
| 1056 | Header | ID | 8 | |||
| 1057 | Header | Sequence | 8 | |||
| 1058 | Header | Time | ||||
| 1059 | ||||||
| 1060 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1061 | item | U64 | 12317 | U64 | 64 | TOTALISFTELMMSG1 / 0x301D |
| 1062 | item | U64 | 12318 | U64 | 64 | TOTALISFTELMMSG2 / 0x301E |
| 1063 | item | U64 | 12319 | U64 | 64 | TOTALISFTELMMSG3 / 0x301F |
| 1064 | item | U64 | 12320 | U64 | 64 | TOTALISFTELMMSG4 / 0x3020 |
| 1065 | item | U64 | 12321 | U64 | 64 | TOTALISFTELMMSG5 / 0x3021 |
| 1066 | item | U64 | 12322 | U64 | 64 | TOTALISFTELMMSG6 / 0x3022 |
| 1067 | ||||||
| 1068 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #40 | |||
| 1069 | Packet | |||||
| 1070 | Identifier | U64packet | 206 | |||
| 1071 | ||||||
| 1072 | Header | ID | 8 | |||
| 1073 | Header | Sequence | 8 | |||
| 1074 | Header | Time | ||||
| 1075 | ||||||
| 1076 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1077 | item | U64 | 12323 | U64 | 64 | TOTALISFTELMMSG7 / 0x3023 |
| 1078 | item | U64 | 12324 | U64 | 64 | TOTALISFTELMMSG8 / 0x3024 |
| 1079 | item | U64 | 12325 | U64 | 64 | TOTALISFTELMMSG9 / 0x3025 |
| 1080 | item | U64 | 12326 | U64 | 64 | TOTALISFTELMMSG10 / 0x3026 |
| 1081 | item | U64 | 12327 | U64 | 64 | TOTALISFTELMMSG11 / 0x3027 |
| 1082 | item | U64 | 12328 | U64 | 64 | TOTALISFTELMMSG12 / 0x3028 |
| 1083 | ||||||
| 1084 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #41 | |||
| 1085 | Packet | |||||
| 1086 | Identifier | U64packet | 207 | |||
| 1087 | ||||||
| 1088 | Header | ID | 8 | |||
| 1089 | Header | Sequence | 8 | |||
| 1090 | Header | Time | ||||
| 1091 | ||||||
| 1092 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1093 | item | U64 | 12329 | U64 | 64 | TOTALISFTELMMSG13 / 0x3029 |
| 1094 | item | U64 | 12330 | U64 | 64 | TOTALISFTELMMSG14 / 0x302A |
| 1095 | item | U64 | 12331 | U64 | 64 | TOTALISFTELMMSG15 / 0x302B |
| 1096 | item | U64 | 12332 | U64 | 64 | TOTALISFTELMMSG16 / 0x302C |
| 1097 | item | U64 | 12333 | U64 | 64 | TOTALISFTELMMSG17 / 0x302D |
| 1098 | item | U64 | 12334 | U64 | 64 | TOTALISFTELMMSG18 / 0x302E |
| 1099 | ||||||
| 1100 | Comment | Packet with 6 U64s for Telemetry Collector Stats | #42 | |||
| 1101 | Packet | |||||
| 1102 | Identifier | U64packet | 208 | |||
| 1103 | ||||||
| 1104 | Header | ID | 8 | |||
| 1105 | Header | Sequence | 8 | |||
| 1106 | Header | Time | ||||
| 1107 | ||||||
| 1108 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1109 | item | U64 | 12335 | U64 | 64 | TOTALISFTELMMSG19 / 0x302F |
| 1110 | item | U64 | 12336 | U64 | 64 | TOTALISFTELMMSG20 / 0x3030 |
| 1111 | item | U64 | 12337 | U64 | 64 | TOTALISFTELMMSG21 / 0x3031 |
| 1112 | item | U64 | 12338 | U64 | 64 | TOTALISFTELMMSG22 / 0x3032 |
| 1113 | item | U64 | 12339 | U64 | 64 | TOTALISFTELMMSG23 / 0x3033 |
| 1114 | item | U64 | 12340 | U64 | 64 | TOTALISFTELMMSG24 / 0x3034 |
| 1115 | ||||||
| 1116 | Comment | Packet with 5 U64s for Telemetry Collector Stats | #43 | |||
| 1117 | Packet | |||||
| 1118 | Identifier | U64packet | 209 | |||
| 1119 | ||||||
| 1120 | Header | ID | 8 | |||
| 1121 | Header | Sequence | 8 | |||
| 1122 | Header | Time | ||||
| 1123 | ||||||
| 1124 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1125 | item | U64 | 12341 | U64 | 64 | TOTALISFTELMMSG25 / 0x3035 |
| 1126 | item | U64 | 12342 | U64 | 64 | TOTALISFTELMMSG26 / 0x3036 |
| 1127 | item | U64 | 12343 | U64 | 64 | TOTALISFTELMMSG27 / 0x3037 |
| 1128 | item | U64 | 12344 | U64 | 64 | TOTALISFTELMMSG28 / 0x3038 |
| 1129 | item | U64 | 12345 | U64 | 64 | TOTALISFTELMMSG29 / 0x3039 |
| 1130 | ||||||
| 1131 | Comment | Packet with3 U64s for Telemetry Collector Stats | #44 | |||
| 1132 | Packet | |||||
| 1133 | Identifier | U64packet | 210 | |||
| 1134 | ||||||
| 1135 | Header | ID | 8 | |||
| 1136 | Header | Sequence | 8 | |||
| 1137 | Header | Time | ||||
| 1138 | ||||||
| 1139 | Comment | Mnemonic | Tlm DB identifier | Tlm DB data type | Bits | Comment / description |
| 1140 | item | U64 | 12346 | U64 | 64 | TOTALISFLOGEVENTMSG / 0x303A |
| 1141 | item | U64 | 12347 | U64 | 64 | TOTALQUEUEFULL / 0x303B |
| 1142 | item | U64 | 12348 | U64 | 64 | TOTALFF3MSG / 0X303C |