Эх сурвалжийг харах

2022-04-25 / Simon Xue

Action:
1. [Add] DD360 Dispenser add Chiller Tube OTP status code:012332

Files
As the following commit history files
Simon Xue 2 жил өмнө
parent
commit
983b5e3aba

+ 4 - 3
EVSE/Projects/define.h

@@ -1317,7 +1317,7 @@ char AlarmStatusCode[160][6]=
     "012329",   // Psu Can Communication Fault
     "012330",   // Psu Dc to Dc OTP
     "012331",   // Psu Dc to Dc OVP
-    "012332",   // reserved
+    "012332",   // Chiller Tube OTP
     "012333",   // reserved
     "012334",   // reserved
     "012335",   // reserved
@@ -1503,8 +1503,9 @@ struct AlarmCodeData
             unsigned char PsuCanCommFault:1;                        //bit 1
             unsigned char PsuDcDcOtp:1;                             //bit 2
             unsigned char PsuDcDcOvp:1;                             //bit 3
-            unsigned char :4;                                       //reserved bit 4 ~ bit 7
-            //AlarmVal[17]
+			unsigned char ChillerTubeOTP : 1;                       //bit 4
+            unsigned char :3;                                       //reserved bit 5 ~ bit 7
+    //AlarmVal[17]
             unsigned char :8;                                       //reserved bit 0 ~ bit 7
             //AlarmVal[18]
             unsigned char MeterIcCommTimeout:1;                     //bit 0