Module_LcmControl.c 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463
  1. /*
  2. * Module_LcmControl.c
  3. *
  4. * Created on : 2020-10-20
  5. * Update on : XXXX-XX-XX
  6. * Author : Folus Wen, Eason Yang
  7. * Version : D0.01
  8. *
  9. */
  10. #include <sys/time.h>
  11. #include "define.h"
  12. #include "main.h"
  13. #include "lcmComm_dgus.h"
  14. //========================================
  15. // Declare share memory
  16. //========================================
  17. struct SysConfigAndInfo *ShmSysConfigAndInfo;
  18. struct StatusCodeData *ShmStatusCodeData;
  19. struct OCPP16Data *ShmOCPP16Data;
  20. struct OCPP20Data *ShmOCPP20Data;
  21. struct Charger *ShmCharger;
  22. //========================================
  23. // Declare Basic function
  24. //========================================
  25. void trim(char *s);
  26. int mystrcmp(char *p1,char *p2);
  27. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt);
  28. uint8_t split(char **arr, char *str, const char *del);
  29. //========================================
  30. // Declare Control panel function
  31. //========================================
  32. void string2ByteArray(uint8_t *input, uint8_t *output);
  33. void setCurrentPage(uint8_t page);
  34. void setDisplayValue(uint16_t address, uint8_t value);
  35. void setQRcodeContent(char *input, uint8_t length);
  36. void setBatteryAnimation(uint8_t gun_index, uint8_t system_mode);
  37. void setConnectionAnimation(uint8_t gun_index, uint8_t system_mode);
  38. void setGunPluginAnimation(uint8_t gun_index);
  39. void setPresentChargedDuration(uint8_t gun_index);
  40. void setPresentChargedEnergy(uint8_t gun_index);
  41. void setPresentChargingPower(uint8_t gun_index);
  42. void setCurrencyUnit(char *unit);
  43. void setPriceValue(float monry_rate);
  44. void setWarningStatus(uint8_t gun_index);
  45. void setBillingFromBackend(uint8_t gun_index);
  46. void setFinalTotalCost(uint8_t gun_indxe);
  47. uint8_t getCurrentPage();
  48. void setEthernetIcon();
  49. void setBackendIcon();
  50. void setWifi4GIcon();
  51. void setRfidIcon();
  52. void setQRCodeIcon();
  53. void setBillingFromWebsite();
  54. void setRTC();
  55. void setAlarmCodeAndIcon();
  56. //========================================
  57. // Declare Timer
  58. //========================================
  59. #define TMR_IDX_BATTERY 0
  60. #define TMR_IDX_CONNECTION 1
  61. #define TMR_IDX_PLUGIN 2
  62. #define TMR_IDX_ALARM 3
  63. #define TMR_IDX_4 4
  64. #define TMR_IDX_5 5
  65. #define TMR_IDX_6 6
  66. #define TMR_IDX_7 7
  67. #define TMR_IDX_8 8
  68. #define TMR_IDX_9 9
  69. struct timeb startTime[AC_QUANTITY][10];
  70. #define TIME_ANIMATION_PLUGIN 1000
  71. #define TIME_ANIMATION_BATTERY 1000
  72. #define TIME_ANIMATION_CONNECTION 1000
  73. #define TIME_ANIMATION_ALARM 5000
  74. //========================================
  75. // Declare variable
  76. //========================================
  77. uint8_t BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
  78. uint8_t CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  79. uint8_t GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_0;
  80. uint8_t WarningCount = 255;
  81. //uint8_t ChangeWarningRefresh;
  82. int Uart1Fd;
  83. //========================================
  84. // Common routine
  85. //========================================
  86. int StoreLogMsg(const char *fmt, ...)
  87. {
  88. char Buf[4096+256];
  89. char buffer[4096];
  90. time_t CurrentTime;
  91. struct tm *tm;
  92. struct timeval tv;
  93. va_list args;
  94. va_start(args, fmt);
  95. int rc = vsnprintf(buffer, sizeof(buffer), fmt, args);
  96. va_end(args);
  97. memset(Buf,0,sizeof(Buf));
  98. CurrentTime = time(NULL);
  99. tm=localtime(&CurrentTime);
  100. gettimeofday(&tv, NULL); // get microseconds, 10^-6
  101. sprintf(Buf,"echo -n \'[%04d.%02d.%02d %02d:%02d:%02d.%06ld]%s\' >> /Storage/SystemLog/[%04d.%02d]Module_LcmControlLog",
  102. tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec,tv.tv_usec,
  103. buffer,
  104. tm->tm_year+1900,tm->tm_mon+1);
  105. #ifdef SystemLogMessage
  106. system(Buf);
  107. #endif
  108. #ifdef ConsloePrintLog
  109. printf("[%04d.%02d.%02d %02d:%02d:%02d.%06ld]%s", tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec,tv.tv_usec, buffer);
  110. #endif
  111. return rc;
  112. }
  113. long long DiffTimebWithNow(struct timeb ST)
  114. {
  115. //return milli-second
  116. struct timeb ET;
  117. long long StartTime,StopTime;
  118. ftime(&ET);
  119. StartTime=(long long)ST.time;
  120. StopTime=(long long)ET.time;
  121. return ((StopTime-StartTime)*1000) + (ET.millitm-ST.millitm);
  122. }
  123. int DiffTimeb(struct timeb ST, struct timeb ET)
  124. {
  125. //return milli-second
  126. unsigned int StartTime,StopTime;
  127. StartTime=(unsigned int)ST.time;
  128. StopTime=(unsigned int)ET.time;
  129. return (StopTime-StartTime)*1000+ET.millitm-ST.millitm;
  130. }
  131. void trim(char *s)
  132. {
  133. int i=0, j, k, l=0;
  134. while((s[i]==' ')||(s[i]=='\t')||(s[i]=='\n'))
  135. i++;
  136. j = strlen(s)-1;
  137. while((s[j]==' ')||(s[j]=='\t')||(s[j]=='\n'))
  138. j--;
  139. if(i==0 && j==strlen(s)-1) { }
  140. else if(i==0) s[j+1] = '\0';
  141. else {
  142. for(k=i; k<=j; k++) s[l++] = s[k];
  143. s[l] = '\0';
  144. }
  145. }
  146. int mystrcmp(char *p1,char *p2)
  147. {
  148. while(*p1==*p2)
  149. {
  150. if(*p1=='\0' || *p2=='\0')
  151. break;
  152. p1++;
  153. p2++;
  154. }
  155. if(*p1=='\0' && *p2=='\0')
  156. return(PASS);
  157. else
  158. return(FAIL);
  159. }
  160. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt)
  161. {
  162. strncpy(dest, src + start, cnt);
  163. dest[cnt] = 0;
  164. }
  165. uint8_t split(char **arr, char *str, const char *del)
  166. {
  167. uint8_t result = 0;
  168. char *s = strtok(str, del);
  169. while(s != NULL)
  170. {
  171. *arr++ = s;
  172. result += 1;
  173. s = strtok(NULL, del);
  174. }
  175. printf("result : %d \r\n ", result);
  176. return result;
  177. }
  178. void getDateTimeString(char* result)
  179. {
  180. time_t CurrentTime;
  181. struct tm *tm;
  182. CurrentTime = time(NULL);
  183. tm=localtime(&CurrentTime);
  184. sprintf(result, "%04d/%02d/%02d %02d:%02d", tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min);
  185. }
  186. //========================================
  187. // Function to page routine
  188. //========================================
  189. void page_booting()
  190. {
  191. if(getCurrentPage() != SYSTEM_SCREEN_BOOTING)
  192. {
  193. setCurrentPage(SYSTEM_SCREEN_BOOTING);
  194. DEBUG_INFO("Setting page to booting.\n");
  195. }
  196. else
  197. {
  198. //DEBUG_INFO("Page booting.\n");
  199. }
  200. }
  201. void page_idle()
  202. {
  203. if(getCurrentPage() != SYSTEM_SCREEN_IDLE)
  204. {
  205. setCurrentPage(SYSTEM_SCREEN_IDLE);
  206. //DEBUG_INFO("Setting page to idle.\n");
  207. }
  208. else
  209. {
  210. setRfidIcon();
  211. setQRCodeIcon();
  212. //DEBUG_INFO("Page idle.\n");
  213. }
  214. }
  215. void page_authorizing(uint8_t gun_index)
  216. {
  217. // Emulator
  218. uint8_t AUTHORIZE_STATUS = 0;
  219. // TO DO
  220. // Need to pass something into logic for checking authorizing results
  221. switch(AUTHORIZE_STATUS)
  222. {
  223. case VALIDATED_RFID:
  224. if(getCurrentPage() != SYSTEM_SCREEN_AUTH_PASS)
  225. {
  226. setCurrentPage(SYSTEM_SCREEN_AUTH_PASS);
  227. DEBUG_INFO("Setting page to authorizing : Validated RFID.\n");
  228. }
  229. else
  230. {
  231. DEBUG_INFO("Page authorizing validated.\n");
  232. }
  233. break;
  234. case UNVALIDATED_RFID:
  235. if(getCurrentPage() != SYSTEM_SCREEN_AUTH_FAIL)
  236. {
  237. setCurrentPage(SYSTEM_SCREEN_AUTH_FAIL);
  238. DEBUG_INFO("Setting page to authorizing : Unvalidated RFID.\n");
  239. }
  240. else
  241. {
  242. DEBUG_INFO("Page authorizing unvalidated.\n");
  243. }
  244. break;
  245. case UNKNOW_RFID:
  246. if(getCurrentPage() != SYSTEM_SCREEN_AUTH_UNKNOW)
  247. {
  248. setCurrentPage(SYSTEM_SCREEN_AUTH_UNKNOW);
  249. DEBUG_INFO("Setting page to authorizing : Unknow RFID\n");
  250. }
  251. else
  252. {
  253. DEBUG_INFO("Page authorizing unknow.\n");
  254. }
  255. break;
  256. }
  257. }
  258. void page_preparing(uint8_t gun_index, uint8_t system_mode)
  259. {
  260. // Emulator
  261. uint8_t IS_NORMAL_MODE = 0;
  262. // TO DO
  263. // Need to pass something into logic for checking Normal mode / CCS mode
  264. if(IS_NORMAL_MODE == 0)
  265. {
  266. if((getCurrentPage() != SYSTEM_SCREEN_PREPARING))
  267. {
  268. setCurrentPage(SYSTEM_SCREEN_PREPARING);
  269. setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_1);
  270. ftime(&startTime[gun_index][TMR_IDX_PLUGIN]);
  271. GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_0;
  272. DEBUG_INFO("Setting page to preparing.\n");
  273. }
  274. else
  275. {
  276. setGunPluginAnimation(gun_index);
  277. //DEBUG_INFO("Page preparing.\n");
  278. }
  279. }
  280. else
  281. {
  282. if((getCurrentPage() != SYSTEM_SCREEN_PREPARE_FOR_EVSE))
  283. {
  284. setCurrentPage(SYSTEM_SCREEN_PREPARE_FOR_EVSE);
  285. setDisplayValue(ICON_BATTERY_PRECHARGING, BATTERY_CAPACITY_EMPTY);
  286. setDisplayValue(ICON_CONNECTION_PRECHARGING, CONNECTION_QUESTION_MARK_1);
  287. ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
  288. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  289. DEBUG_INFO("Setting page to prepare for EVSE.\n");
  290. }
  291. else
  292. {
  293. setConnectionAnimation(gun_index, system_mode);
  294. //DEBUG_INFO("Page pre-charging.\n");
  295. }
  296. }
  297. }
  298. void page_charging(uint8_t gun_index, uint8_t system_mode)
  299. {
  300. if((getCurrentPage() != SYSTEM_SCREEN_CHARGING))
  301. {
  302. setCurrentPage(SYSTEM_SCREEN_CHARGING);
  303. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
  304. setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_ELECTRIC_MARK_1);
  305. ftime(&startTime[gun_index][TMR_IDX_BATTERY]);
  306. ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
  307. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
  308. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  309. DEBUG_INFO("Setting page to charging.\n");
  310. }
  311. else
  312. {
  313. setConnectionAnimation(gun_index, system_mode);
  314. setBatteryAnimation(gun_index, system_mode);
  315. setPresentChargedDuration(gun_index);
  316. setPresentChargedEnergy(gun_index);
  317. setPresentChargingPower(gun_index);
  318. //DEBUG_INFO("Page charging.\n");
  319. }
  320. }
  321. void page_complete(uint8_t gun_index)
  322. {
  323. if(getCurrentPage() != SYSTEM_SCREEN_COMPLETE)
  324. {
  325. setCurrentPage(SYSTEM_SCREEN_COMPLETE);
  326. DEBUG_INFO("Setting page to complete.\n");
  327. }
  328. else
  329. {
  330. setDisplayValue(ICON_BATTERY_COMPLETE, BATTERY_SOC_100);
  331. setPresentChargedDuration(gun_index);
  332. setPresentChargedEnergy(gun_index);
  333. setFinalTotalCost(gun_index);
  334. //DEBUG_INFO("Page complete.\n");
  335. }
  336. }
  337. void page_terminating(uint8_t gun_index, uint8_t system_mode)
  338. {
  339. if((getCurrentPage() != SYSTEM_SCREEN_TERMINATING))
  340. {
  341. setCurrentPage(SYSTEM_SCREEN_TERMINATING);
  342. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
  343. setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_QUESTION_MARK_1);
  344. ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
  345. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
  346. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  347. DEBUG_INFO("Setting page to terminating.\n");
  348. }
  349. else
  350. {
  351. setConnectionAnimation(gun_index, system_mode);
  352. setBatteryAnimation(gun_index, system_mode);
  353. setPresentChargedDuration(gun_index);
  354. setPresentChargedEnergy(gun_index);
  355. setPresentChargingPower(gun_index);
  356. //DEBUG_INFO("Page terminating.\n");
  357. }
  358. }
  359. void page_alarm()
  360. {
  361. //DEBUG_INFO("Page alarm.\n");
  362. }
  363. void page_fault()
  364. {
  365. DEBUG_INFO("Page fault.\n");
  366. }
  367. void page_maintain()
  368. {
  369. if(getCurrentPage() != SYSTEM_SCREEN_MAINTAIN)
  370. {
  371. setCurrentPage(SYSTEM_SCREEN_MAINTAIN);
  372. DEBUG_INFO("Setting page to maintain.\n");
  373. }
  374. else
  375. {
  376. //DEBUG_INFO("Page maintain.\n");
  377. }
  378. }
  379. void page_update()
  380. {
  381. if(getCurrentPage() != SYSTEM_SCREEN_MAINTAIN)
  382. {
  383. setCurrentPage(SYSTEM_SCREEN_MAINTAIN);
  384. DEBUG_INFO("Setting page to update.\n");
  385. }
  386. else
  387. {
  388. //DEBUG_INFO("Page update.\n");
  389. }
  390. }
  391. void page_reservation()
  392. {
  393. DEBUG_INFO("Page reservation.\n");
  394. }
  395. void page_booking()
  396. {
  397. DEBUG_INFO("Page booking.\n");
  398. }
  399. void page_debug()
  400. {
  401. if(getCurrentPage() != SYSTEM_SCREEN_MAINTAIN)
  402. {
  403. setCurrentPage(SYSTEM_SCREEN_MAINTAIN);
  404. DEBUG_INFO("Setting page to debug.\n");
  405. }
  406. else
  407. {
  408. //DEBUG_INFO("Page debug.\n");
  409. }
  410. }
  411. void page_unknown()
  412. {
  413. DEBUG_INFO("Page unknown.\n");
  414. }
  415. void page_header(uint8_t gun_index)
  416. {
  417. setEthernetIcon();
  418. setBackendIcon();
  419. setWifi4GIcon();
  420. setRTC();
  421. setWarningStatus(gun_index);
  422. if(ShmSysConfigAndInfo->SysConfig.BillingData.isBilling == ON)
  423. {
  424. setBillingFromWebsite();
  425. }
  426. else
  427. {
  428. setBillingFromBackend(gun_index);
  429. }
  430. //DEBUG_INFO("Page heading.\n");
  431. }
  432. //========================================
  433. // Setting icon display value
  434. //========================================
  435. void setDisplayValue(uint16_t address, uint8_t value)
  436. {
  437. uint8_t data[2];
  438. data[0] = value >> 8;
  439. data[1] = value & 0X00FF;
  440. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, address, data, ARRAY_SIZE(data));
  441. }
  442. //========================================
  443. // Getting current page
  444. //========================================
  445. uint8_t getCurrentPage()
  446. {
  447. uint8_t currentPage[2];
  448. uint8_t result = 255;
  449. if(lcdRegisterRead(Uart1Fd, REG_TYPE_CONTROL, REG_ADDRESS_READ_PAGE_ID, currentPage, ARRAY_SIZE(currentPage)))
  450. {
  451. // DEBUG_INFO("currentPage[0] : %X\n", currentPage[0]);
  452. // DEBUG_INFO("currentPage[1] : %X\n", currentPage[1]);
  453. result = currentPage[1];
  454. //DEBUG_INFO("getCurrentPage : %d \n", result);
  455. }
  456. else
  457. {
  458. DEBUG_INFO("Get current page fail! \n");
  459. }
  460. return result;
  461. }
  462. //========================================
  463. // Setting current page
  464. //========================================
  465. void setCurrentPage(uint8_t page)
  466. {
  467. uint8_t settingPage[2] = {0x00, page};
  468. if(lcdRegisterWrite(Uart1Fd, REG_TYPE_CONTROL, REG_ADDRESS_SET_PAGE_ID, settingPage, ARRAY_SIZE(settingPage)))
  469. {
  470. DEBUG_INFO("setCurrentPage : %d \n", page);
  471. }
  472. else
  473. {
  474. DEBUG_INFO("Setting current page fail! \n");
  475. }
  476. }
  477. //========================================
  478. // Convert string to byte array
  479. //========================================
  480. void string2ByteArray(unsigned char *input, uint8_t *output)
  481. {
  482. int loop;
  483. int i;
  484. loop = 0;
  485. i = 0;
  486. while(input[loop] != '\0')
  487. {
  488. output[i++] = input[loop++];
  489. }
  490. }
  491. //========================================
  492. // Setting ETHERNET icon status online / off-line
  493. //========================================
  494. void setEthernetIcon()
  495. {
  496. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet == ON)
  497. setDisplayValue(ICON_ETHERENT_CONNECTION, ETHERENT_OFFLINE);
  498. else
  499. setDisplayValue(ICON_ETHERENT_CONNECTION, EHTERNET_ONLINE);
  500. }
  501. //========================================
  502. // Setting BACKEND icon status online / off-line
  503. //========================================
  504. void setBackendIcon()
  505. {
  506. if(ShmSysConfigAndInfo->SysInfo.OcppConnStatus != ON)
  507. setDisplayValue(ICON_BACKEND_CONNECTION,BACKEND_OFFLINE);
  508. else
  509. setDisplayValue(ICON_BACKEND_CONNECTION,BACKEND_ONLINE);
  510. }
  511. //========================================
  512. // Setting WIFI / 4G icon status online / off-line
  513. //========================================
  514. void setWifi4GIcon()
  515. {
  516. //==============================================
  517. // Setting WIFI + 4G icon status online / off-line
  518. //==============================================
  519. if(ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D')
  520. {
  521. if(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode == DISABLE_WIFI)
  522. {
  523. if(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled == DISABLE_4G)
  524. {
  525. setDisplayValue(ICON_WIFI_CONNECTION, DISAPPEAR);
  526. setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
  527. }
  528. else
  529. {
  530. setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
  531. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi == ON)
  532. setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_OFFLINE);
  533. else
  534. setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_ONLINE);
  535. }
  536. }
  537. else
  538. {
  539. if(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode == WIFI_STATION)
  540. {
  541. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi == ON)
  542. setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
  543. else
  544. setDisplayValue(ICON_WIFI_CONNECTION, WIFI_ONLINE);
  545. }
  546. else
  547. setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
  548. if(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled == DISABLE_4G)
  549. {
  550. setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
  551. }
  552. else
  553. {
  554. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi == ON)
  555. setDisplayValue(ICON_4G_CONNECTION, TELECOM_OFFLINE);
  556. else
  557. setDisplayValue(ICON_4G_CONNECTION, TELECOM_ONLINE);
  558. }
  559. }
  560. }
  561. else
  562. {
  563. //========================================
  564. // Setting 4G icon status online / off-line
  565. //========================================
  566. if(ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T')
  567. {
  568. switch(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled)
  569. {
  570. case DISABLE_4G:
  571. setDisplayValue(ICON_WIFI_CONNECTION, DISAPPEAR);
  572. setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
  573. break;
  574. case ENABLE_4G:
  575. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi == ON)
  576. setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_OFFLINE);
  577. else
  578. setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_ONLINE);
  579. break;
  580. }
  581. }
  582. //========================================
  583. // Setting WIFI icon status online / off-line
  584. //========================================
  585. if(ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W')
  586. {
  587. switch(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode)
  588. {
  589. case DISABLE_WIFI:
  590. setDisplayValue(ICON_WIFI_CONNECTION, DISAPPEAR);
  591. setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
  592. break;
  593. case WIFI_STATION:
  594. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi == ON)
  595. setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
  596. else
  597. setDisplayValue(ICON_WIFI_CONNECTION, WIFI_ONLINE);
  598. break;
  599. case WIFI_ACCESS_POINT:
  600. setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
  601. break;
  602. }
  603. }
  604. }
  605. }
  606. //========================================
  607. // Setting billing icon status
  608. //========================================
  609. void setBillingFromWebsite()
  610. {
  611. if(ShmSysConfigAndInfo->SysConfig.BillingData.isBilling == ON)
  612. {
  613. setDisplayValue(ICON_PRICE, PRICE_APPEAR);
  614. struct timeb csuTime;
  615. struct tm *tmCSU;
  616. ftime(&csuTime);
  617. tmCSU = localtime(&csuTime.time);
  618. if(tmCSU->tm_hour <= 23)
  619. {
  620. ShmSysConfigAndInfo->SysConfig.BillingData.Cur_fee = ShmSysConfigAndInfo->SysConfig.BillingData.Fee[tmCSU->tm_hour];
  621. setPriceValue(ShmSysConfigAndInfo->SysConfig.BillingData.Cur_fee);
  622. }
  623. // Currency unit 53 countries
  624. if(ShmSysConfigAndInfo->SysConfig.BillingData.Currency <= 53)
  625. {
  626. setCurrencyUnit((char *)Currency[ShmSysConfigAndInfo->SysConfig.BillingData.Currency]);
  627. }
  628. }
  629. else
  630. {
  631. setDisplayValue(ICON_PRICE, PRICE_DISAPPEAR);
  632. setDisplayValue(TEXT_CURRENCY_UNIT, DISAPPEAR);
  633. setDisplayValue(TEXT_PRICE, DISAPPEAR);
  634. }
  635. }
  636. //========================================
  637. // Setting billing from the backend
  638. //========================================
  639. void setBillingFromBackend(uint8_t gun_index)
  640. {
  641. float Default_Price;
  642. float Set_User_Price;
  643. if(system("pidof -s OcppBackend > /dev/null") != 0)
  644. {
  645. setDisplayValue(ICON_PRICE, PRICE_DISAPPEAR);
  646. setDisplayValue(TEXT_CURRENCY_UNIT, DISAPPEAR);
  647. setDisplayValue(TEXT_PRICE, DISAPPEAR);
  648. }
  649. else
  650. {
  651. if((ShmSysConfigAndInfo->SysInfo.OcppConnStatus == ON))
  652. {
  653. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  654. {
  655. if((strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[DefaultPrice].ItemData,"") != 0))
  656. {
  657. setDisplayValue(ICON_PRICE, PRICE_APPEAR);
  658. Default_Price = atof((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[DefaultPrice].ItemData);
  659. Set_User_Price = atof((char *)ShmOCPP16Data->Cost.SetUserPrice.price);
  660. //DEBUG_INFO("Default_Price : %.2f \r\n", Default_Price);
  661. //DEBUG_INFO("Set_User_Price : %.2f \r\n", Set_User_Price);
  662. if((Set_User_Price != 0.0) &&
  663. (Default_Price != Set_User_Price) &&
  664. (strcmp((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId, (char *)ShmOCPP16Data->Cost.SetUserPrice.idToken) == 0))
  665. {
  666. setPriceValue(Set_User_Price);
  667. }
  668. else
  669. {
  670. setPriceValue(Default_Price);
  671. }
  672. }
  673. }
  674. else
  675. {
  676. /*
  677. * TODO:
  678. * 1. Display default price by OCPP 2.0.1
  679. */
  680. }
  681. }
  682. else
  683. {
  684. setDisplayValue(ICON_PRICE, PRICE_DISAPPEAR);
  685. setDisplayValue(TEXT_CURRENCY_UNIT, DISAPPEAR);
  686. setDisplayValue(TEXT_PRICE, DISAPPEAR);
  687. }
  688. }
  689. }
  690. //========================================
  691. // Setting RTC value
  692. //========================================
  693. void setRTC()
  694. {
  695. uint8_t data[32];
  696. uint8_t rtc[32];
  697. memset(data, 0x00, ARRAY_SIZE(data));
  698. memset(rtc, 0x00, ARRAY_SIZE(rtc));
  699. getDateTimeString((char*)rtc);
  700. string2ByteArray(rtc, data);
  701. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_RTC, data, ARRAY_SIZE(data));
  702. }
  703. //========================================
  704. // Setting RFID icon status
  705. //========================================
  706. void setRfidIcon()
  707. {
  708. //========================================
  709. // AX-Series Generation 1
  710. //========================================
  711. if((ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'A') &&
  712. (ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'X') &&
  713. (ShmSysConfigAndInfo->SysConfig.ModelName[11] == '1'))
  714. {
  715. if(ShmSysConfigAndInfo->SysConfig.isRFID == ON)
  716. setDisplayValue(ICON_RFID, RFID_ENABLE);
  717. else
  718. setDisplayValue(ICON_RFID, RFID_DISABLE);
  719. }
  720. //========================================
  721. // AX-Series Generation 2/3/4
  722. //========================================
  723. if((ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'A') &&
  724. (ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'X') &&
  725. ((ShmSysConfigAndInfo->SysConfig.ModelName[11] == '2') || (ShmSysConfigAndInfo->SysConfig.ModelName[11] == '3') || (ShmSysConfigAndInfo->SysConfig.ModelName[11] == '4')))
  726. {
  727. if(ShmSysConfigAndInfo->SysConfig.isRFID == ON)
  728. setDisplayValue(ICON_RFID, VISA_ENABLE);
  729. else
  730. setDisplayValue(ICON_RFID, VISA_DISABLE);
  731. }
  732. //========================================
  733. // AW-Series Generation
  734. //========================================
  735. if((ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'A') &&
  736. (ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'w'))
  737. {
  738. if(ShmSysConfigAndInfo->SysConfig.isRFID == ON)
  739. setDisplayValue(ICON_RFID, RFID_ENABLE);
  740. else
  741. setDisplayValue(ICON_RFID, RFID_DISABLE);
  742. }
  743. }
  744. //========================================
  745. // Setting QRCODE icon status
  746. //========================================
  747. void setQRCodeIcon()
  748. {
  749. uint8_t length = 0;
  750. if(ShmSysConfigAndInfo->SysConfig.isQRCode == ON)
  751. {
  752. setDisplayValue(ICON_QRCODE,QRCODE_ENABLE);
  753. if(ShmSysConfigAndInfo->SysConfig.QRCodeMadeMode == NO)
  754. {
  755. length = strlen((char *)ShmSysConfigAndInfo->SysConfig.SystemId);
  756. setQRcodeContent((char *)ShmSysConfigAndInfo->SysConfig.SystemId, length);
  757. }
  758. else
  759. {
  760. length = strlen((char *)ShmSysConfigAndInfo->SysConfig.QRCodeContent);
  761. setQRcodeContent((char *)ShmSysConfigAndInfo->SysConfig.QRCodeContent, length);
  762. }
  763. }
  764. else
  765. {
  766. setDisplayValue(TEXT_QRCODE_CONTENT, DISAPPEAR);
  767. setDisplayValue(ICON_QRCODE,QRCODE_DISABLE);
  768. }
  769. }
  770. //========================================
  771. // Setting QR code content
  772. //========================================
  773. void setQRcodeContent(char *input, uint8_t length)
  774. {
  775. uint8_t output[length];
  776. int loop = 0;
  777. input[length] = '\0';
  778. output[length] = '\0';
  779. while(input[loop] != '0')
  780. {
  781. output[loop] = input[loop];
  782. loop++;
  783. }
  784. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_QRCODE_CONTENT, output, ARRAY_SIZE(output)+1);
  785. }
  786. //========================================
  787. // Setting alarm code and icon status
  788. //========================================
  789. void setWarningStatus(uint8_t gun_index)
  790. {
  791. if(WarningCount != ShmSysConfigAndInfo->SysWarningInfo.WarningCount)
  792. {
  793. WarningCount = ShmSysConfigAndInfo->SysWarningInfo.WarningCount;
  794. ShmSysConfigAndInfo->SysWarningInfo.PageIndex = 0;
  795. setAlarmCodeAndIcon();
  796. }
  797. else if (ShmSysConfigAndInfo->SysWarningInfo.WarningCount > 4 && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_ALARM]) > (TIME_ANIMATION_ALARM)))
  798. {
  799. ftime(&startTime[gun_index][TMR_IDX_ALARM]);
  800. if(ShmSysConfigAndInfo->SysWarningInfo.PageIndex == 0)
  801. ShmSysConfigAndInfo->SysWarningInfo.PageIndex = 1;
  802. else
  803. ShmSysConfigAndInfo->SysWarningInfo.PageIndex = 0;
  804. setAlarmCodeAndIcon();
  805. }
  806. }
  807. //========================================
  808. // Setting alarm code and icon status
  809. //========================================
  810. void setAlarmCodeAndIcon()
  811. {
  812. uint8_t cmd[7];
  813. uint8_t index = 0;
  814. for(index = 0; (index + ShmSysConfigAndInfo->SysWarningInfo.PageIndex * 4) < ShmSysConfigAndInfo->SysWarningInfo.WarningCount; index++)
  815. {
  816. memset(cmd, 0x00, sizeof(cmd));
  817. if(index >= 4)
  818. {
  819. break;
  820. }
  821. // Alarm code
  822. string2ByteArray(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[index + ShmSysConfigAndInfo->SysWarningInfo.PageIndex * 4][0], cmd);
  823. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_ALARM_CODE_1 + (index * 6), cmd, ARRAY_SIZE(cmd));
  824. // Icon status
  825. memset(cmd, 0x00, sizeof(cmd));
  826. cmd[0] = 0x00;
  827. cmd[1] = 0x01;
  828. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, ICON_ALARM_1 + index, cmd, 2);
  829. }
  830. memset(cmd, 0x00, sizeof(cmd));
  831. for(; index < 4; index++)
  832. {
  833. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_ALARM_CODE_1 + (index * 6), cmd, ARRAY_SIZE(cmd));
  834. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, ICON_ALARM_1 + index, cmd, 2);
  835. }
  836. }
  837. //========================================
  838. // Setting Battery icon animation
  839. //========================================
  840. void setBatteryAnimation(uint8_t gun_index, uint8_t system_mode)
  841. {
  842. switch(system_mode)
  843. {
  844. case SYS_MODE_CHARGING:
  845. if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_5))
  846. {
  847. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
  848. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_0;
  849. }
  850. else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY)))
  851. {
  852. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_20);
  853. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_1;
  854. }
  855. else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*2)))
  856. {
  857. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_40);
  858. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_2;
  859. }
  860. else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_2) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*3)))
  861. {
  862. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_60);
  863. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_3;
  864. }
  865. else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_3) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*4)))
  866. {
  867. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_80);
  868. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_4;
  869. }
  870. else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_4) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*5)))
  871. {
  872. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_100);
  873. BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
  874. ftime(&startTime[gun_index][TMR_IDX_BATTERY]);
  875. }
  876. break;
  877. case SYS_MODE_TERMINATING:
  878. setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
  879. break;
  880. }
  881. }
  882. //========================================
  883. // Setting connection icon animation
  884. //========================================
  885. void setConnectionAnimation(uint8_t gun_index, uint8_t system_mode)
  886. {
  887. switch(system_mode)
  888. {
  889. case SYS_MODE_PREPARING:
  890. if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION)))
  891. {
  892. setDisplayValue(ICON_CONNECTION_PRECHARGING, CONNECTION_QUESTION_MARK_1);
  893. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_1;
  894. }
  895. else if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION*2)))
  896. {
  897. setDisplayValue(ICON_CONNECTION_PRECHARGING, CONNECTION_QUESTION_MARK_2);
  898. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  899. ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
  900. }
  901. break;
  902. case SYS_MODE_CHARGING:
  903. if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION)))
  904. {
  905. setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_ELECTRIC_MARK_1);
  906. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_1;
  907. }
  908. else if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION*2)))
  909. {
  910. setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_ELECTRIC_MARK_2);
  911. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  912. ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
  913. }
  914. break;
  915. case SYS_MODE_TERMINATING:
  916. if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION)))
  917. {
  918. setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_QUESTION_MARK_1);
  919. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_1;
  920. }
  921. else if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION*2)))
  922. {
  923. setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_QUESTION_MARK_2);
  924. CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
  925. ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
  926. }
  927. break;
  928. }
  929. }
  930. //========================================
  931. // Setting gun plug-in arrow animation
  932. //========================================
  933. void setGunPluginAnimation(uint8_t gun_index)
  934. {
  935. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState != CP_STATE_B)
  936. {
  937. if((GUN_PLUGING_LEVEL_STATUS == GUN_PLUGING_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_PLUGIN]) > (TIME_ANIMATION_PLUGIN)))
  938. {
  939. setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_1);
  940. GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_1;
  941. }
  942. else if((GUN_PLUGING_LEVEL_STATUS == GUN_PLUGING_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_PLUGIN]) > (TIME_ANIMATION_PLUGIN*2)))
  943. {
  944. setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_2);
  945. GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_0;
  946. ftime(&startTime[gun_index][TMR_IDX_PLUGIN]);
  947. }
  948. }
  949. else
  950. {
  951. setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_2);
  952. }
  953. }
  954. //========================================
  955. // Setting present charging power
  956. //========================================
  957. void setPresentChargingPower(uint8_t gun_index)
  958. {
  959. uint8_t data[16];
  960. uint8_t power[16];
  961. memset(data, 0x00, ARRAY_SIZE(data));
  962. memset(power, 0x00, ARRAY_SIZE(power));
  963. sprintf((char *)power, "%.2f kW", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargingPower);
  964. string2ByteArray(power, data);
  965. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_POWER_CHARGING, data, ARRAY_SIZE(data));
  966. }
  967. //========================================
  968. // Setting present charged energy
  969. //========================================
  970. void setPresentChargedEnergy(uint8_t gun_index)
  971. {
  972. uint8_t data[16];
  973. uint8_t energy[16];
  974. memset(data, 0x00, ARRAY_SIZE(data));
  975. memset(energy, 0x00, ARRAY_SIZE(energy));
  976. sprintf((char *)energy, "%.4f kWh", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy);
  977. string2ByteArray(energy, data);
  978. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_ENERGY_CHARGING, data, ARRAY_SIZE(data));
  979. }
  980. //========================================
  981. // Setting present charged duration
  982. //========================================
  983. void setPresentChargedDuration(uint8_t gun_index)
  984. {
  985. uint8_t data[16];
  986. uint8_t time[16];
  987. uint16_t hour;
  988. uint16_t minute;
  989. uint16_t second;
  990. uint16_t PresentChargedDuration = ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration;
  991. memset(data, 0x00, ARRAY_SIZE(data));
  992. memset(time, 0x00, ARRAY_SIZE(time));
  993. hour = (PresentChargedDuration / 3600);
  994. minute = (PresentChargedDuration - (3600 * hour)) / 60;
  995. second = (PresentChargedDuration - (3600 * hour) - (minute * 60));
  996. sprintf((char *)time, "%02d:%02d:%02d", hour, minute, second);
  997. string2ByteArray(time, data);
  998. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_TIMER_CHARGING, data, ARRAY_SIZE(data));
  999. }
  1000. //========================================
  1001. // Setting currency value
  1002. //========================================
  1003. void setCurrencyUnit(char *unit)
  1004. {
  1005. uint8_t data[16];
  1006. uint8_t currency[16];
  1007. memset(data, 0x00, ARRAY_SIZE(data));
  1008. memset(currency, 0x00, ARRAY_SIZE(currency));
  1009. *(unit + 3) = '\0';
  1010. sprintf((char *) currency, "%s", unit);
  1011. string2ByteArray(currency, data);
  1012. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_CURRENCY_UNIT, data, ARRAY_SIZE(data));
  1013. }
  1014. //========================================
  1015. // Setting present price from web site
  1016. //========================================
  1017. void setPriceValue(float monry_rate)
  1018. {
  1019. uint8_t data[16];
  1020. uint8_t price[16];
  1021. memset(data, 0x00, ARRAY_SIZE(data));
  1022. memset(price, 0x00, ARRAY_SIZE(price));
  1023. sprintf((char *)price, "%.2f", monry_rate);
  1024. string2ByteArray(price, data);
  1025. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_PRICE, data, ARRAY_SIZE(data));
  1026. }
  1027. //========================================
  1028. // Setting final total cost (From backend)
  1029. //========================================
  1030. void setFinalTotalCost(uint8_t gun_indxe)
  1031. {
  1032. uint8_t data[32];
  1033. uint8_t balance[32];
  1034. char org_data[256];
  1035. char tmp[256];
  1036. char *splitString[10];
  1037. const char *Symbol = ";";
  1038. uint8_t Split_String_Count;
  1039. uint8_t isEmulator = YES; // Emulator ON : YES OFF : NO
  1040. // Emulator
  1041. memset(tmp, 0, ARRAY_SIZE(tmp));
  1042. memset(balance, 0x00, ARRAY_SIZE(balance));
  1043. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  1044. {
  1045. if(strcmp((char *)&ShmOCPP16Data->Cost.FinalCost[gun_indxe].description,"") != 0)
  1046. {
  1047. strcpy((char*)tmp,(char*)ShmOCPP16Data->Cost.FinalCost[gun_indxe].description);
  1048. Split_String_Count = split((char**)splitString, tmp, Symbol);
  1049. //DEBUG_INFO("String split into %d\n", Split_String_Count);
  1050. /*
  1051. for(uint8_t idx=0;idx<Split_String_Count;idx++)
  1052. {
  1053. DEBUG_INFO("splitStr[%d]: %s\r\n", idx, splitString[idx]);
  1054. }
  1055. */
  1056. sscanf(splitString[3],"%*s%*s%s",balance);
  1057. memcpy(data, balance + 1,ARRAY_SIZE(balance));
  1058. //DEBUG_INFO("data : %s \r\n", data);
  1059. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_COST_COMPLETE, data, ARRAY_SIZE(data));
  1060. }
  1061. // Emulator
  1062. if(isEmulator == YES)
  1063. {
  1064. sprintf((char*)org_data, "FinalCos: Connection Fee: $0 NTD;Session Fee: $2.81 NTD;Occupancy Fee: $0 NTD;Total Cost: $1000.81 NTD;Account Balance: $19500 NTD");
  1065. strcpy((char*)tmp,(char*)org_data);
  1066. Split_String_Count = split((char**)splitString, tmp, Symbol);
  1067. //DEBUG_INFO("String split to %d\n", Split_First_String);
  1068. for(uint8_t idx=0;idx<Split_String_Count;idx++)
  1069. {
  1070. DEBUG_INFO("splitString[%d]: %s \r\n", idx, splitString[idx]);
  1071. }
  1072. sscanf(splitString[3],"%*s%*s%s",balance);
  1073. memcpy(data, balance + 1,ARRAY_SIZE(balance));
  1074. DEBUG_INFO("data : %s \r\n", data);
  1075. lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_COST_COMPLETE, data, ARRAY_SIZE(data));
  1076. }
  1077. }
  1078. else
  1079. {
  1080. /*
  1081. * TODO:
  1082. * 1. Display final cost by OCPP 2.0.1
  1083. */
  1084. }
  1085. }
  1086. //========================================
  1087. // Init all share memory
  1088. //========================================
  1089. int InitShareMemory()
  1090. {
  1091. int result = PASS;
  1092. int MeterSMId;
  1093. // Initial ShmSysConfigAndInfo
  1094. if ((MeterSMId = shmget(ShmSysConfigAndInfoKey, sizeof(struct SysConfigAndInfo), 0777)) < 0)
  1095. {
  1096. DEBUG_ERROR("shmget ShmSysConfigAndInfo NG\n");
  1097. result = FAIL;
  1098. }
  1099. else if ((ShmSysConfigAndInfo = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  1100. {
  1101. DEBUG_ERROR("shmat ShmSysConfigAndInfo NG\n");
  1102. result = FAIL;
  1103. }
  1104. else
  1105. {}
  1106. // Initial ShmStatusCodeData
  1107. if ((MeterSMId = shmget(ShmStatusCodeKey, sizeof(struct StatusCodeData), 0777)) < 0)
  1108. {
  1109. DEBUG_ERROR("shmget ShmStatusCodeData NG\n");
  1110. result = FAIL;
  1111. }
  1112. else if ((ShmStatusCodeData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  1113. {
  1114. DEBUG_ERROR("shmat ShmStatusCodeData NG\n");
  1115. result = FAIL;
  1116. }
  1117. else
  1118. {}
  1119. // Initial ShmCharger
  1120. if ((MeterSMId = shmget(ShmChargerKey, sizeof(struct Charger), 0777)) < 0)
  1121. {
  1122. DEBUG_ERROR("shmget ShmChargerKey NG\r\n");
  1123. result = FAIL;
  1124. }
  1125. else if ((ShmCharger = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  1126. {
  1127. DEBUG_ERROR("shmat ShmChargerKey NG\r\n");
  1128. result = FAIL;
  1129. }
  1130. // Initial ShmOCPP16Data
  1131. if ((MeterSMId = shmget(ShmOcppModuleKey, sizeof(struct OCPP16Data), 0777)) < 0)
  1132. {
  1133. DEBUG_ERROR("shmget ShmOCPP16Data NG\n");
  1134. result = FAIL;
  1135. }
  1136. else if ((ShmOCPP16Data = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  1137. {
  1138. DEBUG_ERROR("shmat ShmOCPP16Data NG\n");
  1139. result = FAIL;
  1140. }
  1141. // Initial ShmOCPP20Data
  1142. if ((MeterSMId = shmget(ShmOcpp20ModuleKey, sizeof(struct OCPP20Data), 0777)) < 0)
  1143. {
  1144. DEBUG_ERROR("shmget ShmOCPP20Data NG\n");
  1145. result = FAIL;
  1146. }
  1147. else if ((ShmOCPP20Data = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  1148. {
  1149. DEBUG_ERROR("shmat ShmOCPP20Data NG\n");
  1150. result = FAIL;
  1151. }
  1152. return result;
  1153. }
  1154. int InitComPort()
  1155. {
  1156. int fd;
  1157. struct termios tios;
  1158. fd = open("/dev/ttyS3", O_RDWR);
  1159. if(fd<=0)
  1160. {
  1161. DEBUG_ERROR("open /dev/ttyS3 NG\n");
  1162. return -1;
  1163. }
  1164. ioctl (fd, TCGETS, &tios);
  1165. tios.c_cflag = B115200| CS8 | CLOCAL | CREAD;
  1166. tios.c_lflag = 0;
  1167. tios.c_iflag = 0;
  1168. tios.c_oflag = 0;
  1169. tios.c_cc[VMIN]=0;
  1170. tios.c_cc[VTIME]=(unsigned char)5; // timeout 500ms
  1171. tios.c_lflag=0;
  1172. tcflush(fd, TCIFLUSH);
  1173. ioctl (fd, TCSETS, &tios);
  1174. return fd;
  1175. }
  1176. //========================================
  1177. // Main process
  1178. //========================================
  1179. int main(void)
  1180. {
  1181. uint8_t previousMode = 0xff;
  1182. if(InitShareMemory() == FAIL)
  1183. {
  1184. #ifdef SystemLogMessage
  1185. DEBUG_ERROR("InitShareMemory NG\n");
  1186. #endif
  1187. if(ShmStatusCodeData!=NULL)
  1188. {
  1189. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FailToCreateShareMemory=1;
  1190. }
  1191. sleep(5);
  1192. return FAIL;
  1193. }
  1194. Uart1Fd=InitComPort();
  1195. if(Uart1Fd<0)
  1196. {
  1197. #ifdef SystemLogMessage
  1198. DEBUG_ERROR("InitComPort NG\n");
  1199. #endif
  1200. if(ShmStatusCodeData!=NULL)
  1201. {
  1202. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1203. }
  1204. sleep(5);
  1205. return FAIL;
  1206. }
  1207. else
  1208. {}
  1209. DEBUG_INFO("Initial completed\n");
  1210. for(;;)
  1211. {
  1212. if(previousMode != ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus)
  1213. {
  1214. previousMode = ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus;
  1215. }
  1216. switch(ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus)
  1217. {
  1218. case SYS_MODE_BOOTING:
  1219. page_booting();
  1220. break;
  1221. case SYS_MODE_IDLE:
  1222. page_idle();
  1223. break;
  1224. case SYS_MODE_AUTHORIZING:
  1225. page_authorizing(ShmCharger->gun_selectd);
  1226. break;
  1227. case SYS_MODE_PREPARING:
  1228. page_preparing(ShmCharger->gun_selectd, ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus);
  1229. break;
  1230. case SYS_MODE_CHARGING:
  1231. page_charging(ShmCharger->gun_selectd, ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus);
  1232. break;
  1233. case SYS_MODE_TERMINATING:
  1234. page_terminating(ShmCharger->gun_selectd, ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus);
  1235. break;
  1236. case SYS_MODE_COMPLETE:
  1237. page_complete(ShmCharger->gun_selectd);
  1238. break;
  1239. case SYS_MODE_ALARM:
  1240. page_alarm();
  1241. break;
  1242. case SYS_MODE_FAULT:
  1243. page_fault();
  1244. break;
  1245. case SYS_MODE_MAINTAIN:
  1246. page_maintain();
  1247. break;
  1248. case SYS_MODE_UPDATE:
  1249. page_update();
  1250. break;
  1251. case SYS_MODE_RESERVATION:
  1252. page_reservation();
  1253. break;
  1254. case SYS_MODE_BOOKING:
  1255. page_booking();
  1256. break;
  1257. case SYS_MODE_DEBUG:
  1258. page_debug();
  1259. break;
  1260. default:
  1261. page_unknown();
  1262. break;
  1263. }
  1264. page_header(ShmCharger->gun_selectd);
  1265. usleep(100000);
  1266. }
  1267. return FAIL;
  1268. }