Skip to content

Commit

Permalink
add status tpdo to c3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Apr 28, 2024
1 parent 88b4ed9 commit cfbfbc8
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions oresat_configs/base/c3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,49 @@ tpdos:
fields:
- [scet]

- num: 2
fields:
- [status]
- [tx_control, enable]
- [mode]
event_timer_ms: 5000

- num: 3
fields:
- [edl, sequence_count]
- [edl, rejected_count]
event_timer_ms: 5000

- num: 4
fields:
- [opd, status]
- [opd, has_fault]
event_timer_ms: 5000

- num: 5
fields:
- [node_manager, total_nodes]
- [node_manager, nodes_off]
- [node_manager, nodes_booting]
- [node_manager, nodes_on]
- [node_manager, nodes_with_errors]
- [node_manager, nodes_not_found]
- [node_manager, nodes_dead]
event_timer_ms: 5000

- num: 6
fields:
- [uhf, rx_packets]
- [uhf, rssi]
event_timer_ms: 5000

- num: 7
fields:
- [lband, rx_packets]
- [lband, rssi]
- [lband, synth_relock_count]
event_timer_ms: 5000

fram:
# DO NOT change this order, only append!
- [status]
Expand Down

0 comments on commit cfbfbc8

Please sign in to comment.