|
152 | 152 | "podUnits": "m", |
153 | 153 | "displayUnits": "mm" |
154 | 154 | }, |
| 155 | + |
155 | 156 | { |
156 | 157 | "id": "local_airgap_3", |
157 | 158 | "name": "Airgap 3", |
158 | 159 | "type": "float32", |
159 | 160 | "podUnits": "m", |
160 | 161 | "displayUnits": "mm" |
161 | 162 | }, |
| 163 | + |
162 | 164 | { |
163 | 165 | "id": "local_airgap_4", |
164 | 166 | "name": "Airgap 4", |
|
201 | 203 | "name": "Fe 0", |
202 | 204 | "type": "float32" |
203 | 205 | }, |
| 206 | + |
204 | 207 | { |
205 | 208 | "id": "Fe_1", |
206 | 209 | "name": "Fe 1", |
|
291 | 294 | "name": "Zz 1", |
292 | 295 | "type": "float32" |
293 | 296 | }, |
| 297 | + |
294 | 298 | { |
295 | 299 | "id": "Zz_2", |
296 | 300 | "name": "Zz 2", |
|
333 | 337 | "name": "A 3", |
334 | 338 | "type": "float32" |
335 | 339 | }, |
| 340 | + |
336 | 341 | { |
337 | 342 | "id": "A_4", |
338 | 343 | "name": "A 4", |
|
399 | 404 | "id": "random_period_ms", |
400 | 405 | "name": "Random Period (ms)", |
401 | 406 | "type": "uint32" |
| 407 | + }, |
| 408 | + { |
| 409 | + "id": "loop_total_us", |
| 410 | + "name": "Loop Total (us)", |
| 411 | + "type": "uint32" |
| 412 | + }, |
| 413 | + { |
| 414 | + "id": "loop_total_max_us", |
| 415 | + "name": "Loop Total Max (us)", |
| 416 | + "type": "uint32" |
| 417 | + }, |
| 418 | + { |
| 419 | + "id": "communications_us", |
| 420 | + "name": "Communications Update (us)", |
| 421 | + "type": "uint32" |
| 422 | + }, |
| 423 | + { |
| 424 | + "id": "fault_check_us", |
| 425 | + "name": "Fault Check (us)", |
| 426 | + "type": "uint32" |
| 427 | + }, |
| 428 | + { |
| 429 | + "id": "state_machine_us", |
| 430 | + "name": "State Machine Update (us)", |
| 431 | + "type": "uint32" |
| 432 | + }, |
| 433 | + { |
| 434 | + "id": "scheduler_us", |
| 435 | + "name": "Scheduler Update (us)", |
| 436 | + "type": "uint32" |
| 437 | + }, |
| 438 | + { |
| 439 | + "id": "mdma_us", |
| 440 | + "name": "MDMA Update (us)", |
| 441 | + "type": "uint32" |
| 442 | + }, |
| 443 | + { |
| 444 | + "id": "protections_us", |
| 445 | + "name": "Protections Evaluate (us)", |
| 446 | + "type": "uint32" |
| 447 | + }, |
| 448 | + { |
| 449 | + "id": "diagnostics_us", |
| 450 | + "name": "Diagnostics Flush (us)", |
| 451 | + "type": "uint32" |
| 452 | + }, |
| 453 | + { |
| 454 | + "id": "sensor_update_us", |
| 455 | + "name": "Sensor Update (us)", |
| 456 | + "type": "uint32" |
| 457 | + }, |
| 458 | + { |
| 459 | + "id": "dpc_period_us", |
| 460 | + "name": "DPC Period (us)", |
| 461 | + "type": "uint32" |
| 462 | + }, |
| 463 | + { |
| 464 | + "id": "dpc_period_max_us", |
| 465 | + "name": "DPC Period Max (us)", |
| 466 | + "type": "uint32" |
| 467 | + }, |
| 468 | + { |
| 469 | + "id": "dpc_total_us", |
| 470 | + "name": "DPC Total (us)", |
| 471 | + "type": "uint32" |
| 472 | + }, |
| 473 | + { |
| 474 | + "id": "dpc_total_max_us", |
| 475 | + "name": "DPC Total Max (us)", |
| 476 | + "type": "uint32" |
| 477 | + }, |
| 478 | + { |
| 479 | + "id": "dpc_inference_us", |
| 480 | + "name": "DPC Inference (us)", |
| 481 | + "type": "uint32" |
| 482 | + }, |
| 483 | + { |
| 484 | + "id": "dpc_inference_max_us", |
| 485 | + "name": "DPC Inference Max (us)", |
| 486 | + "type": "uint32" |
402 | 487 | } |
403 | 488 | ] |
0 commit comments