File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ ChargeState2
141
141
- 0x0 = Unknown
142
142
- 0x1 = Not Connected
143
143
- 0x2 = Connected
144
- - 0xF = Invalid
144
+ - 0x3 = Invalid
145
145
146
146
- **CS_CE_State **
147
147
@@ -152,7 +152,7 @@ ChargeState2
152
152
- 0x4 = C
153
153
- 0x5 = E
154
154
- 0x6 = EC
155
- - 0xF = Invalid
155
+ - 0x7 = Invalid
156
156
157
157
- **CS_EStop_Reason **
158
158
Original file line number Diff line number Diff line change 1
- VERSION "0.0.1 "
1
+ VERSION "0.0.2 "
2
2
3
3
4
4
NS_ :
@@ -246,8 +246,8 @@ VAL_ 255 PacketId 10 "FirmwareVersion" 11 "GitHash" ;
246
246
VAL_ 17 CC_CCSReady 2 "CCS_EmergencyStop" 1 "CCS_Ready" 0 "CCS_NotReady" ;
247
247
VAL_ 16 CS_SafeStateActive 3 "SNA" 1 "SafeState" 0 "NormalState" ;
248
248
VAL_ 16 CS_EStop_Reason 14 "EmergencyInput" 13 "HVReady_Malfunction" 12 "CE_Malfunction" 11 "ID_Malfunction" 10 "Temp4_Overtemp" 9 "Temp3_Overtemp" 8 "Temp2_Overtemp" 7 "Temp1_Overtemp" 6 "Temp4_Malfunction" 5 "Temp3_Malfunction" 4 "Temp2_Malfunction" 3 "Temp1_Malfunction" 2 "ComTimeout" 1 "InternalError" 0 "NoStop" ;
249
- VAL_ 16 CS_ID_State 15 "Invalid" 2 "Connected" 1 "Not Connected" 0 "Unknown" ;
250
- VAL_ 16 CS_CE_State 15 "Invalid" 6 "EC" 5 "E" 4 "C" 3 "B" 2 "B0" 1 "A" 0 "Unknown" ;
249
+ VAL_ 16 CS_ID_State 3 "Invalid" 2 "Connected" 1 "Not Connected" 0 "Unknown" ;
250
+ VAL_ 16 CS_CE_State 7 "Invalid" 6 "EC" 5 "E" 4 "C" 3 "B" 2 "B0" 1 "A" 0 "Unknown" ;
251
251
VAL_ 7 CS_SafeStateReason 18 "EmergencyInput3" 17 "EmergencyInput2" 16 "EmergencyInput1" 15 "HVSW_Malfunction" 14 "CP_DiodeFault" 13 "CP_ShortCircuit" 12 "CP_Malfunction" 11 "PP_Malfunction" 10 "Temp4_Overtemp" 9 "Temp3_Overtemp" 8 "Temp2_Overtemp" 7 "Temp1_Overtemp" 6 "Temp4_Malfunction" 5 "Temp3_Malfunction" 4 "Temp2_Malfunction" 3 "Temp1_Malfunction" 2 "ComTimeout" 1 "InternalError" 0 "NoStop" ;
252
252
VAL_ 7 CS_SafeStateActive 3 "SNA" 1 "SafeState" 0 "NormalState" ;
253
253
VAL_ 7 CS_Estop1ChargingAbort 0 "FALSE" 1 "TRUE" 3 "NotConfigured" ;
You can’t perform that action at this time.
0 commit comments