Skip to content

Commit

Permalink
New temp and voltage summary CAN IDs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
diyarajon authored Jun 29, 2024
1 parent 58c1d25 commit 90395b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scripts/CAN/BPS.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ Frequency: Medium - periodically sent at certain frequency. Maybe 1-5 Hz"
Charging Enabled,0x10C,1,0,,"Precision: 1 bit
Data: 0 - charging disabled, 1 - charging enabled
Frequency: Same as Temperature Data Array (1-5 Hz)
Notes: This is a suggestion to Array and Controls on whether or not they should supply power to the battery. If the suggestion is not followed, the BPS may trip"
Notes: This is a suggestion to Array and Controls on whether or not they should supply power to the battery. If the suggestion is not followed, the BPS may trip"
Voltage Summary,0x10D,8,0,,"uint24 pack voltage in mV, uint24 voltage range in mV, uint16 milliseconds since last voltage update: all little endian. 30 Hz"
Temperature Summary,0x10E,8,0,,"int24 average temp in millicelsius, int24 temp range in millicelsius, uint16 milliseconds since last temp update: all little endian 30 Hz"

0 comments on commit 90395b8

Please sign in to comment.