Module_EvTxComm.c 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <stdint.h>
  4. #include <string.h>
  5. #include <fcntl.h>
  6. #include <unistd.h>
  7. #include <time.h>
  8. #include <sys/ioctl.h>
  9. #include <sys/stat.h>
  10. #include <sys/timeb.h>
  11. #include <sys/time.h>
  12. #include <net/if.h>
  13. #include <linux/can.h>
  14. #include <linux/can/raw.h>
  15. #include <signal.h>
  16. #include "../Config.h"
  17. #include "../Log/log.h"
  18. #include "../Define/define.h"
  19. #include "../ShareMemory/shmMem.h"
  20. #include "../SelectGun/SelectGun.h"
  21. #include "Ev_Comm.h"
  22. #include "Module_EvComm.h"
  23. #include "../CSU/main.h"
  24. //------------------------------------------------------------------------------
  25. static struct SysConfigData *pSysConfig = NULL;
  26. static struct SysInfoData *pSysInfo = NULL;
  27. static struct FaultCodeData *pFaultCode = NULL;
  28. static struct AlarmCodeData *pAlarmCode = NULL;
  29. static struct CHAdeMOData *ShmCHAdeMOData = NULL;
  30. static struct GBTData *ShmGBTData = NULL;
  31. static struct CcsData *ShmCcsData = NULL;
  32. static DcCommonInfo *ShmDcCommonData = NULL;
  33. static SelectGunInfo *ShmSelectGunInfo = NULL;
  34. // 限制最大充電電壓,因應不同 type 槍線來限制
  35. // Chademo : 500V, 125A,
  36. // GB : 750, 120A
  37. // CCS : 950V, 120A
  38. //DS60-120 add
  39. //static double chademoVol = 5000;
  40. //static double ccsVol = 9500;
  41. //static double gbVol = 7500;
  42. static float maxChargingVol[2] = {0, 0}; // 限制最大充電電壓,如依照模塊則填上 0
  43. // 限制最大充電電流與能量透過 Web
  44. static float maxChargingCur[2] = {0, 0}; // 限制最大充電電流,如依照模塊則填上 0
  45. static float maxChargingPow = 0; // 限制最大充電能量,如依照模塊則填上 0
  46. static float LogInfo[2][10]; //DS60-120 add
  47. static int CanFd = -1;
  48. bool psuOutputReady[2] = {0, 0};
  49. uint8_t deratingIndex[2];
  50. //------------------------------------------------------------------------------
  51. extern void CANReceiver(int fd);
  52. extern void ClearAbnormalStatus_Chademo(uint8_t gun_index);
  53. extern void ClearAbnormalStatus_GB(uint8_t gun_index);
  54. extern void ClearAbnormalStatus_CCS(uint8_t gun_index);
  55. //------------------------------------------------------------------------------
  56. int GetCanFd(void)
  57. {
  58. return CanFd;
  59. }
  60. uint32_t GetTimeoutValue(struct timeval _sour_time)
  61. {
  62. struct timeval _end_time;
  63. gettimeofday(&_end_time, NULL);
  64. return 1000000 * (_end_time.tv_sec - _sour_time.tv_sec) + _end_time.tv_usec - _sour_time.tv_usec;
  65. }
  66. int InitCanBus(void)
  67. {
  68. int s0, nbytes;
  69. struct timeval tv;
  70. struct ifreq ifr0;
  71. struct sockaddr_can addr0;
  72. struct can_filter rxfilter[3];
  73. system("/sbin/ip link set can0 down");
  74. system("/sbin/ip link set can0 type can bitrate 500000 restart-ms 100");
  75. system("/sbin/ip link set can0 up");
  76. s0 = socket(PF_CAN, SOCK_RAW, CAN_RAW);
  77. tv.tv_sec = 0;
  78. tv.tv_usec = 10000;
  79. if (setsockopt(s0, SOL_SOCKET, SO_RCVTIMEO, (char *)&tv, sizeof(struct timeval)) < 0) {
  80. log_error("Set SO_RCVTIMEO NG");
  81. }
  82. nbytes = 40960;
  83. if (setsockopt(s0, SOL_SOCKET, SO_RCVBUF, &nbytes, sizeof(int)) < 0) {
  84. log_error("Set SO_RCVBUF NG");
  85. }
  86. nbytes = 40960;
  87. if (setsockopt(s0, SOL_SOCKET, SO_SNDBUF, &nbytes, sizeof(int)) < 0) {
  88. log_error("Set SO_SNDBUF NG");
  89. }
  90. rxfilter[0].can_id = 0x01;
  91. rxfilter[0].can_mask = 0x000000FF;
  92. rxfilter[1].can_id = 0x02;
  93. rxfilter[1].can_mask = 0x000000FF;
  94. rxfilter[2].can_id = 0x01FF;
  95. rxfilter[2].can_mask = 0x00000FFF;
  96. if (setsockopt(s0, SOL_CAN_RAW, CAN_RAW_FILTER,
  97. &rxfilter, sizeof(struct can_filter) * 3) < 0) {
  98. log_error("RX setsockopt CAN_RAW_FILTER failed");
  99. }
  100. strcpy(ifr0.ifr_name, "can0");
  101. ioctl(s0, SIOCGIFINDEX, &ifr0); /* ifr.ifr_ifindex gets filled with that device's index */
  102. addr0.can_family = AF_CAN;
  103. addr0.can_ifindex = ifr0.ifr_ifindex;
  104. bind(s0, (struct sockaddr *)&addr0, sizeof(addr0));
  105. return s0;
  106. }
  107. float GetMaxChargingVol(uint8_t index)
  108. {
  109. return maxChargingVol[index];
  110. }
  111. float GetMaxCharginigCur(uint8_t index)
  112. {
  113. return maxChargingCur[index];
  114. }
  115. static void SendCommunicationOnly(uint8_t index)
  116. {
  117. struct ChargingInfoData *pDcCharginigInfo = (struct ChargingInfoData *)GetDcChargingInfoData(index);
  118. uint8_t targetID = pDcCharginigInfo->Evboard_id;
  119. /*
  120. if (pSysConfig->TotalConnectorCount == 1 &&
  121. pDcCharginigInfo->Type == _Type_CCS_2 &&
  122. ShmDcCommonData->CcsVersion == _CCS_VERSION_CHECK_TAG_V015S0) {
  123. targetID += 1;
  124. }
  125. */
  126. SetChargingPermission(index,
  127. COMMUNICATION,
  128. pDcCharginigInfo->AvailableChargingPower,
  129. 0,
  130. 0,
  131. targetID);
  132. }
  133. static void SendStopOnly(uint8_t index)
  134. {
  135. struct ChargingInfoData *pDcCharginigInfo = (struct ChargingInfoData *)GetDcChargingInfoData(index);
  136. uint8_t targetID = pDcCharginigInfo->Evboard_id;
  137. /*
  138. if (pSysConfig->TotalConnectorCount == 1 &&
  139. pDcCharginigInfo->Type == _Type_CCS_2 &&
  140. ShmDcCommonData->CcsVersion == _CCS_VERSION_CHECK_TAG_V015S0) {
  141. targetID += 1;
  142. }
  143. */
  144. SetChargingPermission(index,
  145. STOP,
  146. pDcCharginigInfo->AvailableChargingPower,
  147. 0,
  148. 0,
  149. targetID);
  150. }
  151. static uint8_t GetStopChargingReasonByEvse(uint8_t gunIndex, uint8_t *reason)
  152. {
  153. uint8_t result = NO;
  154. struct ChargingInfoData *pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(gunIndex);
  155. if (pAlarmCode->AlarmEvents.bits.EmergencyStopTrip == 0x01) {
  156. // 012251
  157. *(reason + 5) = 0;
  158. *(reason + 4) = 1;
  159. *(reason + 3) = 2;
  160. *(reason + 2) = 2;
  161. *(reason + 1) = 5;
  162. *(reason + 0) = 1;
  163. result = YES;
  164. }
  165. if (pDcChargingInfo->Type == _Type_Chademo) {
  166. if (pFaultCode->FaultEvents.bits.ChademoOutputRelayDrivingFault == YES) {
  167. // 011012
  168. *(reason + 5) = 0;
  169. *(reason + 4) = 1;
  170. *(reason + 3) = 1;
  171. *(reason + 2) = 0;
  172. *(reason + 1) = 1;
  173. *(reason + 0) = 2;
  174. result = YES;
  175. } else if (pAlarmCode->AlarmEvents.bits.ChademoOutputUVPFail == YES) {
  176. // 012289
  177. *(reason + 5) = 0;
  178. *(reason + 4) = 1;
  179. *(reason + 3) = 2;
  180. *(reason + 2) = 2;
  181. *(reason + 1) = 8;
  182. *(reason + 0) = 9;
  183. result = YES;
  184. } else if (pAlarmCode->AlarmEvents.bits.ChademoGfdTrip == YES) {
  185. // 012234
  186. *(reason + 5) = 0;
  187. *(reason + 4) = 1;
  188. *(reason + 3) = 2;
  189. *(reason + 2) = 2;
  190. *(reason + 1) = 3;
  191. *(reason + 0) = 4;
  192. result = YES;
  193. }
  194. } else if (pDcChargingInfo->Type == _Type_GB) {
  195. if (pFaultCode->FaultEvents.bits.ChademoOutputRelayDrivingFault == YES) {
  196. // 012290
  197. *(reason + 5) = 0;
  198. *(reason + 4) = 1;
  199. *(reason + 3) = 2;
  200. *(reason + 2) = 2;
  201. *(reason + 1) = 9;
  202. *(reason + 0) = 0;
  203. result = YES;
  204. } else if (pAlarmCode->AlarmEvents.bits.GbGfdTrip == YES) {
  205. // 012236
  206. *(reason + 5) = 0;
  207. *(reason + 4) = 1;
  208. *(reason + 3) = 2;
  209. *(reason + 2) = 2;
  210. *(reason + 1) = 3;
  211. *(reason + 0) = 6;
  212. result = YES;
  213. }
  214. } else if (pDcChargingInfo->Type == _Type_CCS_2) {
  215. if (pFaultCode->FaultEvents.bits.CcsOutputRelayDrivingFault == YES) {
  216. // 011014
  217. *(reason + 5) = 0;
  218. *(reason + 4) = 1;
  219. *(reason + 3) = 1;
  220. *(reason + 2) = 0;
  221. *(reason + 1) = 1;
  222. *(reason + 0) = 4;
  223. result = YES;
  224. } else if (pAlarmCode->AlarmEvents.bits.CcsOutputUVPFail == YES) {
  225. // 012288
  226. *(reason + 5) = 0;
  227. *(reason + 4) = 1;
  228. *(reason + 3) = 2;
  229. *(reason + 2) = 2;
  230. *(reason + 1) = 8;
  231. *(reason + 0) = 8;
  232. result = YES;
  233. } else if (pAlarmCode->AlarmEvents.bits.CcsGfdTrip == YES) {
  234. // 012235
  235. *(reason + 5) = 0;
  236. *(reason + 4) = 1;
  237. *(reason + 3) = 2;
  238. *(reason + 2) = 2;
  239. *(reason + 1) = 3;
  240. *(reason + 0) = 5;
  241. result = YES;
  242. }
  243. }
  244. return result;
  245. }
  246. static void setCurrentOutput(void)
  247. {
  248. struct ChargingInfoData *chargingData_1 = NULL;
  249. struct ChargingInfoData *chargingData_2 = NULL;
  250. if (pSysConfig->TotalConnectorCount == 1) {
  251. chargingData_1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  252. //chargingData_2 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  253. if (chargingData_1->FireChargingVoltage <= 500) { //DS60-120 add
  254. chargingData_1->PresentChargingCurrent = 0;
  255. }
  256. } else if (pSysConfig->TotalConnectorCount == 2) {
  257. chargingData_1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  258. chargingData_2 = (struct ChargingInfoData *)GetDcChargingInfoData(1);
  259. if (chargingData_1->FireChargingVoltage <= 500) { //DS60-120 add
  260. chargingData_1->PresentChargingCurrent = 0;
  261. }
  262. if (chargingData_2->FireChargingVoltage <= 500) {
  263. chargingData_2->PresentChargingCurrent = 0;
  264. }
  265. }
  266. }
  267. void GetOtpPwrOrCurMethod(struct ChargingInfoData* chargingData, float* pow, float* cur)
  268. {
  269. if (((chargingData->ConnectorTemp >= STAGE1_GUN_DERATING_TEMP &&
  270. chargingData->ConnectorTemp < STAGE2_GUN_DERATING_TEMP) ||
  271. (chargingData->ChillerTemp >= STAGE1_GUN_DERATING_TEMP &&
  272. chargingData->ChillerTemp < STAGE2_GUN_DERATING_TEMP)) &&
  273. chargingData->deratingByConnOtp.deratingIndex < 1)
  274. {
  275. chargingData->deratingByConnOtp.deratingIndex = 1;
  276. } else if ((chargingData->ConnectorTemp >= STAGE2_GUN_DERATING_TEMP ||
  277. chargingData->ChillerTemp >= STAGE2_GUN_DERATING_TEMP) &&
  278. chargingData->ConnectorTemp != UNDEFINED_TEMP &&
  279. chargingData->ChillerTemp != UNDEFINED_TEMP &&
  280. chargingData->deratingByConnOtp.deratingIndex < 2)
  281. {
  282. chargingData->deratingByConnOtp.deratingIndex = 2;
  283. }
  284. if (chargingData->deratingByConnOtp.deratingTargetRate[chargingData->deratingByConnOtp.deratingIndex] != 0)
  285. {
  286. *pow *= chargingData->deratingByConnOtp.deratingTargetRate[chargingData->deratingByConnOtp.deratingIndex];
  287. } else if (chargingData->deratingByConnOtp.deratingTargetCurrent[chargingData->deratingByConnOtp.deratingIndex] != 0)
  288. {
  289. if (*cur > chargingData->deratingByConnOtp.deratingTargetCurrent[chargingData->deratingByConnOtp.deratingIndex])
  290. *cur = chargingData->deratingByConnOtp.deratingTargetCurrent[chargingData->deratingByConnOtp.deratingIndex];
  291. }
  292. }
  293. static void SetPresentChargingOutputCap(void)
  294. {
  295. float pow1 = 0, cur1 = 0;
  296. float pow2 = 0, cur2 = 0;
  297. struct ChargingInfoData *chargingData_1 = NULL;
  298. struct ChargingInfoData *chargingData_2 = NULL;
  299. if (pSysConfig->TotalConnectorCount == 1) {
  300. chargingData_1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  301. chargingData_2 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  302. } else if (pSysConfig->TotalConnectorCount == 2) {
  303. chargingData_1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  304. chargingData_2 = (struct ChargingInfoData *)GetDcChargingInfoData(1);
  305. }
  306. #if !defined DD360 && !defined DD360Audi && !defined DD360ComBox
  307. float vol = 0;
  308. #endif //!defined DD360 && !defined DD360Audi
  309. pow1 = chargingData_1->AvailableChargingPower;
  310. cur1 = chargingData_1->AvailableChargingCurrent;
  311. #if !defined DD360 && !defined DD360Audi && !defined DD360ComBox
  312. vol = chargingData_1->MaximumChargingVoltage;
  313. GetMaxVolAndCurMethod(chargingData_1->Index, &vol, &cur1);
  314. GetMaxPowerMethod(chargingData_1->Index, &pow1);
  315. #endif //!defined DD360 && !defined DD360Audi
  316. //DS60-120 add
  317. if (pow1 <= 0) {
  318. cur1 = 0;
  319. } else {
  320. if (chargingData_1->SystemStatus == S_CHARGING &&
  321. chargingData_1->FireChargingVoltage > 1500) {
  322. float maxCur = 0;
  323. maxCur = (pow1 * 1000) / chargingData_1->FireChargingVoltage;
  324. if (maxCur * 10 <= cur1) {
  325. //log_info("Gun1 -> MaxCharging Current = %f, Cap Current = %f ", (maxCur * 10), cur1);
  326. cur1 = maxCur * 10;
  327. }
  328. }
  329. }
  330. if (chargingData_1->deratingByConnOtp.isNeedDerating) {
  331. GetOtpPwrOrCurMethod(chargingData_1, &pow1, &cur1);
  332. if (deratingIndex[0] != chargingData_1->deratingByConnOtp.deratingIndex) {
  333. log_info("Gun0 Derating Index Set %d", chargingData_1->deratingByConnOtp.deratingIndex);
  334. deratingIndex[0] = chargingData_1->deratingByConnOtp.deratingIndex;
  335. }
  336. }
  337. pow2 = chargingData_2->AvailableChargingPower;
  338. cur2 = chargingData_2->AvailableChargingCurrent;
  339. #if !defined DD360 && !defined DD360Audi && !defined DD360ComBox
  340. vol = chargingData_2->MaximumChargingVoltage;
  341. GetMaxVolAndCurMethod(chargingData_2->Index, &vol, &cur2);
  342. GetMaxPowerMethod(chargingData_2->Index, &pow2);
  343. #endif //!defined DD360 && !defined DD360Audi
  344. //DS60-120 add
  345. if (pow2 <= 0) {
  346. cur2 = 0;
  347. } else {
  348. if (chargingData_2->SystemStatus == S_CHARGING &&
  349. chargingData_2->FireChargingVoltage > 1500) {
  350. float maxCur = 0;
  351. maxCur = (pow2 * 1000) / chargingData_2->FireChargingVoltage;
  352. if (maxCur * 10 <= cur2) {
  353. //log_info("Gun2 -> MaxCharging Current = %f, Cap Current = %f ", (maxCur * 10), cur2);
  354. cur2 = maxCur * 10;
  355. }
  356. }
  357. }
  358. if (chargingData_2->deratingByConnOtp.isNeedDerating) {
  359. GetOtpPwrOrCurMethod(chargingData_2, &pow2, &cur2);
  360. if (deratingIndex[1] != chargingData_2->deratingByConnOtp.deratingIndex) {
  361. log_info("Gun1 Derating Index Set %d", chargingData_2->deratingByConnOtp.deratingIndex);
  362. deratingIndex[1] = chargingData_2->deratingByConnOtp.deratingIndex;
  363. }
  364. }
  365. //DS60-120 add
  366. if ((LogInfo[0][EV_LOG_OUTPUT_CAP_POW] <= pow1 - 5 ||
  367. LogInfo[0][EV_LOG_OUTPUT_CAP_POW] >= pow1 + 5) ||
  368. (LogInfo[0][EV_LOG_OUTPUT_CAP_CUR] <= cur1 - 5 ||
  369. LogInfo[0][EV_LOG_OUTPUT_CAP_CUR] >= cur1 + 5) ||
  370. (LogInfo[1][EV_LOG_OUTPUT_CAP_POW] <= pow2 - 5 ||
  371. LogInfo[1][EV_LOG_OUTPUT_CAP_POW] >= pow2 + 5) ||
  372. (LogInfo[1][EV_LOG_OUTPUT_CAP_CUR] <= cur2 - 5 ||
  373. LogInfo[1][EV_LOG_OUTPUT_CAP_CUR] >= cur2 + 5)
  374. ) {
  375. //log_info("----------------------------------------------------- ");
  376. log_info("To EV (Real) Power_1 = %.1f, Cur_1 = %.1f, Power_2 = %.1f, Cur_2 = %.1f",
  377. pow1 / 10, cur1 / 10, pow2 / 10, cur2 / 10);
  378. //log_info("----------------------------------------------------- ");
  379. LogInfo[0][EV_LOG_OUTPUT_CAP_POW] = pow1;
  380. LogInfo[0][EV_LOG_OUTPUT_CAP_CUR] = cur1;
  381. LogInfo[1][EV_LOG_OUTPUT_CAP_POW] = pow2;
  382. LogInfo[1][EV_LOG_OUTPUT_CAP_CUR] = cur2;
  383. chargingData_1->RealMaxCurrent = cur1;
  384. chargingData_1->RealMaxPower = pow1;
  385. if (pSysConfig->TotalConnectorCount == 2) {
  386. chargingData_2->RealMaxCurrent = cur2;
  387. chargingData_2->RealMaxPower = pow2;
  388. }
  389. }
  390. SetPresentOutputCapacity(pow1, cur1, pow2, cur2);
  391. }
  392. static void GetMaxVolAndCurMethod(uint8_t index, float *vol, float *cur)
  393. {
  394. struct ChargingInfoData *pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(index);
  395. if (maxChargingVol[index] != 0 && maxChargingVol[index] <= *vol) {
  396. *vol = maxChargingVol[index];
  397. }
  398. if (maxChargingCur[index] != 0 && maxChargingCur[index] <= *cur) {
  399. *cur = maxChargingCur[index];
  400. }
  401. if (((pDcChargingInfo->SystemStatus >= S_PREPARING_FOR_EVSE &&
  402. pDcChargingInfo->SystemStatus <= S_CHARGING) ||
  403. (pDcChargingInfo->SystemStatus >= S_CCS_PRECHARGE_ST0 &&
  404. pDcChargingInfo->SystemStatus <= S_CCS_PRECHARGE_ST1)) &&
  405. pDcChargingInfo->ChargingProfileCurrent >= 0 &&
  406. pDcChargingInfo->ChargingProfileCurrent <= *cur
  407. ) {
  408. *cur = pDcChargingInfo->ChargingProfileCurrent;
  409. }
  410. }
  411. static uint8_t waitPsuVolwithRealyVol(uint8_t gunIndex)
  412. {
  413. PcPsuOutput *pPcPsuOutput = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[gunIndex];
  414. struct ChargingInfoData *pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(gunIndex);
  415. int vol = 0;
  416. vol = abs(pPcPsuOutput->Voltage - pDcChargingInfo->FireChargingVoltage);
  417. if (vol <= 10) {
  418. return YES;
  419. }
  420. return NO;
  421. }
  422. /**
  423. * [SetPresentChargingOutputFromPcPsu 充電狀態讀取電源櫃PSU輸出電壓電流,縮小誤差值]
  424. * @Author Jerry
  425. * @DateTime 2021-07-05
  426. */
  427. static void SetPresentChargingOutputFromPcPsu(uint8_t gunCount)
  428. {
  429. float vol1 = 0, cur1 = 0;
  430. float vol2 = 0, cur2 = 0;
  431. PcPsuOutput *pPcPsuOutput0 = NULL;
  432. PcPsuOutput *pPcPsuOutput1 = NULL;
  433. struct ChargingInfoData *chargingData0 = NULL;
  434. struct ChargingInfoData *chargingData1 = NULL;
  435. switch (gunCount) {
  436. case 1:
  437. pPcPsuOutput0 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[0];
  438. pPcPsuOutput1 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[0];
  439. chargingData0 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  440. chargingData1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  441. break;
  442. case 2:
  443. pPcPsuOutput0 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[0];
  444. pPcPsuOutput1 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[1];
  445. chargingData0 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  446. chargingData1 = (struct ChargingInfoData *)GetDcChargingInfoData(1);
  447. break;
  448. }
  449. vol1 = pPcPsuOutput0->Voltage == 0 ? chargingData0->FireChargingVoltage : (((float)pPcPsuOutput0->Voltage));
  450. cur1 = (chargingData0->PresentChargingCurrent * 10);//(((float)pPcPsuOutput0->Current) * 0.1);
  451. vol2 = pPcPsuOutput1->Voltage == 0 ? chargingData1->FireChargingVoltage : (((float)pPcPsuOutput1->Voltage));
  452. cur2 = (chargingData1->PresentChargingCurrent * 10);//(((float)pPcPsuOutput1->Current) * 0.1);
  453. if (
  454. (LogInfo[0][EV_LOG_NOW_OUTPUT_VOL] >= vol1 + CHK_VOL_RANGE) ||
  455. (LogInfo[0][EV_LOG_NOW_OUTPUT_VOL] <= vol1 - CHK_VOL_RANGE) ||
  456. (LogInfo[0][EV_LOG_NOW_OUTPUT_CUR] >= cur1 + CHK_CUR_RANGE) ||
  457. (LogInfo[0][EV_LOG_NOW_OUTPUT_CUR] <= cur1 - CHK_CUR_RANGE) ||
  458. (LogInfo[1][EV_LOG_NOW_OUTPUT_VOL] >= vol2 + CHK_VOL_RANGE) ||
  459. (LogInfo[1][EV_LOG_NOW_OUTPUT_VOL] <= vol2 - CHK_VOL_RANGE) ||
  460. (LogInfo[1][EV_LOG_NOW_OUTPUT_CUR] >= cur2 + CHK_CUR_RANGE) ||
  461. (LogInfo[1][EV_LOG_NOW_OUTPUT_CUR] <= cur2 - CHK_CUR_RANGE)
  462. ) {
  463. log_info("G1->Out Vol=%.1f,Out Cur=%.1f - G2->Out Vol=%.1f,Out Cur=%.1f",
  464. vol1,
  465. cur1 / 10,
  466. vol2,
  467. cur2 / 10);
  468. LogInfo[0][EV_LOG_NOW_OUTPUT_VOL] = vol1;
  469. LogInfo[0][EV_LOG_NOW_OUTPUT_CUR] = cur1;
  470. LogInfo[1][EV_LOG_NOW_OUTPUT_VOL] = vol2;
  471. LogInfo[1][EV_LOG_NOW_OUTPUT_CUR] = cur2;
  472. }
  473. SetPresentOutputPower(vol1, cur1, vol2, cur2);
  474. }
  475. static void SetPresentChargingOutputPower(void)
  476. {
  477. float vol1 = 0, cur1 = 0;
  478. float vol2 = 0, cur2 = 0;
  479. PcPsuOutput *pPcPsuOutput1 = NULL;
  480. PcPsuOutput *pPcPsuOutput2 = NULL;
  481. struct ChargingInfoData *chargingData_1 = NULL;
  482. struct ChargingInfoData *chargingData_2 = NULL;
  483. bool isPsuVol1 = false, isPsuVol2 = false, isPsuCur1 = false, isPsuCur2 = false;
  484. if (pSysConfig->TotalConnectorCount == 1) {
  485. pPcPsuOutput1 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[0];
  486. pPcPsuOutput2 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[0];
  487. chargingData_1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  488. chargingData_2 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  489. } else if (pSysConfig->TotalConnectorCount == 2) {
  490. pPcPsuOutput1 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[0];
  491. pPcPsuOutput2 = (PcPsuOutput *)&ShmDcCommonData->PcPsuOutput[1];
  492. chargingData_1 = (struct ChargingInfoData *)GetDcChargingInfoData(0);
  493. chargingData_2 = (struct ChargingInfoData *)GetDcChargingInfoData(1);
  494. }
  495. psuOutputReady[0] = chargingData_1->SystemStatus != S_CHARGING ? false : psuOutputReady[0];
  496. psuOutputReady[1] = chargingData_2->SystemStatus != S_CHARGING ? false : psuOutputReady[1];
  497. isPsuVol1 = chargingData_1->PantographFlag ? true : (pPcPsuOutput1->Voltage != 0 && psuOutputReady[0] == true);
  498. isPsuVol2 = chargingData_2->PantographFlag ? true : (pPcPsuOutput2->Voltage != 0 && psuOutputReady[1] == true);
  499. isPsuCur1 = chargingData_1->PantographFlag ? true : false;
  500. isPsuCur2 = chargingData_2->PantographFlag ? true : false;
  501. //vol1 = chargingData_1->FireChargingVoltage;
  502. vol1 = isPsuVol1 == false ? chargingData_1->FireChargingVoltage : (((float)pPcPsuOutput1->Voltage));
  503. cur1 = isPsuCur1 == false ? (chargingData_1->PresentChargingCurrent * 10) : pPcPsuOutput1->Current;
  504. //vol2 = chargingData_2->FireChargingVoltage;
  505. vol2 = isPsuVol2 == false ? chargingData_2->FireChargingVoltage : (((float)pPcPsuOutput2->Voltage));
  506. cur2 = isPsuCur2 == false ? (chargingData_2->PresentChargingCurrent * 10) : pPcPsuOutput2->Current;
  507. //DS60-120 add
  508. if ((LogInfo[0][EV_LOG_NOW_OUTPUT_VOL] >= vol1 + CHK_VOL_RANGE) ||
  509. (LogInfo[0][EV_LOG_NOW_OUTPUT_VOL] <= vol1 - CHK_VOL_RANGE) ||
  510. (LogInfo[0][EV_LOG_NOW_OUTPUT_CUR] >= cur1 + CHK_CUR_RANGE) ||
  511. (LogInfo[0][EV_LOG_NOW_OUTPUT_CUR] <= cur1 - CHK_CUR_RANGE) ||
  512. (LogInfo[1][EV_LOG_NOW_OUTPUT_VOL] >= vol2 + CHK_VOL_RANGE) ||
  513. (LogInfo[1][EV_LOG_NOW_OUTPUT_VOL] <= vol2 - CHK_VOL_RANGE) ||
  514. (LogInfo[1][EV_LOG_NOW_OUTPUT_CUR] >= cur2 + CHK_CUR_RANGE) ||
  515. (LogInfo[1][EV_LOG_NOW_OUTPUT_CUR] <= cur2 - CHK_CUR_RANGE)
  516. ) {
  517. log_info("G1-> Vol=%.1f, Cur=%.1f - G2-> Vol = %.1f, Cur = %.1f",
  518. vol1 / 10,
  519. cur1 / 10,
  520. vol2 / 10,
  521. cur2 / 10);
  522. LogInfo[0][EV_LOG_NOW_OUTPUT_VOL] = vol1;
  523. LogInfo[0][EV_LOG_NOW_OUTPUT_CUR] = cur1;
  524. LogInfo[1][EV_LOG_NOW_OUTPUT_VOL] = vol2;
  525. LogInfo[1][EV_LOG_NOW_OUTPUT_CUR] = cur2;
  526. }
  527. //if (_outVol_1 != vol1 ||
  528. // _outCur_1 != cur1 ||
  529. // _outVol_2 != vol2 ||
  530. // _outCur_2 != cur2) {
  531. /*log_info("G1 -> Output Vol = %f, Output Cur = %f -- G2 -> Output Vol = %f, Output Cur = %f ",
  532. vol1, cur1, vol2, cur2);
  533. */
  534. // _outVol_1 = vol1; _outCur_1 = cur1; _outVol_2 = vol2; _outCur_2 = cur2;
  535. //}
  536. SetPresentOutputPower(vol1, cur1, vol2, cur2);
  537. }
  538. static void checkConnectorOVPState(uint8_t gunIndex)
  539. {
  540. struct ChargingInfoData *pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(gunIndex);
  541. // 避免槍溫偵測誤判
  542. static uint8_t gunTempAllowCount[2] = {0};
  543. bool isOTP = false;
  544. switch (pDcChargingInfo->Type) {
  545. case _Type_Chademo:
  546. if (ShmDcCommonData->ConnectErrList[gunIndex].GunBits.ChaConnectOTP) {
  547. isOTP = true;
  548. }
  549. break;
  550. case _Type_CCS_2:
  551. if (ShmDcCommonData->ConnectErrList[gunIndex].GunBits.CCSConnectOTP) {
  552. isOTP = true;
  553. }
  554. break;
  555. case _Type_GB:
  556. if (ShmDcCommonData->ConnectErrList[gunIndex].GunBits.GBTConnectOTP) {
  557. isOTP = true;
  558. }
  559. break;
  560. }
  561. if (ShmDcCommonData->ChillerTempErr[gunIndex].StatusBit.ChillerOTP == YES) {
  562. isOTP = true;
  563. }
  564. if (isOTP) {
  565. if (gunTempAllowCount[gunIndex] >= 2) {
  566. pDcChargingInfo->StopChargeFlag = YES;
  567. } else {
  568. gunTempAllowCount[gunIndex] += 1;
  569. }
  570. } else {
  571. gunTempAllowCount[gunIndex] = 0;
  572. }
  573. }
  574. static time_t GetRtcInfoForEpoch(void)
  575. {
  576. struct timeb csuTime;
  577. struct tm *tmCSU;
  578. struct tm t;
  579. time_t result;
  580. ftime(&csuTime);
  581. tmCSU = localtime(&csuTime.time);
  582. t.tm_year = tmCSU->tm_year;
  583. t.tm_mon = tmCSU->tm_mon;
  584. t.tm_mday = tmCSU->tm_mday;
  585. t.tm_hour = tmCSU->tm_hour;
  586. t.tm_min = tmCSU->tm_min;
  587. t.tm_sec = tmCSU->tm_sec;
  588. t.tm_isdst = -1;
  589. result = mktime(&t);
  590. return result;
  591. }
  592. static void FormatVoltageAndCurrent(void)
  593. {
  594. uint8_t gunIndex = 0;
  595. ParsingRatedCur parsingRatedCur = {0};
  596. RateCurInfo *pRatedCurInfo = NULL;
  597. if (RatedCurrentParsing((char *)pSysConfig->ModelName, &parsingRatedCur) != PASS) {
  598. log_error("Parsing rated current failed");
  599. return;
  600. }
  601. maxChargingPow = parsingRatedCur.Power;
  602. for (gunIndex = 0; gunIndex < pSysConfig->TotalConnectorCount; gunIndex++) {
  603. pRatedCurInfo = (RateCurInfo *)&parsingRatedCur.ParsingInfo[gunIndex];
  604. maxChargingVol[gunIndex] = pRatedCurInfo->Voltage;
  605. maxChargingCur[gunIndex] = pRatedCurInfo->Current;
  606. log_info("Conn %d GunType = %d, MaxVol = %f, MaxCur = %f ",
  607. gunIndex,
  608. pRatedCurInfo->GunType,
  609. maxChargingVol[gunIndex],
  610. maxChargingCur[gunIndex]);
  611. }
  612. }
  613. static int DiffTimeb(struct timeb ST, struct timeb ET)
  614. {
  615. //return milli-second
  616. unsigned int StartTime, StopTime;
  617. StartTime = (unsigned int)ST.time;
  618. StopTime = (unsigned int)ET.time;
  619. return (StopTime - StartTime) * 1000 + ET.millitm - ST.millitm;
  620. }
  621. int main(int argc, char *argv[])
  622. {
  623. bool chkChademoPermission[2] = {false};
  624. int isContinue = 1;
  625. uint8_t gunIndex = 0;
  626. uint8_t typeIndex = 0;
  627. uint8_t priorityLow = 1;
  628. uint8_t SendErrorCount[2] = {0, 0};
  629. uint8_t gfgResult = 0;
  630. uint32_t _timeBuf = 0;
  631. uint32_t chargingTime[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY] = {0};
  632. float maxVol, maxCur;
  633. struct timeval _chk_ratingPower_timeout[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
  634. struct timeval _chk_chademo_permission_timeout[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
  635. time_t rtc = {0};
  636. struct ChargingInfoData *pDcChargingInfo = NULL;
  637. struct timeb waitChargingTime;
  638. struct timeb nowTime;
  639. uint8_t Comcont = 0;
  640. uint8_t evstatus;
  641. if (CreateAllCsuShareMemory() == FAIL) {
  642. log_error("create share memory error");
  643. return FAIL;
  644. }
  645. MappingGunChargingInfo("EvComm Task");
  646. pSysConfig = (struct SysConfigData *)GetShmSysConfigData();
  647. pSysInfo = (struct SysInfoData *)GetShmSysInfoData();
  648. pAlarmCode = (struct AlarmCodeData *)GetShmAlarmCodeData();
  649. pFaultCode = (struct FaultCodeData *)GetShmFaultCodeData();
  650. ShmDcCommonData = (DcCommonInfo *)GetShmDcCommonData();
  651. ShmCHAdeMOData = (struct CHAdeMOData *)GetShmCHAdeMOData();
  652. ShmGBTData = (struct GBTData *)GetShmGBTData();
  653. ShmCcsData = (struct CcsData *)GetShmCcsData();
  654. ShmSelectGunInfo = (SelectGunInfo *)GetShmSelectGunInfo();
  655. CanFd = InitCanBus();
  656. FormatVoltageAndCurrent();
  657. signal(SIGCHLD,SIG_IGN);
  658. CANReceiver(CanFd);
  659. rtc = GetRtcInfoForEpoch();
  660. while (isContinue) {
  661. for (gunIndex = 0; gunIndex < pSysConfig->TotalConnectorCount; gunIndex++) {
  662. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(gunIndex);
  663. typeIndex = pDcChargingInfo->type_index;
  664. if (priorityLow == 1) {
  665. // 優先權較低 - 只要有回應即不會再詢問
  666. if (pDcChargingInfo->Type == _Type_Chademo &&
  667. ShmCHAdeMOData->evse[typeIndex].SelfTest_Comp != PASS) {
  668. SyncRtcInfo(gunIndex, pDcChargingInfo->Evboard_id, (int)rtc);
  669. GetFirmwareVersion(gunIndex, pDcChargingInfo->Evboard_id);
  670. } else if (pDcChargingInfo->Type == _Type_GB &&
  671. ShmGBTData->evse[typeIndex].SelfTest_Comp != PASS) {
  672. SyncRtcInfo(gunIndex, pDcChargingInfo->Evboard_id, (int)rtc);
  673. GetFirmwareVersion(gunIndex, pDcChargingInfo->Evboard_id);
  674. } else if (pDcChargingInfo->Type == _Type_CCS_2) {
  675. if (ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121 &&
  676. ShmCcsData->V2GMessage_DIN70121[typeIndex].SelfTest_Comp != PASS) {
  677. SyncRtcInfo(gunIndex, pDcChargingInfo->Evboard_id, (int)rtc);
  678. GetFirmwareVersion(gunIndex, pDcChargingInfo->Evboard_id);
  679. }
  680. }
  681. /*
  682. if (pDcChargingInfo->Type == _Type_Chademo) {
  683. pAlarmCode->AlarmEvents.bits.ChademoboardStestFail =
  684. (ShmCHAdeMOData->evse[typeIndex].SelfTest_Comp != PASS) ? true : false;
  685. pAlarmCode->AlarmEvents.bits.ChademoModuleCommFail =
  686. ( CanFd < 0 ) ? true : false;
  687. } else if (pDcChargingInfo->Type == _Type_GB) {
  688. pAlarmCode->AlarmEvents.bits.GbtboardStestFail =
  689. (ShmGBTData->evse[typeIndex].SelfTest_Comp != PASS) ? true : false;
  690. pAlarmCode->AlarmEvents.bits.mFail =
  691. ( CanFd < 0 ) ? true : false;
  692. } else if (pDcChargingInfo->Type == _Type_CCS_2) {
  693. pAlarmCode->AlarmEvents.bits.CCSboardStestFail =
  694. (ShmCcsData->V2GMessage_DIN70121[typeIndex].SelfTest_Comp != PASS) ? true : false;
  695. pAlarmCode->AlarmEvents.bits.ChademoModuleCommFail =
  696. ( CanFd < 0 ) ? true : false;
  697. }*/
  698. //固定要取得的資訊 : 1.槍鎖狀態, 2."Connector 1" 溫度, 3."Connector 2" 溫度, 4.Pilot Voltage
  699. //log_info("GetMiscellaneousInfo. index = %d, Eid = %d ",
  700. // gunIndex,
  701. // pDcChargingInfo->Evboard_id);
  702. GetMiscellaneousInfo(gunIndex,
  703. pDcChargingInfo->RelayK1K2Status,
  704. pDcChargingInfo->PresentChargedEnergy,
  705. (pDcChargingInfo->PresentChargingVoltage * 10),
  706. pDcChargingInfo->Evboard_id);
  707. //checkConnectorOVPState(gunIndex);
  708. }
  709. switch (pDcChargingInfo->SystemStatus) {
  710. case S_IDLE:
  711. case S_RESERVATION:
  712. if (pDcChargingInfo->Type == _Type_Chademo) {
  713. ClearAbnormalStatus_Chademo(gunIndex);
  714. if (pSysInfo->PageIndex == _LCM_WAIT_FOR_PLUG) {
  715. if (!chkChademoPermission[gunIndex]) {
  716. chkChademoPermission[gunIndex] = true;
  717. gettimeofday(&_chk_chademo_permission_timeout[gunIndex], NULL);
  718. SendCommunicationOnly(gunIndex);
  719. } else {
  720. _timeBuf = GetTimeoutValue(_chk_chademo_permission_timeout[gunIndex]);
  721. if (_timeBuf < 0) {
  722. gettimeofday(&_chk_chademo_permission_timeout[gunIndex], NULL);
  723. } else {
  724. if (_timeBuf / 1000 > 10000) {
  725. SendCommunicationOnly(gunIndex);
  726. gettimeofday(&_chk_chademo_permission_timeout[gunIndex], NULL);
  727. }
  728. }
  729. }
  730. } else if (chkChademoPermission[gunIndex]) {
  731. chkChademoPermission[gunIndex] = false;
  732. SendStopOnly(gunIndex);
  733. }
  734. if (ShmDcCommonData->ConnectErrList[gunIndex].GunBits.ChaConnectOTP == NO) {
  735. pDcChargingInfo->StopChargeFlag = NO;
  736. }
  737. } else if (pDcChargingInfo->Type == _Type_GB) {
  738. ClearAbnormalStatus_GB(gunIndex);
  739. if (ShmDcCommonData->ConnectErrList[gunIndex].GunBits.GBTConnectOTP == NO) {
  740. pDcChargingInfo->StopChargeFlag = NO;
  741. }
  742. } else if (pDcChargingInfo->Type == _Type_CCS_2) {
  743. ClearAbnormalStatus_CCS(gunIndex);
  744. if (ShmDcCommonData->ConnectErrList[gunIndex].GunBits.CCSConnectOTP == NO) {
  745. pDcChargingInfo->StopChargeFlag = NO;
  746. }
  747. }
  748. // Set Ev board in communication mode
  749. // Get EVCCID for authorize when gun plug-in only for CCS
  750. if ( pDcChargingInfo->ConnectorPlugIn && pSysConfig->isAuthrizeByEVCCID &&
  751. ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121) {
  752. if (Comcont == 1 && evstatus < 15) {
  753. GetEVCCIDReq(gunIndex,pDcChargingInfo->Evboard_id);
  754. SendCommunicationOnly(gunIndex);
  755. }
  756. }
  757. if (ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121 && priorityLow == 1) {
  758. GetOutputReq(gunIndex,pDcChargingInfo->Evboard_id);
  759. if (evstatus != ShmCcsData->V2GMessage_DIN70121[pDcChargingInfo->type_index].PresentMsgFlowStatus) {
  760. evstatus = ShmCcsData->V2GMessage_DIN70121[pDcChargingInfo->type_index].PresentMsgFlowStatus;
  761. }
  762. if ( evstatus > 19 && evstatus < 255 )
  763. GetEVCCIDReq(gunIndex,pDcChargingInfo->Evboard_id);
  764. }
  765. if (priorityLow == 1) {
  766. pDcChargingInfo->PresentChargedEnergy = 0;
  767. pDcChargingInfo->PresentChargingPower = 0;
  768. pDcChargingInfo->GroundFaultStatus = GFD_WAIT;
  769. pDcChargingInfo->RealRatingPower = 0;
  770. pDcChargingInfo->StopChargeFlag = NO;
  771. pDcChargingInfo->NormalStopChargeFlag = NO;//DS60-120 add
  772. pDcChargingInfo->ChargingFee = 0.0;
  773. pDcChargingInfo->EvBatterySoc = 0;
  774. pDcChargingInfo->EvBatteryStartSoc = 0; //DS60-120 add
  775. pDcChargingInfo->EvBatteryMaxVoltage = 0; //DS60-120 add
  776. pDcChargingInfo->ChargingProfilePower = -1; //DS60-120 add
  777. pDcChargingInfo->ChargingProfileCurrent = -1; //DS60-120 add
  778. if (pSysInfo->MainChargingMode == _MAIN_CHARGING_MODE_MAX) { //DS60-120 add
  779. pDcChargingInfo->PresentChargingVoltage = 0;
  780. pDcChargingInfo->PresentChargingCurrent = 0;
  781. pDcChargingInfo->EvBatteryMaxVoltage = 0;
  782. }
  783. chargingTime[gunIndex] = 0;
  784. //maxChargingCur[gunIndex] = pSysConfig->MaxChargingCurrent * 10;
  785. //maxChargingPow = (pSysConfig->MaxChargingPower * 10);
  786. //DS60-120 add
  787. SendErrorCount[gunIndex] = 0;
  788. //maxChargingPow = pSysConfig->MaxChargingPower * 10;
  789. // ShmPsuData->SystemAvailablePower 已是 * 10
  790. //maxChargingPow = ShmPsuData->SystemAvailablePower;
  791. if (pSysConfig->MaxChargingPower * 10 != 0 &&
  792. pSysConfig->MaxChargingPower * 10 < maxChargingPow) {
  793. maxChargingPow = pSysConfig->MaxChargingPower * 10;
  794. }
  795. LogInfo[gunIndex][EV_LOG_EVSE_MAX_VOL] = 0;
  796. LogInfo[gunIndex][EV_LOG_EVSE_MAX_CUR] = 0;
  797. LogInfo[gunIndex][EV_LOG_MAX_BATT_VOL] = 0;
  798. LogInfo[gunIndex][EV_LOG_SOC] = 0;
  799. SetPresentChargingOutputPower();
  800. }
  801. break;
  802. case S_PREPARNING:
  803. chkChademoPermission[gunIndex] = false; //DS60-120 add
  804. // 設定當前輸出
  805. SetPresentChargingOutputPower();
  806. pDcChargingInfo->PowerConsumption = 0;
  807. break;
  808. case S_PREPARING_FOR_EV:
  809. // 開始確認車端是否同意開始充電 : 1.SOC, 2.Target Vol, 3.Target Cur, 4.Charging remaining time
  810. GetOutputReq(gunIndex, pDcChargingInfo->Evboard_id);
  811. //log_info("PresentChargingVoltage = %f ", pDcChargingInfo->PresentChargingVoltage);
  812. //log_info("PresentChargingCurrent = %f ", pDcChargingInfo->PresentChargingCurrent);
  813. //log_info("AvailableChargingPower = %f ", pDcChargingInfo->AvailableChargingPower);
  814. //log_info("AvailableChargingCurrent = %f ", pDcChargingInfo->AvailableChargingCurrent);
  815. //log_info("MaximumChargingVoltage = %f ", pDcChargingInfo->MaximumChargingVoltage);
  816. // 設定當前輸出
  817. SetPresentChargingOutputPower();
  818. if (ShmSelectGunInfo->WaitDoCommPermission[gunIndex] == YES) {
  819. ShmSelectGunInfo->WaitDoCommPermission[gunIndex] = NO;
  820. //if (priorityLow == 1) {
  821. // 樁端輸出能力
  822. maxVol = pDcChargingInfo->MaximumChargingVoltage;
  823. maxCur = pDcChargingInfo->AvailableChargingCurrent;
  824. GetMaxVolAndCurMethod(gunIndex, &maxVol, &maxCur);
  825. //DS60-120 add
  826. if (LogInfo[gunIndex][EV_LOG_EVSE_MAX_VOL] != maxVol ||
  827. LogInfo[gunIndex][EV_LOG_EVSE_MAX_CUR] != maxCur) {
  828. LogInfo[gunIndex][EV_LOG_EVSE_MAX_VOL] = maxVol;
  829. LogInfo[gunIndex][EV_LOG_EVSE_MAX_CUR] = maxCur;
  830. log_info("To EV_%d Max_Vol = %.1f, Cap_Cur = %.1f, Cap_Pow = %.1f",
  831. gunIndex,
  832. maxVol / 10,
  833. maxCur / 10,
  834. pDcChargingInfo->AvailableChargingPower / 10);
  835. }
  836. pDcChargingInfo->RealMaxVoltage = maxVol;
  837. SetChargingPermission(gunIndex,
  838. START,
  839. pDcChargingInfo->AvailableChargingPower,
  840. maxCur,
  841. maxVol,
  842. pDcChargingInfo->Evboard_id);
  843. // 取得車端電池資訊 : 1.AC or DC ? 2.Total battery cap, 3.Max battery vol, 4.Max battery cur
  844. GetEvBatteryInfo(gunIndex, pDcChargingInfo->Evboard_id);
  845. }
  846. gettimeofday(&_chk_ratingPower_timeout[gunIndex], NULL);
  847. break;
  848. case S_PREPARING_FOR_EVSE:
  849. case S_CCS_PRECHARGE_ST0:
  850. case S_CCS_PRECHARGE_ST1:
  851. // 開始確認車端是否同意開始充電
  852. GetOutputReq(gunIndex, pDcChargingInfo->Evboard_id);
  853. // 設定當前輸出
  854. SetPresentChargingOutputPower();
  855. if (priorityLow % 5 == 1) {
  856. // 取得車端電池資訊 : 1.AC or DC ? 2.Total battery cap, 3.Max battery vol, 4.Max battery cur
  857. GetEvBatteryInfo(gunIndex, pDcChargingInfo->Evboard_id); //DS60-120 add
  858. // 樁端輸出能力改變
  859. SetPresentChargingOutputCap();
  860. }
  861. //DS60-120 add
  862. if (LogInfo[gunIndex][EV_LOG_MAX_BATT_VOL] != pDcChargingInfo->EvBatteryMaxVoltage) {
  863. LogInfo[gunIndex][EV_LOG_MAX_BATT_VOL] = pDcChargingInfo->EvBatteryMaxVoltage;
  864. log_info("index = %d, Ev Maximum Battery Voltage = %f ",
  865. gunIndex,
  866. pDcChargingInfo->EvBatteryMaxVoltage);
  867. }
  868. if (LogInfo[gunIndex][EV_LOG_SOC] != pDcChargingInfo->EvBatterySoc) {
  869. LogInfo[gunIndex][EV_LOG_SOC] = pDcChargingInfo->EvBatterySoc;
  870. log_info("index = %d, SOC = %d ",
  871. gunIndex,
  872. pDcChargingInfo->EvBatterySoc);
  873. }
  874. // 持續通知 Isolation 測試狀態
  875. if (priorityLow == 1) {
  876. // 拉 500 V 如果在一秒鐘內 GFD 都符合則 PASS
  877. // if (_chargingData[_index]->FireChargingVoltage >= 3500)
  878. // pDcChargingInfo->GroundFaultStatus = GFD_PASS;
  879. //log_info("To EV_%d GFD = %d ", _index,pDcChargingInfo->GroundFaultStatus);
  880. //if(_chargingData[_index]->GroundFaultStatus != GFD_WAIT)
  881. {
  882. //if ((GetTimeoutValue(_derating_time) / 1000) > 1000)
  883. gfgResult = pDcChargingInfo->GroundFaultStatus;
  884. // GB & Chademo ~ Warning 也先算 Pass,因為 CCS 認證會驗 Warning 故不可更動
  885. if (pDcChargingInfo->Type == _Type_Chademo ||
  886. pDcChargingInfo->Type == _Type_GB) {
  887. if (gfgResult == GFD_WARNING) {
  888. gfgResult = GFD_PASS;
  889. }
  890. }
  891. if (gfgResult == GFD_WARNING || gfgResult == GFD_PASS) {
  892. if (((GetTimeoutValue(_chk_ratingPower_timeout[gunIndex]) / 1000) > 12000 &&
  893. pDcChargingInfo->RealRatingPower > 0) ||
  894. (GetTimeoutValue(_chk_ratingPower_timeout[gunIndex]) / 1000) > 14000) {
  895. //log_info("**********EvComm : gunIndex= %d, RealRatingPower = %d ",
  896. // gunIndex,pDcChargingInfo->RealRatingPower);
  897. //gfgResult = GFD_PASS;
  898. //DS60-120 add
  899. if (LogInfo[gunIndex][EV_LOG_REAL_CAP_POW] != pDcChargingInfo->RealRatingPower) {
  900. LogInfo[gunIndex][EV_LOG_REAL_CAP_POW] = pDcChargingInfo->RealRatingPower;
  901. log_info("Conn %d, RealRatingPower = %d ",
  902. gunIndex,
  903. pDcChargingInfo->RealRatingPower);
  904. }
  905. } else {
  906. gfgResult = GFD_WAIT;
  907. }
  908. }
  909. SetIsolationStatus(gunIndex, gfgResult, pDcChargingInfo->Evboard_id);
  910. }
  911. if (pDcChargingInfo->SystemStatus == S_CCS_PRECHARGE_ST0 &&
  912. pDcChargingInfo->PrechargeStatus == PRECHARGE_READY
  913. ) {
  914. SetEvsePrechargeInfo(gunIndex, PRECHARGE_PRERELAY_PASS, pDcChargingInfo->Evboard_id);
  915. }
  916. }
  917. ftime(&waitChargingTime);
  918. break;
  919. case S_CHARGING:
  920. //if (waitPsuVolwithRealyVol(gunIndex) == NO) {
  921. // continue;
  922. //}
  923. GetEvBatteryInfo(gunIndex, pDcChargingInfo->Evboard_id); //DS60-120 add
  924. // 計算 Power
  925. pDcChargingInfo->PresentChargingPower =
  926. ((float)((pDcChargingInfo->PresentChargingVoltage) *
  927. (pDcChargingInfo->PresentChargingCurrent)) / 1000);
  928. //DS60-120 remove
  929. if (chargingTime[gunIndex] == 0 ||
  930. chargingTime[gunIndex] > pDcChargingInfo->PresentChargedDuration) {
  931. chargingTime[gunIndex] = pDcChargingInfo->PresentChargedDuration;
  932. } else {
  933. int passTime = pDcChargingInfo->PresentChargedDuration - chargingTime[gunIndex];
  934. if (passTime > 0) {
  935. float changingPow = (pDcChargingInfo->PresentChargingPower) * passTime / 3600;
  936. if (pSysConfig->BillingData.isBilling) {
  937. pDcChargingInfo->ChargingFee += changingPow * pSysConfig->BillingData.Cur_fee;
  938. }
  939. pDcChargingInfo->PresentChargedEnergy += changingPow;
  940. ShmDcCommonData->pGunInfo[gunIndex].PowerConsumption += changingPow;
  941. pDcChargingInfo->PowerConsumption += changingPow;
  942. chargingTime[gunIndex] = pDcChargingInfo->PresentChargedDuration;
  943. }
  944. }
  945. // 開始確認車端是否同意開始充電
  946. GetOutputReq(gunIndex, pDcChargingInfo->Evboard_id);
  947. // 設定當前輸出
  948. ftime(&nowTime);
  949. if (!(DiffTimeb(waitChargingTime, nowTime) < 5000 ||
  950. DiffTimeb(waitChargingTime, nowTime) < 0)) {
  951. psuOutputReady[gunIndex] = true;
  952. }
  953. SetPresentChargingOutputPower();
  954. // for test end
  955. if (priorityLow % 5 == 0) {
  956. // 樁端輸出能力改變
  957. SetPresentChargingOutputCap();
  958. }
  959. if ((pDcChargingInfo->GroundFaultStatus == GFD_FAIL) ||
  960. (pDcChargingInfo->Type == _Type_CCS_2)) {
  961. SetIsolationStatus(gunIndex,
  962. pDcChargingInfo->GroundFaultStatus,
  963. pDcChargingInfo->Evboard_id);
  964. }
  965. /*
  966. else if (pDcChargingInfo->Type == _Type_CCS_2) {
  967. SetIsolationStatus(gunIndex, pDcChargingInfo->GroundFaultStatus, pDcChargingInfo->Evboard_id);
  968. }*/
  969. // GFD 失敗再通知
  970. if (priorityLow == 1) {
  971. if (pDcChargingInfo->Type == _Type_CCS_2 &&
  972. pDcChargingInfo->PrechargeStatus == PRECHARGE_READY) {
  973. SetEvsePrechargeInfo(gunIndex,
  974. PRECHARGE_CHARELAY_PASS,
  975. pDcChargingInfo->Evboard_id);
  976. }
  977. }
  978. break;
  979. case S_ALARM:
  980. case S_TERMINATING:
  981. // 設定當前輸出
  982. setCurrentOutput();
  983. SetPresentChargingOutputPower();
  984. // 槍鎖還在,則代表是樁端要求的停止
  985. if (pDcChargingInfo->GunLocked == START ||
  986. pDcChargingInfo->Type == _Type_CCS_2) {
  987. uint8_t normalStop = 0x01;
  988. uint8_t stopReason[6] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  989. if (GetStopChargingReasonByEvse(gunIndex, stopReason)) {
  990. normalStop = 0x02;
  991. }
  992. EvseStopChargingEvent(normalStop,
  993. stopReason,
  994. pDcChargingInfo->Evboard_id);
  995. SendErrorCount[gunIndex] += 1; //DS60-120 add
  996. }
  997. if (pDcChargingInfo->Type == _Type_CCS_2) {
  998. SetIsolationStatus(gunIndex,
  999. pDcChargingInfo->GroundFaultStatus,
  1000. pDcChargingInfo->Evboard_id);
  1001. }
  1002. GetOutputReq(gunIndex, pDcChargingInfo->Evboard_id);
  1003. //DS60-120 add
  1004. if (pDcChargingInfo->SystemStatus == S_ALARM) {
  1005. if (priorityLow == 1) {
  1006. // 樁端輸出能力
  1007. maxVol = pDcChargingInfo->MaximumChargingVoltage;
  1008. maxCur = pDcChargingInfo->AvailableChargingCurrent;
  1009. GetMaxVolAndCurMethod(gunIndex, &maxVol, &maxCur);
  1010. SetChargingPermission(gunIndex,
  1011. STOP,
  1012. pDcChargingInfo->AvailableChargingPower,
  1013. maxCur,
  1014. maxVol,
  1015. pDcChargingInfo->Evboard_id);
  1016. }
  1017. }
  1018. break;
  1019. case S_COMPLETE:
  1020. // 設定當前輸出
  1021. SetPresentChargingOutputPower();
  1022. if (priorityLow == 1) {
  1023. // 樁端輸出能力
  1024. maxVol = pDcChargingInfo->MaximumChargingVoltage;
  1025. maxCur = pDcChargingInfo->AvailableChargingCurrent;
  1026. GetMaxVolAndCurMethod(gunIndex, &maxVol, &maxCur);
  1027. SetChargingPermission(gunIndex,
  1028. STOP,
  1029. pDcChargingInfo->AvailableChargingPower,
  1030. maxCur,
  1031. maxVol,
  1032. pDcChargingInfo->Evboard_id);
  1033. //DS60-120 add
  1034. //if (pDcChargingInfo->EvBatterySoc >= 100) {
  1035. // //滿電,則直接清掉錯誤
  1036. // if (pDcChargingInfo->Type == _Type_Chademo) {
  1037. // ClearAbnormalStatus_Chademo(gunIndex);
  1038. // } else if (pDcChargingInfo->Type == _Type_GB) {
  1039. // ClearAbnormalStatus_GB(gunIndex);
  1040. // } else if (pDcChargingInfo->Type == _Type_CCS_2) {
  1041. // ClearAbnormalStatus_CCS(gunIndex);
  1042. // }
  1043. //}
  1044. }
  1045. break;
  1046. }//switch
  1047. }//for
  1048. Comcont >= 200 ? Comcont = 1: Comcont++;
  1049. priorityLow >= 20 ? priorityLow = 1 : priorityLow++;
  1050. usleep(50000);
  1051. }//while
  1052. return 0;
  1053. }