Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions flytrex/diagnostics/bms/21000.TCAData.uavcan
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Propulsion Controller: Diagnostic Open Loop Data for automated end-of-line testing

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it's not the right comment.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes...Done


int32 dut_vbat_raw # Device under test VBAT
int32 dut_vchg_raw # Device under test VCHG
uint32 dut_cut_raw # Device under test CUT
Copy link

@grisharevzin grisharevzin Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep this one int32 as well, also it's supposed to be dut_cur_raw instead of 'cut'.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

uint32 n_ble_cmds_transmitted # Amount of sent BLE commands
int16 bq_voltage_scale # BQ voltage scale
int16 bq_current_scale # BQ current scale
bool button_depressed # Is the button pressed down?
bool can_wake_detected # Is CAN_WAKE detected?
bool cc_eeprom_nominal # Is EEPROM operational?
Loading