Skip to content

Commit 29e5e21

Browse files
authored
Merge pull request #115 from yNosGR/v1.1.11
added a few more vars
2 parents c675c42 + 4125f92 commit 29e5e21

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

protocols/pylon/pylon_can.registry_map.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,15 @@ variable name,data type,register,documented name,description,writable,values,uni
2020
,8BIT_FLAGS,x35C,Request Flag,,,"{""b7"":""Charge enable"",""b6"":""Discharge enable"",""b5"":""Request force charge I"",""b4"":""Request force charge II"",""b3"":""Request full charge"",""b2"":""b2"",""b1"":""b1"",""b0"":""b0""}",,
2121
,,,,,,,,
2222
,ASCII,x35E,Manufacturer Name,,,,,
23+
,USHORT_LE,x372,Number of modules ok,,,,,
24+
,USHORT_LE,X372.2,Number of modules blocking charge,,,,,
25+
,USHORT_LE,X372.4,Number of modules blocking discharge,,,,,
26+
,USHORT_LE,X372.6,Number of modules offline,,,,,
27+
,,,,,,,,
28+
,USHORT_LE,x373,min cell voltage,,,,mv,
29+
,USHORT_LE,X373.2,max cell voltage,,,,mv,
30+
,USHORT_LE,X373.4,lowest cell temperature,,,,0.1C,
31+
,USHORT_LE,X373.6,highest cell temperature,,,,0.1C,
32+
,,,,,,,,
33+
,USHORT_LE,x379,installed battery capacity,,,,AH,
34+

0 commit comments

Comments
 (0)