Module_LcmControl.c 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748
  1. #include <stdio.h> /*標準輸入輸出定義*/
  2. #include <stdlib.h> /*標準函數庫定義*/
  3. #include <stdint.h>
  4. #include <string.h>
  5. #include <unistd.h>
  6. #include <termios.h>
  7. #include <fcntl.h>
  8. #include <time.h>
  9. #include <sys/ioctl.h>
  10. #include <sys/timeb.h>
  11. #include "Module_LcmControl.h"
  12. #include "../Log/log.h"
  13. #include "../ShareMemory/shmMem.h"
  14. #include "../Define/define.h"
  15. #include "../Config.h"
  16. #include "../SelectGun/SelectGun.h"
  17. #include "../CSU/main.h"
  18. #include "../timeout.h"
  19. #define uSEC_VAL (1000000)
  20. //------------------------------------------------------------------------------
  21. //struct SysConfigAndInfo *ShmSysConfigAndInfo;
  22. //struct StatusCodeData *ShmStatusCodeData;
  23. static struct SysConfigData *pSysConfig = NULL;
  24. static struct SysInfoData *pSysInfo = NULL;
  25. static struct WARNING_CODE_INFO *pSysWarning = NULL;
  26. static struct OCPP16Data *ShmOCPP16Data = NULL;
  27. static struct FanModuleData *ShmFanModuleData;
  28. static struct PrimaryMcuData *ShmPrimaryMcuData;
  29. static SelectGunInfo *ShmSelectGunInfo = NULL;
  30. static struct ChargingInfoData *pDcChargingInfo = NULL;
  31. static DcCommonInfo *ShmDcCommonData = NULL;
  32. //int CardReadFd = -1;
  33. short _currentPage = _PAGE_NONE;
  34. uint8_t _totalCount;
  35. uint8_t _showInformIndex = 0;
  36. float ChargeMaxPower_0 = 0;
  37. float ChargeMaxPower_1 = 0;
  38. bool _battery_display_ani = false;
  39. int _port;
  40. //char* pPortName = "/dev/ttyO2";
  41. char *pPortName = "/dev/ttyS3";
  42. char *moduleName = "DMT80480T070_09WT";
  43. bool is_show = false;
  44. bool is_stop = false;
  45. uint8_t _everyPageRollChange;
  46. uint8_t _btn_press = 0;
  47. short _btn_press_id = 0;
  48. uint8_t _btn_press_count = 0;
  49. int _Text_Running_Count = 1;
  50. int Battery_Test = 0;
  51. extern void UpdateLcmFunction(DcCommonInfo *ShmDcCommonData,int _lcmport);
  52. //==========================================
  53. // Open and Close RS232 and R/W
  54. //==========================================
  55. void AuthorizingStart(void)
  56. {
  57. ShmOCPP16Data->SpMsg.bits.AuthorizeReq = YES;
  58. pSysInfo->AuthorizeFlag = YES;
  59. }
  60. void GetClockTime(struct timespec *_now_time, void *null)
  61. {
  62. clock_gettime(CLOCK_MONOTONIC, _now_time);
  63. }
  64. void StartSystemTimeoutDet(uint8_t flag)
  65. {
  66. if (pSysInfo->SystemTimeoutFlag != flag) {
  67. GetClockTime(&pSysInfo->SystemTimeoutTimer, NULL);
  68. }
  69. pSysInfo->SystemTimeoutFlag = flag;
  70. }
  71. void StopSystemTimeoutDet(void)
  72. {
  73. GetClockTime(&pSysInfo->SystemTimeoutTimer, NULL);
  74. pSysInfo->SystemTimeoutFlag = Timeout_None;
  75. }
  76. void StartGunInfoTimeoutDet(uint8_t gunIndex, uint8_t flag)
  77. {
  78. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(gunIndex);
  79. if (gunIndex < pSysConfig->TotalConnectorCount) {
  80. if (pDcChargingInfo->TimeoutFlag != flag) {
  81. gettimeofday(&pDcChargingInfo->TimeoutTimer, NULL);
  82. }
  83. pDcChargingInfo->TimeoutFlag = flag;
  84. }
  85. }
  86. void StopGunInfoTimeoutDet(uint8_t gunIndex)
  87. {
  88. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(gunIndex);
  89. if (gunIndex < pSysConfig->TotalConnectorCount) {
  90. pDcChargingInfo->TimeoutFlag = Timeout_None;
  91. }
  92. }
  93. unsigned long GetClockTimeoutValue(struct timespec _start_time)
  94. {
  95. struct timespec ts_end;
  96. unsigned long ret = 0;
  97. clock_gettime(CLOCK_MONOTONIC, &ts_end);
  98. ret = ((unsigned long)(ts_end.tv_sec - _start_time.tv_sec) * 1000000) + ((unsigned long)((ts_end.tv_nsec / 1000) - (_start_time.tv_nsec/ 1000)));
  99. return ret;
  100. }
  101. int CreateCommunicationLcmPort()
  102. {
  103. int fd;
  104. struct termios tios;
  105. fd = open(pPortName, O_RDWR);
  106. if (fd <= 0) {
  107. log_error("open /dev/ttyS3 NG ");
  108. return -1;
  109. }
  110. ioctl(fd, TCGETS, &tios);
  111. tios.c_cflag = B115200 | CS8 | CLOCAL | CREAD;
  112. tios.c_lflag = 0;
  113. tios.c_iflag = 0;
  114. tios.c_oflag = 0;
  115. tios.c_cc[VMIN] = 0;
  116. tios.c_cc[VTIME] = (uint8_t) 5;
  117. tios.c_lflag = 0;
  118. tcflush(fd, TCIFLUSH);
  119. ioctl(fd, TCSETS, &tios);
  120. return fd;
  121. }
  122. void CloseCommunicationLcmPort()
  123. {
  124. close(_port);
  125. }
  126. void setSelGunWaitToAuthor(uint8_t curSel)
  127. {
  128. if (curSel == LEFT_GUN_NUM && ShmSelectGunInfo->SelGunInfo.LeftGun == SEL_GUN_CONFIRM) {
  129. ShmSelectGunInfo->SelGunInfo.LeftGun = SEL_GUN_ATHOR;
  130. log_info("setSelGunWaitToAuthor left");
  131. } else if (curSel == RIGHT_GUN_NUM && ShmSelectGunInfo->SelGunInfo.RightGun == SEL_GUN_CONFIRM) {
  132. ShmSelectGunInfo->SelGunInfo.RightGun = SEL_GUN_ATHOR;
  133. log_info("setSelGunWaitToAuthor right");
  134. }
  135. }
  136. void confirmSelGun(uint8_t selGun)
  137. {
  138. if (selGun == LEFT_GUN_NUM) {
  139. ShmSelectGunInfo->SelGunInfo.LeftGun = SEL_GUN_CONFIRM;
  140. //printf("confirmSelGun left");
  141. } else if (selGun == RIGHT_GUN_NUM) {
  142. ShmSelectGunInfo->SelGunInfo.RightGun = SEL_GUN_CONFIRM;
  143. //printf("confirmSelGun right");
  144. }
  145. //changeLcmPage(_PAGE_PLUGIN);
  146. //StartGunInfoTimeoutDet(selGun, Timeout_SelectGun);
  147. //StartSystemTimeoutDet(Timeout_ReturnViewPage);
  148. }
  149. void GetDeviceInfoStatus(short address, uint8_t len)
  150. {
  151. uint8_t cmd[8];
  152. memset(cmd, 0x00, sizeof(cmd));
  153. uint8_t msg[11];
  154. memset(msg, 0x00, sizeof(msg));
  155. cmd[0] = CMD_TITLE_1;
  156. cmd[1] = CMD_TITLE_2;
  157. cmd[2] = 0x04;
  158. cmd[3] = CMD_MULTI_READ;
  159. cmd[4] = (address >> 8) & 0xff;
  160. cmd[5] = (address >> 0) & 0xff;
  161. cmd[6] = len;
  162. WriteCmdToLcm(cmd, ARRAY_SIZE(cmd));
  163. usleep(1000);
  164. ReadMsgFromLcm(msg, ARRAY_SIZE(msg));
  165. }
  166. void WriteCmdToLcm(uint8_t *cmd, uint8_t cmdLen)
  167. {
  168. int len = write(_port, cmd, cmdLen);
  169. if (len < sizeof(cmd)) {
  170. log_error("Write cmd to LCM Failure. ");
  171. }
  172. }
  173. void TradeRunning(uint8_t _run)
  174. {
  175. if (_run == TRUE) {
  176. ChangeDisplay2Value(_Icon_PreAuth, 1);
  177. ChangeDisplay2Value(_Icon_Ani_Dot, 1);
  178. ChangeDisplay2Value(_Icon_CountDownBG, 0);
  179. ChangeDisplay2Value(_Icon_CancelCntDownTen, 0);
  180. ChangeDisplay2Value(_Icon_CancelCntDownDigits, 0);
  181. }
  182. else {
  183. ChangeDisplay2Value(_Icon_PreAuth, _TCC_TradeCancelString);
  184. ChangeDisplay2Value(_Icon_Ani_Dot, 0);
  185. ChangeDisplay2Value(_Icon_CountDownBG, _TCC_TradeCancelFrame);
  186. if (pSysInfo->SystemTimeoutFlag == Timeout_TradeCancel) {
  187. unsigned long _time = TCC_TRADECANCEL_TIMEOUT-(GetClockTimeoutValue(pSysInfo->SystemTimeoutTimer) / uSEC_VAL);
  188. ChangeDisplay2Value(_Icon_CancelCntDownTen, (short)(_TCC_CancelNum_0 + (_time / 10)));
  189. ChangeDisplay2Value(_Icon_CancelCntDownDigits, (short)(_TCC_CancelNum_0 + (_time % 10)));
  190. }
  191. }
  192. }
  193. void CheckIdlePress()
  194. {
  195. pSysInfo->SystemPage = _PAGE_SELECT_GUN;
  196. log_info("IDLE Enter Select Gun Page");
  197. }
  198. void CheckReturnPress()
  199. {
  200. int i;
  201. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(pSysInfo->CurGunSelected);
  202. //pDcChargingInfo->SystemStatus = S_IDLE;
  203. if (pSysInfo->SystemPage >= _PAGE_BILL && pSysInfo->SystemPage <= _PAGE_PLUGIN) {
  204. if (pSysInfo->SystemPage != _PAGE_AUTHORIZE)
  205. ShmDcCommonData->OperateIDLE[pSysInfo->CurGunSelected] = 1;
  206. log_info("Operate return to IDLE");
  207. }
  208. if ( pDcChargingInfo->SystemStatus == S_AUTHORIZING ) {
  209. ShmDcCommonData->TradeCancel = TRUE;
  210. /*
  211. if (pSysInfo->SystemPage == _PAGE_AUTHORIZE ) {
  212. pSysInfo->SystemPage = _PAGE_SELECT_PAY;
  213. } else if (pSysInfo->SystemPage == _PAGE_PLUGIN)
  214. pSysInfo->SystemPage = _PAGE_SELECT_GUN;
  215. */
  216. for (i = 0; i <= 30; i++) {
  217. if (ShmDcCommonData->PreAuth_Config == _CREDITCARD_IDLE)
  218. break;
  219. sleep(1);
  220. }
  221. pSysInfo->SystemPage = _PAGE_SENSING;
  222. StopGunInfoTimeoutDet(pSysInfo->CurGunSelected);
  223. StartSystemTimeoutDet(Timeout_TradeCancel);
  224. ShmDcCommonData->PreAuth_Result = 0;
  225. log_info("Press Return button cancel PreAuth");
  226. ShmDcCommonData->PreAuth_Config = _CREDITCARD_CANCEL;
  227. ShmDcCommonData->PreAuth_Result = 0;
  228. for(i=0;i<=30;i++) {
  229. if(ShmDcCommonData->PreAuth_Config == _CREDITCARD_IDLE)
  230. break;
  231. sleep(1);
  232. }
  233. ShmDcCommonData->PreAuth_Result = 0;
  234. StopSystemTimeoutDet();
  235. pDcChargingInfo->SystemStatus = S_IDLE;
  236. strcpy((char *)pSysConfig->UserId, "");
  237. return;
  238. }
  239. if (pDcChargingInfo->SystemStatus == S_IDLE && pSysInfo->SystemPage == _PAGE_AUTHORIZE) {
  240. ShmDcCommonData->TradeCancel = TRUE;
  241. pSysInfo->SystemPage = _PAGE_SENSING;
  242. StartSystemTimeoutDet(Timeout_TradeCancel);
  243. if (ShmDcCommonData->PreAuth_Config == _CREDITCARD_PREAUTH) {
  244. for (i = 0; i <= 30; i++) {
  245. if (ShmDcCommonData->PreAuth_Result != 0)
  246. break;
  247. sleep(1);
  248. }
  249. ShmDcCommonData->PreAuth_Result = 0;
  250. if (ShmDcCommonData->AuthPass_flag[pSysInfo->CurGunSelected] == TRUE) {
  251. ShmDcCommonData->PreAuth_Config = _CREDITCARD_CANCEL;
  252. ShmDcCommonData->PreAuth_Result = 0;
  253. for (i = 0; i <= 30; i++) {
  254. if (ShmDcCommonData->PreAuth_Config == _CREDITCARD_IDLE)
  255. break;
  256. sleep(1);
  257. }
  258. }
  259. pSysInfo->SystemPage = _PAGE_SELECT_PAY;
  260. }
  261. return;
  262. }
  263. if ( pSysInfo->SystemPage == _PAGE_EXIT ) {
  264. StopSystemTimeoutDet();
  265. pDcChargingInfo->SystemStatus = S_IDLE;
  266. pSysInfo->SystemPage = _PAGE_IDLE;
  267. return;
  268. }
  269. if (pSysInfo->SystemPage == _PAGE_AUTHORIZE)
  270. pSysInfo->SystemPage = _PAGE_SELECT_PAY;
  271. else
  272. pSysInfo->SystemPage = _PAGE_SELECT_GUN;
  273. }
  274. void CheckStopPress()
  275. {
  276. is_stop = TRUE;
  277. //ChangeDisplay2Value(_ConfirmStopIcon,is_stop);
  278. if (pSysInfo->CurGunSelected == LEFT_GUN_NUM)
  279. pSysInfo->SystemPage = _PAGE_STOP_CONFIRM_LEFT;
  280. else
  281. pSysInfo->SystemPage = _PAGE_STOP_CONFIRM_RIGHT;
  282. }
  283. void CheckStopConfirmPress()
  284. {
  285. int result;
  286. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(pSysInfo->CurGunSelected);
  287. pDcChargingInfo->SystemStatus = S_TERMINATING;
  288. pSysInfo->SystemPage = _PAGE_PAYING;
  289. is_stop = FALSE;
  290. ShmDcCommonData->StopCharge[pSysInfo->CurGunSelected] = TRUE;
  291. StartGunInfoTimeoutDet(pSysInfo->CurGunSelected,Timeout_FinalCost);
  292. /*
  293. ShmDcCommonData->PreAuth_Config = _CREDITCARD_CANCEL;
  294. ShmDcCommonData->PreAuth_Result = 0;
  295. */
  296. }
  297. void CheckStopCancelPress()
  298. {
  299. is_stop = FALSE;
  300. //ChangeDisplay2Value(_ConfirmStopIcon,is_stop);
  301. pSysInfo->SystemPage = _PAGE_CHARGING;
  302. }
  303. void CheckConfirmGun(uint8_t gunIndex)
  304. {
  305. pSysInfo->CurGunSelected = gunIndex;
  306. pSysInfo->SystemPage = _PAGE_BILL;
  307. }
  308. void CheckDonateBill(uint8_t gunIndex)
  309. {
  310. if (gunIndex == LEFT_GUN_NUM) {
  311. pSysInfo->SystemPage = _PAGE_DONATE_LEFT;
  312. } else
  313. pSysInfo->SystemPage = _PAGE_DONATE_RIGHT;
  314. }
  315. void CheckDonateYes()
  316. {
  317. pSysInfo->SystemPage = _PAGE_SELECT_PAY;
  318. ShmDcCommonData->donate_flag[pSysInfo->CurGunSelected] = TRUE;
  319. }
  320. void CheckDonateNo()
  321. {
  322. pSysInfo->SystemPage = _PAGE_BILL;
  323. ShmDcCommonData->donate_flag[pSysInfo->CurGunSelected] = FALSE;
  324. }
  325. void CheckPayCreditCard()
  326. {
  327. ShmDcCommonData->LineStatus[pSysInfo->CurGunSelected] = 0;
  328. ShmDcCommonData->TradeCancel = FALSE;
  329. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(pSysInfo->CurGunSelected);
  330. if (pDcChargingInfo->SystemStatus == S_IDLE) {
  331. //confirmSelGun(pSysInfo->CurGunSelected);
  332. ShmDcCommonData->PreAuth_Config = _CREDITCARD_PREAUTH;
  333. ShmDcCommonData->PreAuth_Result = 0;
  334. //setSelGunWaitToAuthor(pSysInfo->CurGunSelected);
  335. pSysInfo->SystemPage = _PAGE_AUTHORIZE;
  336. //pDcChargingInfo->SystemStatus = S_AUTHORIZING;
  337. //
  338. //AuthorizingStart();
  339. }
  340. }
  341. void CheckPayIcash()
  342. {
  343. }
  344. void CheckPayLinePay()
  345. {
  346. }
  347. void CheckTouchPress(short id)
  348. {
  349. GetDeviceInfoStatus(id,1);
  350. if (_btn_press >= 1 && _btn_press_id == id ) {
  351. _btn_press_count++;
  352. }
  353. if (_btn_press >= 1 && _btn_press_id == id && _btn_press_count >= 3) {
  354. ChangeDisplay2Value(id, 0);
  355. //log_info("Press id : 0x%04x",id);
  356. _btn_press_count = 0;
  357. switch (id) {
  358. case _Touch_Show_Left:
  359. if (pSysInfo->SystemPage >= _PAGE_ADD_FRIEND && pSysInfo->SystemPage <= _PAGE_PLUGIN) {
  360. log_info("Authorize Process can't select gun");
  361. return;
  362. }
  363. // Show log
  364. if(pSysInfo->CurGunSelected != LEFT_GUN_NUM) {
  365. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(LEFT_GUN_NUM);
  366. pSysInfo->CurGunSelected = LEFT_GUN_NUM;
  367. if(pDcChargingInfo->SystemStatus == S_IDLE) {
  368. pSysInfo->SystemPage = _PAGE_SELECT_GUN;
  369. }
  370. log_info("LCM left Gun down...............................%x %x %x",
  371. pSysInfo->CurGunSelected,pDcChargingInfo->SystemStatus,pSysInfo->SystemPage);
  372. }
  373. if (pSysInfo->SystemPage == _PAGE_CHARGING || pSysInfo->SystemPage == _PAGE_COMPLETE ||
  374. pSysInfo->SystemPage == _PAGE_PAYFAIL) {
  375. StopSystemTimeoutDet();
  376. StartSystemTimeoutDet(Timeout_ReturnViewPage);
  377. }
  378. break;
  379. case _Touch_Show_Right:
  380. if (pSysInfo->SystemPage >= _PAGE_ADD_FRIEND && pSysInfo->SystemPage <= _PAGE_PLUGIN) {
  381. log_info("Authorize Process can't select gun");
  382. return;
  383. }
  384. // Show log
  385. if(pSysInfo->CurGunSelected != RIGHT_GUN_NUM) {
  386. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(RIGHT_GUN_NUM);
  387. pSysInfo->CurGunSelected = RIGHT_GUN_NUM;
  388. if(pDcChargingInfo->SystemStatus == S_IDLE) {
  389. pSysInfo->SystemPage = _PAGE_SELECT_GUN;
  390. }
  391. log_info("LCM Right Gun down...............................%x %x %x",
  392. pSysInfo->CurGunSelected,pDcChargingInfo->SystemStatus,pSysInfo->SystemPage);
  393. }
  394. if (pSysInfo->SystemPage == _PAGE_CHARGING || pSysInfo->SystemPage == _PAGE_COMPLETE ||
  395. pSysInfo->SystemPage == _PAGE_PAYFAIL) {
  396. StopSystemTimeoutDet();
  397. StartSystemTimeoutDet(Timeout_ReturnViewPage);
  398. }
  399. break;
  400. case _Touch_Return:
  401. CheckReturnPress();
  402. break;
  403. case _Touch_IDLE:
  404. CheckIdlePress();
  405. break;
  406. case _Touch_StopCharge:
  407. CheckStopPress();
  408. is_stop = TRUE;
  409. break;
  410. case _Touch_Stop_Confirm:
  411. CheckStopConfirmPress();
  412. is_stop = FALSE;
  413. break;
  414. case _Touch_Stop_Cancel:
  415. CheckStopCancelPress();
  416. is_stop = FALSE;
  417. break;
  418. case _Touch_Select_Left:
  419. CheckConfirmGun(LEFT_GUN_NUM);
  420. break;
  421. case _Touch_Select_Right:
  422. CheckConfirmGun(RIGHT_GUN_NUM);
  423. break;
  424. case _Touch_DonateBill:
  425. StopSystemTimeoutDet();
  426. CheckDonateBill(pSysInfo->CurGunSelected);
  427. break;
  428. case _Touch_DonateYes:
  429. CheckDonateYes();
  430. break;
  431. case _Touch_DonateNo:
  432. StartSystemTimeoutDet(Timeout_AddLine);
  433. CheckDonateNo();
  434. break;
  435. case _Touch_Pay_CreditCard:
  436. CheckPayCreditCard();
  437. break;
  438. case _Touch_Pay_Icash:
  439. CheckPayIcash();
  440. break;
  441. case _Touch_Pay_LinePay:
  442. CheckPayLinePay();
  443. break;
  444. } // switch
  445. } //if (_btn_press >= 3)
  446. }
  447. void CheckLCMPressed()
  448. {
  449. int i;
  450. pid_t Pid = fork();
  451. if ( Pid == 0 ) {
  452. while (1) {
  453. if (pSysInfo->SystemPage != _PAGE_SELECT_GUN) {
  454. CheckTouchPress(_Touch_Show_Left);
  455. CheckTouchPress(_Touch_Show_Right);
  456. }
  457. switch (pSysInfo->SystemPage) {
  458. case _PAGE_IDLE:
  459. CheckTouchPress(_Touch_IDLE);
  460. break;
  461. case _PAGE_SELECT_GUN:
  462. CheckTouchPress(_Touch_Select_Left);
  463. CheckTouchPress(_Touch_Select_Right);
  464. break;
  465. case _PAGE_BILL:
  466. CheckTouchPress(_Touch_Return);
  467. CheckTouchPress(_Touch_DonateBill);
  468. break;
  469. case _PAGE_ADD_FRIEND:
  470. CheckTouchPress(_Touch_Return);
  471. CheckTouchPress(_Touch_DonateBill);
  472. break;
  473. case _PAGE_DONATE_LEFT:
  474. case _PAGE_DONATE_RIGHT:
  475. CheckTouchPress(_Touch_Return);
  476. CheckTouchPress(_Touch_DonateYes);
  477. CheckTouchPress(_Touch_DonateNo);
  478. break;
  479. case _PAGE_SELECT_PAY:
  480. CheckTouchPress(_Touch_Return);
  481. CheckTouchPress(_Touch_Pay_CreditCard);
  482. break;
  483. case _PAGE_PLUGIN:
  484. CheckTouchPress(_Touch_Return);
  485. break;
  486. ///*
  487. case _PAGE_CHARGING:
  488. CheckTouchPress(_Touch_StopCharge);
  489. break;
  490. case _PAGE_AUTHORIZE:
  491. CheckTouchPress(_Touch_Return);
  492. break;
  493. case _PAGE_STOP_CONFIRM_LEFT:
  494. case _PAGE_STOP_CONFIRM_RIGHT:
  495. StopSystemTimeoutDet();
  496. CheckTouchPress(_Touch_Stop_Confirm);
  497. CheckTouchPress(_Touch_Stop_Cancel);
  498. break;
  499. case _PAGE_EXIT:
  500. CheckTouchPress(_Touch_Return);
  501. break;
  502. case _PAGE_AUTHORIZE_FAIL:
  503. CheckTouchPress(_Touch_Return);
  504. break;
  505. } // switch
  506. usleep(5000);
  507. } //while
  508. } // if pid
  509. log_info("Create LCM fork:%d",Pid);
  510. }
  511. void ReadMsgFromLcm(uint8_t *msg, uint8_t readLen)
  512. {
  513. read(_port, msg, readLen);
  514. // 5a : CMD_TITLE_1
  515. // a5 : CMD_TITLE_2
  516. // 5
  517. // 81 : CMD_WRITE
  518. // 3 : CMD_REGISTER
  519. // 2 : Data length
  520. // 0 : High byte
  521. // 1 : Low byte
  522. // printf("-------------------------------------------- \n");
  523. // printf("msg = %x \n", *msg); // A5
  524. // printf("msg = %x \n", *(msg + 1)); // 5A
  525. // printf("msg = %x \n", *(msg + 2)); // Len : [3] ~ [6] + Data Len
  526. // printf("msg = %x \n", *(msg + 3)); // cmd : 0x83
  527. // printf("msg = %x \n", *(msg + 4)); // addr : H
  528. // printf("msg = %x \n", *(msg + 5)); // addr : L
  529. // printf("msg = %x \n", *(msg + 6)); // Data Len
  530. //
  531. // printf("msg = %x \n", *(msg + 7));
  532. // printf("msg = %x \n", *(msg + 8));
  533. // printf("msg = %x \n", *(msg + 9));
  534. // printf("msg = %x \n", *(msg + 10));
  535. // printf("msg = %x \n", *(msg + 11));
  536. // printf("msg = %x \n", *(msg + 12));
  537. // printf("msg = %x \n", *(msg + 13));
  538. // printf("msg = %x \n", *(msg + 14));
  539. /*
  540. for(uint8_t i = 0 ; i<readLen+3; i++) {
  541. log_info("Read data[%d]:0x%x",i,msg[i]);
  542. }*/
  543. if(*msg == CMD_TITLE_1 && *(msg + 1) == CMD_TITLE_2)
  544. {
  545. if(*(msg + 3) == CMD_WRITE)
  546. {
  547. switch (*(msg + 4))
  548. {
  549. case CMD_REGISTER:
  550. {
  551. // 頁面
  552. if(strcmp((char *)pSysInfo->LcmHwRev, "") != EQUAL)
  553. strcpy((char *)pSysInfo->LcmHwRev, moduleName);
  554. _currentPage = *(msg + 7);
  555. log_info("Current Page:%d",_currentPage);
  556. // if (_currentPage != 1 && _currentPage != 5 && _currentPage != 6 && _currentPage != 7 && _currentPage != 8)
  557. // printf("_currentPage = %d \n", _currentPage);
  558. }
  559. break;
  560. }
  561. }
  562. else if (*(msg + 3) == CMD_MULTI_READ)
  563. {
  564. short key = ((short)(*(msg + 4) << 8) + *(msg + 5));
  565. if(strcmp((char *)pSysInfo->LcmHwRev, "") != EQUAL)
  566. strcpy((char *)pSysInfo->LcmHwRev, moduleName);
  567. if (key == 0x0014)
  568. _currentPage = *(msg + 8);
  569. if ( key >= _Touch_IDLE && key <=_Touch_Pay_LinePay ) {
  570. _btn_press_id = key;
  571. _btn_press = *(msg + 8);
  572. }
  573. // switch ((unsigned short) (*(msg + 4) << 8) + (unsigned short) *(msg + 5))
  574. // {
  575. // case BUTTON_GUN_INDEX:
  576. // {
  577. // // 當前選的槍號
  578. // _curGunIndex = (*(msg + 8));
  579. // }
  580. // break;
  581. // }
  582. }
  583. }
  584. }
  585. void GetHrFormTimeString(char* time,char* hr)
  586. {
  587. //char tm[] = "2021-12-06 17:29:08:084";
  588. for(int i = 0 ; i < 2 ; i++) {
  589. hr[i] = time[i+11];
  590. }
  591. if( atoi(hr) == NULL ) {
  592. strcmp(hr,"");
  593. }
  594. }
  595. void GetMinFormTimeString(char* time,char* min)
  596. {
  597. //char tm[] = "2021-12-06 17:29:08:084";
  598. for(int i = 0 ; i < 2 ; i++) {
  599. min[i] = time[i+14];
  600. }
  601. if( atoi(min) == NULL || atoi(min) > 60) {
  602. strcmp(min,"");
  603. }
  604. }
  605. //================================================
  606. // Function
  607. //================================================
  608. void ChangeToOtherPage(short newPage)
  609. {
  610. uint8_t cmd[10];
  611. memset(cmd, 0x00, sizeof(cmd));
  612. uint8_t msg[9];
  613. memset(msg, 0x00, sizeof(msg));
  614. cmd[0] = CMD_TITLE_1;
  615. cmd[1] = CMD_TITLE_2;
  616. cmd[2] = 0x07;
  617. cmd[3] = 0x82;
  618. cmd[4] = 0x00;
  619. cmd[5] = 0x84;
  620. cmd[6] = 0x5A;
  621. cmd[7] = 0x01;
  622. cmd[8] = newPage >> 8;
  623. cmd[9] = newPage & 0x00FF;
  624. WriteCmdToLcm(cmd, ARRAY_SIZE(cmd));
  625. usleep(5000);
  626. ReadMsgFromLcm(msg, ARRAY_SIZE(msg));
  627. }
  628. void ChangeBackLight(bool islight)
  629. {
  630. uint8_t value = 0x01;
  631. uint8_t msg[9];
  632. memset(msg, 0x00, sizeof(msg));
  633. // 0x00 ~ 0x40
  634. if (islight)
  635. {
  636. value = 0x20;
  637. }
  638. uint8_t cmd[7];
  639. memset(cmd, 0x00, sizeof(cmd));
  640. cmd[0] = CMD_TITLE_1;
  641. cmd[1] = CMD_TITLE_2;
  642. cmd[2] = 0x03;
  643. cmd[3] = CMD_READ;
  644. cmd[4] = CMD_BACKLIGHT;
  645. cmd[5] = value;
  646. WriteCmdToLcm(cmd, ARRAY_SIZE(cmd));
  647. usleep(10000);
  648. ReadMsgFromLcm(msg, ARRAY_SIZE(msg));
  649. }
  650. void GetCurrentPage()
  651. {
  652. uint8_t cmd[7];
  653. memset(cmd, 0x00, sizeof(cmd));
  654. uint8_t msg[9];
  655. memset(msg, 0x00, sizeof(msg));
  656. cmd[0] = CMD_TITLE_1;
  657. cmd[1] = CMD_TITLE_2;
  658. cmd[2] = 0x04; // 底下總長度
  659. cmd[3] = 0x83;
  660. cmd[4] = 0x00;
  661. cmd[5] = 0x14;
  662. cmd[6] = 0x01;
  663. WriteCmdToLcm(cmd, ARRAY_SIZE(cmd));
  664. usleep(5000);
  665. ReadMsgFromLcm(msg, ARRAY_SIZE(msg));
  666. }
  667. void DisplayValueToLcm(short address, uint8_t *data, uint8_t len)
  668. {
  669. uint8_t cmd[256];
  670. memset(cmd, 0x00, sizeof(cmd));
  671. uint8_t msg[9];
  672. memset(msg, 0x00, sizeof(msg));
  673. cmd[0] = CMD_TITLE_1;
  674. cmd[1] = CMD_TITLE_2;
  675. cmd[2] = 0x03 + len;
  676. cmd[3] = CMD_MULTI_WRITE;
  677. cmd[4] = address >> 8;
  678. cmd[5] = address & 0x00FF;
  679. for(uint8_t count = 0; count < len; count++)
  680. {
  681. cmd[6 + count] = *(data + count);
  682. }
  683. WriteCmdToLcm(cmd, cmd[2] + 3);
  684. usleep(10000);
  685. ReadMsgFromLcm(msg, ARRAY_SIZE(msg));
  686. }
  687. void ChangeDisplay2Value(short address, short value)
  688. {
  689. uint8_t data[2];
  690. data[0] = value >> 8;
  691. data[1] = value & 0x00FF;
  692. //log_info("Addr:0x%x, value:%d",address,value);
  693. DisplayValueToLcm(address, data, sizeof(data));
  694. }
  695. //================================================
  696. // Warning process
  697. //================================================
  698. void string2ByteArray(uint8_t *input, uint8_t *output)
  699. {
  700. int loop;
  701. int i;
  702. loop = 0;
  703. i = 0;
  704. while (input[loop] != '\0') {
  705. output[i++] = input[loop++];
  706. }
  707. output[loop] = '\0';
  708. }
  709. void RefreshProgressAnimation()
  710. {
  711. _everyPageRollChange >= 30 ? _everyPageRollChange = 0 : _everyPageRollChange++;
  712. }
  713. //================================================
  714. // Change current page
  715. //================================================
  716. void ChangeCurPage()
  717. {
  718. //log_info("cur = %d ,system = %d, lcm = %d ",_currentPage, pSysInfo->SystemPage, pSysInfo->PageIndex);
  719. pSysInfo->PageIndex = pSysInfo->SystemPage;
  720. if (_currentPage != pSysInfo->PageIndex) {
  721. switch (pSysInfo->SystemPage) {
  722. case _PAGE_AUTHORIZE:
  723. break;
  724. case _PAGE_PLUGIN:
  725. break;
  726. case _PAGE_PRECHARGE:
  727. break;
  728. case _PAGE_CHARGING:
  729. is_stop = false;
  730. break;
  731. case _PAGE_COMPLETE:
  732. break;
  733. case _PAGE_MAINTAIN:
  734. ShmDcCommonData->ClearServiceQR = FALSE;
  735. break;
  736. }
  737. _currentPage = pSysInfo->PageIndex;
  738. //log_info("Chagne Page:%d",pSysInfo->PageIndex);
  739. ChangeToOtherPage(pSysInfo->PageIndex);
  740. }
  741. }
  742. /*
  743. * View Page
  744. *
  745. */
  746. unsigned long GetTimeoutValue(struct timeval _sour_time)
  747. {
  748. struct timeval _end_time;
  749. gettimeofday(&_end_time, NULL);
  750. return 1000000 * (_end_time.tv_sec - _sour_time.tv_sec) + _end_time.tv_usec - _sour_time.tv_usec;
  751. }
  752. void showGunWorkingType()
  753. {
  754. if (pSysInfo->CurGunSelected == LEFT_GUN_NUM) {
  755. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(LEFT_GUN_NUM);
  756. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  757. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  758. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CCS1_On);
  759. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  760. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  761. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CCS2_On);
  762. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  763. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CHAdeMo_On);
  764. }
  765. // Set Right Gun
  766. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(RIGHT_GUN_NUM);
  767. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  768. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  769. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CCS1_Off);
  770. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  771. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  772. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CCS2_Off);
  773. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  774. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CHAdeMo_Off);
  775. }
  776. } else if (pSysInfo->CurGunSelected == RIGHT_GUN_NUM){
  777. // Left Gun
  778. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(LEFT_GUN_NUM);
  779. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  780. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  781. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CCS1_Off);
  782. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  783. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  784. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CCS2_Off);
  785. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  786. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CHAdeMo_Off);
  787. }
  788. // Right Gun
  789. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(RIGHT_GUN_NUM);
  790. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  791. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  792. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CCS1_On);
  793. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  794. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  795. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CCS2_On);
  796. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  797. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CHAdeMo_On);
  798. }
  799. }
  800. }
  801. void ClearQrCode_Idle()
  802. {
  803. char cmd[200];
  804. memset(cmd,0,200);
  805. DisplayValueToLcm(_QRCode_AddLine, cmd, 200);
  806. }
  807. void ChangeQrCode_Idle(char *input)
  808. {
  809. char cmd[256];
  810. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(pSysInfo->CurGunSelected);
  811. // https://nhoatcc.lineapid.tw/web/tologin?sn=ABC123&cid=2
  812. memset(cmd,0,256);
  813. int len = sprintf(cmd,"https://nhoatcc.lineapid.tw/web/tologin?sn=%s&cid=%d",input,ShmDcCommonData->ConnectorID[pSysInfo->CurGunSelected]);
  814. //int len = sprintf(cmd, "https://nhoatcctest.lineapid.tw/web/tologin?sn=%s&cid=%d", input, ShmDcCommonData->ConnectorID[pSysInfo->CurGunSelected]);
  815. //log_info("QR Code:URL:%s",cmd);
  816. if (pSysInfo->SystemPage == _PAGE_BILL)
  817. DisplayValueToLcm(_QRCode_AddLine, cmd, len+1);
  818. }
  819. void ClearQrCode_Error()
  820. {
  821. char cmd[200];
  822. memset(cmd, 0, 200);
  823. DisplayValueToLcm(_QRCode_Service, cmd, 200);
  824. }
  825. void ChangeQrCode_Error()
  826. {
  827. char cmd[200];
  828. memset(cmd, 0, 200);
  829. int len = sprintf(cmd, "https://line.me/R/ti/p/@217tcevc");
  830. //log_info("QR Code:URL:%s",cmd);
  831. DisplayValueToLcm(_QRCode_Service, cmd, 200);
  832. }
  833. /*
  834. void ChangeRemainTime(int sec)
  835. {
  836. int h, m, s;
  837. uint8_t cmd[10];
  838. uint8_t value[10];
  839. memset(cmd, 0x00, sizeof(cmd));
  840. // srand(time(NULL));
  841. // int min = 0;
  842. // int max = 65536;
  843. // sec = rand() % (max - min + 1) + min;
  844. h = (sec / 3600);
  845. m = (sec - (3600 * h)) / 60;
  846. s = (sec - (3600 * h) - (m * 60));
  847. sprintf((char *)value, "%02d:%02d:%02d", h, m, s);
  848. string2ByteArray(value, cmd);
  849. DisplayValueToLcm(_Text_Time, cmd, sizeof(cmd));
  850. }
  851. */
  852. void ShowSelectGun()
  853. {
  854. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(LEFT_GUN_NUM);
  855. if (pDcChargingInfo->SystemStatus == S_CHARGING) {
  856. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  857. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  858. ChangeDisplay2Value(_Icon_Select_Left,_TCC_ShowLeftGunCharging_CCS1);
  859. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  860. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  861. ChangeDisplay2Value(_Icon_Select_Left,_TCC_ShowLeftGunCharging_CCS2);
  862. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  863. ChangeDisplay2Value(_Icon_Select_Left,_TCC_ShowLeftGunCharging_CHAdeMo);
  864. }
  865. } else {
  866. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  867. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  868. ChangeDisplay2Value(_Icon_Select_Left,_TCC_SelectLeft_CCS1);
  869. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  870. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  871. ChangeDisplay2Value(_Icon_Select_Left,_TCC_SelectLeft_CCS2);
  872. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  873. ChangeDisplay2Value(_Icon_Select_Left,_TCC_SelectLeft_CHAdeMo);
  874. }
  875. }
  876. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(RIGHT_GUN_NUM);
  877. if (pDcChargingInfo->SystemStatus == S_CHARGING) {
  878. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  879. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  880. ChangeDisplay2Value(_Icon_Select_Right,_TCC_ShowRightGunCharging_CCS1);
  881. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  882. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  883. ChangeDisplay2Value(_Icon_Select_Right,_TCC_ShowRightGunCharging_CCS2);
  884. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  885. ChangeDisplay2Value(_Icon_Select_Right,_TCC_ShowRightGunCharging_CHAdeMo);
  886. }
  887. } else {
  888. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  889. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  890. ChangeDisplay2Value(_Icon_Select_Right,_TCC_SelectRight_CCS1);
  891. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  892. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  893. ChangeDisplay2Value(_Icon_Select_Right,_TCC_SelectRight_CCS2);
  894. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  895. ChangeDisplay2Value(_Icon_Select_Right,_TCC_SelectRight_CHAdeMo);
  896. }
  897. }
  898. }
  899. void ChangeChargingPowerValue(float pow)
  900. {
  901. uint8_t cmd[10];
  902. uint8_t value[10];
  903. memset(cmd, 0x00, sizeof(cmd));
  904. sprintf((char *) value, "%d",(int)pow);
  905. string2ByteArray(value, cmd);
  906. DisplayValueToLcm(_String_ChargePower, cmd, sizeof(cmd));
  907. }
  908. void ChangeChargingRateValue(int rate)
  909. {
  910. uint8_t cmd[10];
  911. uint8_t value[10];
  912. memset(cmd, 0x00, sizeof(cmd));
  913. if (rate == 0) {
  914. log_info("Doesn't get Charge Fee");
  915. }
  916. sprintf((char *) value, "%d",rate);
  917. string2ByteArray(value, cmd);
  918. DisplayValueToLcm(_String_ChargeRate, cmd, sizeof(cmd));
  919. }
  920. void ChangeChargingFeeValue(float fee)
  921. {
  922. uint8_t cmd[10];
  923. uint8_t value[10];
  924. memset(cmd, 0x00, sizeof(cmd));
  925. sprintf((char *) value, "%d", (int)fee);
  926. string2ByteArray(value, cmd);
  927. DisplayValueToLcm(_String_Money, cmd, sizeof(cmd));
  928. }
  929. void ChangeCarBonValue(float data)
  930. {
  931. uint8_t cmd[10];
  932. uint8_t value[10];
  933. float _carbon = 0;
  934. memset(cmd, 0x00, sizeof(cmd));
  935. _carbon = data * 0.577;
  936. //log_info("Carbon:%d",(int)_carbon);
  937. sprintf((char *) value, "%d", (int)_carbon);
  938. string2ByteArray(value, cmd);
  939. DisplayValueToLcm(_String_Carbon, cmd, sizeof(cmd));
  940. }
  941. void ChangeChargingEnergyValue(float energy)
  942. {
  943. uint8_t cmd[10];
  944. uint8_t value[10];
  945. memset(cmd, 0x00, sizeof(cmd));
  946. if (energy >= 0.05) {
  947. energy -= 0.05;
  948. }
  949. if (energy < 0 )
  950. ChangeDisplay2Value(_Icon_ChargeBar,_TCC_Charging_Bar0);
  951. else if (energy > 100)
  952. ChangeDisplay2Value(_Icon_ChargeBar,_TCC_Charging_Bar0+100);
  953. else
  954. ChangeDisplay2Value(_Icon_ChargeBar,(int)energy+_TCC_Charging_Bar0);
  955. if (energy < 10)
  956. sprintf((char *) value, "%.1f", energy);
  957. else
  958. sprintf((char *) value, "%d", (int)energy);
  959. string2ByteArray(value, cmd);
  960. DisplayValueToLcm(_Strting_Energy, cmd, sizeof(cmd));
  961. }
  962. uint8_t _battery_display_count = 0;
  963. void ChangeBattMapAndValue(int soc)
  964. {
  965. int i = (soc*36)/100;
  966. uint8_t cmd[5];
  967. uint8_t value[5];
  968. _battery_display_count++;
  969. if (_battery_display_count == 3 ) {
  970. if (_battery_display_ani == 0)
  971. _battery_display_ani= TRUE;
  972. else
  973. _battery_display_ani= FALSE ;
  974. _battery_display_count = 0;
  975. }
  976. if (pSysInfo->SystemPage == _PAGE_CHARGING) {
  977. if (i>=36)
  978. ChangeDisplay2Value(_Icon_ChargeCircle,_TCC_Charging_Circle0+36);
  979. else {
  980. if (_battery_display_ani) {
  981. ChangeDisplay2Value(_Icon_ChargeCircle, _TCC_Charging_Circle0+i);
  982. } else {
  983. ChangeDisplay2Value(_Icon_ChargeCircle, _TCC_Charging_Circle0+i+1);
  984. }
  985. }
  986. } else if (pSysInfo->SystemPage == _PAGE_COMPLETE)
  987. ChangeDisplay2Value(_Icon_CompleteCircle, _TCC_CompleteCircle0+i);
  988. else
  989. ChangeDisplay2Value(_Icon_CompleteCircle, _TCC_CompleteCircle0+i);
  990. memset(cmd, 0x00, sizeof(cmd));
  991. memset(value, 0x00, sizeof(value));
  992. sprintf((char *)value, "%d", soc);
  993. string2ByteArray(value, cmd);
  994. DisplayValueToLcm(_String_Battery, cmd, sizeof(cmd));
  995. }
  996. unsigned long GetPreChargeTimeoutValue(struct timeval _sour_time)
  997. {
  998. struct timeval _end_time;
  999. gettimeofday(&_end_time, NULL);
  1000. return 1000000 * (_end_time.tv_sec - _sour_time.tv_sec) + _end_time.tv_usec - _sour_time.tv_usec;
  1001. }
  1002. void ChangeTimeValue(int time)
  1003. {
  1004. uint8_t cmd[6];
  1005. uint8_t value[6];
  1006. memset(cmd, 0x00, sizeof(cmd));
  1007. sprintf((char *) value, "%d", time);
  1008. string2ByteArray(value, cmd);
  1009. DisplayValueToLcm(_String_ChargeTime, cmd, sizeof(cmd));
  1010. }
  1011. void changeWeatherValue(int _weather)
  1012. {
  1013. switch (_weather) {
  1014. case _WEATHER_TYPE_SUN:
  1015. ChangeDisplay2Value(_Icon_Weather,_TCC_Sun);
  1016. break;
  1017. case _WEATHER_TYPE_CLOUDY:
  1018. ChangeDisplay2Value(_Icon_Weather,_TCC_Cloudy);
  1019. break;
  1020. case _WEATHER_TYPE_RAIN:
  1021. ChangeDisplay2Value(_Icon_Weather,_TCC_Rain);
  1022. break;
  1023. case _WEATHER_TYPE_THUNDER:
  1024. ChangeDisplay2Value(_Icon_Weather,_TCC_Thunder);
  1025. break;
  1026. case _WEATHER_TYPE_SNOW:
  1027. ChangeDisplay2Value(_Icon_Weather,_TCC_Snow);
  1028. break;
  1029. case _WEATHER_TYPE_FOG:
  1030. ChangeDisplay2Value(_Icon_Weather,_TCC_Fog);
  1031. break;
  1032. }
  1033. }
  1034. void changeWeekValue(int _week)
  1035. {
  1036. time_t timep;
  1037. struct tm* tm;
  1038. time(&timep);
  1039. timep += (ShmDcCommonData->TZOffset * 60);
  1040. tm = localtime(&timep);
  1041. _week = tm->tm_wday;
  1042. if (_week == 0 )
  1043. _week = 7;
  1044. ChangeDisplay2Value(_Icon_Week,_week);
  1045. }
  1046. void changeDegreeValue(int _degree)
  1047. {
  1048. char value[16];
  1049. memset(value, 0x00, sizeof(value));
  1050. sprintf((char *)value,"%d",_degree);
  1051. DisplayValueToLcm(_String_Tempture, (uint8_t *)value, sizeof(value));
  1052. }
  1053. void changeDateValue(char* _date)
  1054. {
  1055. time_t timep;
  1056. struct tm* tm;
  1057. time(&timep);
  1058. timep += (ShmDcCommonData->TZOffset * 60);
  1059. tm = localtime(&timep);
  1060. sprintf(_date, "%04d/%02d/%02d",
  1061. tm->tm_year + 1900,
  1062. tm->tm_mon + 1,
  1063. tm->tm_mday);
  1064. char value[16];
  1065. memset(value, 0x00, sizeof(value));
  1066. sprintf((char *)value,"%s",_date);
  1067. DisplayValueToLcm(_String_Date, (uint8_t *)value, sizeof(value));
  1068. }
  1069. void changeLocationValue(int _location)
  1070. {
  1071. //_location+=1000;
  1072. //log_info("location:%d",_location);
  1073. ChangeDisplay2Value(_Icon_Location,(short)_location);
  1074. }
  1075. void ShowLineRegisterCountDown()
  1076. {
  1077. int _ten, _digits;
  1078. pDcChargingInfo = (struct ChargingInfoData*)GetDcChargingInfoData(pSysInfo->CurGunSelected);
  1079. if (pDcChargingInfo->TimeoutFlag == Timeout_LineReigster) {
  1080. _ten = (TCC_LINEREGISTER_TIMEOUT - (GetTimeoutValue(pDcChargingInfo->TimeoutTimer) / uSEC_VAL)) / 10;
  1081. _digits = (TCC_LINEREGISTER_TIMEOUT - (GetTimeoutValue(pDcChargingInfo->TimeoutTimer) / uSEC_VAL)) % 10;
  1082. ChangeDisplay2Value(_Icon_ScanCntDownTen, (short)_TCC_CntDownNumber0+_ten);
  1083. ChangeDisplay2Value(_Icon_ScanCntDownDigits, (short)_TCC_CntDownNumber0+ _digits);
  1084. } else {
  1085. log_info("Not get Line Register Count Down");
  1086. }
  1087. }
  1088. void ShowAuthorizeCountDown()
  1089. {
  1090. int _ten, _digits;
  1091. if (pSysInfo->SystemTimeoutFlag == Timeout_ScanCard) {
  1092. _ten = (TCC_SCANCARD_TIMEOUT - (GetClockTimeoutValue(pSysInfo->SystemTimeoutTimer) / uSEC_VAL)) / 10;
  1093. _digits = (TCC_SCANCARD_TIMEOUT - (GetClockTimeoutValue(pSysInfo->SystemTimeoutTimer) / uSEC_VAL)) % 10;
  1094. ChangeDisplay2Value(_Icon_AuthCntDownTen, (short)_TCC_CntDownNumber0 + _ten);
  1095. ChangeDisplay2Value(_Icon_AuthCntDownDigits, (short)_TCC_CntDownNumber0 + _digits);
  1096. }
  1097. else {
  1098. log_info("Not get Line Register Count Down");
  1099. }
  1100. }
  1101. int old_money = 0;
  1102. int ClearQR_flag[2];
  1103. void ProcessPageInfo()
  1104. {
  1105. // Show Gun Working and Type
  1106. if (pSysInfo->SystemPage == _PAGE_IDLE) {
  1107. changeWeatherValue(ShmDcCommonData->WeatherID);
  1108. changeWeekValue(0);
  1109. changeDegreeValue((int)ShmDcCommonData->Temperature);
  1110. changeDateValue(&ShmDcCommonData->PresentTime[0]);
  1111. changeLocationValue(ShmDcCommonData->Location);
  1112. return;
  1113. }
  1114. if (pSysInfo->SystemPage == _PAGE_MAINTAIN) {
  1115. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(LEFT_GUN_NUM);
  1116. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  1117. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  1118. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CCS1_Off);
  1119. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  1120. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  1121. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CCS2_Off);
  1122. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  1123. ChangeDisplay2Value(_Icon_ShowLeft,_TCC_ShowLeft_CHAdeMo_Off);
  1124. }
  1125. // Set Right Gun
  1126. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(RIGHT_GUN_NUM);
  1127. if (pDcChargingInfo->CCSGunType == _TYPE_CCS1_Liquid ||
  1128. pDcChargingInfo->CCSGunType == _TYPE_CCS1_Natural) {
  1129. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CCS1_Off);
  1130. } else if (pDcChargingInfo->CCSGunType == _TYPE_CCS2_Liquid ||
  1131. pDcChargingInfo->CCSGunType == _TYPE_CCS2_Natural) {
  1132. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CCS2_Off);
  1133. } else if (pDcChargingInfo->Type == _Type_Chademo) {
  1134. ChangeDisplay2Value(_Icon_ShowRight,_TCC_ShowRight_CHAdeMo_Off);
  1135. }
  1136. /*
  1137. if (ShmDcCommonData->ClearServiceQR == FALSE) {
  1138. ShmDcCommonData->ClearServiceQR = TRUE;
  1139. ClearQrCode_Error();
  1140. ChangeQrCode_Error();
  1141. }
  1142. */
  1143. return;
  1144. }
  1145. showGunWorkingType();
  1146. for (uint8_t i = 0; i < pSysConfig->TotalConnectorCount; i++) {
  1147. if (pSysInfo->CurGunSelected == i) {
  1148. pDcChargingInfo = (struct ChargingInfoData *)GetDcChargingInfoData(pSysInfo->CurGunSelected);
  1149. switch (pSysInfo->SystemPage) {
  1150. case _PAGE_IDLE:
  1151. StopSystemTimeoutDet();
  1152. break;
  1153. case _PAGE_SELECT_PAY:
  1154. if (ShmDcCommonData->donate_flag[i] == TRUE) {
  1155. ChangeDisplay2Value(_Icon_WordAddFriend,_ICON_Empty);
  1156. } else
  1157. ChangeDisplay2Value(_Icon_WordAddFriend,_TCC_SelectPayMode);
  1158. StartSystemTimeoutDet(Timeout_SelectPayMode);
  1159. break;
  1160. case _PAGE_SELECT_GUN:
  1161. ShowSelectGun();
  1162. ClearQR_flag[i] = FALSE;
  1163. break;
  1164. case _PAGE_BILL:
  1165. if(ClearQR_flag[i] == FALSE) {
  1166. ClearQrCode_Idle();
  1167. ClearQR_flag[i] = TRUE;
  1168. }
  1169. ChangeQrCode_Idle((char *)pSysConfig->SystemId);
  1170. break;
  1171. case _PAGE_AUTHORIZE:
  1172. StartSystemTimeoutDet(Timeout_ScanCard);
  1173. /*
  1174. int card_result = CreditCardPreAuth(CardReadFd, PREAUTHMONEY,"TCC Test", &ShmDcCommonData->pCreditCard[pSysInfo->CurGunSelected]);
  1175. if (card_result > 0 ) {
  1176. strcpy((char *)pSysConfig->UserId, (char *)ShmDcCommonData->pCreditCard[pSysInfo->CurGunSelected].CardNo);
  1177. } else if (card_result < 0) {
  1178. pSysInfo->SystemPage = _PAGE_AUTHORIZE_FAIL;
  1179. }*/
  1180. //ChangeDisplay2Value(_Icon_Precharge,0);
  1181. //ChangeDisplay2Value(_Icon_Precharge,1);
  1182. /*
  1183. if (ShmDcCommonData->GetCardNo[pSysInfo->CurGunSelected] == TRUE &&
  1184. ShmDcCommonData->AuthPass_flag[pSysInfo->CurGunSelected] != TRUE) {
  1185. //ShmDcCommonData->PreAuth_Config = _CREDITCARD_PREAUTH;
  1186. //ShmDcCommonData->PreAuth_Result = 0;
  1187. //sleep(3);
  1188. pSysInfo->SystemPage = _PAGE_SENSING;
  1189. }
  1190. */
  1191. ChangeChargingRateValue((int)ShmDcCommonData->ChargingRate);
  1192. ShowAuthorizeCountDown();
  1193. _Text_Running_Count = 1;
  1194. break;
  1195. case _PAGE_SENSING:
  1196. if (ShmDcCommonData->TradeCancel == TRUE) {
  1197. TradeRunning(FALSE);
  1198. }
  1199. else
  1200. TradeRunning(TRUE);
  1201. break;
  1202. case _PAGE_PLUGIN:
  1203. _everyPageRollChange = 0;
  1204. break;
  1205. case _PAGE_ADD_FRIEND:
  1206. ShowLineRegisterCountDown();
  1207. break;
  1208. case _PAGE_PRECHARGE:
  1209. //ChangeDisplay2Value(_Icon_Precharge,1);
  1210. RefreshProgressAnimation();
  1211. if (_everyPageRollChange == 0) {
  1212. ChangeDisplay2Value(_Icon_Precharge,_Text_Running_Count);
  1213. _Text_Running_Count >= 24 ? _Text_Running_Count = 24 : _Text_Running_Count++;
  1214. }
  1215. break;
  1216. case _PAGE_CHARGING:
  1217. if (pDcChargingInfo->PresentChargingPower >= 0 &&
  1218. pDcChargingInfo->PresentChargingPower <= POWER_MAX_KW) {
  1219. ChangeChargingPowerValue(pDcChargingInfo->PresentChargingPower);
  1220. } else {
  1221. ChangeChargingPowerValue(0);
  1222. }
  1223. if (pDcChargingInfo->PresentChargedEnergy >= 0.1 &&
  1224. pDcChargingInfo->PresentChargedEnergy <= ENERGY_MAX_KWH) {
  1225. ChangeChargingEnergyValue(pDcChargingInfo->PresentChargedEnergy);
  1226. } else {
  1227. ChangeChargingEnergyValue(0);
  1228. }
  1229. if ( pDcChargingInfo->ChargingFee >= 0) {
  1230. ChangeChargingFeeValue(pDcChargingInfo->ChargingFee);
  1231. }
  1232. if (pDcChargingInfo->RemainChargingDuration >= 0 &&
  1233. pDcChargingInfo->RemainChargingDuration <= TIME_MAX_SEC) {
  1234. ChangeTimeValue(pDcChargingInfo->RemainChargingDuration/60);
  1235. } else {
  1236. ChangeTimeValue(0);
  1237. }
  1238. ChangeBattMapAndValue(pDcChargingInfo->EvBatterySoc);
  1239. StartSystemTimeoutDet(Timeout_ReturnViewPage);
  1240. break;
  1241. case _PAGE_COMPLETE:
  1242. case _PAGE_PAYFAIL:
  1243. if (pDcChargingInfo->PresentChargedEnergy >= 0.1 &&
  1244. pDcChargingInfo->PresentChargedEnergy <= ENERGY_MAX_KWH) {
  1245. ChangeChargingEnergyValue(pDcChargingInfo->PresentChargedEnergy);
  1246. } else {
  1247. ChangeChargingEnergyValue(0);
  1248. }
  1249. if ( ShmDcCommonData->finalcost[i] > 0 && ShmDcCommonData->finalcost_flag[i] == TRUE) {
  1250. StopGunInfoTimeoutDet(i);
  1251. ChangeChargingFeeValue(ShmDcCommonData->finalcost[i]);
  1252. //ShmDcCommonData->finalcost_flag[i] = FALSE;
  1253. }
  1254. ChangeCarBonValue(pDcChargingInfo->PresentChargedEnergy);
  1255. ChangeBattMapAndValue(pDcChargingInfo->EvBatterySoc);
  1256. //StartSystemTimeoutDet(Timeout_ReturnViewPage);
  1257. break;
  1258. case _PAGE_PLUGOUT:
  1259. /*
  1260. if (pSysConfig->isQRCode) {
  1261. if (pSysConfig->QRCodeMadeMode == NO) {
  1262. //uint8_t len = strlen((char *)pSysConfig->SystemId);
  1263. ChangeQrCode_Idle((char *)pSysConfig->SystemId);
  1264. } else {
  1265. //uint8_t len = strlen((char *)pSysConfig->QRCodeContent);
  1266. ChangeQrCode_Idle((char *)pSysConfig->QRCodeContent);
  1267. }
  1268. //ChangeQrCode_Idle((char *)pSysConfig->SystemId);
  1269. }*/
  1270. break;
  1271. case _PAGE_PAYING:
  1272. break;
  1273. /*
  1274. case _PAGE_MAINTAIN:
  1275. ChangeQrCode_Error();
  1276. break;*/
  1277. }
  1278. }
  1279. }
  1280. }
  1281. void ChangeWarningFunc()
  1282. {
  1283. uint8_t cmd[7] = {0};
  1284. uint8_t i = 0;
  1285. //uint8_t j = 0;
  1286. //log_info("ChangeWarningFunc ");
  1287. // 最多一次五筆
  1288. //log_info("LCM PageIndex = %d ", pSysWarning->PageIndex);
  1289. //log_info("WarningCount = %d ", pSysWarning->WarningCount);
  1290. //#if !defined DD360 && !defined DD360Audi && !defined DD360ComBox
  1291. for (i = 0; (i + pSysWarning->PageIndex * 5) < pSysWarning->WarningCount; i++) {
  1292. log_info("Warming Code[%d]:%s",i,&pSysWarning->WarningCode[i][0]);
  1293. memset(cmd, 0x00, sizeof(cmd));
  1294. if ((i) >= 5) {
  1295. break;
  1296. }
  1297. //error code
  1298. string2ByteArray(&pSysWarning->WarningCode[i + pSysWarning->PageIndex * 5][0], cmd);
  1299. DisplayValueToLcm(_Strting_Warming0 + ((i) * 0x10), cmd, sizeof(cmd));
  1300. //警告標示
  1301. memset(cmd, 0x00, sizeof(cmd));
  1302. cmd[0] = 0x00;
  1303. cmd[1] = 1;
  1304. DisplayValueToLcm(_Icon_Warming0 + ((i) * 2), cmd, 2);
  1305. }
  1306. memset(cmd, 0x00, sizeof(cmd));
  1307. for (; i < 5; i++) {
  1308. DisplayValueToLcm(_Strting_Warming0 + ((i) * 0x10), cmd, sizeof(cmd));
  1309. DisplayValueToLcm(_Icon_Warming0 + ((i) * 2), cmd, 2);
  1310. }
  1311. }
  1312. void ShowCabientVersionDefaultText()
  1313. {
  1314. char value[16];
  1315. memset(value, 0x00, sizeof(value));
  1316. sprintf((char *)value,"%s","Cabient:");
  1317. DisplayValueToLcm(_Version_Cabient_Name_Text, (uint8_t *)value, sizeof(value));
  1318. sprintf((char *)value,"%s","BootLoader:");
  1319. DisplayValueToLcm(_Version_Cabient_BootLoader_Text, (uint8_t *)value, sizeof(value));
  1320. sprintf((char *)value,"%s","Kernel Fw:");
  1321. DisplayValueToLcm(_Version_Cabient_Kernel_Text, (uint8_t *)value, sizeof(value));
  1322. sprintf((char *)value,"%s","CSU Fw:");
  1323. DisplayValueToLcm(_Version_Cabient_CSU_Text, (uint8_t *)value, sizeof(value));
  1324. sprintf((char *)value,"%s","Priamry Fw:");
  1325. DisplayValueToLcm(_Version_Cabient_Priamry_Text, (uint8_t *)value, sizeof(value));
  1326. sprintf((char *)value,"%s","Relay(0) Fw:");
  1327. DisplayValueToLcm(_Version_Cabient_Relay0_Text, (uint8_t *)value, sizeof(value));
  1328. sprintf((char *)value,"%s","Relay(1) Fw:");
  1329. DisplayValueToLcm(_Version_Cabient_Relay1_Text, (uint8_t *)value, sizeof(value));
  1330. sprintf((char *)value,"%s","Fan Fw:");
  1331. DisplayValueToLcm(_Version_Cabient_Fan_Text, (uint8_t *)value, sizeof(value));
  1332. sprintf((char *)value,"%s","IP Addr:");
  1333. DisplayValueToLcm(_Version_Cabient_IPAddr_Text, (uint8_t *)value, sizeof(value));
  1334. if (ShmDcCommonData->PSU_Number > 0 && ShmDcCommonData->PSU_Number <= 12) {
  1335. sprintf((char *)value,"%s","Primary");
  1336. DisplayValueToLcm(_Version_Cabient_Primary_Text, (uint8_t *)value, sizeof(value));
  1337. sprintf((char *)value,"%s","Secondary");
  1338. DisplayValueToLcm(_Version_Cabient_Secondary_Text, (uint8_t *)value, sizeof(value));
  1339. for(uint8_t i = 0 ; i < ShmDcCommonData->PSU_Number ; i++) {
  1340. sprintf((char *)value,"PSU(%d):",i+1);
  1341. DisplayValueToLcm(_Version_Cabient_PSU1_Text+i*0x10, (uint8_t *)value, sizeof(value));
  1342. }
  1343. }
  1344. }
  1345. void ShowDispenserVersionDefautlText()
  1346. {
  1347. char value[16];
  1348. memset(value, 0x00, sizeof(value));
  1349. sprintf((char *)value,"%s","Dispenser:");
  1350. DisplayValueToLcm(_Version_Dispenser_Name_Text, (uint8_t *)value, sizeof(value));
  1351. sprintf((char *)value,"%s","BootLoader:");
  1352. DisplayValueToLcm(_Version_Dispenser_BootLoader_Text, (uint8_t *)value, sizeof(value));
  1353. sprintf((char *)value,"%s","Kernel Fw:");
  1354. DisplayValueToLcm(_Version_Dispenser_Kernel_Text, (uint8_t *)value, sizeof(value));
  1355. sprintf((char *)value,"%s","CSU Fw:");
  1356. DisplayValueToLcm(_Version_Dispenser_CSU_Text, (uint8_t *)value, sizeof(value));
  1357. sprintf((char *)value,"%s","Relay Fw:");
  1358. DisplayValueToLcm(_Version_Dispenser_Relay_Text, (uint8_t *)value, sizeof(value));
  1359. sprintf((char *)value,"%s","Fan Fw:");
  1360. DisplayValueToLcm(_Version_Dispenser_Fan_Text, (uint8_t *)value, sizeof(value));
  1361. sprintf((char *)value,"%s","Prim Fw:");
  1362. DisplayValueToLcm(_Version_Dispenser_Priamry_Text, (uint8_t *)value, sizeof(value));
  1363. sprintf((char *)value,"%s","LCM Hw:");
  1364. DisplayValueToLcm(_Version_Dispenser_LCM_Text, (uint8_t *)value, sizeof(value));
  1365. sprintf((char *)value,"%s","LED Fw:");
  1366. DisplayValueToLcm(_Version_Dispenser_LED_Text, (uint8_t *)value, sizeof(value));
  1367. sprintf((char *)value,"%s","Connector(0):");
  1368. DisplayValueToLcm(_Version_Dispenser_Connector0_Text, (uint8_t *)value, sizeof(value));
  1369. sprintf((char *)value,"%s","Connector(1):");
  1370. DisplayValueToLcm(_Version_Dispenser_Connector1_Text, (uint8_t *)value, sizeof(value));
  1371. sprintf((char *)value,"%s","IP Addr:");
  1372. DisplayValueToLcm(_Version_Dispenser_IPAddr_Text, (uint8_t *)value, sizeof(value));
  1373. }
  1374. void ShowCabientVersion()
  1375. {
  1376. char value[16];
  1377. memset(value, 0x00, sizeof(value));
  1378. sprintf((char *)value,"%s",ShmDcCommonData->CabinetModelName);
  1379. DisplayValueToLcm(_Version_Cabient_Model_value, (uint8_t *)value, sizeof(value));
  1380. sprintf((char *)value,"%s",ShmDcCommonData->CabinetBoolLoaderVersion);
  1381. DisplayValueToLcm(_Version_Cabient_BootLoader_value, (uint8_t *)value, sizeof(value));
  1382. sprintf((char *)value,"%s",ShmDcCommonData->CabinetKernelVersion);
  1383. DisplayValueToLcm(_Version_Cabient_Kernel_value, (uint8_t *)value, sizeof(value));
  1384. sprintf((char *)value,"%s",ShmDcCommonData->CabinetRFSystemVersion);
  1385. DisplayValueToLcm(_Version_Cabient_CSU_value, (uint8_t *)value, sizeof(value));
  1386. sprintf((char *)value,"%s",ShmDcCommonData->CabinetPrimaryVersion);
  1387. DisplayValueToLcm(_Version_Cabient_Priamry_value, (uint8_t *)value, sizeof(value));
  1388. sprintf((char *)value,"%s",ShmDcCommonData->CabinetRelay0Version);
  1389. DisplayValueToLcm(_Version_Cabient_Relay0_value, (uint8_t *)value, sizeof(value));
  1390. sprintf((char *)value,"%s",ShmDcCommonData->CabinetRelay1Version);
  1391. DisplayValueToLcm(_Version_Cabient_Relay1_value, (uint8_t *)value, sizeof(value));
  1392. sprintf((char *)value,"%s",ShmDcCommonData->CabinetFanVersion);
  1393. DisplayValueToLcm(_Version_Cabient_Fan_value, (uint8_t *)value, sizeof(value));
  1394. sprintf((char *)value,"%s",ShmDcCommonData->CabinetIPAddr);
  1395. DisplayValueToLcm(_Version_Cabient_IPAddr_value, (uint8_t *)value, sizeof(value));
  1396. if (ShmDcCommonData->PSU_Number > 0 && ShmDcCommonData->PSU_Number < 12) {
  1397. for(uint8_t i = 0 ; i < ShmDcCommonData->PSU_Number ; i++) {
  1398. if (i>=6) {
  1399. sprintf((char *)value,"%s",ShmDcCommonData->PsuVer[(i-6)].DCVersion);
  1400. DisplayValueToLcm(_Version_Cabient_PSU_Prim7_value+(i-6)*0x10, (uint8_t *)value, sizeof(value));
  1401. sprintf((char *)value,"%s",ShmDcCommonData->PsuVer[(i-6)].FPCVersion);
  1402. DisplayValueToLcm(_Version_Cabient_PSU_Sec7_value+(i-6)*0x10, (uint8_t *)value, sizeof(value));
  1403. continue;
  1404. }
  1405. sprintf((char *)value,"%s",ShmDcCommonData->PsuVer[i].DCVersion);
  1406. DisplayValueToLcm(_Version_Cabient_PSU_Prim1_value+i*0x10, (uint8_t *)value, sizeof(value));
  1407. sprintf((char *)value,"%s",ShmDcCommonData->PsuVer[i].FPCVersion);
  1408. DisplayValueToLcm(_Version_Cabient_PSU_Sec1_value+i*0x10, (uint8_t *)value, sizeof(value));
  1409. }
  1410. }
  1411. }
  1412. void ShowDispenserVersion()
  1413. {
  1414. char value[32];
  1415. memset(value, 0x00, sizeof(value));
  1416. sprintf((char *)value,"%s",pSysConfig->ModelName);
  1417. DisplayValueToLcm(_Version_Dispenser_Model_value, (uint8_t *)value, sizeof(value));
  1418. sprintf((char *)value,"%s",pSysInfo->CsuBootLoadFwRev);
  1419. DisplayValueToLcm(_Version_Dispenser_BootLoader_value, (uint8_t *)value, sizeof(value));
  1420. sprintf((char *)value,"%s",pSysInfo->CsuKernelFwRev);
  1421. DisplayValueToLcm(_Version_Dispenser_Kernel_value, (uint8_t *)value, sizeof(value));
  1422. sprintf((char *)value,"%s",pSysInfo->CsuRootFsFwRev);
  1423. DisplayValueToLcm(_Version_Dispenser_CSU_value, (uint8_t *)value, sizeof(value));
  1424. sprintf((char *)value,"%s",pSysInfo->RelayModuleFwRev);
  1425. DisplayValueToLcm(_Version_Dispenser_Relay_value, (uint8_t *)value, sizeof(value));
  1426. sprintf((char *)value,"%s",pSysInfo->FanModuleFwRev);
  1427. DisplayValueToLcm(_Version_Dispenser_Fan_value, (uint8_t *)value, sizeof(value));
  1428. sprintf((char *)value,"%s",pSysInfo->CsuPrimFwRev);
  1429. DisplayValueToLcm(_Version_Dispenser_Priamry_value, (uint8_t *)value, sizeof(value));
  1430. sprintf((char *)value,"%s",pSysInfo->LcmHwRev);
  1431. DisplayValueToLcm(_Version_Dispenser_LCM_value, (uint8_t *)value, sizeof(value));
  1432. sprintf((char *)value,"%s",pSysInfo->LedModuleFwRev);
  1433. DisplayValueToLcm(_Version_Dispenser_LED_value, (uint8_t *)value, sizeof(value));
  1434. sprintf((char *)value,"%s",pSysInfo->Connector1FwRev);
  1435. DisplayValueToLcm(_Version_Dispenser_Connector0_value, (uint8_t *)value, sizeof(value));
  1436. sprintf((char *)value,"%s",pSysInfo->Connector2FwRev);
  1437. DisplayValueToLcm(_Version_Dispenser_Connector1_value, (uint8_t *)value, sizeof(value));
  1438. sprintf((char *)value,"%s",pSysConfig->Eth0Interface.EthIpAddress);
  1439. DisplayValueToLcm(_Version_Dispenser_IPAddr_value, (uint8_t *)value, sizeof(value));
  1440. }
  1441. /*
  1442. void InformationShow()
  1443. {
  1444. is_show = true;
  1445. if (_showInformIndex == 0 ) {
  1446. pSysInfo->PageIndex = __SHOW_CABIENT_VERSION;
  1447. } else {
  1448. pSysInfo->PageIndex = __SHOW_DISPENSER_VERASION;
  1449. ShowDispenserVersion();
  1450. }
  1451. }
  1452. */
  1453. void DefautLayOut()
  1454. {
  1455. int i;
  1456. for (i = 0 ; i <= 0x5C ; i+=2 ) {
  1457. ChangeDisplay2Value(0x1000+i,1);
  1458. if (i==0x28 || i ==0x2A)
  1459. continue;
  1460. }
  1461. ChangeDisplay2Value(_Icon_MobilePay,0);
  1462. ChangeDisplay2Value(_Icon_CardPay,0);
  1463. ChangeDisplay2Value(0x5000,1);
  1464. ChangeDisplay2Value(_QRCode_Service, 1);
  1465. ShowSelectGun();
  1466. }
  1467. /*
  1468. static int InitialRfidPort(void)
  1469. {
  1470. int fd = open(rfidPortName, O_RDWR);
  1471. struct termios tios;
  1472. struct AlarmCodeData *pAlarmCode = (struct AlarmCodeData *)GetShmAlarmCodeData();
  1473. if (fd != FAIL) {
  1474. ioctl (fd, TCGETS, &tios);
  1475. tios.c_cflag = B115200 | CS8 | CLOCAL | CREAD;
  1476. tios.c_lflag = 0;
  1477. tios.c_iflag = 0;
  1478. tios.c_oflag = 0;
  1479. tios.c_cc[VMIN] = 0;
  1480. tios.c_cc[VTIME] = (uint8_t) 1;
  1481. tios.c_lflag = 0;
  1482. tcflush(fd, TCIFLUSH);
  1483. ioctl(fd, TCSETS, &tios);
  1484. }
  1485. if (fd < 0) {
  1486. pAlarmCode->AlarmEvents.bits.RfidModuleCommFail = 1;
  1487. }
  1488. return fd;
  1489. }
  1490. */
  1491. int main(void)
  1492. {
  1493. bool defaulttext = false;
  1494. if (CreateAllCsuShareMemory() == FAIL) {
  1495. log_error("create share memory error");
  1496. return FAIL;
  1497. }
  1498. MappingGunChargingInfo("LCM Control Task");
  1499. pSysConfig = (struct SysConfigData *)GetShmSysConfigData();
  1500. pSysInfo = (struct SysInfoData *)GetShmSysInfoData();
  1501. pSysWarning = (struct WARNING_CODE_INFO *)GetShmSysWarningInfo();
  1502. ShmFanModuleData = (struct FanModuleData *)GetShmFanModuleData();;
  1503. ShmPrimaryMcuData = (struct PrimaryMcuData *)GetShmPrimaryMcuData();
  1504. ShmSelectGunInfo = (SelectGunInfo *)GetShmSelectGunInfo();
  1505. ShmDcCommonData = (DcCommonInfo *)GetShmDcCommonData();
  1506. ShmOCPP16Data = (struct OCPP16Data *)GetShmOCPP16Data();
  1507. struct StatusCodeData *ShmStatusCodeData = (struct StatusCodeData *)GetShmStatusCodeData();;
  1508. _port = CreateCommunicationLcmPort();
  1509. uint8_t changeWarningPriority = 0;
  1510. uint8_t curWarningCount = 255;
  1511. ChangeBackLight(true);
  1512. _totalCount = pSysConfig->TotalConnectorCount;
  1513. _everyPageRollChange = 0;
  1514. //Initialization();
  1515. //printf("_LCM_COMPLETE ");
  1516. //ChangeToOtherPage(_LCM_COMPLETE);
  1517. DefautLayOut();
  1518. //return 0;
  1519. //uint8_t index = 1;
  1520. int result = 0;
  1521. ShmDcCommonData->PSU_Number = 12;
  1522. /*
  1523. CardReadFd = InitialRfidPort();
  1524. if (CardReadFd <0) {
  1525. log_info("Card Read Port open fail!");
  1526. }*/
  1527. CheckLCMPressed();
  1528. while (_port != -1) {
  1529. if (strcmp((char *)pSysInfo->LcmHwRev, moduleName) != 0x00) {
  1530. GetCurrentPage();
  1531. sleep(1);
  1532. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.LcmModuleCommFail = true;
  1533. ShmDcCommonData->ClearServiceQR = FALSE;
  1534. } else {
  1535. UpdateLcmFunction(ShmDcCommonData,_port);
  1536. ///*
  1537. // Warning 處理
  1538. if (curWarningCount != pSysWarning->WarningCount) {
  1539. changeWarningPriority = 0;
  1540. pSysWarning->PageIndex = 0;
  1541. curWarningCount = pSysWarning->WarningCount;
  1542. ChangeWarningFunc();
  1543. } else if (pSysWarning->WarningCount > 5 && changeWarningPriority == 0) {
  1544. // 當有兩頁 Warning 則每隔三秒改變一次
  1545. if (pSysWarning->PageIndex == 0) {
  1546. pSysWarning->PageIndex = 1;
  1547. } else {
  1548. pSysWarning->PageIndex = 0;
  1549. }
  1550. ChangeWarningFunc();
  1551. }
  1552. ///*
  1553. // Show Default Text
  1554. if (!defaulttext) {
  1555. ShowCabientVersionDefaultText();
  1556. ShowDispenserVersionDefautlText();
  1557. defaulttext = true;
  1558. }
  1559. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.LcmModuleCommFail = false;
  1560. // 頁面資訊處理
  1561. ProcessPageInfo();
  1562. // 換頁處理
  1563. //GetCurrentPage(); //DS60-120 add
  1564. /*
  1565. if (pSysConfig->ShowInformation == YES && pSysInfo->SystemPage == _PAGE_AUTHORIZE) {
  1566. InformationShow();
  1567. ChangeToOtherPage(pSysInfo->PageIndex);
  1568. usleep(100000);
  1569. continue;
  1570. } else {
  1571. if (is_show)
  1572. _showInformIndex >= 1 ? _showInformIndex = 0 : _showInformIndex++;
  1573. is_show = false;
  1574. }*/
  1575. GetCurrentPage(); //DS60-120 add
  1576. ChangeCurPage();
  1577. changeWarningPriority >= 30 ? changeWarningPriority = 0 : changeWarningPriority++;
  1578. usleep(10000); //*/
  1579. /*
  1580. ProcessPageInfo();
  1581. GetCurrentPage();
  1582. ChangeCurPage();
  1583. usleep(10000);
  1584. //*/
  1585. }
  1586. } //while
  1587. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.LcmModuleCommFail = true;
  1588. log_info("Close LCM Uart Port");
  1589. CloseCommunicationLcmPort();
  1590. return FAIL;
  1591. }