12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463 |
- /*
- * Module_LcmControl.c
- *
- * Created on : 2020-10-20
- * Update on : XXXX-XX-XX
- * Author : Folus Wen, Eason Yang
- * Version : D0.01
- *
- */
- #include <sys/time.h>
- #include "define.h"
- #include "main.h"
- #include "lcmComm_dgus.h"
- //========================================
- // Declare share memory
- //========================================
- struct SysConfigAndInfo *ShmSysConfigAndInfo;
- struct StatusCodeData *ShmStatusCodeData;
- struct OCPP16Data *ShmOCPP16Data;
- struct OCPP20Data *ShmOCPP20Data;
- struct Charger *ShmCharger;
- //========================================
- // Declare Basic function
- //========================================
- void trim(char *s);
- int mystrcmp(char *p1,char *p2);
- void substr(char *dest, const char* src, unsigned int start, unsigned int cnt);
- uint8_t split(char **arr, char *str, const char *del);
- //========================================
- // Declare Control panel function
- //========================================
- void string2ByteArray(uint8_t *input, uint8_t *output);
- void setCurrentPage(uint8_t page);
- void setDisplayValue(uint16_t address, uint8_t value);
- void setQRcodeContent(char *input, uint8_t length);
- void setBatteryAnimation(uint8_t gun_index, uint8_t system_mode);
- void setConnectionAnimation(uint8_t gun_index, uint8_t system_mode);
- void setGunPluginAnimation(uint8_t gun_index);
- void setPresentChargedDuration(uint8_t gun_index);
- void setPresentChargedEnergy(uint8_t gun_index);
- void setPresentChargingPower(uint8_t gun_index);
- void setCurrencyUnit(char *unit);
- void setPriceValue(float monry_rate);
- void setWarningStatus(uint8_t gun_index);
- void setBillingFromBackend(uint8_t gun_index);
- void setFinalTotalCost(uint8_t gun_indxe);
- uint8_t getCurrentPage();
- void setEthernetIcon();
- void setBackendIcon();
- void setWifi4GIcon();
- void setRfidIcon();
- void setQRCodeIcon();
- void setBillingFromWebsite();
- void setRTC();
- void setAlarmCodeAndIcon();
- //========================================
- // Declare Timer
- //========================================
- #define TMR_IDX_BATTERY 0
- #define TMR_IDX_CONNECTION 1
- #define TMR_IDX_PLUGIN 2
- #define TMR_IDX_ALARM 3
- #define TMR_IDX_4 4
- #define TMR_IDX_5 5
- #define TMR_IDX_6 6
- #define TMR_IDX_7 7
- #define TMR_IDX_8 8
- #define TMR_IDX_9 9
- struct timeb startTime[AC_QUANTITY][10];
- #define TIME_ANIMATION_PLUGIN 1000
- #define TIME_ANIMATION_BATTERY 1000
- #define TIME_ANIMATION_CONNECTION 1000
- #define TIME_ANIMATION_ALARM 5000
- //========================================
- // Declare variable
- //========================================
- uint8_t BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
- uint8_t CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- uint8_t GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_0;
- uint8_t WarningCount = 255;
- //uint8_t ChangeWarningRefresh;
- int Uart1Fd;
- //========================================
- // Common routine
- //========================================
- int StoreLogMsg(const char *fmt, ...)
- {
- char Buf[4096+256];
- char buffer[4096];
- time_t CurrentTime;
- struct tm *tm;
- struct timeval tv;
- va_list args;
- va_start(args, fmt);
- int rc = vsnprintf(buffer, sizeof(buffer), fmt, args);
- va_end(args);
- memset(Buf,0,sizeof(Buf));
- CurrentTime = time(NULL);
- tm=localtime(&CurrentTime);
- gettimeofday(&tv, NULL); // get microseconds, 10^-6
- sprintf(Buf,"echo -n \'[%04d.%02d.%02d %02d:%02d:%02d.%06ld]%s\' >> /Storage/SystemLog/[%04d.%02d]Module_LcmControlLog",
- tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec,tv.tv_usec,
- buffer,
- tm->tm_year+1900,tm->tm_mon+1);
- #ifdef SystemLogMessage
- system(Buf);
- #endif
- #ifdef ConsloePrintLog
- 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);
- #endif
- return rc;
- }
- long long DiffTimebWithNow(struct timeb ST)
- {
- //return milli-second
- struct timeb ET;
- long long StartTime,StopTime;
- ftime(&ET);
- StartTime=(long long)ST.time;
- StopTime=(long long)ET.time;
- return ((StopTime-StartTime)*1000) + (ET.millitm-ST.millitm);
- }
- int DiffTimeb(struct timeb ST, struct timeb ET)
- {
- //return milli-second
- unsigned int StartTime,StopTime;
- StartTime=(unsigned int)ST.time;
- StopTime=(unsigned int)ET.time;
- return (StopTime-StartTime)*1000+ET.millitm-ST.millitm;
- }
- void trim(char *s)
- {
- int i=0, j, k, l=0;
- while((s[i]==' ')||(s[i]=='\t')||(s[i]=='\n'))
- i++;
- j = strlen(s)-1;
- while((s[j]==' ')||(s[j]=='\t')||(s[j]=='\n'))
- j--;
- if(i==0 && j==strlen(s)-1) { }
- else if(i==0) s[j+1] = '\0';
- else {
- for(k=i; k<=j; k++) s[l++] = s[k];
- s[l] = '\0';
- }
- }
- int mystrcmp(char *p1,char *p2)
- {
- while(*p1==*p2)
- {
- if(*p1=='\0' || *p2=='\0')
- break;
- p1++;
- p2++;
- }
- if(*p1=='\0' && *p2=='\0')
- return(PASS);
- else
- return(FAIL);
- }
- void substr(char *dest, const char* src, unsigned int start, unsigned int cnt)
- {
- strncpy(dest, src + start, cnt);
- dest[cnt] = 0;
- }
- uint8_t split(char **arr, char *str, const char *del)
- {
- uint8_t result = 0;
- char *s = strtok(str, del);
- while(s != NULL)
- {
- *arr++ = s;
- result += 1;
- s = strtok(NULL, del);
- }
- printf("result : %d \r\n ", result);
- return result;
- }
- void getDateTimeString(char* result)
- {
- time_t CurrentTime;
- struct tm *tm;
- CurrentTime = time(NULL);
- tm=localtime(&CurrentTime);
- sprintf(result, "%04d/%02d/%02d %02d:%02d", tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min);
- }
- //========================================
- // Function to page routine
- //========================================
- void page_booting()
- {
- if(getCurrentPage() != SYSTEM_SCREEN_BOOTING)
- {
- setCurrentPage(SYSTEM_SCREEN_BOOTING);
- DEBUG_INFO("Setting page to booting.\n");
- }
- else
- {
- //DEBUG_INFO("Page booting.\n");
- }
- }
- void page_idle()
- {
- if(getCurrentPage() != SYSTEM_SCREEN_IDLE)
- {
- setCurrentPage(SYSTEM_SCREEN_IDLE);
- //DEBUG_INFO("Setting page to idle.\n");
- }
- else
- {
- setRfidIcon();
- setQRCodeIcon();
- //DEBUG_INFO("Page idle.\n");
- }
- }
- void page_authorizing(uint8_t gun_index)
- {
- // Emulator
- uint8_t AUTHORIZE_STATUS = 0;
- // TO DO
- // Need to pass something into logic for checking authorizing results
- switch(AUTHORIZE_STATUS)
- {
- case VALIDATED_RFID:
- if(getCurrentPage() != SYSTEM_SCREEN_AUTH_PASS)
- {
- setCurrentPage(SYSTEM_SCREEN_AUTH_PASS);
- DEBUG_INFO("Setting page to authorizing : Validated RFID.\n");
- }
- else
- {
- DEBUG_INFO("Page authorizing validated.\n");
- }
- break;
- case UNVALIDATED_RFID:
- if(getCurrentPage() != SYSTEM_SCREEN_AUTH_FAIL)
- {
- setCurrentPage(SYSTEM_SCREEN_AUTH_FAIL);
- DEBUG_INFO("Setting page to authorizing : Unvalidated RFID.\n");
- }
- else
- {
- DEBUG_INFO("Page authorizing unvalidated.\n");
- }
- break;
- case UNKNOW_RFID:
- if(getCurrentPage() != SYSTEM_SCREEN_AUTH_UNKNOW)
- {
- setCurrentPage(SYSTEM_SCREEN_AUTH_UNKNOW);
- DEBUG_INFO("Setting page to authorizing : Unknow RFID\n");
- }
- else
- {
- DEBUG_INFO("Page authorizing unknow.\n");
- }
- break;
- }
- }
- void page_preparing(uint8_t gun_index, uint8_t system_mode)
- {
- // Emulator
- uint8_t IS_NORMAL_MODE = 0;
- // TO DO
- // Need to pass something into logic for checking Normal mode / CCS mode
- if(IS_NORMAL_MODE == 0)
- {
- if((getCurrentPage() != SYSTEM_SCREEN_PREPARING))
- {
- setCurrentPage(SYSTEM_SCREEN_PREPARING);
- setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_1);
- ftime(&startTime[gun_index][TMR_IDX_PLUGIN]);
- GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_0;
- DEBUG_INFO("Setting page to preparing.\n");
- }
- else
- {
- setGunPluginAnimation(gun_index);
- //DEBUG_INFO("Page preparing.\n");
- }
- }
- else
- {
- if((getCurrentPage() != SYSTEM_SCREEN_PREPARE_FOR_EVSE))
- {
- setCurrentPage(SYSTEM_SCREEN_PREPARE_FOR_EVSE);
- setDisplayValue(ICON_BATTERY_PRECHARGING, BATTERY_CAPACITY_EMPTY);
- setDisplayValue(ICON_CONNECTION_PRECHARGING, CONNECTION_QUESTION_MARK_1);
- ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- DEBUG_INFO("Setting page to prepare for EVSE.\n");
- }
- else
- {
- setConnectionAnimation(gun_index, system_mode);
- //DEBUG_INFO("Page pre-charging.\n");
- }
- }
- }
- void page_charging(uint8_t gun_index, uint8_t system_mode)
- {
- if((getCurrentPage() != SYSTEM_SCREEN_CHARGING))
- {
- setCurrentPage(SYSTEM_SCREEN_CHARGING);
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
- setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_ELECTRIC_MARK_1);
- ftime(&startTime[gun_index][TMR_IDX_BATTERY]);
- ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- DEBUG_INFO("Setting page to charging.\n");
- }
- else
- {
- setConnectionAnimation(gun_index, system_mode);
- setBatteryAnimation(gun_index, system_mode);
- setPresentChargedDuration(gun_index);
- setPresentChargedEnergy(gun_index);
- setPresentChargingPower(gun_index);
- //DEBUG_INFO("Page charging.\n");
- }
- }
- void page_complete(uint8_t gun_index)
- {
- if(getCurrentPage() != SYSTEM_SCREEN_COMPLETE)
- {
- setCurrentPage(SYSTEM_SCREEN_COMPLETE);
- DEBUG_INFO("Setting page to complete.\n");
- }
- else
- {
- setDisplayValue(ICON_BATTERY_COMPLETE, BATTERY_SOC_100);
- setPresentChargedDuration(gun_index);
- setPresentChargedEnergy(gun_index);
- setFinalTotalCost(gun_index);
- //DEBUG_INFO("Page complete.\n");
- }
- }
- void page_terminating(uint8_t gun_index, uint8_t system_mode)
- {
- if((getCurrentPage() != SYSTEM_SCREEN_TERMINATING))
- {
- setCurrentPage(SYSTEM_SCREEN_TERMINATING);
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
- setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_QUESTION_MARK_1);
- ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- DEBUG_INFO("Setting page to terminating.\n");
- }
- else
- {
- setConnectionAnimation(gun_index, system_mode);
- setBatteryAnimation(gun_index, system_mode);
- setPresentChargedDuration(gun_index);
- setPresentChargedEnergy(gun_index);
- setPresentChargingPower(gun_index);
- //DEBUG_INFO("Page terminating.\n");
- }
- }
- void page_alarm()
- {
- //DEBUG_INFO("Page alarm.\n");
- }
- void page_fault()
- {
- DEBUG_INFO("Page fault.\n");
- }
- void page_maintain()
- {
- if(getCurrentPage() != SYSTEM_SCREEN_MAINTAIN)
- {
- setCurrentPage(SYSTEM_SCREEN_MAINTAIN);
- DEBUG_INFO("Setting page to maintain.\n");
- }
- else
- {
- //DEBUG_INFO("Page maintain.\n");
- }
- }
- void page_update()
- {
- if(getCurrentPage() != SYSTEM_SCREEN_MAINTAIN)
- {
- setCurrentPage(SYSTEM_SCREEN_MAINTAIN);
- DEBUG_INFO("Setting page to update.\n");
- }
- else
- {
- //DEBUG_INFO("Page update.\n");
- }
- }
- void page_reservation()
- {
- DEBUG_INFO("Page reservation.\n");
- }
- void page_booking()
- {
- DEBUG_INFO("Page booking.\n");
- }
- void page_debug()
- {
- if(getCurrentPage() != SYSTEM_SCREEN_MAINTAIN)
- {
- setCurrentPage(SYSTEM_SCREEN_MAINTAIN);
- DEBUG_INFO("Setting page to debug.\n");
- }
- else
- {
- //DEBUG_INFO("Page debug.\n");
- }
- }
- void page_unknown()
- {
- DEBUG_INFO("Page unknown.\n");
- }
- void page_header(uint8_t gun_index)
- {
- setEthernetIcon();
- setBackendIcon();
- setWifi4GIcon();
- setRTC();
- setWarningStatus(gun_index);
- if(ShmSysConfigAndInfo->SysConfig.BillingData.isBilling == ON)
- {
- setBillingFromWebsite();
- }
- else
- {
- setBillingFromBackend(gun_index);
- }
- //DEBUG_INFO("Page heading.\n");
- }
- //========================================
- // Setting icon display value
- //========================================
- void setDisplayValue(uint16_t address, uint8_t value)
- {
- uint8_t data[2];
- data[0] = value >> 8;
- data[1] = value & 0X00FF;
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, address, data, ARRAY_SIZE(data));
- }
- //========================================
- // Getting current page
- //========================================
- uint8_t getCurrentPage()
- {
- uint8_t currentPage[2];
- uint8_t result = 255;
- if(lcdRegisterRead(Uart1Fd, REG_TYPE_CONTROL, REG_ADDRESS_READ_PAGE_ID, currentPage, ARRAY_SIZE(currentPage)))
- {
- // DEBUG_INFO("currentPage[0] : %X\n", currentPage[0]);
- // DEBUG_INFO("currentPage[1] : %X\n", currentPage[1]);
- result = currentPage[1];
- //DEBUG_INFO("getCurrentPage : %d \n", result);
- }
- else
- {
- DEBUG_INFO("Get current page fail! \n");
- }
- return result;
- }
- //========================================
- // Setting current page
- //========================================
- void setCurrentPage(uint8_t page)
- {
- uint8_t settingPage[2] = {0x00, page};
- if(lcdRegisterWrite(Uart1Fd, REG_TYPE_CONTROL, REG_ADDRESS_SET_PAGE_ID, settingPage, ARRAY_SIZE(settingPage)))
- {
- DEBUG_INFO("setCurrentPage : %d \n", page);
- }
- else
- {
- DEBUG_INFO("Setting current page fail! \n");
- }
- }
- //========================================
- // Convert string to byte array
- //========================================
- void string2ByteArray(unsigned char *input, uint8_t *output)
- {
- int loop;
- int i;
- loop = 0;
- i = 0;
- while(input[loop] != '\0')
- {
- output[i++] = input[loop++];
- }
- }
- //========================================
- // Setting ETHERNET icon status online / off-line
- //========================================
- void setEthernetIcon()
- {
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet == ON)
- setDisplayValue(ICON_ETHERENT_CONNECTION, ETHERENT_OFFLINE);
- else
- setDisplayValue(ICON_ETHERENT_CONNECTION, EHTERNET_ONLINE);
- }
- //========================================
- // Setting BACKEND icon status online / off-line
- //========================================
- void setBackendIcon()
- {
- if(ShmSysConfigAndInfo->SysInfo.OcppConnStatus != ON)
- setDisplayValue(ICON_BACKEND_CONNECTION,BACKEND_OFFLINE);
- else
- setDisplayValue(ICON_BACKEND_CONNECTION,BACKEND_ONLINE);
- }
- //========================================
- // Setting WIFI / 4G icon status online / off-line
- //========================================
- void setWifi4GIcon()
- {
- //==============================================
- // Setting WIFI + 4G icon status online / off-line
- //==============================================
- if(ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D')
- {
- if(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode == DISABLE_WIFI)
- {
- if(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled == DISABLE_4G)
- {
- setDisplayValue(ICON_WIFI_CONNECTION, DISAPPEAR);
- setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
- }
- else
- {
- setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi == ON)
- setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_OFFLINE);
- else
- setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_ONLINE);
- }
- }
- else
- {
- if(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode == WIFI_STATION)
- {
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi == ON)
- setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
- else
- setDisplayValue(ICON_WIFI_CONNECTION, WIFI_ONLINE);
- }
- else
- setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
- if(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled == DISABLE_4G)
- {
- setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
- }
- else
- {
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi == ON)
- setDisplayValue(ICON_4G_CONNECTION, TELECOM_OFFLINE);
- else
- setDisplayValue(ICON_4G_CONNECTION, TELECOM_ONLINE);
- }
- }
- }
- else
- {
- //========================================
- // Setting 4G icon status online / off-line
- //========================================
- if(ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T')
- {
- switch(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled)
- {
- case DISABLE_4G:
- setDisplayValue(ICON_WIFI_CONNECTION, DISAPPEAR);
- setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
- break;
- case ENABLE_4G:
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi == ON)
- setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_OFFLINE);
- else
- setDisplayValue(ICON_WIFI_CONNECTION, TELECOM_ONLINE);
- break;
- }
- }
- //========================================
- // Setting WIFI icon status online / off-line
- //========================================
- if(ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W')
- {
- switch(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode)
- {
- case DISABLE_WIFI:
- setDisplayValue(ICON_WIFI_CONNECTION, DISAPPEAR);
- setDisplayValue(ICON_4G_CONNECTION, DISAPPEAR);
- break;
- case WIFI_STATION:
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi == ON)
- setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
- else
- setDisplayValue(ICON_WIFI_CONNECTION, WIFI_ONLINE);
- break;
- case WIFI_ACCESS_POINT:
- setDisplayValue(ICON_WIFI_CONNECTION, WIFI_OFFLINE);
- break;
- }
- }
- }
- }
- //========================================
- // Setting billing icon status
- //========================================
- void setBillingFromWebsite()
- {
- if(ShmSysConfigAndInfo->SysConfig.BillingData.isBilling == ON)
- {
- setDisplayValue(ICON_PRICE, PRICE_APPEAR);
- struct timeb csuTime;
- struct tm *tmCSU;
- ftime(&csuTime);
- tmCSU = localtime(&csuTime.time);
- if(tmCSU->tm_hour <= 23)
- {
- ShmSysConfigAndInfo->SysConfig.BillingData.Cur_fee = ShmSysConfigAndInfo->SysConfig.BillingData.Fee[tmCSU->tm_hour];
- setPriceValue(ShmSysConfigAndInfo->SysConfig.BillingData.Cur_fee);
- }
- // Currency unit 53 countries
- if(ShmSysConfigAndInfo->SysConfig.BillingData.Currency <= 53)
- {
- setCurrencyUnit((char *)Currency[ShmSysConfigAndInfo->SysConfig.BillingData.Currency]);
- }
- }
- else
- {
- setDisplayValue(ICON_PRICE, PRICE_DISAPPEAR);
- setDisplayValue(TEXT_CURRENCY_UNIT, DISAPPEAR);
- setDisplayValue(TEXT_PRICE, DISAPPEAR);
- }
- }
- //========================================
- // Setting billing from the backend
- //========================================
- void setBillingFromBackend(uint8_t gun_index)
- {
- float Default_Price;
- float Set_User_Price;
- if(system("pidof -s OcppBackend > /dev/null") != 0)
- {
- setDisplayValue(ICON_PRICE, PRICE_DISAPPEAR);
- setDisplayValue(TEXT_CURRENCY_UNIT, DISAPPEAR);
- setDisplayValue(TEXT_PRICE, DISAPPEAR);
- }
- else
- {
- if((ShmSysConfigAndInfo->SysInfo.OcppConnStatus == ON))
- {
- if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
- {
- if((strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[DefaultPrice].ItemData,"") != 0))
- {
- setDisplayValue(ICON_PRICE, PRICE_APPEAR);
- Default_Price = atof((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[DefaultPrice].ItemData);
- Set_User_Price = atof((char *)ShmOCPP16Data->Cost.SetUserPrice.price);
- //DEBUG_INFO("Default_Price : %.2f \r\n", Default_Price);
- //DEBUG_INFO("Set_User_Price : %.2f \r\n", Set_User_Price);
- if((Set_User_Price != 0.0) &&
- (Default_Price != Set_User_Price) &&
- (strcmp((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId, (char *)ShmOCPP16Data->Cost.SetUserPrice.idToken) == 0))
- {
- setPriceValue(Set_User_Price);
- }
- else
- {
- setPriceValue(Default_Price);
- }
- }
- }
- else
- {
- /*
- * TODO:
- * 1. Display default price by OCPP 2.0.1
- */
- }
- }
- else
- {
- setDisplayValue(ICON_PRICE, PRICE_DISAPPEAR);
- setDisplayValue(TEXT_CURRENCY_UNIT, DISAPPEAR);
- setDisplayValue(TEXT_PRICE, DISAPPEAR);
- }
- }
- }
- //========================================
- // Setting RTC value
- //========================================
- void setRTC()
- {
- uint8_t data[32];
- uint8_t rtc[32];
- memset(data, 0x00, ARRAY_SIZE(data));
- memset(rtc, 0x00, ARRAY_SIZE(rtc));
- getDateTimeString((char*)rtc);
- string2ByteArray(rtc, data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_RTC, data, ARRAY_SIZE(data));
- }
- //========================================
- // Setting RFID icon status
- //========================================
- void setRfidIcon()
- {
- //========================================
- // AX-Series Generation 1
- //========================================
- if((ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'A') &&
- (ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'X') &&
- (ShmSysConfigAndInfo->SysConfig.ModelName[11] == '1'))
- {
- if(ShmSysConfigAndInfo->SysConfig.isRFID == ON)
- setDisplayValue(ICON_RFID, RFID_ENABLE);
- else
- setDisplayValue(ICON_RFID, RFID_DISABLE);
- }
- //========================================
- // AX-Series Generation 2/3/4
- //========================================
- if((ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'A') &&
- (ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'X') &&
- ((ShmSysConfigAndInfo->SysConfig.ModelName[11] == '2') || (ShmSysConfigAndInfo->SysConfig.ModelName[11] == '3') || (ShmSysConfigAndInfo->SysConfig.ModelName[11] == '4')))
- {
- if(ShmSysConfigAndInfo->SysConfig.isRFID == ON)
- setDisplayValue(ICON_RFID, VISA_ENABLE);
- else
- setDisplayValue(ICON_RFID, VISA_DISABLE);
- }
- //========================================
- // AW-Series Generation
- //========================================
- if((ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'A') &&
- (ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'w'))
- {
- if(ShmSysConfigAndInfo->SysConfig.isRFID == ON)
- setDisplayValue(ICON_RFID, RFID_ENABLE);
- else
- setDisplayValue(ICON_RFID, RFID_DISABLE);
- }
- }
- //========================================
- // Setting QRCODE icon status
- //========================================
- void setQRCodeIcon()
- {
- uint8_t length = 0;
- if(ShmSysConfigAndInfo->SysConfig.isQRCode == ON)
- {
- setDisplayValue(ICON_QRCODE,QRCODE_ENABLE);
- if(ShmSysConfigAndInfo->SysConfig.QRCodeMadeMode == NO)
- {
- length = strlen((char *)ShmSysConfigAndInfo->SysConfig.SystemId);
- setQRcodeContent((char *)ShmSysConfigAndInfo->SysConfig.SystemId, length);
- }
- else
- {
- length = strlen((char *)ShmSysConfigAndInfo->SysConfig.QRCodeContent);
- setQRcodeContent((char *)ShmSysConfigAndInfo->SysConfig.QRCodeContent, length);
- }
- }
- else
- {
- setDisplayValue(TEXT_QRCODE_CONTENT, DISAPPEAR);
- setDisplayValue(ICON_QRCODE,QRCODE_DISABLE);
- }
- }
- //========================================
- // Setting QR code content
- //========================================
- void setQRcodeContent(char *input, uint8_t length)
- {
- uint8_t output[length];
- int loop = 0;
- input[length] = '\0';
- output[length] = '\0';
- while(input[loop] != '0')
- {
- output[loop] = input[loop];
- loop++;
- }
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_QRCODE_CONTENT, output, ARRAY_SIZE(output)+1);
- }
- //========================================
- // Setting alarm code and icon status
- //========================================
- void setWarningStatus(uint8_t gun_index)
- {
- if(WarningCount != ShmSysConfigAndInfo->SysWarningInfo.WarningCount)
- {
- WarningCount = ShmSysConfigAndInfo->SysWarningInfo.WarningCount;
- ShmSysConfigAndInfo->SysWarningInfo.PageIndex = 0;
- setAlarmCodeAndIcon();
- }
- else if (ShmSysConfigAndInfo->SysWarningInfo.WarningCount > 4 && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_ALARM]) > (TIME_ANIMATION_ALARM)))
- {
- ftime(&startTime[gun_index][TMR_IDX_ALARM]);
- if(ShmSysConfigAndInfo->SysWarningInfo.PageIndex == 0)
- ShmSysConfigAndInfo->SysWarningInfo.PageIndex = 1;
- else
- ShmSysConfigAndInfo->SysWarningInfo.PageIndex = 0;
- setAlarmCodeAndIcon();
- }
- }
- //========================================
- // Setting alarm code and icon status
- //========================================
- void setAlarmCodeAndIcon()
- {
- uint8_t cmd[7];
- uint8_t index = 0;
- for(index = 0; (index + ShmSysConfigAndInfo->SysWarningInfo.PageIndex * 4) < ShmSysConfigAndInfo->SysWarningInfo.WarningCount; index++)
- {
- memset(cmd, 0x00, sizeof(cmd));
- if(index >= 4)
- {
- break;
- }
- // Alarm code
- string2ByteArray(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[index + ShmSysConfigAndInfo->SysWarningInfo.PageIndex * 4][0], cmd);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_ALARM_CODE_1 + (index * 6), cmd, ARRAY_SIZE(cmd));
- // Icon status
- memset(cmd, 0x00, sizeof(cmd));
- cmd[0] = 0x00;
- cmd[1] = 0x01;
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, ICON_ALARM_1 + index, cmd, 2);
- }
- memset(cmd, 0x00, sizeof(cmd));
- for(; index < 4; index++)
- {
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_ALARM_CODE_1 + (index * 6), cmd, ARRAY_SIZE(cmd));
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, ICON_ALARM_1 + index, cmd, 2);
- }
- }
- //========================================
- // Setting Battery icon animation
- //========================================
- void setBatteryAnimation(uint8_t gun_index, uint8_t system_mode)
- {
- switch(system_mode)
- {
- case SYS_MODE_CHARGING:
- if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_5))
- {
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_0;
- }
- else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY)))
- {
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_20);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_1;
- }
- else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*2)))
- {
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_40);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_2;
- }
- else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_2) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*3)))
- {
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_60);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_3;
- }
- else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_3) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*4)))
- {
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_80);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_4;
- }
- else if((BATTERY_LEVEL_STATUS == BATTERY_LEVEL_4) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_BATTERY]) > (TIME_ANIMATION_BATTERY*5)))
- {
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_100);
- BATTERY_LEVEL_STATUS = BATTERY_LEVEL_5;
- ftime(&startTime[gun_index][TMR_IDX_BATTERY]);
- }
- break;
- case SYS_MODE_TERMINATING:
- setDisplayValue(ICON_BATTERY_CHARGING, BATTERY_CAPACITY_EMPTY);
- break;
- }
- }
- //========================================
- // Setting connection icon animation
- //========================================
- void setConnectionAnimation(uint8_t gun_index, uint8_t system_mode)
- {
- switch(system_mode)
- {
- case SYS_MODE_PREPARING:
- if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION)))
- {
- setDisplayValue(ICON_CONNECTION_PRECHARGING, CONNECTION_QUESTION_MARK_1);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_1;
- }
- else if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION*2)))
- {
- setDisplayValue(ICON_CONNECTION_PRECHARGING, CONNECTION_QUESTION_MARK_2);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
- }
- break;
- case SYS_MODE_CHARGING:
- if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION)))
- {
- setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_ELECTRIC_MARK_1);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_1;
- }
- else if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION*2)))
- {
- setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_ELECTRIC_MARK_2);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
- }
- break;
- case SYS_MODE_TERMINATING:
- if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION)))
- {
- setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_QUESTION_MARK_1);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_1;
- }
- else if((CONNECTION_LEVEL_STATUS == CONNECTION_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_CONNECTION]) > (TIME_ANIMATION_CONNECTION*2)))
- {
- setDisplayValue(ICON_CONNECTION_CHARGING, CONNECTION_QUESTION_MARK_2);
- CONNECTION_LEVEL_STATUS = CONNECTION_LEVEL_0;
- ftime(&startTime[gun_index][TMR_IDX_CONNECTION]);
- }
- break;
- }
- }
- //========================================
- // Setting gun plug-in arrow animation
- //========================================
- void setGunPluginAnimation(uint8_t gun_index)
- {
- if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState != CP_STATE_B)
- {
- if((GUN_PLUGING_LEVEL_STATUS == GUN_PLUGING_LEVEL_0) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_PLUGIN]) > (TIME_ANIMATION_PLUGIN)))
- {
- setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_1);
- GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_1;
- }
- else if((GUN_PLUGING_LEVEL_STATUS == GUN_PLUGING_LEVEL_1) && (DiffTimebWithNow(startTime[gun_index][TMR_IDX_PLUGIN]) > (TIME_ANIMATION_PLUGIN*2)))
- {
- setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_2);
- GUN_PLUGING_LEVEL_STATUS = GUN_PLUGING_LEVEL_0;
- ftime(&startTime[gun_index][TMR_IDX_PLUGIN]);
- }
- }
- else
- {
- setDisplayValue(ICON_PLUGIN_ARROW, PLUGIN_ARROW_2);
- }
- }
- //========================================
- // Setting present charging power
- //========================================
- void setPresentChargingPower(uint8_t gun_index)
- {
- uint8_t data[16];
- uint8_t power[16];
- memset(data, 0x00, ARRAY_SIZE(data));
- memset(power, 0x00, ARRAY_SIZE(power));
- sprintf((char *)power, "%.2f kW", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargingPower);
- string2ByteArray(power, data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_POWER_CHARGING, data, ARRAY_SIZE(data));
- }
- //========================================
- // Setting present charged energy
- //========================================
- void setPresentChargedEnergy(uint8_t gun_index)
- {
- uint8_t data[16];
- uint8_t energy[16];
- memset(data, 0x00, ARRAY_SIZE(data));
- memset(energy, 0x00, ARRAY_SIZE(energy));
- sprintf((char *)energy, "%.4f kWh", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy);
- string2ByteArray(energy, data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_ENERGY_CHARGING, data, ARRAY_SIZE(data));
- }
- //========================================
- // Setting present charged duration
- //========================================
- void setPresentChargedDuration(uint8_t gun_index)
- {
- uint8_t data[16];
- uint8_t time[16];
- uint16_t hour;
- uint16_t minute;
- uint16_t second;
- uint16_t PresentChargedDuration = ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration;
- memset(data, 0x00, ARRAY_SIZE(data));
- memset(time, 0x00, ARRAY_SIZE(time));
- hour = (PresentChargedDuration / 3600);
- minute = (PresentChargedDuration - (3600 * hour)) / 60;
- second = (PresentChargedDuration - (3600 * hour) - (minute * 60));
- sprintf((char *)time, "%02d:%02d:%02d", hour, minute, second);
- string2ByteArray(time, data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_TIMER_CHARGING, data, ARRAY_SIZE(data));
- }
- //========================================
- // Setting currency value
- //========================================
- void setCurrencyUnit(char *unit)
- {
- uint8_t data[16];
- uint8_t currency[16];
- memset(data, 0x00, ARRAY_SIZE(data));
- memset(currency, 0x00, ARRAY_SIZE(currency));
- *(unit + 3) = '\0';
- sprintf((char *) currency, "%s", unit);
- string2ByteArray(currency, data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_CURRENCY_UNIT, data, ARRAY_SIZE(data));
- }
- //========================================
- // Setting present price from web site
- //========================================
- void setPriceValue(float monry_rate)
- {
- uint8_t data[16];
- uint8_t price[16];
- memset(data, 0x00, ARRAY_SIZE(data));
- memset(price, 0x00, ARRAY_SIZE(price));
- sprintf((char *)price, "%.2f", monry_rate);
- string2ByteArray(price, data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_PRICE, data, ARRAY_SIZE(data));
- }
- //========================================
- // Setting final total cost (From backend)
- //========================================
- void setFinalTotalCost(uint8_t gun_indxe)
- {
- uint8_t data[32];
- uint8_t balance[32];
- char org_data[256];
- char tmp[256];
- char *splitString[10];
- const char *Symbol = ";";
- uint8_t Split_String_Count;
- uint8_t isEmulator = YES; // Emulator ON : YES OFF : NO
- // Emulator
- memset(tmp, 0, ARRAY_SIZE(tmp));
- memset(balance, 0x00, ARRAY_SIZE(balance));
- if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
- {
- if(strcmp((char *)&ShmOCPP16Data->Cost.FinalCost[gun_indxe].description,"") != 0)
- {
- strcpy((char*)tmp,(char*)ShmOCPP16Data->Cost.FinalCost[gun_indxe].description);
- Split_String_Count = split((char**)splitString, tmp, Symbol);
- //DEBUG_INFO("String split into %d\n", Split_String_Count);
- /*
- for(uint8_t idx=0;idx<Split_String_Count;idx++)
- {
- DEBUG_INFO("splitStr[%d]: %s\r\n", idx, splitString[idx]);
- }
- */
- sscanf(splitString[3],"%*s%*s%s",balance);
- memcpy(data, balance + 1,ARRAY_SIZE(balance));
- //DEBUG_INFO("data : %s \r\n", data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_COST_COMPLETE, data, ARRAY_SIZE(data));
- }
- // Emulator
- if(isEmulator == YES)
- {
- 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");
- strcpy((char*)tmp,(char*)org_data);
- Split_String_Count = split((char**)splitString, tmp, Symbol);
- //DEBUG_INFO("String split to %d\n", Split_First_String);
- for(uint8_t idx=0;idx<Split_String_Count;idx++)
- {
- DEBUG_INFO("splitString[%d]: %s \r\n", idx, splitString[idx]);
- }
- sscanf(splitString[3],"%*s%*s%s",balance);
- memcpy(data, balance + 1,ARRAY_SIZE(balance));
- DEBUG_INFO("data : %s \r\n", data);
- lcdRegisterWrite(Uart1Fd, REG_TYPE_RAM, TEXT_COST_COMPLETE, data, ARRAY_SIZE(data));
- }
- }
- else
- {
- /*
- * TODO:
- * 1. Display final cost by OCPP 2.0.1
- */
- }
- }
- //========================================
- // Init all share memory
- //========================================
- int InitShareMemory()
- {
- int result = PASS;
- int MeterSMId;
- // Initial ShmSysConfigAndInfo
- if ((MeterSMId = shmget(ShmSysConfigAndInfoKey, sizeof(struct SysConfigAndInfo), 0777)) < 0)
- {
- DEBUG_ERROR("shmget ShmSysConfigAndInfo NG\n");
- result = FAIL;
- }
- else if ((ShmSysConfigAndInfo = shmat(MeterSMId, NULL, 0)) == (void *) -1)
- {
- DEBUG_ERROR("shmat ShmSysConfigAndInfo NG\n");
- result = FAIL;
- }
- else
- {}
- // Initial ShmStatusCodeData
- if ((MeterSMId = shmget(ShmStatusCodeKey, sizeof(struct StatusCodeData), 0777)) < 0)
- {
- DEBUG_ERROR("shmget ShmStatusCodeData NG\n");
- result = FAIL;
- }
- else if ((ShmStatusCodeData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
- {
- DEBUG_ERROR("shmat ShmStatusCodeData NG\n");
- result = FAIL;
- }
- else
- {}
- // Initial ShmCharger
- if ((MeterSMId = shmget(ShmChargerKey, sizeof(struct Charger), 0777)) < 0)
- {
- DEBUG_ERROR("shmget ShmChargerKey NG\r\n");
- result = FAIL;
- }
- else if ((ShmCharger = shmat(MeterSMId, NULL, 0)) == (void *) -1)
- {
- DEBUG_ERROR("shmat ShmChargerKey NG\r\n");
- result = FAIL;
- }
- // Initial ShmOCPP16Data
- if ((MeterSMId = shmget(ShmOcppModuleKey, sizeof(struct OCPP16Data), 0777)) < 0)
- {
- DEBUG_ERROR("shmget ShmOCPP16Data NG\n");
- result = FAIL;
- }
- else if ((ShmOCPP16Data = shmat(MeterSMId, NULL, 0)) == (void *) -1)
- {
- DEBUG_ERROR("shmat ShmOCPP16Data NG\n");
- result = FAIL;
- }
- // Initial ShmOCPP20Data
- if ((MeterSMId = shmget(ShmOcpp20ModuleKey, sizeof(struct OCPP20Data), 0777)) < 0)
- {
- DEBUG_ERROR("shmget ShmOCPP20Data NG\n");
- result = FAIL;
- }
- else if ((ShmOCPP20Data = shmat(MeterSMId, NULL, 0)) == (void *) -1)
- {
- DEBUG_ERROR("shmat ShmOCPP20Data NG\n");
- result = FAIL;
- }
- return result;
- }
- int InitComPort()
- {
- int fd;
- struct termios tios;
- fd = open("/dev/ttyS3", O_RDWR);
- if(fd<=0)
- {
- DEBUG_ERROR("open /dev/ttyS3 NG\n");
- return -1;
- }
- ioctl (fd, TCGETS, &tios);
- tios.c_cflag = B115200| CS8 | CLOCAL | CREAD;
- tios.c_lflag = 0;
- tios.c_iflag = 0;
- tios.c_oflag = 0;
- tios.c_cc[VMIN]=0;
- tios.c_cc[VTIME]=(unsigned char)5; // timeout 500ms
- tios.c_lflag=0;
- tcflush(fd, TCIFLUSH);
- ioctl (fd, TCSETS, &tios);
- return fd;
- }
- //========================================
- // Main process
- //========================================
- int main(void)
- {
- uint8_t previousMode = 0xff;
- if(InitShareMemory() == FAIL)
- {
- #ifdef SystemLogMessage
- DEBUG_ERROR("InitShareMemory NG\n");
- #endif
- if(ShmStatusCodeData!=NULL)
- {
- ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FailToCreateShareMemory=1;
- }
- sleep(5);
- return FAIL;
- }
- Uart1Fd=InitComPort();
- if(Uart1Fd<0)
- {
- #ifdef SystemLogMessage
- DEBUG_ERROR("InitComPort NG\n");
- #endif
- if(ShmStatusCodeData!=NULL)
- {
- ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
- }
- sleep(5);
- return FAIL;
- }
- else
- {}
- DEBUG_INFO("Initial completed\n");
- for(;;)
- {
- if(previousMode != ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus)
- {
- previousMode = ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus;
- }
- switch(ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus)
- {
- case SYS_MODE_BOOTING:
- page_booting();
- break;
- case SYS_MODE_IDLE:
- page_idle();
- break;
- case SYS_MODE_AUTHORIZING:
- page_authorizing(ShmCharger->gun_selectd);
- break;
- case SYS_MODE_PREPARING:
- page_preparing(ShmCharger->gun_selectd, ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus);
- break;
- case SYS_MODE_CHARGING:
- page_charging(ShmCharger->gun_selectd, ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus);
- break;
- case SYS_MODE_TERMINATING:
- page_terminating(ShmCharger->gun_selectd, ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus);
- break;
- case SYS_MODE_COMPLETE:
- page_complete(ShmCharger->gun_selectd);
- break;
- case SYS_MODE_ALARM:
- page_alarm();
- break;
- case SYS_MODE_FAULT:
- page_fault();
- break;
- case SYS_MODE_MAINTAIN:
- page_maintain();
- break;
- case SYS_MODE_UPDATE:
- page_update();
- break;
- case SYS_MODE_RESERVATION:
- page_reservation();
- break;
- case SYS_MODE_BOOKING:
- page_booking();
- break;
- case SYS_MODE_DEBUG:
- page_debug();
- break;
- default:
- page_unknown();
- break;
- }
- page_header(ShmCharger->gun_selectd);
- usleep(100000);
- }
- return FAIL;
- }
|