Module_LcmControl.c 60 KB

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