Skip to content
Merged

fix #37

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
4 changes: 2 additions & 2 deletions PCAN_project/hytech.sym
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Sig=chip_id unsigned 4
Sig=max_board_temp signed 16 /u:"Deg C" /f:0.01
Sig=min_cell_temp signed 16 /u:"Deg C" /f:0.01
Sig=max_cell_temp signed 16 /u:"Deg C" /f:0.01
Sig=charging_requested unsigned 8
Sig=acu_state unsigned 8
Sig=overvoltage_error unsigned 1 /u:none // Whether or not the energy meter is reading an over-voltage error.
Sig=undervoltage_error unsigned 1
Sig=total_voltage_high_error unsigned 1
Expand Down Expand Up @@ -702,7 +702,7 @@ Sig=remaining_pack_wh unsigned 24 /u:Wh /f:0.01
[BMS_STATUS]
ID=0DBh
Len=1
Sig=charging_requested 0
Sig=acu_state 0

[BMS_VOLTAGES]
ID=0D7h
Expand Down
Loading