main.c 219 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324
  1. #include <sys/types.h>
  2. #include <sys/stat.h>
  3. #include <sys/time.h>
  4. #include <sys/timeb.h>
  5. #include <sys/types.h>
  6. #include <sys/ioctl.h>
  7. #include <sys/socket.h>
  8. #include <sys/ipc.h>
  9. #include <sys/shm.h>
  10. #include <sys/mman.h>
  11. #include <linux/wireless.h>
  12. #include <arpa/inet.h>
  13. #include <netinet/in.h>
  14. #include <unistd.h>
  15. #include <stdarg.h>
  16. #include <stdio.h> /*標準輸入輸出定義*/
  17. #include <stdlib.h> /*標準函數庫定義*/
  18. #include <unistd.h> /*Unix 標準函數定義*/
  19. #include <fcntl.h> /*檔控制定義*/
  20. #include <termios.h> /*PPSIX 終端控制定義*/
  21. #include <errno.h> /*錯誤號定義*/
  22. #include <errno.h>
  23. #include <string.h>
  24. #include <stdint.h>
  25. #include <time.h>
  26. #include <ctype.h>
  27. #include <ifaddrs.h>
  28. #include <math.h>
  29. #include "../../define.h"
  30. #include "Config.h"
  31. #include <stdbool.h>
  32. #include <dirent.h>
  33. #include "timeout.h"
  34. #include "AudiCust.h"
  35. #define ARRAY_SIZE(A) (sizeof(A) / sizeof(A[0]))
  36. #define PASS 1
  37. #define FAIL -1
  38. #define BUFFER_SIZE 128
  39. #define YES 1
  40. #define NO 0
  41. #define NORMAL 0
  42. #define ABNORMAL 1
  43. #define EQUAL 0
  44. #define BTN_RELEASE 0
  45. #define BTN_PRESS 1
  46. #define MAX_BUF 64
  47. #define MtdBlockSize 0x600000
  48. #define SYSFS_GPIO_DIR "/sys/class/gpio"
  49. #define UPGRADE_FAN 0x02
  50. #define UPGRADE_RB 0x03
  51. #define UPGRADE_PRI 0x04
  52. #define UPGRADE_AC 0x05
  53. #define UPGRADE_LED 0x06
  54. #define SYSTEM_MIN_VOL 150
  55. #define MIN_OUTPUT_CUR 0
  56. #define AC_OUTPUT_VOL 220
  57. #define NO_DEFINE 255
  58. #define DEFAULT_AC_INDEX 2
  59. #define PSU_MIN_CUR 100
  60. #define DB_FILE "/Storage/ChargeLog/localCgargingRecord.db"
  61. #define uSEC_VAL 1000000
  62. #define SELFTEST_TIMEOUT 45
  63. #define AUTHORIZE_TIMEOUT 30
  64. #define AUTHORIZE_COMP_TIMEOUT 3
  65. #define AUTHORIZE_FAIL_TIMEOUT 3
  66. #define AUTHORIZE_STOP_TIMEOUT 30
  67. #define RETURN_TO_CHARGING_PAGE 30
  68. #define GUN_PREPARE_TIMEOUT 30
  69. #define GUN_EV_WAIT_TIMEOUT 120
  70. #define GUN_EVSE_WAIT_TIMEOUT 60
  71. #define GUN_COMP_WAIT_TIMEOUT 10
  72. #define GUN_PRECHARGING_TIMEOUT 60
  73. char *valid_Internet[2] = {"8.8.8.8", "180.76.76.76"};
  74. unsigned char mask_table[] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 };
  75. int whileLoopTime = 10000; // 10 ms
  76. int wtdFd = -1;
  77. byte _authorizeIndex = NO_DEFINE;
  78. bool IsAuthorizingMode();
  79. void ClearAuthorizedFlag();
  80. bool isDetectPlugin();
  81. void ClearDetectPluginFlag();
  82. int mystrcmp(unsigned char *p1, unsigned char *p2);
  83. long long DiffTimebWithNow(struct timeb ST);
  84. unsigned char DetectBitValue(unsigned char _byte, unsigned char _bit);
  85. void SetBitValue(unsigned char *_byte, unsigned char _bit, unsigned char value);
  86. void ChargingTerminalProcess(byte gunIndex);
  87. void ChkPrimaryStatus();
  88. void StartSystemTimeoutDet(unsigned char flag);
  89. void StopSystemTimeoutDet();
  90. void StartGunInfoTimeoutDet(unsigned char gunIndex, unsigned char flag);
  91. void StopGunInfoTimeoutDet(unsigned char gunIndex);
  92. int StoreLogMsg_1(const char *fmt, ...);
  93. unsigned long GetTimeoutValue(struct timeval _sour_time);
  94. void gpio_set_value(unsigned int gpio, unsigned int value);
  95. void PRINTF_FUNC(char *string, ...);
  96. void ChangeGunSelectByIndex(byte sel);
  97. void InformOcppErrOccur(byte codeType);
  98. void RecordAlarmCode(byte gunIndex, char *code);
  99. void RecordWarningCode(byte gunIndex, char *code);
  100. void ReleaseWarningCodeByString(byte gunIndex, char *code);
  101. void ReleaseAlarmCode(byte gunIndex);
  102. int DB_Open(sqlite3 *db);
  103. int DB_Insert_Record(sqlite3 *db, int gun_index);
  104. int DB_Update_Operactive(sqlite3 *db, uint8_t gun_index, uint8_t IsAvailable);
  105. int DB_Get_Operactive(sqlite3 *db, uint8_t gun_index);
  106. #define DEBUG_INFO_MSG(format, args...) StoreLogMsg_1("[%s:%d][%s][Info] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  107. #define DEBUG_WARN_MSG(format, args...) StoreLogMsg_1("[%s:%d][%s][Warn] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  108. #define DEBUG_ERROR_MSG(format, args...) StoreLogMsg_1("[%s:%d][%s][Error] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  109. struct SysConfigAndInfo *ShmSysConfigAndInfo;
  110. struct StatusCodeData *ShmStatusCodeData;
  111. struct PsuData *ShmPsuData;
  112. struct CHAdeMOData *ShmCHAdeMOData;
  113. struct GBTData *ShmGBTData;
  114. struct CcsData *ShmCcsData;
  115. struct PrimaryMcuData *ShmPrimaryMcuData;
  116. struct FanModuleData *ShmFanModuleData;
  117. struct RelayModuleData *ShmRelayModuleData;
  118. struct LedModuleData *ShmLedModuleData;
  119. struct OCPP16Data *ShmOCPP16Data;
  120. struct ChargingInfoData *chargingInfo[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
  121. struct ChargingInfoData *ac_chargingInfo[AC_QUANTITY];
  122. struct timeb startChargingTime[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
  123. struct timeb endChargingTime[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
  124. static AudiCustInfo *gAudiCustInfo = NULL; //Jerry add
  125. // for initial index to check EV board type is correct
  126. byte _gunIndex = 0;
  127. byte _acgunIndex = 0;
  128. byte _chademoIndex = 0;
  129. byte _ccsIndex = 0;
  130. byte _gb_Index = 0;
  131. byte _ac_Index = 0;
  132. byte bd0_1_status = 0;
  133. byte bd0_2_status = 0;
  134. byte bd1_1_status = 0;
  135. byte bd1_2_status = 0;
  136. static uint8_t restartFlag = 0;
  137. bool isCardScan = false;
  138. bool isModelNameMatch = true;
  139. int rfidFd = -1;
  140. char *rfidPortName = "/dev/ttyS2";
  141. char *fwVersion = "V1.01.00.0000.00"; // "V0.16.00.0000.00";
  142. sqlite3 *localDb;
  143. bool isDb_ready;
  144. //------------------------------------------------------------------------------
  145. //--- share memory value ---
  146. //------------------------------------------------------------------------------
  147. static void changeLcmPage(uint8_t index)
  148. {
  149. ShmSysConfigAndInfo->SysInfo.SystemPage = index;
  150. }
  151. static uint8_t getCurLcmPage(void)
  152. {
  153. return ShmSysConfigAndInfo->SysInfo.SystemPage;
  154. }
  155. //------------------------------------------------------------------------------
  156. static void destroySelGun(uint8_t curGun)
  157. {
  158. uint8_t i = 0;
  159. uint8_t totalGun = ShmSysConfigAndInfo->SysConfig.TotalConnectorCount;
  160. //for status timeout
  161. if (curGun == DESTROY_ALL_SEL) {
  162. gAudiCustInfo->SelGunInfo.RightGun = SEL_GUN_RELEASE;
  163. gAudiCustInfo->SelGunInfo.LeftGun = SEL_GUN_RELEASE;
  164. DEBUG_INFO_MSG("destroy all gun = %d, %d\r\n",
  165. gAudiCustInfo->SelGunInfo.LeftGun,
  166. gAudiCustInfo->SelGunInfo.RightGun);
  167. for (i = 0; i < totalGun; i++) {
  168. StopGunInfoTimeoutDet(i);
  169. memset(&gAudiCustInfo->PricesInfo[i], 0, sizeof(PricesInfo));
  170. }
  171. ShmSysConfigAndInfo->SysInfo.CurGunSelected = 0;
  172. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  173. //changeLcmPage(_LCM_SELECT_GUN);
  174. return;
  175. }
  176. //for charging timeout or complete
  177. if ((curGun == LEFT_GUN_NUM) && (gAudiCustInfo->SelGunInfo.LeftGun != SEL_GUN_RELEASE)) {
  178. if (gAudiCustInfo->SelGunInfo.LeftGun == SEL_GUN_CONFIRM ||
  179. gAudiCustInfo->SelGunInfo.LeftGun == SEL_GUN_ATHOR) {
  180. changeLcmPage(_LCM_SELECT_GUN);
  181. }
  182. gAudiCustInfo->SelGunInfo.LeftGun = SEL_GUN_RELEASE;
  183. StopGunInfoTimeoutDet(LEFT_GUN_NUM);
  184. if (ShmOCPP16Data->SpMsg.bits.AuthorizeConf != NO) {
  185. ClearAuthorizedFlag();
  186. }
  187. DEBUG_INFO_MSG("destroy left gun, cur page = %d\r\n", getCurLcmPage());
  188. if (getCurLcmPage() == ShmSysConfigAndInfo->SysInfo.SystemPage) {
  189. DEBUG_INFO_MSG("clear left balance\r\n");
  190. memset(&gAudiCustInfo->PricesInfo[curGun], 0, sizeof(PricesInfo));
  191. gAudiCustInfo->PricesInfo[curGun].Balance = FAIL_BALANCE_PRICES;
  192. }
  193. }
  194. if ((curGun == RIGHT_GUN_NUM) && (gAudiCustInfo->SelGunInfo.RightGun != SEL_GUN_RELEASE)) {
  195. if (gAudiCustInfo->SelGunInfo.RightGun == SEL_GUN_CONFIRM ||
  196. gAudiCustInfo->SelGunInfo.RightGun == SEL_GUN_ATHOR) {
  197. changeLcmPage(_LCM_SELECT_GUN);
  198. }
  199. gAudiCustInfo->SelGunInfo.RightGun = SEL_GUN_RELEASE;
  200. StopGunInfoTimeoutDet(RIGHT_GUN_NUM);
  201. if (ShmOCPP16Data->SpMsg.bits.AuthorizeConf != NO) {
  202. ClearAuthorizedFlag();
  203. }
  204. DEBUG_INFO_MSG("destroy right gun, cur page = %d\r\n", getCurLcmPage());
  205. if (getCurLcmPage() == ShmSysConfigAndInfo->SysInfo.SystemPage) {
  206. DEBUG_INFO_MSG("clear right balance\r\n");
  207. memset(&gAudiCustInfo->PricesInfo[curGun], 0, sizeof(PricesInfo));
  208. gAudiCustInfo->PricesInfo[curGun].Balance = FAIL_BALANCE_PRICES;
  209. }
  210. }
  211. }
  212. static int waitRightGunPlugIt(uint8_t curGun)
  213. {
  214. if ((curGun == RIGHT_GUN_NUM) && (gAudiCustInfo->SelGunInfo.RightGun == SEL_GUN_ATHOR)) {
  215. return PASS;
  216. }
  217. return FAIL;
  218. }
  219. static int waitLeftGunPlugIt(uint8_t curGun)
  220. {
  221. if ((curGun == LEFT_GUN_NUM) && (gAudiCustInfo->SelGunInfo.LeftGun == SEL_GUN_ATHOR)) {
  222. return PASS;
  223. }
  224. return FAIL;
  225. }
  226. #if 0
  227. static void selGunEntryPlugIt(uint8_t curGun)
  228. {
  229. if (curGun == LEFT_GUN_NUM) {
  230. gAudiCustInfo->SelGunInfo.LeftGun = SEL_GUN_PLUG_IT;
  231. } else if (curGun == LEFT_GUN_NUM) {
  232. gAudiCustInfo->SelGunInfo.RightGun = SEL_GUN_PLUG_IT;
  233. }
  234. }
  235. static int getSelGunAuthor(uint8_t selGun)
  236. {
  237. if ((selGun == LEFT_GUN_NUM) &&
  238. ((gAudiCustInfo->SelGunInfo.LeftGun >= SEL_GUN_CONFIRM) &&
  239. (gAudiCustInfo->SelGunInfo.LeftGun <= SEL_GUN_PLUG_IT))) {
  240. printf("getSelGunAuthor left = %d\r\n", gAudiCustInfo->SelGunInfo.LeftGun);
  241. return FAIL;
  242. }
  243. if ((selGun == RIGHT_GUN_NUM) &&
  244. ((gAudiCustInfo->SelGunInfo.RightGun >= SEL_GUN_CONFIRM) &&
  245. (gAudiCustInfo->SelGunInfo.RightGun <= SEL_GUN_PLUG_IT))) {
  246. printf("getSelGunAuthor right = %d\r\n", gAudiCustInfo->SelGunInfo.RightGun);
  247. return FAIL;
  248. }
  249. return PASS;
  250. }
  251. #endif //0
  252. static void setSelGunWaitToAuthor(uint8_t curSel)
  253. {
  254. if (curSel == LEFT_GUN_NUM && gAudiCustInfo->SelGunInfo.LeftGun == SEL_GUN_CONFIRM) {
  255. gAudiCustInfo->SelGunInfo.LeftGun = SEL_GUN_ATHOR;
  256. printf("setSelGunWaitToAuthor left\r\n");
  257. StopGunInfoTimeoutDet(curSel);
  258. } else if (curSel == RIGHT_GUN_NUM && gAudiCustInfo->SelGunInfo.RightGun == SEL_GUN_CONFIRM) {
  259. gAudiCustInfo->SelGunInfo.RightGun = SEL_GUN_ATHOR;
  260. printf("setSelGunWaitToAuthor right\r\n");
  261. StopGunInfoTimeoutDet(curSel);
  262. }
  263. }
  264. static int getConfirmSelectedGun(uint8_t curSel)
  265. {
  266. if (((curSel == LEFT_GUN_NUM) && (gAudiCustInfo->SelGunInfo.LeftGun >= SEL_GUN_CONFIRM)) ||
  267. ((curSel == RIGHT_GUN_NUM) && (gAudiCustInfo->SelGunInfo.RightGun >= SEL_GUN_CONFIRM))) {
  268. return PASS;
  269. }
  270. return FAIL;
  271. }
  272. static void confirmSelGun(uint8_t selGun)
  273. {
  274. if (selGun == LEFT_GUN_NUM) {
  275. gAudiCustInfo->SelGunInfo.LeftGun = SEL_GUN_CONFIRM;
  276. StopGunInfoTimeoutDet(selGun);
  277. printf("confirmSelGun left\r\n");
  278. } else if (selGun == RIGHT_GUN_NUM) {
  279. gAudiCustInfo->SelGunInfo.RightGun = SEL_GUN_CONFIRM;
  280. StopGunInfoTimeoutDet(selGun);
  281. printf("confirmSelGun right\r\n");
  282. }
  283. changeLcmPage(_LCM_IDLE);
  284. StartGunInfoTimeoutDet(selGun, Timeout_SelectGun);
  285. }
  286. //================================================
  287. // initial can-bus
  288. //================================================
  289. int InitCanBus()
  290. {
  291. int s0, nbytes;
  292. struct timeval tv;
  293. struct ifreq ifr0;
  294. struct sockaddr_can addr0;
  295. system("/sbin/ip link set can0 down");
  296. system("/sbin/ip link set can0 type can bitrate 500000 restart-ms 100");
  297. system("/sbin/ip link set can0 up");
  298. s0 = socket(PF_CAN, SOCK_RAW, CAN_RAW);
  299. tv.tv_sec = 0;
  300. tv.tv_usec = 10000;
  301. if (setsockopt(s0, SOL_SOCKET, SO_RCVTIMEO, (char *)&tv, sizeof(struct timeval)) < 0) {
  302. #ifdef SystemLogMessage
  303. DEBUG_ERROR_MSG("Set SO_RCVTIMEO NG");
  304. #endif
  305. }
  306. nbytes = 40960;
  307. if (setsockopt(s0, SOL_SOCKET, SO_RCVBUF, &nbytes, sizeof(int)) < 0) {
  308. #ifdef SystemLogMessage
  309. DEBUG_ERROR_MSG("Set SO_RCVBUF NG");
  310. #endif
  311. }
  312. nbytes = 40960;
  313. if (setsockopt(s0, SOL_SOCKET, SO_SNDBUF, &nbytes, sizeof(int)) < 0) {
  314. #ifdef SystemLogMessage
  315. DEBUG_ERROR_MSG("Set SO_SNDBUF NG");
  316. #endif
  317. }
  318. strcpy(ifr0.ifr_name, "can0" );
  319. ioctl(s0, SIOCGIFINDEX, &ifr0); /* ifr.ifr_ifindex gets filled with that device's index */
  320. addr0.can_family = AF_CAN;
  321. addr0.can_ifindex = ifr0.ifr_ifindex;
  322. bind(s0, (struct sockaddr *)&addr0, sizeof(addr0));
  323. return s0;
  324. }
  325. //================================================
  326. // initial uart port
  327. //================================================
  328. char *_priPortName = "/dev/ttyS1";
  329. char *_485PortName = "/dev/ttyS5";
  330. int InitComPort(byte target)
  331. {
  332. int fd;
  333. struct termios tios;
  334. if (target == UPGRADE_PRI) {
  335. fd = open(_priPortName, O_RDWR);
  336. } else if (target == UPGRADE_FAN || target == UPGRADE_RB || target == UPGRADE_AC || target == UPGRADE_LED) {
  337. fd = open(_485PortName, O_RDWR);
  338. }
  339. if (fd <= 0) {
  340. #ifdef SystemLogMessage
  341. DEBUG_ERROR_MSG("open 407 Communication port NG \n");
  342. #endif
  343. return -1;
  344. }
  345. ioctl (fd, TCGETS, &tios);
  346. tios.c_cflag = B115200 | CS8 | CLOCAL | CREAD;
  347. tios.c_lflag = 0;
  348. tios.c_iflag = 0;
  349. tios.c_oflag = 0;
  350. tios.c_cc[VMIN] = 0;
  351. tios.c_cc[VTIME] = (unsigned char)1;
  352. tios.c_lflag = 0;
  353. tcflush(fd, TCIFLUSH);
  354. ioctl (fd, TCSETS, &tios);
  355. return fd;
  356. }
  357. //=================================
  358. // Common routine
  359. //=================================
  360. void substr(char *dest, const char *src, unsigned int start, unsigned int cnt)
  361. {
  362. strncpy(dest, src + start, cnt);
  363. dest[cnt] = 0;
  364. }
  365. int InitWatchDog()
  366. {
  367. int fd;
  368. system("/usr/bin/fuser -k /dev/watchdog");
  369. sleep(1);
  370. system("echo V > /dev/watchdog");
  371. sleep(1);
  372. fd = open("/dev/watchdog", O_RDWR);
  373. if (fd <= 0) {
  374. DEBUG_ERROR_MSG("System watch dog initial fail.\r\n");
  375. }
  376. return fd;
  377. }
  378. int StoreLogMsg_1(const char *fmt, ...)
  379. {
  380. char Buf[4096 + 256];
  381. char buffer[4096];
  382. va_list args;
  383. struct timeb SeqEndTime;
  384. struct tm *tm;
  385. va_start(args, fmt);
  386. int rc = vsnprintf(buffer, sizeof(buffer), fmt, args);
  387. va_end(args);
  388. memset(Buf, 0, sizeof(Buf));
  389. ftime(&SeqEndTime);
  390. SeqEndTime.time = time(NULL);
  391. tm = localtime(&SeqEndTime.time);
  392. if (ShmSysConfigAndInfo->SysConfig.SwitchDebugFlag == YES) {
  393. sprintf(Buf, "%02d:%02d:%02d:%03d - %s",
  394. tm->tm_hour, tm->tm_min, tm->tm_sec, SeqEndTime.millitm, buffer);
  395. printf("%s \n", Buf);
  396. } else {
  397. sprintf(Buf, "echo \"%04d-%02d-%02d %02d:%02d:%02d:%03d - %s\" >> /Storage/SystemLog/[%04d.%02d]SystemLog",
  398. tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, SeqEndTime.millitm,
  399. buffer,
  400. tm->tm_year + 1900, tm->tm_mon + 1);
  401. system(Buf);
  402. }
  403. return rc;
  404. }
  405. unsigned long GetTimeoutValue(struct timeval _sour_time)
  406. {
  407. struct timeval _end_time;
  408. gettimeofday(&_end_time, NULL);
  409. return 1000000 * (_end_time.tv_sec - _sour_time.tv_sec) + _end_time.tv_usec - _sour_time.tv_usec;
  410. }
  411. int mystrcmp(unsigned char *p1, unsigned char *p2)
  412. {
  413. while (*p1 == *p2) {
  414. if (*p1 == '\0' || *p2 == '\0') {
  415. break;
  416. }
  417. p1++;
  418. p2++;
  419. }
  420. if (*p1 == '\0' && *p2 == '\0') {
  421. return (PASS);
  422. } else {
  423. return (FAIL);
  424. }
  425. }
  426. int DiffTimeb(struct timeb ST, struct timeb ET)
  427. {
  428. //return milli-second
  429. unsigned int StartTime, StopTime;
  430. StartTime = (unsigned int)ST.time;
  431. StopTime = (unsigned int)ET.time;
  432. //return (StopTime-StartTime)*1000+ET.millitm-ST.millitm;
  433. return (StopTime - StartTime);
  434. }
  435. bool CheckTimeOut(struct timeb ST)
  436. {
  437. struct timeb ET;
  438. unsigned int StartTime, StopTime;
  439. ftime(&ET);
  440. StartTime = (unsigned int) ST.time;
  441. StopTime = (unsigned int) ET.time;
  442. return (StopTime > StartTime) ? YES : NO;
  443. }
  444. void setChargerMode(byte gun_index, byte mode)
  445. {
  446. chargingInfo[gun_index]->SystemStatus = mode;
  447. }
  448. void PRINTF_FUNC(char *string, ...)
  449. {
  450. va_list args;
  451. char buffer[4096];
  452. va_start(args, string);
  453. vsnprintf(buffer, sizeof(buffer), string, args);
  454. va_end(args);
  455. DEBUG_INFO_MSG("%s \n", buffer);
  456. }
  457. long long DiffTimebWithNow(struct timeb ST)
  458. {
  459. //return milli-second
  460. struct timeb ET;
  461. long long StartTime, StopTime;
  462. ftime(&ET);
  463. StartTime = (long long)ST.time;
  464. StopTime = (long long)ET.time;
  465. return ((StopTime - StartTime) * 1000) + (ET.millitm - ST.millitm);
  466. }
  467. //==========================================
  468. // Check interface status
  469. //==========================================
  470. int isInterfaceUp(const char *interface)
  471. {
  472. int result = FAIL;
  473. FILE *fp;
  474. char cmd[256];
  475. char buf[512];
  476. strcpy(cmd, "ifconfig");
  477. fp = popen(cmd, "r");
  478. if (fp != NULL) {
  479. while (fgets(buf, sizeof(buf), fp) != NULL) {
  480. if (strstr(buf, interface) > 0) {
  481. result = PASS;
  482. }
  483. }
  484. }
  485. pclose(fp);
  486. return result;
  487. }
  488. //=================================
  489. // Create all share memory
  490. //=================================
  491. int CreateShareMemory()
  492. {
  493. int MeterSMId;
  494. if ((MeterSMId = shmget(ShmSysConfigAndInfoKey, sizeof(struct SysConfigAndInfo), IPC_CREAT | 0777)) < 0) {
  495. #ifdef SystemLogMessage
  496. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmSysConfigAndInfo NG \n");
  497. #endif
  498. return 0;
  499. } else if ((ShmSysConfigAndInfo = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  500. #ifdef SystemLogMessage
  501. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmSysConfigAndInfo NG \n");
  502. #endif
  503. return 0;
  504. }
  505. memset(ShmSysConfigAndInfo, 0, sizeof(struct SysConfigAndInfo));
  506. if ((MeterSMId = shmget(ShmStatusCodeKey, sizeof(struct StatusCodeData), IPC_CREAT | 0777)) < 0) {
  507. #ifdef SystemLogMessage
  508. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmStatusCodeData NG \n");
  509. #endif
  510. return 0;
  511. } else if ((ShmStatusCodeData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  512. #ifdef SystemLogMessage
  513. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmStatusCodeData NG \n");
  514. #endif
  515. return 0;
  516. }
  517. memset(ShmStatusCodeData, 0, sizeof(struct StatusCodeData));
  518. //creat ShmPsuData
  519. if ((MeterSMId = shmget(ShmPsuKey, sizeof(struct PsuData), IPC_CREAT | 0777)) < 0) {
  520. #ifdef SystemLogMessage
  521. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmPsuData NG \n");
  522. #endif
  523. return 0;
  524. } else if ((ShmPsuData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  525. #ifdef SystemLogMessage
  526. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmPsuData NG \n");
  527. #endif
  528. return 0;
  529. }
  530. memset(ShmPsuData, 0, sizeof(struct PsuData));
  531. if (CHAdeMO_QUANTITY > 0) {
  532. if ((MeterSMId = shmget(ShmCHAdeMOCommKey, sizeof(struct CHAdeMOData), IPC_CREAT | 0777)) < 0) {
  533. #ifdef SystemLogMessage
  534. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmCHAdeMOData NG \n");
  535. #endif
  536. return 0;
  537. } else if ((ShmCHAdeMOData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  538. #ifdef SystemLogMessage
  539. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmCHAdeMOData NG \n");
  540. #endif
  541. return 0;
  542. }
  543. memset(ShmCHAdeMOData, 0, sizeof(struct CHAdeMOData));
  544. }
  545. if (GB_QUANTITY > 0) {
  546. if ((MeterSMId = shmget(ShmGBTCommKey, sizeof(struct GBTData), IPC_CREAT | 0777)) < 0) {
  547. #ifdef SystemLogMessage
  548. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmGBTData NG \n");
  549. #endif
  550. return 0;
  551. } else if ((ShmGBTData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  552. #ifdef SystemLogMessage
  553. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmGBTData NG \n");
  554. #endif
  555. return 0;
  556. }
  557. memset(ShmGBTData, 0, sizeof(struct GBTData));
  558. }
  559. //creat ShmCcsData
  560. if (CCS_QUANTITY > 0) {
  561. if ((MeterSMId = shmget(ShmCcsCommKey, sizeof(struct CcsData), IPC_CREAT | 0777)) < 0) {
  562. #ifdef SystemLogMessage
  563. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmCcsData NG \n");
  564. #endif
  565. return 0;
  566. } else if ((ShmCcsData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  567. #ifdef SystemLogMessage
  568. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmCcsData NG \n");
  569. #endif
  570. return 0;
  571. }
  572. memset(ShmCcsData, 0, sizeof(struct CcsData));
  573. }
  574. //creat ShmPrimaryMcuData
  575. if ((MeterSMId = shmget(ShmPrimaryMcuKey, sizeof(struct PrimaryMcuData), IPC_CREAT | 0777)) < 0) {
  576. #ifdef SystemLogMessage
  577. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmPrimaryMcuData NG \n");
  578. #endif
  579. return 0;
  580. } else if ((ShmPrimaryMcuData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  581. #ifdef SystemLogMessage
  582. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmPrimaryMcuData NG \n");
  583. #endif
  584. return 0;
  585. }
  586. memset(ShmPrimaryMcuData, 0, sizeof(struct PrimaryMcuData));
  587. //creat ShmFanModuleData
  588. if ((MeterSMId = shmget(ShmFanBdKey, sizeof(struct FanModuleData), IPC_CREAT | 0777)) < 0) {
  589. #ifdef SystemLogMessage
  590. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmFanModuleData NG \n");
  591. #endif
  592. return 0;
  593. } else if ((ShmFanModuleData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  594. #ifdef SystemLogMessage
  595. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmFanModuleData NG \n");
  596. #endif
  597. return 0;
  598. }
  599. memset(ShmFanModuleData, 0, sizeof(struct FanModuleData));
  600. //creat ShmRelayModuleData
  601. if ((MeterSMId = shmget(ShmRelayBdKey, sizeof(struct RelayModuleData), IPC_CREAT | 0777)) < 0) {
  602. #ifdef SystemLogMessage
  603. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmRelayModuleData NG \n");
  604. #endif
  605. return 0;
  606. } else if ((ShmRelayModuleData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  607. #ifdef SystemLogMessage
  608. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmRelayModuleData NG \n");
  609. #endif
  610. return 0;
  611. }
  612. memset(ShmRelayModuleData, 0, sizeof(struct RelayModuleData));
  613. if ((MeterSMId = shmget(ShmLedBdKey, sizeof(struct LedModuleData), IPC_CREAT | 0777)) < 0) {
  614. #ifdef SystemLogMessage
  615. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmLedModuleData NG \n");
  616. #endif
  617. return 0;
  618. } else if ((ShmLedModuleData = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  619. #ifdef SystemLogMessage
  620. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmLedModuleData NG \n");
  621. #endif
  622. return 0;
  623. }
  624. memset(ShmLedModuleData, 0, sizeof(struct LedModuleData));
  625. //creat ShmOCPP16Data
  626. if ((MeterSMId = shmget(ShmOcppModuleKey, sizeof(struct OCPP16Data), IPC_CREAT | 0777)) < 0) {
  627. #ifdef SystemLogMessage
  628. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget ShmOCPP16Data NG \n");
  629. #endif
  630. return 0;
  631. } else if ((ShmOCPP16Data = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  632. #ifdef SystemLogMessage
  633. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat ShmOCPP16Data NG \n");
  634. #endif
  635. return 0;
  636. }
  637. // memset(ShmOCPP16Data,0,sizeof(struct OCPP16Data));
  638. //creat Audi customization info
  639. if ((MeterSMId = shmget(ShmAudiCustInfoKey, sizeof(AudiCustInfo), IPC_CREAT | 0777)) < 0) {
  640. #ifdef SystemLogMessage
  641. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmget select gun info NG \n");
  642. #endif
  643. return 0;
  644. } else if ((gAudiCustInfo = shmat(MeterSMId, NULL, 0)) == (void *) - 1) {
  645. #ifdef SystemLogMessage
  646. DEBUG_ERROR_MSG("[main]CreatShareMemory:shmat shmget select gun info \n");
  647. #endif
  648. return 0;
  649. }
  650. memset(gAudiCustInfo, 0, sizeof(AudiCustInfo));
  651. return 1;
  652. }
  653. //=================================
  654. // LCM Page
  655. //=================================
  656. void ChangeLcmByIndex(byte page_index)
  657. {
  658. if (ShmSysConfigAndInfo->SysWarningInfo.Level != 2 ||
  659. page_index == _LCM_COMPLETE || page_index == _LCM_FIX) {
  660. ShmSysConfigAndInfo->SysInfo.PageIndex = page_index;
  661. }
  662. }
  663. //======================================================
  664. // Peripheral initial
  665. //======================================================
  666. void InitGPIO()
  667. {
  668. /*****************0~3, 4 bank, bank x 32+ num*********************/
  669. /***************************************************************/
  670. /*************** GPIO 0 ***************************************/
  671. /***************************************************************/
  672. /* GPMC_AD8 => GPIO0_22 *//*ID BD1_1*/
  673. system("echo 22 > /sys/class/gpio/export");
  674. system("echo \"in\" > /sys/class/gpio/gpio22/direction");
  675. /* GPMC_AD9 => GPIO0_23 *//*ID BD1_2*/
  676. system("echo 23 > /sys/class/gpio/export");
  677. system("echo \"in\" > /sys/class/gpio/gpio23/direction");
  678. /* GPMC_AD10 => GPIO0_26 *//*IO BD1_1*/
  679. system("echo 26 > /sys/class/gpio/export");
  680. system("echo \"out\" > /sys/class/gpio/gpio26/direction");
  681. system("echo 1 > /sys/class/gpio/gpio26/value");
  682. /* GPMC_AD11 => GPIO0_27 *//*IO BD1_2*/
  683. system("echo 27 > /sys/class/gpio/export");
  684. system("echo \"in\" > /sys/class/gpio/gpio27/direction");
  685. /* RMII1_REF_CLK => GPIO0_29 *//*USB 0 OCP detection*/
  686. system("echo 29 > /sys/class/gpio/export");
  687. system("echo \"in\" > /sys/class/gpio/gpio29/direction");
  688. /*XDMA_EVENT_INTR0 => GPIO0_19 *//*AM_RFID_RST*/
  689. system("echo 19 > /sys/class/gpio/export");
  690. system("echo \"out\" > /sys/class/gpio/gpio19/direction");
  691. system("echo 1 > /sys/class/gpio/gpio19/value");
  692. /*XDMA_EVENT_INTR1 => GPIO0_20 *//*AM_RFID_ICC*/
  693. system("echo 20 > /sys/class/gpio/export");
  694. system("echo \"in\" > /sys/class/gpio/gpio20/direction");
  695. /***************************************************************/
  696. /*************** GPIO 1 ***************************************/
  697. /***************************************************************/
  698. /* GPMC_AD12 => GPIO1_12 *//*ID BD2_1*/
  699. system("echo 44 > /sys/class/gpio/export");
  700. system("echo \"in\" > /sys/class/gpio/gpio44/direction");
  701. /* GPMC_AD13 => GPIO1_13 *//*ID BD2_2*/
  702. system("echo 45 > /sys/class/gpio/export");
  703. system("echo \"in\" > /sys/class/gpio/gpio45/direction");
  704. /* GPMC_AD14 => GPIO1_14 *//*IO BD2_1*/
  705. system("echo 46 > /sys/class/gpio/export");
  706. system("echo \"out\" > /sys/class/gpio/gpio46/direction");
  707. system("echo 0 > /sys/class/gpio/gpio46/value");
  708. /* GPMC_AD15 => GPIO1_15 *//*IO BD2_2*/
  709. system("echo 47 > /sys/class/gpio/export");
  710. system("echo \"in\" > /sys/class/gpio/gpio47/direction");
  711. /***************************************************************/
  712. /*************** GPIO 2 ***************************************/
  713. /***************************************************************/
  714. /*LCD_AC_BIAS_EN => GPIO2_25*//*RS-485 for module DE control*/
  715. system("echo 89 > /sys/class/gpio/export");
  716. system("echo \"out\" > /sys/class/gpio/gpio89/direction");
  717. system("echo 1 > /sys/class/gpio/gpio89/value");
  718. /*LCD_HSYNC => GPIO2_23*//*RS-485 for module RE control*/
  719. system("echo 87 > /sys/class/gpio/export");
  720. system("echo \"out\" > /sys/class/gpio/gpio87/direction");
  721. system("echo 0 > /sys/class/gpio/gpio87/value");
  722. /*LCD_PCLK => GPIO2_24*//*CCS communication board 1 proximity*/
  723. system("echo 88 > /sys/class/gpio/export");
  724. system("echo \"in\" > /sys/class/gpio/gpio88/direction");
  725. /*LCD_VSYNC => GPIO2_22*//*CCS communication board 2 proximity*/
  726. system("echo 86 > /sys/class/gpio/export");
  727. system("echo \"in\" > /sys/class/gpio/gpio86/direction");
  728. /***************************************************************/
  729. /*************** GPIO 3 ***************************************/
  730. /***************************************************************/
  731. /*MCASP0_FSX => GPIO3_15*//*Emergency Stop button detect*/
  732. system("echo 111 > /sys/class/gpio/export");
  733. system("echo \"in\" > /sys/class/gpio/gpio111/direction");
  734. /*MCASP0_ACLKR => GPIO3_18*//*USB1 OCP detect*/
  735. system("echo 114 > /sys/class/gpio/export");
  736. system("echo \"in\" > /sys/class/gpio/gpio114/direction");
  737. /*MCASP0_AHCLKR => GPIO3_17*//*Emergency IO for AM3352 and STM32F407*/
  738. system("echo 113 > /sys/class/gpio/export");
  739. system("echo \"in\" > /sys/class/gpio/gpio113/direction");
  740. /*MCASP0_ACLKX => GPIO3_14*//*Ethernet PHY reset*/
  741. system("echo 110 > /sys/class/gpio/export");
  742. system("echo \"out\" > /sys/class/gpio/gpio110/direction");
  743. system("echo 0 > /sys/class/gpio/gpio110/value");
  744. /* MCASP0_FSR => GPIO3_19 *//*SMR Enable control_1 for Pskill_1*/
  745. system("echo 115 > /sys/class/gpio/export");
  746. system("echo \"out\" > /sys/class/gpio/gpio115/direction");
  747. system("echo 0 > /sys/class/gpio/gpio115/value");
  748. /* MCASP0_AXR0 => GPIO3_16 *//*CSU board function OK indicator.*/
  749. system("echo 112 > /sys/class/gpio/export");
  750. system("echo \"out\" > /sys/class/gpio/gpio112/direction");
  751. system("echo 1 > /sys/class/gpio/gpio112/value");
  752. /* MCASP0_AXR1 => GPIO3_20 *//*SMR Enable control_2 for Pskill_2*/
  753. system("echo 116 > /sys/class/gpio/export");
  754. system("echo \"out\" > /sys/class/gpio/gpio116/direction");
  755. system("echo 0 > /sys/class/gpio/gpio116/value");
  756. #ifdef SystemLogMessage
  757. //DEBUG_INFO_MSG("[main]InitGPIO: Initial GPIO OK");
  758. #endif
  759. }
  760. int LoadSysConfigAndInfo(struct SysConfigData *ptr)
  761. {
  762. int fd, wrd;
  763. unsigned char *buf;
  764. unsigned int ChkSum, ChkSumOrg;
  765. if ((buf = malloc(MtdBlockSize)) == NULL) {
  766. DEBUG_ERROR_MSG("malloc buffer NG,rebooting..\r\n");
  767. if (ShmStatusCodeData != NULL) {
  768. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  769. }
  770. sleep(5);
  771. system("reboot -f");
  772. sleep(5);
  773. system("reboot -f");
  774. }
  775. memset(buf, 0, MtdBlockSize);
  776. //================================================
  777. // Load configuration from mtdblock10
  778. //================================================
  779. fd = open("/dev/mtdblock10", O_RDWR);
  780. if (fd < 0) {
  781. free(buf);
  782. DEBUG_ERROR_MSG("open mtdblock10 NG,rebooting..\r\n");
  783. if (ShmStatusCodeData != NULL) {
  784. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  785. }
  786. sleep(5);
  787. system("reboot -f");
  788. sleep(5);
  789. system("reboot -f");
  790. }
  791. wrd = read(fd, buf, MtdBlockSize);
  792. close(fd);
  793. if (wrd < MtdBlockSize) {
  794. free(buf);
  795. DEBUG_ERROR_MSG("read SysConfigData data NG,rebooting..\r\n");
  796. if (ShmStatusCodeData != NULL) {
  797. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  798. }
  799. sleep(5);
  800. system("reboot -f");
  801. sleep(5);
  802. system("reboot -f");
  803. }
  804. ChkSum = 0;
  805. for (wrd = 0; wrd < MtdBlockSize - 4; wrd++) {
  806. ChkSum += buf[wrd];
  807. }
  808. memcpy(&ChkSumOrg, buf + (0x00600000 - 4), sizeof(ChkSumOrg));
  809. //================================================
  810. // Load configuration from mtdblock11
  811. //================================================
  812. if (ChkSum != ChkSumOrg) {
  813. DEBUG_ERROR_MSG("Primary SysConfigData checksum NG, read backup\r\n");
  814. fd = open("/dev/mtdblock11", O_RDWR);
  815. if (fd < 0) {
  816. free(buf);
  817. DEBUG_ERROR_MSG("open mtdblock11 (backup) NG,rebooting..\r\n");
  818. if (ShmStatusCodeData != NULL) {
  819. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  820. }
  821. sleep(5);
  822. system("reboot -f");
  823. sleep(5);
  824. system("reboot -f");
  825. }
  826. memset(buf, 0, MtdBlockSize);
  827. wrd = read(fd, buf, MtdBlockSize);
  828. close(fd);
  829. if (wrd < MtdBlockSize) {
  830. free(buf);
  831. DEBUG_ERROR_MSG("read backup SysConfigData data NG,rebooting..\r\n");
  832. if (ShmStatusCodeData != NULL) {
  833. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  834. }
  835. sleep(5);
  836. system("reboot -f");
  837. sleep(5);
  838. system("reboot -f");
  839. }
  840. ChkSum = 0;
  841. for (wrd = 0; wrd < MtdBlockSize - 4; wrd++) {
  842. ChkSum += buf[wrd];
  843. }
  844. memcpy(&ChkSumOrg, buf + (0x00600000 - 4), sizeof(ChkSumOrg));
  845. //================================================
  846. // Load configuration from mtdblock12 (Factory default)
  847. //================================================
  848. if (ChkSum != ChkSumOrg) {
  849. DEBUG_ERROR_MSG("backup SysConfigData checksum NG, read Factory default\r\n");
  850. fd = open("/dev/mtdblock12", O_RDWR);
  851. if (fd < 0) {
  852. free(buf);
  853. DEBUG_ERROR_MSG("open mtdblock12 (Factory default) NG,rebooting..\r\n");
  854. if (ShmStatusCodeData != NULL) {
  855. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  856. }
  857. sleep(5);
  858. system("reboot -f");
  859. sleep(5);
  860. system("reboot -f");
  861. }
  862. memset(buf, 0, MtdBlockSize);
  863. wrd = read(fd, buf, MtdBlockSize);
  864. close(fd);
  865. if (wrd < MtdBlockSize) {
  866. free(buf);
  867. DEBUG_ERROR_MSG("read factory default SysConfigData data NG,rebooting..\r\n");
  868. if (ShmStatusCodeData != NULL) {
  869. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  870. }
  871. sleep(5);
  872. system("reboot -f");
  873. sleep(5);
  874. system("reboot -f");
  875. }
  876. ChkSum = 0;
  877. for (wrd = 0; wrd < MtdBlockSize - 4; wrd++) {
  878. ChkSum += buf[wrd];
  879. }
  880. memcpy(&ChkSumOrg, buf + (0x00600000 - 4), sizeof(ChkSumOrg));
  881. if (ChkSum != ChkSumOrg) {
  882. DEBUG_ERROR_MSG("factory default SysConfigData checksum NG, restore factory default\r\n");
  883. free(buf);
  884. system("cd /root;./FactoryConfig -m");
  885. system("sync");
  886. sleep(5);
  887. system("reboot -f");
  888. sleep(5);
  889. system("reboot -f");
  890. return FAIL;
  891. }
  892. }
  893. }
  894. //load OK
  895. memcpy((struct SysConfigData *)ptr, buf, sizeof(struct SysConfigData));
  896. free(buf);
  897. //DEBUG_INFO_MSG("Load SysConfigData OK\n");
  898. return PASS;
  899. }
  900. int isReachableInternet()
  901. {
  902. int result = FAIL;
  903. FILE *fp;
  904. char cmd[256];
  905. char buf[512];
  906. char tmp[512];
  907. #if defined DD360 || defined DD360Audi
  908. strcpy(cmd, "ifconfig eth0");
  909. fp = popen(cmd, "r");
  910. if (fp != NULL) {
  911. while (fgets(buf, sizeof(buf), fp) != NULL) {
  912. if (strstr(buf, "inet addr:") > 0) {
  913. sscanf(buf, "%*s%s", tmp);
  914. substr(tmp, tmp, strspn(tmp, "addr:"), strlen(buf) - strspn(tmp, "addr:"));
  915. if (strcmp(tmp, (char *)ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress) != EQUAL) {
  916. strcpy((char *) ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress, tmp);
  917. }
  918. }
  919. }
  920. }
  921. pclose(fp);
  922. if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.DisconnectedFromDo == NORMAL) {
  923. result = FAIL;
  924. } else {
  925. result = PASS;
  926. }
  927. #else
  928. if (ShmOCPP16Data->OcppConnStatus == PASS) {
  929. result = PASS;
  930. } else {
  931. strcpy(cmd, "ifconfig eth0");
  932. fp = popen(cmd, "r");
  933. if (fp != NULL) {
  934. while (fgets(buf, sizeof(buf), fp) != NULL) {
  935. if (strstr(buf, "inet addr:") > 0) {
  936. sscanf(buf, "%*s%s", tmp);
  937. substr(tmp, tmp, strspn(tmp, "addr:"), strlen(buf) - strspn(tmp, "addr:"));
  938. if (strcmp(tmp, (char *)ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress) != EQUAL) {
  939. strcpy((char *) ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress, tmp);
  940. }
  941. }
  942. }
  943. }
  944. pclose(fp);
  945. memset(buf, 0x00, sizeof(buf));
  946. #if !defined DD360 && !defined DD360Audi
  947. for (int idx = 0; idx < ARRAY_SIZE(valid_Internet); idx++) {
  948. sprintf(cmd, "ping -c 1 -w 3 -I eth0 %s", valid_Internet[idx]);
  949. fp = popen(cmd, "r");
  950. if (fp != NULL) {
  951. while (fgets(buf, sizeof(buf), fp) != NULL) {
  952. if (strstr(buf, "transmitted") > 0) {
  953. //sscanf(buf, "%*s%*s%*s%*s%*s%*s%s", tmp);
  954. if (strstr(buf, "100%") != NULL) {
  955. } else {
  956. result = PASS;
  957. }
  958. //DEBUG_INFO("%s",buf);
  959. //DEBUG_INFO("%s\n",tmp);
  960. }
  961. }
  962. }
  963. pclose(fp);
  964. }
  965. #endif //!defined DD360 && !defined DD360Audi
  966. }
  967. #endif //defined DD360 || defined DD360Audi
  968. return result;
  969. }
  970. void InitEthernet()
  971. {
  972. char tmpbuf[256];
  973. // /sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 down
  974. system("echo 1 > /sys/class/gpio/gpio110/value");//reset PHY
  975. sleep(2);
  976. //Init Eth0 for internet
  977. memset(tmpbuf, 0, 256);
  978. sprintf(tmpbuf, "/sbin/ifconfig eth0 %s netmask %s up",
  979. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,
  980. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress);
  981. //sprintf(tmpbuf,"/sbin/ifconfig eth0 192.168.100.10 netmask 255.255.255.0 up");
  982. system(tmpbuf);
  983. memset(tmpbuf, 0, 256);
  984. sprintf(tmpbuf, "route add default gw %s eth0 ",
  985. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress);
  986. //sprintf(tmpbuf,"route add default gw 192.168.100.1 eth0 ");
  987. system(tmpbuf);
  988. //system("ifconfig lo up");
  989. // /sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up
  990. //Init Eth1 for administrator tool
  991. memset(tmpbuf, 0, 256);
  992. sprintf(tmpbuf, "/sbin/ifconfig eth1 %s netmask %s up",
  993. ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthIpAddress,
  994. ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthSubmaskAddress);
  995. system(tmpbuf);
  996. //Run DHCP client if enabled
  997. system("killall udhcpc");
  998. system("rm -rf /etc/resolv.conf");
  999. system("echo nameserver 8.8.8.8 > /etc/resolv.conf"); //Google DNS server
  1000. system("echo nameserver 180.76.76.76 > /etc/resolv.conf"); //Baidu DNS server
  1001. if (ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient == 0) {
  1002. sprintf(tmpbuf, "/sbin/udhcpc -i eth0 -x hostname:CSU3_%s -s /root/dhcp_script/eth0.script > /dev/null &", ShmSysConfigAndInfo->SysConfig.SystemId);
  1003. system(tmpbuf);
  1004. }
  1005. //Upgrade system id to /etc/hostname
  1006. sprintf(tmpbuf, "echo %s > /etc/hostname", ShmSysConfigAndInfo->SysConfig.SystemId);
  1007. system(tmpbuf);
  1008. pid_t pid = fork();
  1009. if (pid == 0) {
  1010. for (;;) {
  1011. #if !defined DD360 && !defined DD360Audi
  1012. bool ethResult = YES;
  1013. if (ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet) {
  1014. ethResult = NO;
  1015. }
  1016. if (!ethResult && ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') {
  1017. ethResult = !ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi;
  1018. }
  1019. if (!ethResult && ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') {
  1020. ethResult = !ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi;
  1021. }
  1022. ShmSysConfigAndInfo->SysInfo.InternetConn = ethResult;
  1023. #else
  1024. isReachableInternet();
  1025. #endif //!defined DD360 && !defined DD360Audi
  1026. sleep(5);
  1027. }
  1028. }
  1029. /*#ifdef SystemLogMessage
  1030. DEBUG_INFO_MSG("[main]InitEthernet: Initial Ethernet OK");
  1031. #endif*/
  1032. }
  1033. int InitialRfidPort()
  1034. {
  1035. int uartO2 = open(rfidPortName, O_RDWR);
  1036. struct termios tios;
  1037. if (uartO2 != FAIL) {
  1038. ioctl (uartO2, TCGETS, &tios);
  1039. tios.c_cflag = B19200 | CS8 | CLOCAL | CREAD;
  1040. tios.c_lflag = 0;
  1041. tios.c_iflag = 0;
  1042. tios.c_oflag = 0;
  1043. tios.c_cc[VMIN] = 0;
  1044. tios.c_cc[VTIME] = (unsigned char) 1;
  1045. tios.c_lflag = 0;
  1046. tcflush(uartO2, TCIFLUSH);
  1047. ioctl(uartO2, TCSETS, &tios);
  1048. }
  1049. if (uartO2 < 0) {
  1050. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.RfidModuleCommFail = 1;
  1051. }
  1052. return uartO2;
  1053. }
  1054. void GetMacAddress()
  1055. {
  1056. for (byte index = 0; index < 2; index++) {
  1057. int fd;
  1058. struct ifreq ifr;
  1059. char tarEth[5];
  1060. char Mac[18];
  1061. sprintf(tarEth, "eth%d", index);
  1062. fd = socket(AF_INET, SOCK_DGRAM, 0);
  1063. ifr.ifr_addr.sa_family = AF_INET;
  1064. strncpy(ifr.ifr_name, tarEth, IFNAMSIZ - 1);
  1065. ioctl(fd, SIOCGIFHWADDR, &ifr);
  1066. close(fd);
  1067. sprintf(Mac, "%.2x:%.2x:%.2x:%.2x:%.2x:%.2x",
  1068. ifr.ifr_hwaddr.sa_data[0], ifr.ifr_hwaddr.sa_data[1], ifr.ifr_hwaddr.sa_data[2],
  1069. ifr.ifr_hwaddr.sa_data[3], ifr.ifr_hwaddr.sa_data[4], ifr.ifr_hwaddr.sa_data[5]);
  1070. if (index == 0) {
  1071. strcpy((char *) ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthMacAddress, Mac);
  1072. } else {
  1073. strcpy((char *) ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthMacAddress, Mac);
  1074. }
  1075. }
  1076. }
  1077. void GetFirmwareVersion()
  1078. {
  1079. // Get CSU root file system version
  1080. sprintf((char *)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, fwVersion);
  1081. byte count = 0, chademo = 0, ccs = 0, gb = 0;
  1082. for (uint8_t idx = 0; idx < 3; idx++) {
  1083. if (ShmSysConfigAndInfo->SysConfig.ModelName[7 + idx] == 'J') {
  1084. chademo++;
  1085. count++;
  1086. } else if (ShmSysConfigAndInfo->SysConfig.ModelName[7 + idx] == 'G') {
  1087. gb++;
  1088. count++;
  1089. } else if (ShmSysConfigAndInfo->SysConfig.ModelName[7 + idx] == 'U' ||
  1090. ShmSysConfigAndInfo->SysConfig.ModelName[7 + idx] == 'E') {
  1091. ccs++;
  1092. count++;
  1093. }
  1094. }
  1095. if (count == 1) {
  1096. if (chademo > 0) {
  1097. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[7] = '1';
  1098. } else if (ccs > 0) {
  1099. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[7] = '2';
  1100. } else if (gb > 0) {
  1101. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[7] = '3';
  1102. }
  1103. } else {
  1104. if (chademo > 0 && ccs > 0) {
  1105. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[7] = '4';
  1106. } else if (chademo > 0 && gb > 0) {
  1107. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[7] = '5';
  1108. } else if (ccs > 0 && gb > 0) {
  1109. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[7] = '6';
  1110. }
  1111. }
  1112. // Get network option from model name
  1113. switch (ShmSysConfigAndInfo->SysConfig.ModelName[10]) {
  1114. case 'B':
  1115. case 'U':
  1116. //Blue tooth
  1117. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '3';
  1118. break;
  1119. case 'W':
  1120. // WIFI
  1121. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '1';
  1122. break;
  1123. case 'T':
  1124. // 3G/4G
  1125. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '2';
  1126. break;
  1127. default:
  1128. // LAN
  1129. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '0';
  1130. break;
  1131. }
  1132. // Get rating power from model name
  1133. memcpy(&ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[10], &ShmSysConfigAndInfo->SysConfig.ModelName[4], 0x03);
  1134. // Get IEC or UL
  1135. char _buf[3] = {0};
  1136. memcpy(_buf, &ShmSysConfigAndInfo->SysConfig.ModelName[2], 2);
  1137. if (strcmp(_buf, "YE") == EQUAL || strcmp(_buf, "YC") == EQUAL) {
  1138. ShmSysConfigAndInfo->SysInfo.ChargerType = _CHARGER_TYPE_IEC;
  1139. DEBUG_INFO_MSG("IEC model");
  1140. } else if (strcmp(_buf, "WU") == EQUAL) {
  1141. ShmSysConfigAndInfo->SysInfo.ChargerType = _CHARGER_TYPE_UL;
  1142. DEBUG_INFO_MSG("UL model");
  1143. }
  1144. }
  1145. void InitialShareMemoryInfo()
  1146. {
  1147. FILE *fp;
  1148. char cmd[512];
  1149. char buf[512];
  1150. sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn, "Internet");
  1151. sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapId, " ");
  1152. sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapPwd, " ");
  1153. ShmSysConfigAndInfo->SysConfig.TotalConnectorCount = 0;
  1154. ShmSysConfigAndInfo->SysConfig.AcConnectorCount = 0;
  1155. ShmSysConfigAndInfo->SysInfo.FactoryConfiguration = 0;
  1156. ShmSysConfigAndInfo->SysInfo.InputVoltageR = 0;
  1157. ShmSysConfigAndInfo->SysInfo.InputVoltageS = 0;
  1158. ShmSysConfigAndInfo->SysInfo.InputVoltageT = 0;
  1159. ShmSysConfigAndInfo->SysInfo.SystemFanRotaSpeed = 0;
  1160. ShmSysConfigAndInfo->SysInfo.PsuFanRotaSpeed = 0;
  1161. ShmSysConfigAndInfo->SysInfo.AuxPower5V = 0;
  1162. ShmSysConfigAndInfo->SysInfo.AuxPower12V = 0;
  1163. ShmSysConfigAndInfo->SysInfo.AuxPower24V = 0;
  1164. ShmSysConfigAndInfo->SysInfo.AuxPower48V = 0;
  1165. sprintf((char *)ShmSysConfigAndInfo->SysInfo.CsuHwRev, "REV:5.0");
  1166. memcpy(ShmSysConfigAndInfo->SysInfo.CsuBootLoadFwRev, ShmSysConfigAndInfo->SysConfig.CsuBootLoadFwRev, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.CsuBootLoadFwRev));
  1167. sprintf(cmd, "/bin/uname -r");
  1168. fp = popen(cmd, "r");
  1169. if (fp == NULL) {
  1170. sprintf((char *)ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev, "Unknown version");
  1171. } else {
  1172. while (fgets(buf, sizeof(buf), fp) != NULL) {
  1173. strcpy((char *)ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev, buf);
  1174. }
  1175. }
  1176. // 雙槍 CCS + Chademo
  1177. GetFirmwareVersion();
  1178. //sprintf((char *) ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, fwVersion);
  1179. sprintf((char *) ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, " ");
  1180. sprintf((char *) ShmSysConfigAndInfo->SysInfo.LcmHwRev, " ");
  1181. sprintf((char *) ShmSysConfigAndInfo->SysInfo.LcmFwRev, " ");
  1182. sprintf((char *) ShmSysConfigAndInfo->SysInfo.PsuHwRev, " ");
  1183. sprintf((char *) ShmSysConfigAndInfo->SysInfo.PsuPrimFwRev, " ");
  1184. sprintf((char *) ShmSysConfigAndInfo->SysInfo.PsuSecFwRev, " ");
  1185. sprintf((char *) ShmSysConfigAndInfo->SysInfo.AuxPwrHwRev, " ");
  1186. sprintf((char *) ShmSysConfigAndInfo->SysInfo.AuxPwrFwRev, " ");
  1187. sprintf((char *) ShmSysConfigAndInfo->SysInfo.FanModuleHwRev, " ");
  1188. sprintf((char *) ShmSysConfigAndInfo->SysInfo.FanModuleFwRev, " ");
  1189. sprintf((char *) ShmSysConfigAndInfo->SysInfo.RelayModuleHwRev, " ");
  1190. sprintf((char *) ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev, " ");
  1191. sprintf((char *) ShmSysConfigAndInfo->SysInfo.TelcomModemFwRev, " ");
  1192. ShmSysConfigAndInfo->SysInfo.SystemAmbientTemp = 0;
  1193. ShmSysConfigAndInfo->SysInfo.SystemCriticalTemp = 0;
  1194. ShmSysConfigAndInfo->SysInfo.PsuAmbientTemp = 0;
  1195. ShmSysConfigAndInfo->SysInfo.CcsConnectorTemp = 0;
  1196. ShmSysConfigAndInfo->SysInfo.InternetConn = 0;
  1197. ShmSysConfigAndInfo->SysInfo.OcppConnStatus = 0;
  1198. ShmSysConfigAndInfo->SysInfo.OrderCharging = NO_DEFINE;
  1199. strcpy((char *) ShmSysConfigAndInfo->SysConfig.UserId, "");
  1200. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.RelayboardStestFail = NO;
  1201. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FanboardStestFail = NO;
  1202. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PrimaryStestFail = NO;
  1203. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoboardStestFail = NO;
  1204. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CCSboardStestFail = NO;
  1205. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.AcContactStestFail = NO;
  1206. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PsuModuleStestFail = NO;
  1207. memset(ShmSysConfigAndInfo->SysInfo.FanModuleFwRev, 0, ARRAY_SIZE(ShmSysConfigAndInfo->SysInfo.FanModuleFwRev));
  1208. memset(ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev, 0, ARRAY_SIZE(ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev));
  1209. ShmPrimaryMcuData->SelfTest_Comp = NO;
  1210. ShmRelayModuleData->SelfTest_Comp = NO;
  1211. ShmFanModuleData->SelfTest_Comp = NO;
  1212. ShmLedModuleData->SelfTest_Comp = NO;
  1213. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_SELECT_GUN;//_LCM_NONE; //Jerry add
  1214. ShmSysConfigAndInfo->SysInfo.MainChargingMode = _MAIN_CHARGING_MODE_MAX;
  1215. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
  1216. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = NO_DEFINE;
  1217. ShmFanModuleData->TestFanSpeed = 0;
  1218. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ModelNameNoneMatchStestFail = NO;
  1219. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PsuNoResource = NO;
  1220. char EvsePower[2];
  1221. EvsePower[2] = '\0';
  1222. unsigned short buf_pow = 0;
  1223. if (strlen((char *) ShmSysConfigAndInfo->SysConfig.ModelName) >= 6) {
  1224. strncpy(EvsePower, (char *)(ShmSysConfigAndInfo->SysConfig.ModelName + 4), 2);
  1225. if (strcmp(EvsePower, "15") == EQUAL) {
  1226. buf_pow = 150;
  1227. } else if (strcmp(EvsePower, "30") == EQUAL) {
  1228. buf_pow = 30;
  1229. } else if (strcmp(EvsePower, "60") == EQUAL) {
  1230. buf_pow = 60;
  1231. } else if (strcmp(EvsePower, "12") == EQUAL) {
  1232. buf_pow = 120;
  1233. } else if (strcmp(EvsePower, "18") == EQUAL) {
  1234. buf_pow = 180;
  1235. } else if (strcmp(EvsePower, "36") == EQUAL) {
  1236. buf_pow = 360;
  1237. }
  1238. ShmSysConfigAndInfo->SysConfig.RatingCurrent = (buf_pow / 30) * PSU_MIN_CUR;
  1239. if (ShmSysConfigAndInfo->SysConfig.MaxChargingPower == 0 ||
  1240. ShmSysConfigAndInfo->SysConfig.MaxChargingPower > buf_pow) {
  1241. ShmSysConfigAndInfo->SysConfig.MaxChargingPower = buf_pow;
  1242. }
  1243. }
  1244. ShmSysConfigAndInfo->SysConfig.SwitchDebugFlag = NO;
  1245. ShmSysConfigAndInfo->SysConfig.AlwaysGfdFlag = NO;
  1246. }
  1247. int Initialization()
  1248. {
  1249. // 初始化卡號驗證的 Flag
  1250. ClearAuthorizedFlag();
  1251. // 初始化插槍驗證的 Flag
  1252. ClearDetectPluginFlag();
  1253. // UART 2 for Rfid
  1254. rfidFd = InitialRfidPort();
  1255. int pinOut[2] = { 116, 115 };
  1256. for (byte count = 0; count < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; count++) {
  1257. chargingInfo[count]->RemoteStartFlag = NO;
  1258. if (chargingInfo[count]->Type == _Type_Chademo) {
  1259. gpio_set_value(pinOut[count], 0x00);
  1260. ShmCHAdeMOData->evse[chargingInfo[count]->type_index].SelfTest_Comp = NO;
  1261. } else if (chargingInfo[count]->Type == _Type_GB) {
  1262. gpio_set_value(pinOut[count], 0x00);
  1263. ShmGBTData->evse[chargingInfo[count]->type_index].SelfTest_Comp = NO;
  1264. } else if (chargingInfo[count]->Type == _Type_CCS_2) {
  1265. if (ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121) {
  1266. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  1267. gpio_set_value(pinOut[1], 0x01);
  1268. } else {
  1269. gpio_set_value(pinOut[count], 0x01);
  1270. }
  1271. ShmCcsData->V2GMessage_DIN70121[chargingInfo[count]->type_index].SelfTest_Comp = NO;
  1272. }
  1273. }
  1274. strcpy((char *)ShmOCPP16Data->StatusNotification[count].ErrorCode, "NoError");
  1275. }
  1276. for (byte count = 0; count < ShmSysConfigAndInfo->SysConfig.AcConnectorCount; count++) {
  1277. ac_chargingInfo[count]->RemoteStartFlag = NO;
  1278. if (ac_chargingInfo[count]->Type == _Type_AC) {
  1279. ac_chargingInfo[count]->SelfTest_Comp = NO;
  1280. strcpy((char *)ShmOCPP16Data->StatusNotification[count + ShmSysConfigAndInfo->SysConfig.TotalConnectorCount].ErrorCode, "NoError");
  1281. }
  1282. }
  1283. //PRINTF_FUNC("Initialization OK \n");
  1284. return PASS;
  1285. }
  1286. bool InitialSystemDefaultConfig()
  1287. {
  1288. bool result = true;
  1289. LoadSysConfigAndInfo(&ShmSysConfigAndInfo->SysConfig);
  1290. InitGPIO();
  1291. InitEthernet();
  1292. GetMacAddress();
  1293. // system("echo 1 > /sys/class/gpio/gpio110/value"); //reset PHY
  1294. // sleep(3);
  1295. // system("/sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 down");
  1296. // sleep(1);
  1297. // system("/sbin/ifconfig eth1 192.168.0.10 netmask 255.255.255.0 up");
  1298. return result;
  1299. }
  1300. void DisplaySelfTestFailReason()
  1301. {
  1302. // RB、FB、407、EV 小板中有些板子無回應
  1303. if (ShmRelayModuleData->SelfTest_Comp == NO)
  1304. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.RelayboardStestFail = YES; }
  1305. if (ShmFanModuleData->SelfTest_Comp == NO)
  1306. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FanboardStestFail = YES; }
  1307. if (ShmPrimaryMcuData->SelfTest_Comp == NO)
  1308. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PrimaryStestFail = YES; }
  1309. if (ShmLedModuleData->SelfTest_Comp == NO)
  1310. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.LedboardStestFail = YES; }
  1311. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  1312. if (chargingInfo[index]->Type == _Type_Chademo) {
  1313. if (ShmCHAdeMOData->evse[chargingInfo[index]->type_index].SelfTest_Comp == NO)
  1314. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoboardStestFail = YES; }
  1315. } else if (chargingInfo[index]->Type == _Type_GB) {
  1316. if (ShmGBTData->evse[chargingInfo[index]->type_index].SelfTest_Comp == NO)
  1317. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbtboardStestFail = YES; }
  1318. } else if (chargingInfo[index]->Type == _Type_CCS_2) {
  1319. if (ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121) {
  1320. if (ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].SelfTest_Comp == NO)
  1321. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CCSboardStestFail = YES; }
  1322. }
  1323. }
  1324. }
  1325. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.AcConnectorCount; index++) {
  1326. // 先借 GBT 顯示
  1327. if (ac_chargingInfo[index]->SelfTest_Comp == NO)
  1328. { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.AcConnectorStestFail = YES; }
  1329. }
  1330. if (ShmSysConfigAndInfo->SysInfo.AcContactorStatus == NO) {
  1331. #if !defined DD360 && !defined DD360Audi
  1332. // AC Contact 未搭上
  1333. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.AcContactStestFail = YES;
  1334. #endif //!defined DD360 && !defined DD360Audi
  1335. } else if (ShmPsuData->SystemAvailablePower <= 0 && ShmPsuData->SystemAvailableCurrent <= 0) {
  1336. // PSU 通訊問題
  1337. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PsuModuleStestFail = YES;
  1338. }
  1339. }
  1340. void SelfTestRun()
  1341. {
  1342. bool evInitFlag = false;
  1343. StartSystemTimeoutDet(Timeout_SelftestChk);
  1344. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_VERSION;
  1345. while (ShmSysConfigAndInfo->SysInfo.SelfTestSeq != _STEST_COMPLETE) {
  1346. ChkPrimaryStatus();
  1347. if (ShmSysConfigAndInfo->SysWarningInfo.Level == 2) {
  1348. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_FAIL;
  1349. return;
  1350. }
  1351. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount > 0) {
  1352. if (ShmPsuData->Work_Step == _NO_WORKING ||
  1353. ShmSysConfigAndInfo->SysInfo.SelfTestSeq == _STEST_FAIL) {
  1354. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_FAIL;
  1355. return;
  1356. }
  1357. switch (ShmSysConfigAndInfo->SysInfo.SelfTestSeq) {
  1358. case _STEST_VERSION: {
  1359. if ((strlen((char *)ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev) != 0 || ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev[0] != '\0')
  1360. && (ShmRelayModuleData->SelfTest_Comp != YES)
  1361. ) {
  1362. DEBUG_INFO_MSG("Relay Board FW Rev = %s", ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev);
  1363. ShmRelayModuleData->SelfTest_Comp = YES;
  1364. }
  1365. #ifndef NO_FAN_BOARD
  1366. if ((strlen((char *)ShmSysConfigAndInfo->SysInfo.FanModuleFwRev) != 0 || ShmSysConfigAndInfo->SysInfo.FanModuleFwRev[0] != '\0')
  1367. && (ShmFanModuleData->SelfTest_Comp != YES)
  1368. ) {
  1369. DEBUG_INFO_MSG("Fan Board FW Rev = %s", ShmSysConfigAndInfo->SysInfo.FanModuleFwRev);
  1370. ShmFanModuleData->SelfTest_Comp = YES;
  1371. }
  1372. #else
  1373. ShmFanModuleData->SelfTest_Comp = YES;
  1374. #endif
  1375. if ((strlen((char *)ShmPrimaryMcuData->version) != 0 || ShmPrimaryMcuData->version[0] != '\0')
  1376. && (ShmPrimaryMcuData->SelfTest_Comp != YES)
  1377. ) {
  1378. DEBUG_INFO_MSG("Primary FW Rev = %s", ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev);
  1379. ShmPrimaryMcuData->SelfTest_Comp = YES;
  1380. }
  1381. if ((strlen((char *)ShmSysConfigAndInfo->SysInfo.LedModuleFwRev) != 0 || ShmSysConfigAndInfo->SysInfo.LedModuleFwRev[0] != '\0')
  1382. && (ShmLedModuleData->SelfTest_Comp != YES)
  1383. ) {
  1384. DEBUG_INFO_MSG("LED Board FW Rev = %s", ShmSysConfigAndInfo->SysInfo.LedModuleFwRev);
  1385. ShmLedModuleData->SelfTest_Comp = YES;
  1386. }
  1387. // EV 小板
  1388. if (!evInitFlag) {
  1389. evInitFlag = YES;
  1390. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  1391. if (chargingInfo[index]->Type == _Type_Chademo) {
  1392. if ((strlen((char *)ShmCHAdeMOData->evse[chargingInfo[index]->type_index].version) != 0 || ShmCHAdeMOData->evse[chargingInfo[index]->type_index].version[0] != '\0')
  1393. && (ShmCHAdeMOData->evse[chargingInfo[index]->type_index].SelfTest_Comp != YES)
  1394. ) {
  1395. DEBUG_INFO_MSG("CHAdeMO[%d] FW Rev = %s", chargingInfo[index]->type_index, ShmCHAdeMOData->evse[chargingInfo[index]->type_index].version);
  1396. ShmCHAdeMOData->evse[chargingInfo[index]->type_index].SelfTest_Comp = YES;
  1397. } else {
  1398. //PRINTF_FUNC("chademo fw lose...... %s \n", ShmCHAdeMOData->evse[chargingInfo[index]->type_index].version);
  1399. evInitFlag = NO;
  1400. }
  1401. } else if (chargingInfo[index]->Type == _Type_GB) {
  1402. if ((strlen((char *)ShmGBTData->evse[chargingInfo[index]->type_index].version) != 0 || ShmGBTData->evse[chargingInfo[index]->type_index].version[0] != '\0')
  1403. && (ShmGBTData->evse[chargingInfo[index]->type_index].SelfTest_Comp != YES)
  1404. ) {
  1405. DEBUG_INFO_MSG("GBT[%d] FW Rev = %s", chargingInfo[index]->type_index, ShmGBTData->evse[chargingInfo[index]->type_index].version);
  1406. ShmGBTData->evse[chargingInfo[index]->type_index].SelfTest_Comp = YES;
  1407. } else {
  1408. //PRINTF_FUNC("GBT fw lose...... %s \n", ShmCHAdeMOData->evse[chargingInfo[index]->type_index].version);
  1409. evInitFlag = NO;
  1410. }
  1411. } else if (chargingInfo[index]->Type == _Type_CCS_2) {
  1412. if (ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121) {
  1413. if ((strlen((char *)ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].version) != 0 || ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].version[0] != '\0')
  1414. /*&&(ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].SelfTest_Comp != YES)*/
  1415. ) {
  1416. DEBUG_INFO_MSG("CCS[%d] FW Rev = %s", chargingInfo[index]->type_index, ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].version);
  1417. ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].SelfTest_Comp = YES;
  1418. } else {
  1419. //PRINTF_FUNC("ccs fw lose...... %s \n", ShmCcsData->V2GMessage_DIN70121[chargingInfo[index]->type_index].version);
  1420. evInitFlag = NO;
  1421. }
  1422. }
  1423. }
  1424. }
  1425. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.AcConnectorCount; index++) {
  1426. if (ac_chargingInfo[index]->Type == _Type_AC) {
  1427. if ((strlen((char *)ac_chargingInfo[index]->version) != 0 || ac_chargingInfo[index]->version[0] != '\0')
  1428. && (ac_chargingInfo[index]->SelfTest_Comp != YES)
  1429. ) {
  1430. DEBUG_INFO_MSG("AC connector[%d] FW Rev = %s", index, ac_chargingInfo[index]->version);
  1431. ac_chargingInfo[index]->SelfTest_Comp = YES;
  1432. } else {
  1433. evInitFlag = NO;
  1434. }
  1435. }
  1436. }
  1437. }
  1438. if ( ShmFanModuleData->SelfTest_Comp &&
  1439. ShmRelayModuleData->SelfTest_Comp &&
  1440. ShmPrimaryMcuData->SelfTest_Comp &&
  1441. ShmLedModuleData->SelfTest_Comp &&
  1442. evInitFlag
  1443. ) {
  1444. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_AC_CONTACTOR;
  1445. }
  1446. }
  1447. break;
  1448. case _STEST_AC_CONTACTOR: {
  1449. //ShmPsuData->Work_Step = _TEST_COMPLETE;
  1450. // 因為 30KW 以下沒有 Relay feedback 功能,所以暫時先直接跳過
  1451. #if !defined DD360 && !defined DD360Audi
  1452. if (ShmSysConfigAndInfo->SysInfo.AcContactorStatus == YES) {
  1453. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_PSU_DETECT;
  1454. DEBUG_INFO_MSG("AC contactor self test OK");
  1455. }
  1456. #else
  1457. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_PSU_DETECT;
  1458. DEBUG_INFO_MSG("Waiting for DO communication");
  1459. #endif //!defined DD360 && !defined DD360Audi
  1460. }
  1461. break;
  1462. case _STEST_PSU_DETECT: {
  1463. /*if (ShmPsuData->Work_Step >= GET_SYS_CAP)
  1464. {
  1465. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_PSU_CAP;
  1466. }*/
  1467. /*+++ 20200908, vern, check ethernet connection between DD and DO +++*/
  1468. //if connection is establish
  1469. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_PSU_CAP;
  1470. }
  1471. break;
  1472. case _STEST_PSU_CAP: {
  1473. // 此測試是要確認當前總輸出能力
  1474. // 如果沒有 PSU 模組請 bypass
  1475. /*if (ShmPsuData->Work_Step == BOOTING_COMPLETE)
  1476. {
  1477. sleep(1);
  1478. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_COMPLETE;
  1479. ShmSysConfigAndInfo->SysInfo.BootingStatus = BOOT_COMPLETE;
  1480. }*/
  1481. //check the power limit from DO
  1482. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_COMPLETE;
  1483. ShmSysConfigAndInfo->SysInfo.BootingStatus = BOOT_COMPLETE;
  1484. DEBUG_INFO_MSG("Successful Self Test");
  1485. }
  1486. break;
  1487. }
  1488. } else {
  1489. break;
  1490. }
  1491. usleep(100000);
  1492. }
  1493. }
  1494. int SpawnTask()
  1495. {
  1496. sleep(2);
  1497. system("/root/Module_EventLogging &");
  1498. system("/root/Module_PrimaryComm &");
  1499. system("/root/Module_EvComm &");
  1500. system("/root/Module_LcmControl &");
  1501. system("/root/Module_InternalComm &");
  1502. /*system("/root/Module_PsuComm &");*//*+++ 20200908, vern, disable it for DD360 ---*/
  1503. system("/root/Module_ProduceUtils &");
  1504. system("/root/DoComm &");/*+++ 20200908, vern, Add DO communication task ---*/
  1505. /*+++ 20200908, vern, disable it for DD360 +++*/
  1506. #if 0
  1507. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.OcppServerURL, "") != EQUAL &&
  1508. strcmp((char *)ShmSysConfigAndInfo->SysConfig.ChargeBoxId, "") != EQUAL) {
  1509. system("/root/OcppBackend &");
  1510. }
  1511. if (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') {
  1512. system("/root/Module_4g &");
  1513. }
  1514. if (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') {
  1515. system("/root/Module_Wifi &");
  1516. }
  1517. if (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D') {
  1518. system("/root/Module_4g &");
  1519. system("/root/Module_Wifi &");
  1520. }
  1521. #endif
  1522. /*--- 20200908, vern, disable it for DD360 ---*/
  1523. return PASS;
  1524. }
  1525. int StoreUsrConfigData(struct SysConfigData *UsrData)
  1526. {
  1527. int result = PASS;
  1528. int fd, wrd;
  1529. unsigned int i, Chk;
  1530. unsigned char *ptr, *BufTmp;
  1531. Chk = 0;
  1532. ptr = (unsigned char *)UsrData;
  1533. if ((BufTmp = malloc(MtdBlockSize)) != NULL) {
  1534. memset(BufTmp, 0, MtdBlockSize);
  1535. memcpy(BufTmp, ptr, sizeof(struct SysConfigData));
  1536. for (i = 0; i < MtdBlockSize - 4; i++) {
  1537. Chk += *(ptr + i);
  1538. }
  1539. memcpy(BufTmp + MtdBlockSize - 4, &Chk, 4);
  1540. fd = open("/dev/mtdblock10", O_RDWR);
  1541. if (fd > 0) {
  1542. wrd = write(fd, BufTmp, MtdBlockSize);
  1543. close(fd);
  1544. if (wrd >= MtdBlockSize) {
  1545. fd = open("/dev/mtdblock11", O_RDWR);
  1546. if (fd > 0) {
  1547. wrd = write(fd, BufTmp, MtdBlockSize);
  1548. close(fd);
  1549. if (wrd < MtdBlockSize) {
  1550. DEBUG_ERROR_MSG("write /dev/mtdblock11(backup) NG\r\n");
  1551. result = FAIL;
  1552. }
  1553. } else {
  1554. DEBUG_ERROR_MSG("open /dev/mtdblock11(backup) NG\r\n");
  1555. result = FAIL;
  1556. }
  1557. } else {
  1558. DEBUG_ERROR_MSG("write /dev/mtdblock10 NG\r\n");
  1559. result = FAIL;
  1560. }
  1561. } else {
  1562. DEBUG_ERROR_MSG("open /dev/mtdblock10 NG\r\n");
  1563. result = FAIL;
  1564. }
  1565. } else {
  1566. DEBUG_ERROR_MSG("alloc BlockSize NG\r\n");
  1567. result = FAIL;
  1568. }
  1569. if (BufTmp != NULL) {
  1570. free(BufTmp);
  1571. }
  1572. return result;
  1573. }
  1574. //===============================================
  1575. // Common Detect Chk - Stop Charging ?
  1576. //===============================================
  1577. bool isEvBoardStopChargeFlag(byte gunIndex)
  1578. {
  1579. return chargingInfo[gunIndex]->StopChargeFlag;
  1580. }
  1581. //===============================================
  1582. // 掃描插槍狀況
  1583. //===============================================
  1584. void ClearDetectPluginFlag()
  1585. {
  1586. ShmSysConfigAndInfo->SysInfo.WaitForPlugit = NO;
  1587. }
  1588. void DetectPluginStart()
  1589. {
  1590. ShmSysConfigAndInfo->SysInfo.WaitForPlugit = YES;
  1591. }
  1592. bool isDetectPlugin()
  1593. {
  1594. if (ShmSysConfigAndInfo->SysInfo.WaitForPlugit == YES) {
  1595. return YES;
  1596. }
  1597. return NO;
  1598. }
  1599. //===============================================
  1600. // Common Detect Chk - Chademo
  1601. //===============================================
  1602. bool isEvGunLocked_chademo(byte gunIndex)
  1603. {
  1604. return (DetectBitValue(chargingInfo[gunIndex]->GunLocked , 0) == 0) ? NO : YES;
  1605. }
  1606. bool isEvContactorWelding_chademo(byte gunIndex)
  1607. {
  1608. return DetectBitValue(ShmCHAdeMOData->ev[chargingInfo[gunIndex]->type_index].EvDetection, 3);
  1609. }
  1610. bool isEvStopReq_chademo(byte gunIndex)
  1611. {
  1612. return DetectBitValue(ShmCHAdeMOData->ev[chargingInfo[gunIndex]->type_index].EvDetection, 4);
  1613. }
  1614. bool isEvStopCharging_chademo(byte gunIndex)
  1615. {
  1616. if (isEvGunLocked_chademo(gunIndex) == NO) {
  1617. // 無鎖槍 = 停止
  1618. PRINTF_FUNC("gun locked none (%d) \n", gunIndex);
  1619. return YES;
  1620. }
  1621. return NO;
  1622. }
  1623. byte isPrechargeStatus_chademo(byte gunIndex)
  1624. {
  1625. byte result = 0x00;
  1626. result = ShmCHAdeMOData->ev[chargingInfo[gunIndex]->type_index].PresentMsgFlowStatus;
  1627. return result;
  1628. }
  1629. //===============================================
  1630. // Common Detect Chk - GB
  1631. //===============================================
  1632. bool isEvGunLocked_gb(byte gunIndex)
  1633. {
  1634. return (DetectBitValue(chargingInfo[gunIndex]->GunLocked , 0) == 0) ? NO : YES;
  1635. }
  1636. bool isEvStopCharging_gb(byte gunIndex)
  1637. {
  1638. if (isEvGunLocked_gb(gunIndex) == NO) {
  1639. // 無鎖槍 = 停止
  1640. PRINTF_FUNC("gun locked none. \n");
  1641. return YES;
  1642. }
  1643. return NO;
  1644. }
  1645. byte isPrechargeStatus_gb(byte gunIndex)
  1646. {
  1647. byte result = 0x00;
  1648. result = ShmGBTData->ev[chargingInfo[gunIndex]->type_index].PresentMsgFlowStatus;
  1649. return result;
  1650. }
  1651. //===============================================
  1652. // Common Detect Chk - CCS
  1653. //===============================================
  1654. bool isEvGunLocked_ccs(byte gunIndex)
  1655. {
  1656. return (DetectBitValue(chargingInfo[gunIndex]->GunLocked , 0) == 0) ? NO : YES;
  1657. }
  1658. byte isPrechargeStatus_ccs(byte gunIndex)
  1659. {
  1660. byte result = 0x00;
  1661. if (ShmCcsData->CommProtocol == _CCS_COMM_V2GMessage_DIN70121) {
  1662. result = ShmCcsData->V2GMessage_DIN70121[chargingInfo[gunIndex]->type_index].PresentMsgFlowStatus;
  1663. }
  1664. return result;
  1665. }
  1666. bool isEvStopCharging_ccs(byte gunIndex)
  1667. {
  1668. if (isEvGunLocked_ccs(gunIndex) == NO) {
  1669. // 無鎖槍 = 停止
  1670. PRINTF_FUNC("gun locked none. \n");
  1671. return YES;
  1672. }
  1673. return NO;
  1674. }
  1675. //===============================================
  1676. // Callback
  1677. //===============================================
  1678. void DisplayChargingInfo()
  1679. {
  1680. PRINTF_FUNC("*********** DisplayChargingInfo *********** \n");
  1681. for (byte i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++) {
  1682. if (chargingInfo[i]->SystemStatus != S_IDLE &&
  1683. chargingInfo[i]->SystemStatus != S_RESERVATION) {
  1684. ChangeGunSelectByIndex(i);
  1685. return;
  1686. }
  1687. }
  1688. if (ShmSysConfigAndInfo->SysConfig.AcConnectorCount > 0 &&
  1689. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == NO_DEFINE &&
  1690. ac_chargingInfo[0]->SystemStatus >= S_PREPARNING && ac_chargingInfo[0]->SystemStatus <= S_COMPLETE) {
  1691. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = DEFAULT_AC_INDEX;
  1692. }
  1693. usleep(50000);
  1694. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_SELECT_GUN;//_LCM_NONE; //Jerry add
  1695. }
  1696. void _AutoReturnTimeout()
  1697. {
  1698. PRINTF_FUNC("*********** _AutoReturnTimeout %d*********** \n", ShmSysConfigAndInfo->SysInfo.PageIndex);
  1699. if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_WAIT_FOR_PLUG) {
  1700. ClearDetectPluginFlag();
  1701. } else if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_AUTHORIZ_COMP) {
  1702. DetectPluginStart();
  1703. }
  1704. usleep(50000);
  1705. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_SELECT_GUN;//_LCM_NONE; //Jerry add
  1706. }
  1707. void _SelfTestTimeout()
  1708. {
  1709. if (ShmSysConfigAndInfo->SysInfo.BootingStatus != BOOT_COMPLETE) {
  1710. for (byte gun_index = 0; gun_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun_index++) {
  1711. setChargerMode(gun_index, MODE_ALARM);
  1712. }
  1713. }
  1714. ShmPsuData->Work_Step = _NO_WORKING;
  1715. ShmSysConfigAndInfo->SysInfo.SelfTestSeq = _STEST_FAIL;
  1716. PRINTF_FUNC("Self test timeout. \n");
  1717. }
  1718. void _AuthorizedTimeout()
  1719. {
  1720. if (IsAuthorizingMode()) {
  1721. PRINTF_FUNC("*********** _AuthorizedTimeout *********** \n");
  1722. isCardScan = false;
  1723. gAudiCustInfo->PricesInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected].Balance = 0.0; //Jerry add
  1724. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_AUTHORIZ_FAIL;
  1725. //ChangeLcmByIndex(_LCM_AUTHORIZ_FAIL);
  1726. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  1727. ClearAuthorizedFlag();
  1728. }
  1729. }
  1730. void _DetectPlugInTimeout()
  1731. {
  1732. PRINTF_FUNC("*********** _DetectPlugInTimeout *********** \n");
  1733. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  1734. ClearDetectPluginFlag();
  1735. //usleep(50000);
  1736. sleep(1); //Jerry add
  1737. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_SELECT_GUN;//_LCM_NONE; //Jerry add
  1738. }
  1739. void _DetectEvChargingEnableTimeout(byte gunIndex)
  1740. {
  1741. if (chargingInfo[gunIndex]->Type == _Type_Chademo) {
  1742. if (!isEvGunLocked_chademo(gunIndex)) {
  1743. PRINTF_FUNC("*********** _DetectEvChargingEnableTimeout (chademo) ***********\n");
  1744. }
  1745. } else if (chargingInfo[gunIndex]->Type == _Type_GB) {
  1746. if (!isEvGunLocked_ccs(gunIndex)) {
  1747. PRINTF_FUNC("*********** _DetectEvChargingEnableTimeout (gb) ***********\n");
  1748. }
  1749. } else if (chargingInfo[gunIndex]->Type == _Type_CCS_2) {
  1750. if (!isEvGunLocked_ccs(gunIndex)) {
  1751. PRINTF_FUNC("*********** _DetectEvChargingEnableTimeout (ccs) ***********\n");
  1752. }
  1753. }
  1754. ChargingTerminalProcess(gunIndex);
  1755. _AutoReturnTimeout();
  1756. }
  1757. void _DetectEvseChargingEnableTimeout(byte gunIndex)
  1758. {
  1759. PRINTF_FUNC("*********** _DetectEvseChargingEnableTimeout (GFD timeout) ***********\n");
  1760. //if (chargingInfo[gunIndex]->GroundFaultStatus != GFD_PASS)
  1761. {
  1762. setChargerMode(gunIndex, MODE_IDLE);
  1763. _AutoReturnTimeout();
  1764. }
  1765. }
  1766. void _PrepareTimeout(byte gunIndex)
  1767. {
  1768. PRINTF_FUNC("*********** _PrepareTimeout ***********\n");
  1769. setChargerMode(gunIndex, MODE_IDLE);
  1770. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PsuNoResource = YES;
  1771. _AutoReturnTimeout();
  1772. }
  1773. void _CcsPrechargeTimeout(byte gunIndex)
  1774. {
  1775. PRINTF_FUNC("*********** _CcsPrechargeTimeout ***********\n");
  1776. setChargerMode(gunIndex, MODE_IDLE);
  1777. }
  1778. //===============================================
  1779. // 取得卡號與卡號驗證
  1780. //===============================================
  1781. bool canStartCharging()
  1782. {
  1783. char buf2[16] = "";
  1784. memset(buf2, 0, ARRAY_SIZE(buf2));
  1785. for (byte index = 0; index < strlen((char *)ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status); index++) {
  1786. sprintf(buf2 + (index - 1) * 2, "%02X", ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status[index]);
  1787. }
  1788. sprintf(buf2, "%s", ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status);
  1789. // 因為無法得知實際的長度,所以只能用搜尋的方式
  1790. if (strcmp(buf2, "Accepted") == EQUAL) {
  1791. return true;
  1792. } else {
  1793. }
  1794. return false;
  1795. }
  1796. void AuthorizingStart()
  1797. {
  1798. ShmOCPP16Data->SpMsg.bits.AuthorizeReq = YES;
  1799. ShmSysConfigAndInfo->SysInfo.AuthorizeFlag = YES;
  1800. }
  1801. void ClearAuthorizedFlag()
  1802. {
  1803. ShmOCPP16Data->SpMsg.bits.AuthorizeConf = NO;
  1804. ShmSysConfigAndInfo->SysInfo.AuthorizeFlag = NO;
  1805. }
  1806. bool isAuthorizedComplete()
  1807. {
  1808. if (ShmSysConfigAndInfo->SysInfo.AuthorizeFlag == YES) {
  1809. return false;
  1810. }
  1811. return true;
  1812. }
  1813. bool IsAuthorizingMode()
  1814. {
  1815. if (ShmSysConfigAndInfo->SysInfo.AuthorizeFlag == NO) {
  1816. return false;
  1817. }
  1818. return true;
  1819. }
  1820. //===============================================
  1821. // 紀錄 Alarm Code
  1822. //===============================================
  1823. void RecordAlarmCode(byte gunIndex, char *code)
  1824. {
  1825. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, code, 6);
  1826. if (strcmp(code, "012234") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGfdTrip = YES; }
  1827. if (strcmp(code, "012235") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGfdTrip = YES; }
  1828. if (strcmp(code, "012236") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGfdTrip = YES; }
  1829. if (strcmp(code, "012288") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsOutputUVPFail = YES; }
  1830. if (strcmp(code, "012289") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoOutputUVPFail = YES; }
  1831. if (strcmp(code, "012290") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbtOutputUVPFail = YES; }
  1832. }
  1833. void RecordWarningCode(byte gunIndex, char *code)
  1834. {
  1835. memcpy(chargingInfo[gunIndex]->ConnectorWarningCode, code, 6);
  1836. if (strcmp(code, "012296") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGroundWarning = YES; }
  1837. if (strcmp(code, "012297") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGroundfaultWarning = YES; }
  1838. if (strcmp(code, "012298") == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGroundfaultWarning = YES; }
  1839. }
  1840. void ReleaseAlarmCode(byte gunIndex)
  1841. {
  1842. bool isCleanCheck = false;
  1843. char code[7];
  1844. if (chargingInfo[gunIndex]->Type == _Type_Chademo) {
  1845. if (strncmp((char *)chargingInfo[gunIndex]->ConnectorAlarmCode, "012234", 6) == EQUAL &&
  1846. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGfdTrip == YES) {
  1847. memcpy(code, "012234", 6);
  1848. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, "", 6);
  1849. isCleanCheck = true;
  1850. } else if (strncmp((char *)chargingInfo[gunIndex]->ConnectorAlarmCode, "012289", 6) == EQUAL &&
  1851. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoOutputUVPFail == YES) {
  1852. memcpy(code, "012289", 6);
  1853. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, "", 6);
  1854. isCleanCheck = true;
  1855. } else if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGroundWarning == YES) {
  1856. ReleaseWarningCodeByString(gunIndex, "012296");
  1857. }
  1858. } else if (chargingInfo[gunIndex]->Type == _Type_GB) {
  1859. if (strncmp((char *)chargingInfo[gunIndex]->ConnectorAlarmCode, "012236", 6) == EQUAL &&
  1860. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGfdTrip == YES) {
  1861. memcpy(code, "012236", 6);
  1862. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, "", 6);
  1863. isCleanCheck = true;
  1864. } else if (strncmp((char *)chargingInfo[gunIndex]->ConnectorAlarmCode, "012290", 6) == EQUAL &&
  1865. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbtOutputUVPFail == YES) {
  1866. memcpy(code, "012290", 6);
  1867. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, "", 6);
  1868. isCleanCheck = true;
  1869. } else if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGroundfaultWarning == YES) {
  1870. ReleaseWarningCodeByString(gunIndex, "012298");
  1871. }
  1872. } else if (chargingInfo[gunIndex]->Type == _Type_CCS_2) {
  1873. if (strncmp((char *)chargingInfo[gunIndex]->ConnectorAlarmCode, "012235", 6) == EQUAL &&
  1874. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGfdTrip == YES) {
  1875. memcpy(code, "012235", 6);
  1876. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, "", 6);
  1877. isCleanCheck = true;
  1878. } else if (strncmp((char *)chargingInfo[gunIndex]->ConnectorAlarmCode, "012288", 6) == EQUAL &&
  1879. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsOutputUVPFail == YES) {
  1880. memcpy(code, "012288", 6);
  1881. memcpy(chargingInfo[gunIndex]->ConnectorAlarmCode, "", 6);
  1882. isCleanCheck = true;
  1883. } else if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGroundfaultWarning == YES) {
  1884. ReleaseWarningCodeByString(gunIndex, "012297");
  1885. }
  1886. }
  1887. if (isCleanCheck) {
  1888. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  1889. if (index != gunIndex || ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  1890. if (strncmp((char *)chargingInfo[index]->ConnectorAlarmCode, code, 6) != EQUAL) {
  1891. if (strncmp(code, "012234", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGfdTrip = NO; }
  1892. if (strncmp(code, "012289", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoOutputUVPFail = NO; }
  1893. if (strncmp(code, "012236", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGfdTrip = NO; }
  1894. if (strncmp(code, "012290", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbtOutputUVPFail = NO; }
  1895. if (strncmp(code, "012235", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGfdTrip = NO; }
  1896. if (strncmp(code, "012288", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsOutputUVPFail = NO; }
  1897. }
  1898. }
  1899. }
  1900. }
  1901. }
  1902. void ReleaseWarningCodeByString(byte gunIndex, char *code)
  1903. {
  1904. bool isCleanCheck = false;
  1905. if (strncmp((char *)chargingInfo[gunIndex]->ConnectorWarningCode, code, 6) == EQUAL &&
  1906. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGroundWarning == YES) {
  1907. memcpy(chargingInfo[gunIndex]->ConnectorWarningCode, "", 6);
  1908. isCleanCheck = true;
  1909. } else if (strncmp((char *)chargingInfo[gunIndex]->ConnectorWarningCode, code, 6) == EQUAL &&
  1910. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGroundfaultWarning == YES) {
  1911. memcpy(chargingInfo[gunIndex]->ConnectorWarningCode, "", 6);
  1912. isCleanCheck = true;
  1913. } else if (strncmp((char *)chargingInfo[gunIndex]->ConnectorWarningCode, code, 6) == EQUAL &&
  1914. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGroundfaultWarning == YES) {
  1915. memcpy(chargingInfo[gunIndex]->ConnectorWarningCode, "", 6);
  1916. isCleanCheck = true;
  1917. }
  1918. if (isCleanCheck) {
  1919. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  1920. if (index != gunIndex || ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  1921. if (strncmp((char *)chargingInfo[index]->ConnectorWarningCode, code, 6) != EQUAL) {
  1922. if (strncmp(code, "012296", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGroundWarning = NO; }
  1923. if (strncmp(code, "012297", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGroundfaultWarning = NO; }
  1924. if (strncmp(code, "012298", 6) == EQUAL) { ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGroundfaultWarning = NO; }
  1925. }
  1926. }
  1927. }
  1928. }
  1929. }
  1930. //===============================================
  1931. // EmergencyStop and Charging Stop
  1932. //===============================================
  1933. void ChargingTerminalProcess(byte gunIndex)
  1934. {
  1935. setChargerMode(gunIndex, MODE_TERMINATING);
  1936. }
  1937. void AcChargingTerminalProcess()
  1938. {
  1939. ac_chargingInfo[0]->SystemStatus = MODE_TERMINATING;
  1940. }
  1941. void StopChargingProcessByString(byte level)
  1942. {
  1943. if (level > ShmSysConfigAndInfo->SysWarningInfo.Level) {
  1944. ShmSysConfigAndInfo->SysWarningInfo.Level = level;
  1945. }
  1946. }
  1947. void ReleaseChargingProcessByString(byte level)
  1948. {
  1949. if (level >= ShmSysConfigAndInfo->SysWarningInfo.Level) {
  1950. ShmSysConfigAndInfo->SysWarningInfo.Level = 0;
  1951. }
  1952. }
  1953. // 一般錯誤停止充電處理函式
  1954. void BoardErrOccurByString(byte index, char *code)
  1955. {
  1956. byte level = 1;
  1957. if ((chargingInfo[index]->SystemStatus > S_IDLE && chargingInfo[index]->SystemStatus < S_TERMINATING) ||
  1958. (chargingInfo[index]->SystemStatus >= S_CCS_PRECHARGE_ST0 && chargingInfo[index]->SystemStatus <= S_CCS_PRECHARGE_ST1)) {
  1959. if (strncmp(code, "023730", 6) == EQUAL && ShmStatusCodeData->InfoCode.InfoEvents.bits.ChademoChargerGetEmergencyStop == NO) {
  1960. ShmStatusCodeData->InfoCode.InfoEvents.bits.ChademoChargerGetEmergencyStop = YES;
  1961. }
  1962. ChargingTerminalProcess(index);
  1963. }
  1964. StopChargingProcessByString(level);
  1965. }
  1966. // 急停狀況的停止充電處理函式
  1967. void EmcOccureByString(char *code)
  1968. {
  1969. byte level = 2;
  1970. // 嚴重的急停有以下幾種 : EMC 按鈕、Mainbreak、Dooropen
  1971. // 其錯誤等級為 2
  1972. if (strncmp(code, "012251", 6) == EQUAL || strncmp(code, "012252", 6) == EQUAL || strncmp(code, "012238", 6) == EQUAL ||
  1973. strncmp(code, "042251", 6) == EQUAL || strncmp(code, "042252", 6) == EQUAL || strncmp(code, "012304", 6) == EQUAL ||
  1974. strncmp(code, "042200", 6) == EQUAL || strncmp(code, "042201", 6) == EQUAL || strncmp(code, "042202", 6) == EQUAL) {
  1975. for (byte gun = 0; gun < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun++) {
  1976. if ((chargingInfo[gun]->SystemStatus > S_IDLE && chargingInfo[gun]->SystemStatus < S_TERMINATING) ||
  1977. (chargingInfo[gun]->SystemStatus >= S_CCS_PRECHARGE_ST0 && chargingInfo[gun]->SystemStatus <= S_CCS_PRECHARGE_ST1)) {
  1978. ChargingTerminalProcess(gun);
  1979. }
  1980. }
  1981. StopChargingProcessByString(level);
  1982. InformOcppErrOccur(4);
  1983. }
  1984. }
  1985. void ReleaseBoardErrOccurByString(byte index, char *code)
  1986. {
  1987. bool isTrigger = false;
  1988. byte level = 1;
  1989. if (strncmp(code, "023730", 6) == 0 && ShmStatusCodeData->InfoCode.InfoEvents.bits.ChademoChargerGetEmergencyStop == YES) {
  1990. isTrigger = true;
  1991. ShmStatusCodeData->InfoCode.InfoEvents.bits.ChademoChargerGetEmergencyStop = NO;
  1992. }
  1993. if (isTrigger) {
  1994. ReleaseChargingProcessByString(level);
  1995. }
  1996. }
  1997. void ReleaseEmsOccureByString(byte index, char *code)
  1998. {
  1999. bool isTrigger = false;
  2000. byte level = 2;
  2001. if (strncmp(code, "042251", 6) == 0 ) {
  2002. isTrigger = true;
  2003. } else if (strncmp(code, "012251", 6) == 0 && ShmStatusCodeData->AlarmCode.AlarmEvents.bits.EmergencyStopTrip == YES) {
  2004. isTrigger = true;
  2005. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.EmergencyStopTrip = NO;
  2006. } else if (strncmp(code, "012252", 6) == 0 && ShmStatusCodeData->AlarmCode.AlarmEvents.bits.DoorOpen == YES) {
  2007. isTrigger = true;
  2008. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.DoorOpen = NO;
  2009. } else if (strncmp(code, "012237", 6) == 0 && ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SpdTrip == YES) {
  2010. isTrigger = true;
  2011. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SpdTrip = NO;
  2012. } else if (strncmp(code, "012238", 6) == 0 && ShmStatusCodeData->AlarmCode.AlarmEvents.bits.MainPowerBreakerTrip == YES) {
  2013. isTrigger = true;
  2014. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.MainPowerBreakerTrip = NO;
  2015. }
  2016. if (isTrigger) {
  2017. ReleaseChargingProcessByString(level);
  2018. InformOcppErrOccur(6);
  2019. }
  2020. }
  2021. //===============================================
  2022. // 確認硬體 (按鈕) 狀態
  2023. //===============================================
  2024. bool leftBtnPush = false;
  2025. bool rightBtnPush = false;
  2026. void ChkPrimaryStatus()
  2027. {
  2028. unsigned char Rtn;
  2029. if (ShmSysConfigAndInfo->SysWarningInfo.WarningCount > 0) {
  2030. Rtn = 0;
  2031. for (unsigned char i = 0; i < ShmSysConfigAndInfo->SysWarningInfo.WarningCount; i++) {
  2032. if (memcmp(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[i][0], "042251", 6) == 0) {
  2033. EmcOccureByString("042251");
  2034. Rtn = 1;
  2035. } else if (memcmp(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[i][0], "042252", 6) == 0) {
  2036. EmcOccureByString("042252");
  2037. Rtn = 1;
  2038. } else if (memcmp(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[i][0], "042200", 6) == 0) {
  2039. EmcOccureByString("042200");
  2040. Rtn = 1;
  2041. } else if (memcmp(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[i][0], "042201", 6) == 0) {
  2042. EmcOccureByString("042201");
  2043. Rtn = 1;
  2044. } else if (memcmp(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[i][0], "042202", 6) == 0) {
  2045. EmcOccureByString("042202");
  2046. Rtn = 1;
  2047. } else if (memcmp(&ShmSysConfigAndInfo->SysWarningInfo.WarningCode[i][0], "012304", 6) == 0) {
  2048. EmcOccureByString("012304");
  2049. Rtn = 1;
  2050. }
  2051. }
  2052. if (Rtn == 0) {
  2053. ReleaseEmsOccureByString(0, "042251");
  2054. ReleaseEmsOccureByString(0, "042252");
  2055. ReleaseEmsOccureByString(0, "042200");
  2056. ReleaseEmsOccureByString(0, "042201");
  2057. ReleaseEmsOccureByString(0, "042202");
  2058. ReleaseEmsOccureByString(0, "012304");
  2059. }
  2060. } else {
  2061. ReleaseEmsOccureByString(0, "042251");
  2062. ReleaseEmsOccureByString(0, "042252");
  2063. ReleaseEmsOccureByString(0, "042200");
  2064. ReleaseEmsOccureByString(0, "042201");
  2065. ReleaseEmsOccureByString(0, "042202");
  2066. ReleaseEmsOccureByString(0, "012304");
  2067. }
  2068. if (ShmPrimaryMcuData->InputDet.bits.EmergencyButton == ABNORMAL) {
  2069. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.EmergencyStopTrip = YES;
  2070. EmcOccureByString("012251");
  2071. } else {
  2072. ReleaseEmsOccureByString(0, "012251");
  2073. }
  2074. if (ShmPrimaryMcuData->InputDet.bits.AcMainBreakerDetec == ABNORMAL) {
  2075. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.MainPowerBreakerTrip = YES;
  2076. EmcOccureByString("012238");
  2077. } else {
  2078. ReleaseEmsOccureByString(0, "012238");
  2079. }
  2080. if (ShmPrimaryMcuData->InputDet.bits.SpdDetec == ABNORMAL) {
  2081. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SpdTrip = YES;
  2082. } else {
  2083. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SpdTrip = NO;
  2084. }
  2085. if (ShmPrimaryMcuData->InputDet.bits.DoorOpen == ABNORMAL) {
  2086. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.DoorOpen = YES;
  2087. EmcOccureByString("012252");
  2088. } else {
  2089. ReleaseEmsOccureByString(0, "012252");
  2090. }
  2091. if (ShmPrimaryMcuData->InputDet.bits.Button1 == BTN_PRESS &&
  2092. !leftBtnPush &&
  2093. getCurLcmPage() != _LCM_AUTHORIZING &&
  2094. getCurLcmPage() != _LCM_AUTHORIZ_COMP &&
  2095. getCurLcmPage() != _LCM_AUTHORIZ_FAIL //&&
  2096. //getCurLcmPage() != _LCM_PRE_CHARGE
  2097. //getCurLcmPage() != _LCM_WAIT_FOR_PLUG
  2098. ) {
  2099. if (!leftBtnPush) {
  2100. leftBtnPush = true;
  2101. PRINTF_FUNC("left btn down...............................%x\n",
  2102. chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus);
  2103. if (ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc != NO_DEFINE) {
  2104. switch (ac_chargingInfo[0]->SystemStatus) {
  2105. case S_IDLE: {
  2106. if (isDetectPlugin()) {
  2107. _DetectPlugInTimeout();
  2108. StopSystemTimeoutDet();
  2109. }
  2110. }
  2111. break;
  2112. case S_REASSIGN_CHECK:
  2113. case S_REASSIGN:
  2114. case S_PREPARNING:
  2115. case S_PREPARING_FOR_EV:
  2116. case S_PREPARING_FOR_EVSE:
  2117. case S_CCS_PRECHARGE_ST0:
  2118. case S_CCS_PRECHARGE_ST1: {
  2119. // 取消充電
  2120. AcChargingTerminalProcess();
  2121. }
  2122. break;
  2123. case S_CHARGING: {
  2124. if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) {
  2125. // 停止充電
  2126. AcChargingTerminalProcess();
  2127. }
  2128. }
  2129. break;
  2130. case S_COMPLETE:
  2131. {}
  2132. break;
  2133. }
  2134. }
  2135. switch (chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus) {
  2136. case S_IDLE: {
  2137. if (isDetectPlugin()) {
  2138. printf("isDetectPlugin\r\n");
  2139. _DetectPlugInTimeout();
  2140. destroySelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2141. StopSystemTimeoutDet();
  2142. } else {
  2143. if (getConfirmSelectedGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected) == PASS) {
  2144. printf("destroy gun = %d\r\n", ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2145. destroySelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2146. } else {
  2147. confirmSelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2148. PRINTF_FUNC("confirm select gun ............................... %d \n",
  2149. ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2150. }
  2151. }
  2152. }
  2153. break;
  2154. case S_REASSIGN_CHECK:
  2155. case S_REASSIGN:
  2156. case S_PREPARNING:
  2157. case S_PREPARING_FOR_EV:
  2158. case S_PREPARING_FOR_EVSE:
  2159. case S_CCS_PRECHARGE_ST0:
  2160. case S_CCS_PRECHARGE_ST1: {
  2161. // 取消充電
  2162. if (ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc != NO_DEFINE) {
  2163. AcChargingTerminalProcess();
  2164. } else {
  2165. ChargingTerminalProcess(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2166. }
  2167. }
  2168. break;
  2169. case S_CHARGING: {
  2170. if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) {
  2171. // 停止充電
  2172. ChargingTerminalProcess(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2173. }
  2174. }
  2175. break;
  2176. case S_COMPLETE: {
  2177. // 回 IDLE
  2178. //PRINTF_FUNC("right btn down.................S_COMPLETE \n");
  2179. //chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_IDLE;
  2180. }
  2181. break;
  2182. }
  2183. }
  2184. } else if (ShmPrimaryMcuData->InputDet.bits.Button1 == BTN_RELEASE) {
  2185. if (leftBtnPush) {
  2186. leftBtnPush = false;
  2187. //PRINTF_FUNC("left btn up............................... \n");
  2188. }
  2189. }
  2190. if (ShmPrimaryMcuData->InputDet.bits.Button2 == BTN_PRESS &&
  2191. !rightBtnPush &&
  2192. getCurLcmPage() != _LCM_IDLE &&
  2193. getCurLcmPage() != _LCM_AUTHORIZING &&
  2194. getCurLcmPage() != _LCM_AUTHORIZ_COMP &&
  2195. getCurLcmPage() != _LCM_AUTHORIZ_FAIL &&
  2196. getCurLcmPage() != _LCM_WAIT_FOR_PLUG
  2197. ) {
  2198. if (!rightBtnPush) {
  2199. rightBtnPush = true;
  2200. //PRINTF_FUNC("right btn down............................... %d \n", ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2201. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected + 1 < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount &&
  2202. ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf == NO) {
  2203. printf("CurGunSelected++\r\n");
  2204. ShmSysConfigAndInfo->SysInfo.CurGunSelected++;
  2205. ChangeGunSelectByIndex(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2206. } else if (ShmSysConfigAndInfo->SysConfig.AcConnectorCount > 0 &&
  2207. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == NO_DEFINE) {
  2208. printf("DEFAULT_AC_INDEX\r\n");
  2209. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = DEFAULT_AC_INDEX;
  2210. } else if (ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf == YES) {
  2211. for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++) {
  2212. if (chargingInfo[_index]->SystemStatus != S_BOOTING &&
  2213. chargingInfo[_index]->SystemStatus != S_IDLE &&
  2214. chargingInfo[_index]->SystemStatus != S_RESERVATION) {
  2215. ShmSysConfigAndInfo->SysInfo.CurGunSelected = _index;
  2216. ChangeGunSelectByIndex(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2217. return;
  2218. }
  2219. }
  2220. printf("1 CurGunSelected = 0\r\n");
  2221. ShmSysConfigAndInfo->SysInfo.CurGunSelected = 0;
  2222. ChangeGunSelectByIndex(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2223. } else {
  2224. printf("2 CurGunSelected = 0\r\n");
  2225. ShmSysConfigAndInfo->SysInfo.CurGunSelected = 0;
  2226. ChangeGunSelectByIndex(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2227. }
  2228. }
  2229. PRINTF_FUNC("current select gun ............................... %d \n",
  2230. ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2231. } else if (ShmPrimaryMcuData->InputDet.bits.Button2 == BTN_RELEASE) {
  2232. if (rightBtnPush) {
  2233. rightBtnPush = false;
  2234. //PRINTF_FUNC("right btn up............................... \n");
  2235. }
  2236. }
  2237. }
  2238. //===============================================
  2239. // 確認各小板偵測的錯誤狀況
  2240. //===============================================
  2241. void CheckErrorOccurStatus(byte index)
  2242. {
  2243. // 小板
  2244. if (chargingInfo[index]->Type == _Type_Chademo) {
  2245. if (ShmStatusCodeData->FaultCode.FaultEvents.bits.ChademoOutputRelayDrivingFault == YES) {
  2246. BoardErrOccurByString(index, "011012");
  2247. }
  2248. // else if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ChademoGfdTrip == YES)
  2249. // BoardErrOccurByString(index, "012234");
  2250. } else if (chargingInfo[index]->Type == _Type_GB) {
  2251. if (ShmStatusCodeData->FaultCode.FaultEvents.bits.GbOutputRelayDrivingFault == YES) {
  2252. BoardErrOccurByString(index, "011016");
  2253. }
  2254. // else if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.GbGfdTrip == YES)
  2255. // BoardErrOccurByString(index, "012236");
  2256. } else if (chargingInfo[index]->Type == _Type_CCS_2) {
  2257. if (ShmStatusCodeData->FaultCode.FaultEvents.bits.CcsOutputRelayDrivingFault == YES) {
  2258. BoardErrOccurByString(index, "011014");
  2259. }
  2260. // else if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CcsGfdTrip == YES)
  2261. // BoardErrOccurByString(index, "012235");
  2262. }
  2263. // RB
  2264. if (ShmSysConfigAndInfo->SysConfig.PhaseLossPolicy == YES) {
  2265. if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL1InputUVP == YES ||
  2266. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL2InputUVP == YES ||
  2267. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL3InputUVP == YES) {
  2268. if (ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess == _EXTRA_ERR_PROCESS_NONE) {
  2269. ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess = _EXTRA_ERR_PROCESS_INUVP;
  2270. StopChargingProcessByString(2);
  2271. InformOcppErrOccur(13);
  2272. }
  2273. } else {
  2274. if (ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess == _EXTRA_ERR_PROCESS_INUVP) {
  2275. ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess = _EXTRA_ERR_PROCESS_NONE;
  2276. ReleaseChargingProcessByString(2);
  2277. InformOcppErrOccur(6);
  2278. }
  2279. }
  2280. } else {
  2281. if (ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess == _EXTRA_ERR_PROCESS_INUVP) {
  2282. ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess = _EXTRA_ERR_PROCESS_NONE;
  2283. ReleaseChargingProcessByString(2);
  2284. InformOcppErrOccur(6);
  2285. }
  2286. }
  2287. if (ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL1InputOVP == YES ||
  2288. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL2InputOVP == YES ||
  2289. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL3InputOVP == YES) {
  2290. if (ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess == _EXTRA_ERR_PROCESS_NONE) {
  2291. ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess = _EXTRA_ERR_PROCESS_INOVP;
  2292. StopChargingProcessByString(2);
  2293. InformOcppErrOccur(14);
  2294. }
  2295. } else {
  2296. if (ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess == _EXTRA_ERR_PROCESS_INOVP) {
  2297. ShmSysConfigAndInfo->SysWarningInfo.ExtraErrProcess = _EXTRA_ERR_PROCESS_NONE;
  2298. ReleaseChargingProcessByString(2);
  2299. InformOcppErrOccur(6);
  2300. }
  2301. }
  2302. }
  2303. //===============================================
  2304. // 確認 GPIO 狀態
  2305. //===============================================
  2306. void gpio_set_value(unsigned int gpio, unsigned int value)
  2307. {
  2308. int fd;
  2309. char buf[MAX_BUF];
  2310. snprintf(buf, sizeof(buf), SYSFS_GPIO_DIR "/gpio%d/value", gpio);
  2311. fd = open(buf, O_WRONLY);
  2312. if (fd < 0) {
  2313. perror("gpio/set-value");
  2314. return;
  2315. }
  2316. if (value) {
  2317. write(fd, "1", 2);
  2318. } else {
  2319. write(fd, "0", 2);
  2320. }
  2321. close(fd);
  2322. }
  2323. int gpio_get_value(unsigned int gpio, unsigned int *value)
  2324. {
  2325. int fd;
  2326. char buf[MAX_BUF];
  2327. char ch;
  2328. snprintf(buf, sizeof(buf), SYSFS_GPIO_DIR "/gpio%d/value", gpio);
  2329. fd = open(buf, O_RDONLY);
  2330. if (fd < 0) {
  2331. perror("gpio/get-value");
  2332. return fd;
  2333. }
  2334. read(fd, &ch, 1);
  2335. if (ch != '0') {
  2336. *value = 1;
  2337. } else {
  2338. *value = 0;
  2339. }
  2340. close(fd);
  2341. return 0;
  2342. }
  2343. void CheckGunTypeFromHw()
  2344. {
  2345. int pinIn[4] = { 22, 23, 44, 45 };
  2346. unsigned int gpioValue = 0;
  2347. unsigned char tmp[2];
  2348. DEBUG_INFO_MSG("ModelName = %s", ShmSysConfigAndInfo->SysConfig.ModelName);
  2349. for (int i = 0; i < ARRAY_SIZE(pinIn); i++) {
  2350. gpio_get_value(pinIn[i], &gpioValue);
  2351. switch (pinIn[i]) {
  2352. case 22:
  2353. bd1_1_status = gpioValue;
  2354. break;
  2355. case 23:
  2356. bd1_2_status = gpioValue;
  2357. break;
  2358. case 44:
  2359. bd0_1_status = gpioValue;
  2360. break;
  2361. case 45:
  2362. bd0_2_status = gpioValue;
  2363. break;
  2364. }
  2365. }
  2366. //BD1(Left-CCS-CND1-SMR2-左槍), BD2(Right-CHADEMO-CND2-SMR1-右槍), CCS: 10 , CHAdeMO: 01 , GBT: 11
  2367. //CcsChargingData [0至1] 分別為 Right至Left
  2368. //model name 槍順序左至右分別為Right至Left
  2369. memset(tmp, 0, sizeof(tmp));
  2370. tmp[1] = (bd0_1_status << 4 | bd0_2_status);
  2371. tmp[0] = (bd1_1_status << 4 | bd1_2_status);
  2372. for (int i = 0; i < 2; i++) {
  2373. switch (tmp[i]) {
  2374. case 0x01:
  2375. DEBUG_INFO_MSG("BD%d(%s) = %s ", i + 1, i == 1 ? "Right" : "Left", "CHAdeMO");
  2376. break;
  2377. case 0x10:
  2378. DEBUG_INFO_MSG("BD%d(%s) = %s ", i + 1, i == 1 ? "Right" : "Left", "CCS");
  2379. break;
  2380. case 0x11:
  2381. DEBUG_INFO_MSG("BD%d(%s) = %s ", i + 1, i == 1 ? "Right" : "Left", "GBT");
  2382. break;
  2383. case 0x00:
  2384. DEBUG_INFO_MSG("BD%d(%s) = %s ", i + 1, i == 1 ? "Right" : "Left", "None");
  2385. break;
  2386. }
  2387. }
  2388. }
  2389. void CheckGpioInStatus()
  2390. {
  2391. int pinIn[2] = { 27, 47 };//{IO BD1_2, IO BD2_2}
  2392. unsigned int gpioValue = 0;
  2393. for (int i = 0; i < ARRAY_SIZE(pinIn); i++) {
  2394. gpio_get_value(pinIn[i], &gpioValue);
  2395. if (gpioValue == 0x01) {
  2396. switch (pinIn[i]) {
  2397. // 小板緊急停止
  2398. case 47: {
  2399. for (int i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++) {
  2400. if (chargingInfo[i]->slotsIndex == 1) {
  2401. if (chargingInfo[i]->Type == _Type_Chademo) {
  2402. BoardErrOccurByString(i, "023730");
  2403. } else if (chargingInfo[i]->Type == _Type_CCS_2) {
  2404. BoardErrOccurByString(i, "013627");
  2405. }
  2406. break;
  2407. }
  2408. }
  2409. }
  2410. break;
  2411. case 27: {
  2412. for (int i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++) {
  2413. if (chargingInfo[i]->slotsIndex == 3) {
  2414. if (chargingInfo[i]->Type == _Type_Chademo) {
  2415. BoardErrOccurByString(i, "023730");
  2416. } else if (chargingInfo[i]->Type == _Type_CCS_2) {
  2417. BoardErrOccurByString(i, "013627");
  2418. }
  2419. break;
  2420. }
  2421. }
  2422. }
  2423. break;
  2424. }
  2425. } else {
  2426. switch (pinIn[i]) {
  2427. // 小板解除緊急停止
  2428. case 47: {
  2429. for (int i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++) {
  2430. if (chargingInfo[i]->slotsIndex == 1) {
  2431. if (chargingInfo[i]->Type == _Type_Chademo) {
  2432. ReleaseBoardErrOccurByString(i, "023730");
  2433. } else if (chargingInfo[i]->Type == _Type_CCS_2) {
  2434. ReleaseBoardErrOccurByString(i, "013627");
  2435. }
  2436. break;
  2437. }
  2438. }
  2439. }
  2440. break;
  2441. case 27: {
  2442. for (int i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++) {
  2443. if (chargingInfo[i]->slotsIndex == 3) {
  2444. if (chargingInfo[i]->Type == _Type_Chademo) {
  2445. ReleaseBoardErrOccurByString(i, "023730");
  2446. } else if (chargingInfo[i]->Type == _Type_CCS_2) {
  2447. ReleaseBoardErrOccurByString(i, "013627");
  2448. }
  2449. break;
  2450. }
  2451. }
  2452. }
  2453. break;
  2454. }
  2455. }
  2456. }
  2457. }
  2458. //===============================================
  2459. // Main process
  2460. //===============================================
  2461. // 檢查 Byte 中某個 Bit 的值
  2462. // _byte : 欲改變的 byte
  2463. // _bit : 該 byte 的第幾個 bit
  2464. unsigned char DetectBitValue(unsigned char _byte, unsigned char _bit)
  2465. {
  2466. return ( _byte & mask_table[_bit] ) != 0x00;
  2467. }
  2468. // 設定 Byte 中某個 Bit的值
  2469. // _byte : 欲改變的 byte
  2470. // _bit : 該 byte 的第幾個 bit
  2471. // value : 修改的值為 0 or 1
  2472. void SetBitValue(unsigned char *_byte, unsigned char _bit, unsigned char value)
  2473. {
  2474. if (value == 1) {
  2475. *_byte |= (1 << _bit);
  2476. } else if (value == 0) {
  2477. *_byte ^= (1 << _bit);
  2478. }
  2479. }
  2480. void UserScanFunction()
  2481. {
  2482. bool idleReq = false;
  2483. unsigned char stopReq = 255;
  2484. // 當前非驗證的狀態
  2485. if (!IsAuthorizingMode()) {
  2486. //當前沒有選槍
  2487. if (getConfirmSelectedGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected) == FAIL) { //Jerry add
  2488. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2489. return;
  2490. }
  2491. // 先判斷現在是否可以提供刷卡
  2492. // 1. 如果當前沒有槍是閒置狀態,則無提供刷卡功能
  2493. // 2. 停止充電
  2494. if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_FIX) {
  2495. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2496. return;
  2497. }
  2498. for (byte i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++) {
  2499. if (chargingInfo[i]->SystemStatus == S_CHARGING) {
  2500. stopReq = i;
  2501. }
  2502. if ((chargingInfo[i]->SystemStatus == S_IDLE && chargingInfo[i]->IsAvailable) == YES ||
  2503. (_acgunIndex > 0 && ac_chargingInfo[0]->SystemStatus == S_IDLE && ac_chargingInfo[0]->IsAvailable)) {
  2504. idleReq = true;
  2505. }
  2506. }
  2507. if (_acgunIndex > 0 && ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == DEFAULT_AC_INDEX &&
  2508. ac_chargingInfo[0]->SystemStatus == S_CHARGING) {
  2509. stopReq = DEFAULT_AC_INDEX;
  2510. }
  2511. if (strlen((char *)ShmSysConfigAndInfo->SysConfig.UserId) > 0) {
  2512. if (_acgunIndex > 0 && stopReq == DEFAULT_AC_INDEX && ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == DEFAULT_AC_INDEX) {
  2513. char value[32];
  2514. PRINTF_FUNC("ac stop charging \n");
  2515. PRINTF_FUNC("index = %d, card number = %s, UserId = %s \n", ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc,
  2516. ac_chargingInfo[0]->StartUserId, ShmSysConfigAndInfo->SysConfig.UserId);
  2517. memcpy(value, (unsigned char *)ac_chargingInfo[0]->StartUserId,
  2518. ARRAY_SIZE(ac_chargingInfo[0]->StartUserId));
  2519. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.UserId, value) == EQUAL) {
  2520. AcChargingTerminalProcess();
  2521. }
  2522. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2523. } else if (stopReq < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount &&
  2524. chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus == S_CHARGING &&
  2525. (_acgunIndex <= 0 || (_acgunIndex > 0 && ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == NO_DEFINE))) {
  2526. char value[32];
  2527. PRINTF_FUNC("stop charging \n");
  2528. PRINTF_FUNC("index = %d, card number = %s, UserId = %s \n", ShmSysConfigAndInfo->SysInfo.CurGunSelected,
  2529. chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->StartUserId, ShmSysConfigAndInfo->SysConfig.UserId);
  2530. memcpy(value, (unsigned char *)chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->StartUserId,
  2531. ARRAY_SIZE(chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->StartUserId));
  2532. // 同一張卡直接停掉
  2533. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.UserId, value) == EQUAL) {
  2534. ChargingTerminalProcess(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  2535. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2536. } else {
  2537. // 進驗證
  2538. if (_acgunIndex > 0 && ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == DEFAULT_AC_INDEX) {
  2539. _authorizeIndex = ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc;
  2540. } else {
  2541. _authorizeIndex = ShmSysConfigAndInfo->SysInfo.CurGunSelected;
  2542. }
  2543. #if !defined DD360 && !defined DD360Audi
  2544. StartSystemTimeoutDet(Timeout_AuthorizingForStop);
  2545. AuthorizingStart();
  2546. #else
  2547. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2548. #endif //!defined DD360 && !defined DD360Audi
  2549. }
  2550. } else if (idleReq) {
  2551. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount > 1 &&
  2552. stopReq != 255 &&
  2553. ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf == YES) {
  2554. idleReq = false;
  2555. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2556. } else if ((_acgunIndex > 0 && ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == DEFAULT_AC_INDEX) ||
  2557. chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus == S_IDLE) {
  2558. PRINTF_FUNC("// LCM => Authorizing \n");
  2559. setSelGunWaitToAuthor(ShmSysConfigAndInfo->SysInfo.CurGunSelected); //Jerry add
  2560. // LCM => Authorizing
  2561. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_AUTHORIZING;
  2562. // 進入確認卡號狀態
  2563. AuthorizingStart();
  2564. } else {
  2565. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2566. }
  2567. } else {
  2568. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2569. }
  2570. }
  2571. } else {
  2572. // 透過後臺停止充電的判斷
  2573. if (isAuthorizedComplete() /*||
  2574. (ShmSysConfigAndInfo->SysInfo.OcppConnStatus == NO &&
  2575. ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_FREE_CHARGING)*/) {
  2576. // 判斷後台回覆狀態
  2577. if (canStartCharging() /*||
  2578. (ShmSysConfigAndInfo->SysInfo.OcppConnStatus == NO &&
  2579. ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_FREE_CHARGING)*/) {
  2580. if (_authorizeIndex != NO_DEFINE) {
  2581. // 先找 AC
  2582. if (_authorizeIndex == DEFAULT_AC_INDEX) {
  2583. if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_LOCAL_LIST &&
  2584. strcmp((char *)chargingInfo[_authorizeIndex]->StartUserId, "") != EQUAL) {
  2585. AcChargingTerminalProcess();
  2586. }
  2587. } else {
  2588. if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_LOCAL_LIST &&
  2589. strcmp((char *)chargingInfo[_authorizeIndex]->StartUserId, "") != EQUAL) {
  2590. ChargingTerminalProcess(_authorizeIndex);
  2591. }
  2592. }
  2593. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2594. _authorizeIndex = NO_DEFINE;
  2595. }
  2596. } else {
  2597. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2598. }
  2599. ClearAuthorizedFlag();
  2600. } else if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_LOCAL_LIST) {
  2601. // 白名單驗證
  2602. for (int i = 0; i < 10; i++) {
  2603. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[i], "") != EQUAL) {
  2604. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[i], (char *)ShmSysConfigAndInfo->SysConfig.UserId) == EQUAL) {
  2605. ChargingTerminalProcess(_authorizeIndex);
  2606. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2607. ClearAuthorizedFlag();
  2608. break;
  2609. }
  2610. }
  2611. }
  2612. }
  2613. }
  2614. }
  2615. unsigned char isModeChange(unsigned char gun_index)
  2616. {
  2617. unsigned char result = NO;
  2618. if (chargingInfo[gun_index]->SystemStatus != chargingInfo[gun_index]->PreviousSystemStatus) {
  2619. result = YES;
  2620. chargingInfo[gun_index]->PreviousSystemStatus = chargingInfo[gun_index]->SystemStatus;
  2621. }
  2622. return result;
  2623. }
  2624. void ScannerCardProcess()
  2625. {
  2626. if (!isDetectPlugin() && !isCardScan && ShmSysConfigAndInfo->SysWarningInfo.Level != 2 &&
  2627. ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_ENABLE) {
  2628. isCardScan = true;
  2629. // 處理刷卡及驗證卡號的動作
  2630. UserScanFunction();
  2631. }
  2632. if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_AUTHORIZING) {
  2633. StartSystemTimeoutDet(Timeout_Authorizing);
  2634. // 確認驗證卡號完成沒
  2635. if (isAuthorizedComplete() /*|| ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_FREE_CHARGING*/) {
  2636. StopSystemTimeoutDet();
  2637. // 判斷後台回覆狀態
  2638. if (canStartCharging() /*|| ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_FREE_CHARGING*/) {
  2639. // LCM => Authorize complete
  2640. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_AUTHORIZ_COMP;
  2641. } else {
  2642. // LCM => Authorize fail
  2643. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_AUTHORIZ_FAIL;
  2644. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  2645. }
  2646. ClearAuthorizedFlag();
  2647. } else if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_LOCAL_LIST) {
  2648. // 白名單驗證
  2649. for (int i = 0; i < 10; i++) {
  2650. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[i], "") != EQUAL) {
  2651. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[i], (char *)ShmSysConfigAndInfo->SysConfig.UserId) == EQUAL) {
  2652. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_AUTHORIZ_COMP;
  2653. ClearAuthorizedFlag();
  2654. break;
  2655. }
  2656. }
  2657. }
  2658. }
  2659. } else if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_AUTHORIZ_FAIL) {
  2660. StartSystemTimeoutDet(Timeout_VerifyFail);
  2661. isCardScan = false;
  2662. } else if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_AUTHORIZ_COMP) {
  2663. StartSystemTimeoutDet(Timeout_VerifyComp);
  2664. } else if (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_WAIT_FOR_PLUG) {
  2665. StartSystemTimeoutDet(Timeout_WaitPlug);
  2666. } else {
  2667. isCardScan = false;
  2668. }
  2669. }
  2670. bool AddGunInfoByConnector(byte typeValue, byte slots)
  2671. {
  2672. bool result = true;
  2673. switch (typeValue) {
  2674. case '0': // none
  2675. break;
  2676. case '1': // IEC 62196-2 Type 1/SAE J1772 Plug
  2677. break;
  2678. case '2': // IEC 62196-2 Type 1/SAE J1772 Socket
  2679. break;
  2680. case '3': // IEC 62196-2 Type 2 Plug
  2681. case '4': // IEC 62196-2 Type 2 Socket
  2682. if (AC_QUANTITY > _ac_Index) {
  2683. ac_chargingInfo[_acgunIndex] = &ShmSysConfigAndInfo->SysInfo.AcChargingData[_ac_Index];
  2684. // AC 固定 index
  2685. ac_chargingInfo[_acgunIndex]->Index = 0;
  2686. ac_chargingInfo[_acgunIndex]->ReservationId = -1;
  2687. ac_chargingInfo[_acgunIndex]->SystemStatus = S_IDLE;
  2688. ac_chargingInfo[_acgunIndex]->Type = _Type_AC;
  2689. ac_chargingInfo[_acgunIndex]->IsAvailable = YES;
  2690. _ac_Index++;
  2691. _acgunIndex++;
  2692. } else {
  2693. result = false;
  2694. }
  2695. break;
  2696. case '5': // GB/T AC Plug
  2697. break;
  2698. case '6': // GB/T AC Socket
  2699. break;
  2700. case 'J': { // CHAdeMO
  2701. if (CHAdeMO_QUANTITY > _chademoIndex) {
  2702. chargingInfo[_gunIndex] = &ShmSysConfigAndInfo->SysInfo.ChademoChargingData[_chademoIndex];
  2703. chargingInfo[_gunIndex]->Index = _gunIndex;
  2704. chargingInfo[_gunIndex]->ReservationId = -1;
  2705. chargingInfo[_gunIndex]->slotsIndex = slots;
  2706. chargingInfo[_gunIndex]->SystemStatus = S_BOOTING;
  2707. chargingInfo[_gunIndex]->Type = _Type_Chademo;
  2708. chargingInfo[_gunIndex]->type_index = _chademoIndex;
  2709. chargingInfo[_gunIndex]->IsAvailable = YES;
  2710. _chademoIndex++;
  2711. _gunIndex++;
  2712. } else {
  2713. result = false;
  2714. }
  2715. }
  2716. break;
  2717. case 'U': // CCS1 combo
  2718. case 'E': // CCS2 combo
  2719. case 'V': // Liquid CCS1 combo
  2720. case 'F': { // Liquid CCS2 combo
  2721. if (CCS_QUANTITY > _ccsIndex) {
  2722. chargingInfo[_gunIndex] = &ShmSysConfigAndInfo->SysInfo.CcsChargingData[_ccsIndex];
  2723. chargingInfo[_gunIndex]->Index = _gunIndex;
  2724. chargingInfo[_gunIndex]->ReservationId = -1;
  2725. chargingInfo[_gunIndex]->slotsIndex = slots;
  2726. chargingInfo[_gunIndex]->SystemStatus = S_BOOTING;
  2727. chargingInfo[_gunIndex]->Type = _Type_CCS_2;
  2728. chargingInfo[_gunIndex]->type_index = _ccsIndex;
  2729. chargingInfo[_gunIndex]->IsAvailable = YES;
  2730. // 現階段預設為走 DIN70121
  2731. ShmCcsData->CommProtocol = _CCS_COMM_V2GMessage_DIN70121;
  2732. _ccsIndex++;
  2733. _gunIndex++;
  2734. } else {
  2735. result = false;
  2736. }
  2737. }
  2738. break;
  2739. case 'G': { // GBT DC
  2740. if (GB_QUANTITY > _gb_Index) {
  2741. chargingInfo[_gunIndex] = &ShmSysConfigAndInfo->SysInfo.GbChargingData[_gb_Index];
  2742. chargingInfo[_gunIndex]->Index = _gunIndex;
  2743. chargingInfo[_gunIndex]->ReservationId = -1;
  2744. chargingInfo[_gunIndex]->slotsIndex = slots;
  2745. chargingInfo[_gunIndex]->SystemStatus = S_BOOTING;
  2746. chargingInfo[_gunIndex]->Type = _Type_GB;
  2747. chargingInfo[_gunIndex]->type_index = _gb_Index;
  2748. chargingInfo[_gunIndex]->IsAvailable = YES;
  2749. _gb_Index++;
  2750. _gunIndex++;
  2751. } else {
  2752. result = false;
  2753. }
  2754. }
  2755. break;
  2756. case 'D': // GBT DC x 2
  2757. break;
  2758. }
  2759. return result;
  2760. }
  2761. bool CheckConnectorTypeStatus()
  2762. {
  2763. bool result = true;
  2764. /*
  2765. PRINTF_FUNC("bd0_1_status = %d, bd0_2_status = %d, bd1_1_status = %d, bd1_2_status = %d \n",
  2766. bd0_1_status, bd0_2_status, bd1_1_status, bd1_2_status);
  2767. */
  2768. if (strlen((char *) ShmSysConfigAndInfo->SysConfig.ModelName) >= 9) {
  2769. byte slots = 1;
  2770. for (byte typeIndex = 7; typeIndex <= 9; typeIndex++) {
  2771. if (!AddGunInfoByConnector(ShmSysConfigAndInfo->SysConfig.ModelName[typeIndex], slots)) {
  2772. return false;
  2773. }
  2774. slots++;
  2775. }
  2776. // AC index 接在 DC 後面
  2777. if (AC_QUANTITY > 0) {
  2778. ac_chargingInfo[0]->Index += _gunIndex;
  2779. }
  2780. ShmSysConfigAndInfo->SysConfig.TotalConnectorCount = _gunIndex;
  2781. ShmSysConfigAndInfo->SysConfig.AcConnectorCount = _acgunIndex;
  2782. DEBUG_INFO_MSG("DC connector Quality = %d, AC connector Quality = %d",
  2783. ShmSysConfigAndInfo->SysConfig.TotalConnectorCount,
  2784. ShmSysConfigAndInfo->SysConfig.AcConnectorCount);
  2785. DEBUG_INFO_MSG("Type 0~3 = CHAdeMO, CCS, GB, AC");
  2786. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 0 &&
  2787. ShmSysConfigAndInfo->SysConfig.AcConnectorCount == 0) {
  2788. result = false;
  2789. }
  2790. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  2791. chargingInfo[0]->Evboard_id = 0x01;
  2792. DEBUG_INFO_MSG("index = %d, Type = %d, Evboard_id = %d", 0, chargingInfo[0]->Type, chargingInfo[0]->Evboard_id);
  2793. } else {
  2794. // 偵測槍屬於哪個 slot : 可知道插在板上的Slot 0 或 1 是 Chademo 還是 CCS
  2795. for (byte gunIndex = 0; gunIndex < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gunIndex++) {
  2796. if (gunIndex == 0 && bd0_1_status == 0 && bd0_2_status == 1) {
  2797. // 與硬體相同 type : Chademo
  2798. if (chargingInfo[gunIndex]->Type == _Type_Chademo) {
  2799. chargingInfo[gunIndex]->Evboard_id = 0x01;
  2800. }
  2801. } else if (gunIndex == 0 && bd0_1_status == 1 && bd0_2_status == 0) {
  2802. // 與硬體相同 type : CCS
  2803. if (chargingInfo[gunIndex]->Type == _Type_CCS_2) {
  2804. chargingInfo[gunIndex]->Evboard_id = 0x01;
  2805. }
  2806. } else if (gunIndex == 0 && bd0_1_status == 1 && bd0_2_status == 1) {
  2807. // 與硬體相同 type : GB
  2808. if (chargingInfo[gunIndex]->Type == _Type_GB) {
  2809. chargingInfo[gunIndex]->Evboard_id = 0x01;
  2810. }
  2811. }
  2812. if (gunIndex == 1 && bd1_1_status == 0 && bd1_2_status == 1) {
  2813. // 與硬體相同 type : Chademo
  2814. if (chargingInfo[gunIndex]->Type == _Type_Chademo) {
  2815. chargingInfo[gunIndex]->Evboard_id = 0x02;
  2816. }
  2817. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  2818. chargingInfo[gunIndex]->Evboard_id = 0x01;
  2819. }
  2820. } else if (gunIndex == 1 && bd1_1_status == 1 && bd1_2_status == 0) {
  2821. // 與硬體相同 type : CCS
  2822. if (chargingInfo[gunIndex]->Type == _Type_CCS_2) {
  2823. chargingInfo[gunIndex]->Evboard_id = 0x02;
  2824. }
  2825. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  2826. chargingInfo[gunIndex]->Evboard_id = 0x01;
  2827. }
  2828. } else if (gunIndex == 1 && bd1_1_status == 1 && bd1_2_status == 1) {
  2829. // 與硬體相同 type : GB
  2830. if (chargingInfo[gunIndex]->Type == _Type_GB) {
  2831. chargingInfo[gunIndex]->Evboard_id = 0x02;
  2832. }
  2833. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 1) {
  2834. chargingInfo[gunIndex]->Evboard_id = 0x01;
  2835. }
  2836. }
  2837. DEBUG_INFO_MSG("index = %d, Type = %d, Evboard_id = %d", gunIndex, chargingInfo[gunIndex]->Type, chargingInfo[gunIndex]->Evboard_id);
  2838. if (chargingInfo[gunIndex]->Evboard_id == 0x00) {
  2839. result = false;
  2840. }
  2841. }
  2842. }
  2843. } else {
  2844. // Module Name 不正確 - 告警
  2845. result = false;
  2846. }
  2847. return result;
  2848. }
  2849. void KillTask()
  2850. {
  2851. ChangeLcmByIndex(_LCM_FIX);
  2852. system("killall Module_EventLogging");
  2853. system("killall Module_PrimaryComm");
  2854. system("killall Module_EvComm");
  2855. system("killall Module_LcmControl");
  2856. system("killall Module_InternalComm");
  2857. system("killall DoComm");
  2858. //system("killall Module_PsuComm");
  2859. //system("killall OcppBackend &");
  2860. //system("killall Module_4g &");
  2861. //system("killall Module_Wifi &");
  2862. }
  2863. char CheckUpdateProcess()
  2864. {
  2865. DIR *d;
  2866. struct dirent *dir;
  2867. d = opendir("/mnt/");
  2868. if (d) {
  2869. long int MaxLen = 48 * 1024 * 1024, ImageLen = 0;
  2870. while ((dir = readdir(d)) != NULL) {
  2871. char *new_str;
  2872. new_str = malloc(strlen("/mnt/") + strlen(dir->d_name) + 1);
  2873. new_str[0] = '\0';
  2874. strcat(new_str, "/mnt/");
  2875. strcat(new_str, dir->d_name);
  2876. int fd = open(new_str, O_RDONLY);
  2877. if (fd < 0) {
  2878. return FAIL;
  2879. }
  2880. unsigned char *ptr = malloc(MaxLen); //-48 is take out the header
  2881. memset(ptr, 0xFF, MaxLen); //-48 is take out the header
  2882. //get the image length
  2883. ImageLen = read(fd, ptr, MaxLen);
  2884. if (ImageLen > 20) {
  2885. unsigned int Type = (((unsigned int)ptr[16]) << 24 | ((unsigned int)ptr[17]) << 16 | ((unsigned int)ptr[18]) << 8 | ((unsigned int)ptr[19]));
  2886. PRINTF_FUNC("Typed...%x \r\n", Type);
  2887. switch (Type) {
  2888. case 0x10000001:
  2889. case 0x10000002:
  2890. case 0x10000003:
  2891. case 0x10000004:
  2892. case 0x10000005: {
  2893. if (Upgrade_Flash(Type, new_str, (char *)ShmSysConfigAndInfo->SysConfig.ModelName) == PASS) {
  2894. return PASS;
  2895. } else {
  2896. return FAIL;
  2897. }
  2898. }
  2899. break;
  2900. case 0x10000007:
  2901. case 0x10000008:
  2902. case 0x10000009:
  2903. case 0x1000000A: {
  2904. bool isPass = true;
  2905. int CanFd = InitCanBus();
  2906. if (CanFd > 0) {
  2907. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  2908. if (!isPass) {
  2909. break;
  2910. }
  2911. if (chargingInfo[index]->Type == _Type_CCS_2) {
  2912. if (Upgrade_CCS(CanFd, Type, chargingInfo[index]->Evboard_id, new_str, (char *)ShmSysConfigAndInfo->SysConfig.ModelName) == FAIL) {
  2913. isPass = false;
  2914. }
  2915. }
  2916. }
  2917. } else {
  2918. printf("Upgrade CCS open CAN FD fail.\n");
  2919. isPass = false;
  2920. }
  2921. return isPass;
  2922. }
  2923. break;
  2924. case 0x10000006:
  2925. case 0x1000000D:
  2926. case 0x1000000E:
  2927. case 0x20000002:
  2928. case 0x10000014: {
  2929. // CSU_PRIMARY_CONTROLLER : 0x10000006
  2930. byte target = 0x00;
  2931. if (Type == 0x10000006) {
  2932. target = UPGRADE_PRI;
  2933. } else if (Type == 0x1000000D) {
  2934. target = UPGRADE_RB;
  2935. } else if (Type == 0x1000000E) {
  2936. target = UPGRADE_FAN;
  2937. } else if (Type == 0x20000002) {
  2938. target = UPGRADE_AC;
  2939. } else if (Type == 0x10000014) {
  2940. target = UPGRADE_LED;
  2941. }
  2942. int fd = InitComPort(target);
  2943. if (Upgrade_UART(fd, Type, target, new_str, (char *)ShmSysConfigAndInfo->SysConfig.ModelName) == PASS) {
  2944. return PASS;
  2945. } else {
  2946. return FAIL;
  2947. }
  2948. close(fd);
  2949. }
  2950. break;
  2951. case 0x1000000B:
  2952. case 0x1000000C: {
  2953. // CHAdeMO_BOARD : 0x1000000B, GBT : 0x1000000C
  2954. bool isPass = true;
  2955. int CanFd = InitCanBus();
  2956. if (CanFd > 0) {
  2957. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  2958. if (!isPass) {
  2959. break;
  2960. }
  2961. if ((Type == 0x1000000B && chargingInfo[index]->Type == _Type_Chademo) ||
  2962. (Type == 0x1000000C && chargingInfo[index]->Type == _Type_GB)) {
  2963. if (Upgrade_CAN(CanFd, Type, chargingInfo[index]->Evboard_id, new_str, (char *)ShmSysConfigAndInfo->SysConfig.ModelName) == PASS) {
  2964. return PASS;
  2965. } else {
  2966. return FAIL;
  2967. }
  2968. }
  2969. }
  2970. } else {
  2971. PRINTF_FUNC("Upgrad FD fail. \n");
  2972. isPass = false;
  2973. }
  2974. return isPass;
  2975. break;
  2976. }
  2977. }
  2978. }
  2979. free(new_str);
  2980. free(ptr);
  2981. }
  2982. }
  2983. free(dir);
  2984. closedir(d);
  2985. return FAIL;
  2986. }
  2987. void CreateRfidFork()
  2988. {
  2989. pid_t rfidRecPid;
  2990. rfidRecPid = fork();
  2991. if (rfidRecPid == 0) {
  2992. while (true) {
  2993. // 刷卡判斷
  2994. RFID rfid;
  2995. if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_NO_CHARGING ||
  2996. !ShmSysConfigAndInfo->SysConfig.isRFID)
  2997. {}
  2998. else if (getRequestCardSN(rfidFd, 0, &rfid)) {
  2999. //DEBUG_INFO_MSG("Get Card..-%s- \n", ShmSysConfigAndInfo->SysConfig.UserId);
  3000. if (strlen((char *)ShmSysConfigAndInfo->SysConfig.UserId) == 0) {
  3001. if (ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian == RFID_ENDIAN_LITTLE) {
  3002. switch (rfid.snType) {
  3003. case RFID_SN_TYPE_6BYTE:
  3004. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3005. "%02X%02X%02X%02X%02X%02X",
  3006. rfid.currentCard[0], rfid.currentCard[1],
  3007. rfid.currentCard[2], rfid.currentCard[3],
  3008. rfid.currentCard[4], rfid.currentCard[5]);
  3009. break;
  3010. case RFID_SN_TYPE_7BYTE:
  3011. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3012. "%02X%02X%02X%02X%02X%02X%02X",
  3013. rfid.currentCard[0], rfid.currentCard[1],
  3014. rfid.currentCard[2], rfid.currentCard[3],
  3015. rfid.currentCard[4], rfid.currentCard[5],
  3016. rfid.currentCard[6]);
  3017. break;
  3018. case RFID_SN_TYPE_10BYTE:
  3019. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3020. "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X",
  3021. rfid.currentCard[0], rfid.currentCard[1],
  3022. rfid.currentCard[2], rfid.currentCard[3],
  3023. rfid.currentCard[4], rfid.currentCard[5],
  3024. rfid.currentCard[6], rfid.currentCard[7],
  3025. rfid.currentCard[8], rfid.currentCard[9]);
  3026. break;
  3027. case RFID_SN_TYPE_4BYTE:
  3028. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3029. "%02X%02X%02X%02X",
  3030. rfid.currentCard[0], rfid.currentCard[1],
  3031. rfid.currentCard[2], rfid.currentCard[3]);
  3032. break;
  3033. }
  3034. } else if (ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian == RFID_ENDIAN_BIG) {
  3035. switch (rfid.snType) {
  3036. case RFID_SN_TYPE_6BYTE:
  3037. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3038. "%02X%02X%02X%02X%02X%02X",
  3039. rfid.currentCard[5], rfid.currentCard[4],
  3040. rfid.currentCard[3], rfid.currentCard[2],
  3041. rfid.currentCard[1], rfid.currentCard[0]);
  3042. break;
  3043. case RFID_SN_TYPE_7BYTE:
  3044. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3045. "%02X%02X%02X%02X%02X%02X%02X",
  3046. rfid.currentCard[6], rfid.currentCard[5],
  3047. rfid.currentCard[4], rfid.currentCard[3],
  3048. rfid.currentCard[2], rfid.currentCard[1],
  3049. rfid.currentCard[0]);
  3050. break;
  3051. case RFID_SN_TYPE_10BYTE:
  3052. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3053. "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X",
  3054. rfid.currentCard[9], rfid.currentCard[8],
  3055. rfid.currentCard[7], rfid.currentCard[6],
  3056. rfid.currentCard[5], rfid.currentCard[4],
  3057. rfid.currentCard[3], rfid.currentCard[2],
  3058. rfid.currentCard[1], rfid.currentCard[0]);
  3059. break;
  3060. case RFID_SN_TYPE_4BYTE:
  3061. sprintf((char *) ShmSysConfigAndInfo->SysConfig.UserId,
  3062. "%02X%02X%02X%02X",
  3063. rfid.currentCard[3], rfid.currentCard[2],
  3064. rfid.currentCard[1], rfid.currentCard[0]);
  3065. break;
  3066. }
  3067. }
  3068. DEBUG_INFO_MSG("card number = %s\n", ShmSysConfigAndInfo->SysConfig.UserId);
  3069. }
  3070. }
  3071. usleep(500000);
  3072. }
  3073. }
  3074. }
  3075. void StartSystemTimeoutDet(unsigned char flag)
  3076. {
  3077. if (ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag != flag) {
  3078. gettimeofday(&ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer, NULL);
  3079. }
  3080. ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag = flag;
  3081. }
  3082. void StopSystemTimeoutDet()
  3083. {
  3084. gettimeofday(&ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer, NULL);
  3085. ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag = Timeout_None;
  3086. }
  3087. void StartGunInfoTimeoutDet(unsigned char gunIndex, unsigned char flag)
  3088. {
  3089. if (gunIndex < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount) {
  3090. if (chargingInfo[gunIndex]->TimeoutFlag != flag) {
  3091. gettimeofday(&chargingInfo[gunIndex]->TimeoutTimer, NULL);
  3092. }
  3093. chargingInfo[gunIndex]->TimeoutFlag = flag;
  3094. }
  3095. }
  3096. void StopGunInfoTimeoutDet(unsigned char gunIndex)
  3097. {
  3098. if (gunIndex < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount) {
  3099. chargingInfo[gunIndex]->TimeoutFlag = Timeout_None;
  3100. }
  3101. }
  3102. void CheckConnectionTimeout()
  3103. {
  3104. if (gAudiCustInfo->RemoteSetup.ConnectionTimeout != 0) { //Jerry add
  3105. _connectionTimeout = gAudiCustInfo->RemoteSetup.ConnectionTimeout;
  3106. } else {
  3107. _connectionTimeout = CONN_PLUG_TIME_OUT;
  3108. }
  3109. #if 0
  3110. if (system("pidof -s OcppBackend > /dev/null") != 0) {
  3111. _connectionTimeout = CONN_PLUG_TIME_OUT;
  3112. } else {
  3113. if (strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData, "") != 0) {
  3114. _connectionTimeout = atoi((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData);
  3115. if (_connectionTimeout <= 0) {
  3116. _connectionTimeout = CONN_PLUG_TIME_OUT;
  3117. }
  3118. } else {
  3119. _connectionTimeout = CONN_PLUG_TIME_OUT;
  3120. }
  3121. }
  3122. #endif //0
  3123. }
  3124. void CreateTimeoutFork()
  3125. {
  3126. pid_t timeoutPid;
  3127. timeoutPid = fork();
  3128. if (timeoutPid > 0) {
  3129. gettimeofday(&_cmdSubPriority_time, NULL);
  3130. CheckConnectionTimeout();
  3131. while (true) {
  3132. if ((GetTimeoutValue(_cmdSubPriority_time) / 1000) > 5000) {
  3133. CheckConnectionTimeout();
  3134. gettimeofday(&_cmdSubPriority_time, NULL);
  3135. }
  3136. //printf("Timeout ***********SystemTimeoutFlag = %d, ********\n", ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag);
  3137. // 系統
  3138. switch (ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag) {
  3139. case Timeout_SelftestChk:
  3140. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= SELFTEST_TIMEOUT) {
  3141. _SelfTestTimeout();
  3142. StopSystemTimeoutDet();
  3143. destroySelGun(DESTROY_ALL_SEL); //jerry add
  3144. }
  3145. break;
  3146. case Timeout_Authorizing:
  3147. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= AUTHORIZE_TIMEOUT) {
  3148. _AuthorizedTimeout();
  3149. StopSystemTimeoutDet();
  3150. destroySelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  3151. }
  3152. break;
  3153. case Timeout_VerifyFail:
  3154. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= AUTHORIZE_FAIL_TIMEOUT) {
  3155. _AutoReturnTimeout();
  3156. StopSystemTimeoutDet();
  3157. destroySelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  3158. }
  3159. break;
  3160. case Timeout_VerifyComp:
  3161. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= AUTHORIZE_COMP_TIMEOUT) {
  3162. _AutoReturnTimeout();
  3163. StopSystemTimeoutDet();
  3164. }
  3165. break;
  3166. case Timeout_WaitPlug:
  3167. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= _connectionTimeout) {
  3168. _DetectPlugInTimeout();
  3169. StopSystemTimeoutDet();
  3170. destroySelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  3171. }
  3172. break;
  3173. case Timeout_ReturnToChargingGunDet: {
  3174. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= RETURN_TO_CHARGING_PAGE) {
  3175. if (getCurLcmPage() != _LCM_PRE_CHARGE &&
  3176. getCurLcmPage() != _LCM_CHARGING &&
  3177. getCurLcmPage() != _LCM_COMPLETE) {
  3178. destroySelGun(ShmSysConfigAndInfo->SysInfo.CurGunSelected); //jerry add
  3179. }
  3180. DisplayChargingInfo();
  3181. StopSystemTimeoutDet();
  3182. }
  3183. }
  3184. break;
  3185. case Timeout_AuthorizingForStop: {
  3186. if (GetTimeoutValue(ShmSysConfigAndInfo->SysInfo.SystemTimeoutTimer) / uSEC_VAL >= AUTHORIZE_STOP_TIMEOUT) {
  3187. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  3188. ClearAuthorizedFlag();
  3189. StopSystemTimeoutDet();
  3190. }
  3191. }
  3192. break;
  3193. }
  3194. // 各槍
  3195. for (byte gun_index = 0; gun_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun_index++) {
  3196. //printf("Timeout ***********TimeoutFlag = %d, ********\n", chargingInfo[gun_index]->TimeoutFlag);
  3197. switch (chargingInfo[gun_index]->TimeoutFlag) {
  3198. case Timeout_Preparing: {
  3199. if (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) / uSEC_VAL >= GUN_PREPARE_TIMEOUT) {
  3200. _PrepareTimeout(gun_index);
  3201. StopGunInfoTimeoutDet(gun_index);
  3202. destroySelGun(gun_index); //jerry add
  3203. }
  3204. }
  3205. break;
  3206. case Timeout_EvChargingDet: {
  3207. if (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) / uSEC_VAL >= GUN_EV_WAIT_TIMEOUT) {
  3208. _DetectEvChargingEnableTimeout(gun_index);
  3209. StopGunInfoTimeoutDet(gun_index);
  3210. destroySelGun(gun_index); //jerry add
  3211. }
  3212. }
  3213. break;
  3214. case Timeout_EvseChargingDet: {
  3215. if (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) / uSEC_VAL >= GUN_EVSE_WAIT_TIMEOUT) {
  3216. _DetectEvseChargingEnableTimeout(gun_index);
  3217. StopGunInfoTimeoutDet(gun_index);
  3218. destroySelGun(gun_index); //jerry add
  3219. }
  3220. }
  3221. break;
  3222. case Timeout_EvseCompleteDet: {
  3223. if (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) / uSEC_VAL >= GUN_COMP_WAIT_TIMEOUT) {
  3224. StopGunInfoTimeoutDet(gun_index);
  3225. destroySelGun(gun_index); //jerry add
  3226. }
  3227. }
  3228. break;
  3229. case Timeout_ForCcsPrechargeDet: {
  3230. if (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) / uSEC_VAL >= GUN_PRECHARGING_TIMEOUT) {
  3231. _CcsPrechargeTimeout(gun_index);
  3232. StopGunInfoTimeoutDet(gun_index);
  3233. destroySelGun(gun_index); //jerry add
  3234. }
  3235. }
  3236. break;
  3237. case Timeout_SelectGun: //Jerry add
  3238. if (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) / uSEC_VAL >= SEL_GUN_TIMEOUT) {
  3239. DEBUG_INFO_MSG("Timeout_SelectGun\r\n");
  3240. StopGunInfoTimeoutDet(gun_index);
  3241. destroySelGun(gun_index); //jerry add
  3242. }
  3243. break;
  3244. }
  3245. }
  3246. sleep(1);
  3247. }
  3248. }
  3249. }
  3250. void GetSystemTime()
  3251. {
  3252. struct timeb csuTime;
  3253. struct tm *tmCSU;
  3254. ftime(&csuTime);
  3255. tmCSU = localtime(&csuTime.time);
  3256. PRINTF_FUNC("Time : %04d-%02d-%02d %02d:%02d:%02d \n", tmCSU->tm_year + 1900,
  3257. tmCSU->tm_mon + 1, tmCSU->tm_mday, tmCSU->tm_hour, tmCSU->tm_min,
  3258. tmCSU->tm_sec);
  3259. // byte date[14];
  3260. //
  3261. //
  3262. // //sprintf(&date, "%d", );
  3263. //
  3264. // date[0] = '0' + ((tmCSU->tm_year + 1900) / 1000 % 10);
  3265. // date[0] = (tmCSU->tm_year + 1900) / 1000 % 10;
  3266. // date[1] = (tmCSU->tm_year + 1900) / 100 % 10;
  3267. // date[2] = (tmCSU->tm_year + 1900) / 10 % 10;
  3268. // date[3] = (tmCSU->tm_year + 1900) / 1 % 10;
  3269. //
  3270. // date[4] = (tmCSU->tm_mon + 1) / 10 % 10;
  3271. // date[5] = (tmCSU->tm_mon + 1) / 1 % 10;
  3272. //
  3273. // date[6] = (tmCSU->tm_mday) / 10 % 10;
  3274. // date[7] = (tmCSU->tm_mday) / 1 % 10;
  3275. //
  3276. // date[8] = (tmCSU->tm_hour) / 10 % 10;
  3277. // date[9] = (tmCSU->tm_hour) / 1 % 10;
  3278. //
  3279. // date[10] = (tmCSU->tm_min) / 10 % 10;
  3280. // date[11] = (tmCSU->tm_min) / 1 % 10;
  3281. //
  3282. // date[12] = (tmCSU->tm_sec) / 10 % 10;
  3283. // date[13] = (tmCSU->tm_sec) / 1 % 10;
  3284. // PRINTF_FUNC("%x, %x, %x, %x, %x, %x, %x, %x, %x, %x, %x, %x, %x, %x \n", date[0], date[1], date[2], date[3],
  3285. // date[4], date[5], date[6], date[7],
  3286. // date[8], date[9], date[10], date[11],
  3287. // date[12], date[13]);
  3288. }
  3289. void CheckFactoryConfigFunction()
  3290. {
  3291. if (ShmSysConfigAndInfo->SysInfo.FactoryConfiguration) {
  3292. system("cd /root;./FactoryConfig -m");
  3293. system("sync");
  3294. sleep(5);
  3295. system("reboot -f");
  3296. sleep(5);
  3297. system("reboot -f");
  3298. }
  3299. }
  3300. void CheckFwUpdateFunction()
  3301. {
  3302. //PRINTF_FUNC("ShmSysConfigAndInfo->SysInfo.FirmwareUpdate = %d \n", ShmSysConfigAndInfo->SysInfo.FirmwareUpdate);
  3303. if (ShmSysConfigAndInfo->SysInfo.FirmwareUpdate == YES) {
  3304. DEBUG_INFO_MSG("ftp : update start. \n");
  3305. KillTask();
  3306. if (CheckUpdateProcess() == PASS) {
  3307. DEBUG_INFO_MSG("ftp : update complete. \n");
  3308. } else {
  3309. DEBUG_INFO_MSG("ftp : update fail. \n");
  3310. }
  3311. ShmSysConfigAndInfo->SysInfo.FirmwareUpdate = NO;
  3312. sleep(5);
  3313. system("reboot -f");
  3314. } else if (ShmOCPP16Data->MsMsg.bits.UpdateFirmwareReq == YES) {
  3315. ShmOCPP16Data->MsMsg.bits.UpdateFirmwareReq = NO;
  3316. if (strcmp((char *)ShmOCPP16Data->FirmwareStatusNotification.Status, "Downloaded") == EQUAL) {
  3317. DEBUG_INFO_MSG("Backend : update start. \n");
  3318. strcpy((char *)ShmOCPP16Data->FirmwareStatusNotification.Status, "");
  3319. strcpy((char *)ShmOCPP16Data->FirmwareStatusNotification.Status, "Installing");
  3320. ShmOCPP16Data->SpMsg.bits.FirmwareStatusNotificationReq = YES;
  3321. KillTask();
  3322. for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++) {
  3323. setChargerMode(_index, MODE_UPDATE);
  3324. }
  3325. for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.AcConnectorCount; _index++) {
  3326. ac_chargingInfo[_index]->SystemStatus = MODE_UPDATE;
  3327. }
  3328. if (CheckUpdateProcess() == PASS) {
  3329. DEBUG_INFO_MSG("Backend : update complete. \n");
  3330. strcpy((char *)ShmOCPP16Data->FirmwareStatusNotification.Status, "Installed");
  3331. } else {
  3332. DEBUG_INFO_MSG("Backend : update fail. \n");
  3333. strcpy((char *)ShmOCPP16Data->FirmwareStatusNotification.Status, "InstallationFailed");
  3334. }
  3335. strcpy((char *)ShmOCPP16Data->FirmwareStatusNotification.Status, "Installed");
  3336. ShmOCPP16Data->SpMsg.bits.FirmwareStatusNotificationReq = YES;
  3337. sleep(5);
  3338. system("reboot -f");
  3339. }
  3340. }
  3341. }
  3342. //===============================================
  3343. // Check reservation date is expired
  3344. //===============================================
  3345. int isReservationExpired(unsigned char gun_index)
  3346. {
  3347. int result = NO;
  3348. struct tm expiredDate;
  3349. struct timeb expiredTime;
  3350. if (sscanf((char *) ShmOCPP16Data->ReserveNow[gun_index].ExpiryDate,
  3351. "%4d-%2d-%2dT%2d:%2d:%2d", &expiredDate.tm_year,
  3352. &expiredDate.tm_mon, &expiredDate.tm_mday, &expiredDate.tm_hour,
  3353. &expiredDate.tm_min, &expiredDate.tm_sec) == 6) {
  3354. expiredDate.tm_year -= 1900;
  3355. expiredDate.tm_mon -= 1;
  3356. expiredTime.time = mktime(&expiredDate);
  3357. if (!CheckTimeOut(expiredTime)) {
  3358. result = YES;
  3359. }
  3360. }
  3361. return result;
  3362. }
  3363. //===============================================
  3364. // OCPP
  3365. //===============================================
  3366. void CheckOcppStatus()
  3367. {
  3368. if (ShmOCPP16Data->SpMsg.bits.BootNotificationConf == YES) {
  3369. ShmOCPP16Data->SpMsg.bits.BootNotificationConf = NO;
  3370. }
  3371. if (ShmOCPP16Data->MsMsg.bits.ResetReq == YES) {
  3372. bool canReset = true;
  3373. if (ShmSysConfigAndInfo->SysWarningInfo.Level != 2) {
  3374. for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++) {
  3375. if (chargingInfo[_index]->SystemStatus != S_IDLE &&
  3376. chargingInfo[_index]->SystemStatus != S_RESERVATION &&
  3377. chargingInfo[_index]->SystemStatus != S_MAINTAIN) {
  3378. canReset = false;
  3379. if (chargingInfo[_index]->SystemStatus >= S_REASSIGN &&
  3380. chargingInfo[_index]->SystemStatus < S_TERMINATING) {
  3381. ChargingTerminalProcess(_index);
  3382. restartFlag = 1;
  3383. }
  3384. }
  3385. }
  3386. }
  3387. if (canReset) {
  3388. ShmOCPP16Data->MsMsg.bits.ResetReq = NO;
  3389. sprintf((char *)ShmOCPP16Data->Reset.ResponseStatus, "Accepted");
  3390. if (strcmp((char *)ShmOCPP16Data->Reset.Type, "Hard") == EQUAL) {
  3391. DEBUG_ERROR_MSG("****** Hard Reboot ****** \n");
  3392. ShmOCPP16Data->MsMsg.bits.ResetConf = YES;
  3393. sleep(3);
  3394. system("reboot -f");
  3395. } else if (strcmp((char *)ShmOCPP16Data->Reset.Type, "Soft") == EQUAL) {
  3396. DEBUG_ERROR_MSG("****** Soft Reboot ****** \n");
  3397. ShmOCPP16Data->MsMsg.bits.ResetConf = YES;
  3398. sleep(3);
  3399. system("killall OcppBackend &");
  3400. KillTask();
  3401. system("/usr/bin/run_evse_restart.sh");
  3402. }
  3403. }
  3404. }
  3405. }
  3406. void OcppStartTransation(byte gunIndex)
  3407. {
  3408. byte _OcppGunIndex = gunIndex;
  3409. // 如果有 AC 槍,而現在是 DC 第二把槍進入充電
  3410. if (ShmSysConfigAndInfo->SysConfig.AcConnectorCount == 1 && gunIndex == 1) {
  3411. _OcppGunIndex = 2;
  3412. }
  3413. if (strcmp((char *)chargingInfo[gunIndex]->StartUserId, "") == EQUAL) {
  3414. strcpy((char *)ShmOCPP16Data->StartTransaction[_OcppGunIndex].IdTag, (char *)ShmOCPP16Data->StartTransaction[_OcppGunIndex].IdTag);
  3415. } else {
  3416. strcpy((char *)ShmOCPP16Data->StartTransaction[_OcppGunIndex].IdTag, (char *)chargingInfo[gunIndex]->StartUserId);
  3417. }
  3418. PRINTF_FUNC("IdTag = %s \n", ShmOCPP16Data->StartTransaction[_OcppGunIndex].IdTag);
  3419. ShmOCPP16Data->CpMsg.bits[_OcppGunIndex].StartTransactionReq = YES;
  3420. }
  3421. void OcppStopTransation(byte gunIndex)
  3422. {
  3423. byte _OcppGunIndex = gunIndex;
  3424. // 如果有 AC 槍,而現在是 DC 第二把槍進入充電
  3425. if (ShmSysConfigAndInfo->SysConfig.AcConnectorCount == 1 && gunIndex == 1) {
  3426. _OcppGunIndex = 2;
  3427. }
  3428. if (strcmp((char *)chargingInfo[gunIndex]->StartUserId, "") == EQUAL) {
  3429. strcpy((char *)ShmOCPP16Data->StopTransaction[_OcppGunIndex].IdTag, (char *)ShmOCPP16Data->StopTransaction[_OcppGunIndex].IdTag);
  3430. } else {
  3431. strcpy((char *)ShmOCPP16Data->StopTransaction[_OcppGunIndex].IdTag, (char *)chargingInfo[gunIndex]->StartUserId);
  3432. }
  3433. PRINTF_FUNC("IdTag = %s \n", ShmOCPP16Data->StopTransaction[_OcppGunIndex].IdTag);
  3434. ShmOCPP16Data->CpMsg.bits[_OcppGunIndex].StopTransactionReq = YES;
  3435. }
  3436. bool OcppRemoteStop(byte gunIndex)
  3437. {
  3438. byte acDirIndex = ShmSysConfigAndInfo->SysConfig.AcConnectorCount;
  3439. // 有 AC 槍的話
  3440. if (acDirIndex > 0 && gunIndex > 0) {
  3441. gunIndex += acDirIndex;
  3442. }
  3443. bool result = ShmOCPP16Data->CsMsg.bits[gunIndex].RemoteStopTransactionReq;
  3444. if (ShmOCPP16Data->CsMsg.bits[gunIndex].RemoteStopTransactionReq == YES) {
  3445. strcpy((char *)ShmOCPP16Data->StopTransaction[gunIndex].StopReason, "Remote");
  3446. ShmOCPP16Data->CsMsg.bits[gunIndex].RemoteStopTransactionReq = NO;
  3447. }
  3448. return result;
  3449. }
  3450. void OcppRemoteStartChk()
  3451. {
  3452. if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_NO_CHARGING)
  3453. {}
  3454. else if (!isDetectPlugin()) {
  3455. // 如果有 AC 槍,則固定是第 2 把槍,所以索引固定為 1
  3456. byte acDirIndex = ShmSysConfigAndInfo->SysConfig.AcConnectorCount;
  3457. for (byte ac_index = 0; ac_index < ShmSysConfigAndInfo->SysConfig.AcConnectorCount; ac_index++) {
  3458. if (ShmOCPP16Data->CsMsg.bits[acDirIndex].RemoteStartTransactionReq == YES) {
  3459. if (ac_chargingInfo[ac_index]->SystemStatus == S_IDLE ||
  3460. ac_chargingInfo[ac_index]->SystemStatus == S_RESERVATION) {
  3461. ShmOCPP16Data->CsMsg.bits[acDirIndex].RemoteStartTransactionReq = NO;
  3462. ac_chargingInfo[ac_index]->RemoteStartFlag = YES;
  3463. ShmSysConfigAndInfo->SysInfo.OrderCharging = YES;
  3464. //ShmSysConfigAndInfo->SysInfo.OrderCharging = DEFAULT_AC_INDEX;
  3465. ShmOCPP16Data->CsMsg.bits[ShmSysConfigAndInfo->SysConfig.TotalConnectorCount + ac_index].RemoteStartTransactionReq = NO;
  3466. DetectPluginStart();
  3467. return;
  3468. }
  3469. ShmOCPP16Data->CsMsg.bits[acDirIndex].RemoteStartTransactionReq = NO;
  3470. }
  3471. }
  3472. byte threeGunIndex = 0;
  3473. byte dcIndex = 0;
  3474. bool isGunUsingStatus = false;
  3475. for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++) {
  3476. // 如果有 AC 槍,且 DC 槍也有兩把
  3477. if (acDirIndex == 1 && _index == 1) {
  3478. threeGunIndex = 1;
  3479. }
  3480. if (ShmOCPP16Data->CsMsg.bits[_index + threeGunIndex].RemoteStartTransactionReq == YES) {
  3481. dcIndex = _index;
  3482. }
  3483. if (chargingInfo[_index]->SystemStatus != S_IDLE) {
  3484. isGunUsingStatus = true;
  3485. }
  3486. }
  3487. // 如果是雙槍單模,只認閒置狀態的槍,如果有預約~ 則預約也算被使用
  3488. if (isGunUsingStatus && ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf) {
  3489. if (dcIndex == 0) {
  3490. threeGunIndex = 0;
  3491. }
  3492. ShmOCPP16Data->CsMsg.bits[dcIndex + threeGunIndex].RemoteStartTransactionReq = NO;
  3493. return;
  3494. }
  3495. if (dcIndex == 0) {
  3496. threeGunIndex = 0;
  3497. }
  3498. if (ShmOCPP16Data->CsMsg.bits[dcIndex + threeGunIndex].RemoteStartTransactionReq == YES) {
  3499. if (chargingInfo[dcIndex]->SystemStatus == S_IDLE ||
  3500. chargingInfo[dcIndex]->SystemStatus == S_RESERVATION) {
  3501. chargingInfo[dcIndex]->RemoteStartFlag = YES;
  3502. ShmSysConfigAndInfo->SysInfo.OrderCharging = YES;
  3503. //ShmSysConfigAndInfo->SysInfo.OrderCharging = gun_index;
  3504. ShmOCPP16Data->CsMsg.bits[dcIndex + threeGunIndex].RemoteStartTransactionReq = NO;
  3505. DetectPluginStart();
  3506. setSelGunWaitToAuthor(dcIndex); //Jerry add
  3507. }
  3508. ShmOCPP16Data->CsMsg.bits[dcIndex + threeGunIndex].RemoteStartTransactionReq = NO;
  3509. }
  3510. }
  3511. }
  3512. void ChkOcppStatus(byte gunIndex)
  3513. {
  3514. if (chargingInfo[gunIndex]->SystemStatus == S_IDLE &&
  3515. ShmOCPP16Data->CsMsg.bits[gunIndex].ReserveNowReq == YES) {
  3516. ShmOCPP16Data->CsMsg.bits[gunIndex].ReserveNowReq = NO;
  3517. if (isReservationExpired(gunIndex)) {
  3518. PRINTF_FUNC("***************ChkOcppStatus : OcppReservedStatus******************** \n");
  3519. DEBUG_ERROR_MSG("***************ChkOcppStatus : OcppReservedStatus******************** \n");
  3520. chargingInfo[gunIndex]->ReservationId = ShmOCPP16Data->ReserveNow[gunIndex].ReservationId;
  3521. chargingInfo[gunIndex]->SystemStatus = S_RESERVATION;
  3522. }
  3523. ShmOCPP16Data->CsMsg.bits[gunIndex].ReserveNowConf = YES;
  3524. }
  3525. if (chargingInfo[gunIndex]->SystemStatus == S_RESERVATION &&
  3526. ShmOCPP16Data->CsMsg.bits[gunIndex].CancelReservationReq == YES) {
  3527. ShmOCPP16Data->CsMsg.bits[gunIndex].CancelReservationReq = NO;
  3528. if (isReservationExpired(gunIndex)) {
  3529. PRINTF_FUNC("***************ChkOcppStatus : Cancel OcppReservedStatus******************** \n");
  3530. DEBUG_ERROR_MSG("***************ChkOcppStatus : Cancel OcppReservedStatus******************** \n");
  3531. chargingInfo[gunIndex]->ReservationId = 0;
  3532. chargingInfo[gunIndex]->SystemStatus = S_IDLE;
  3533. }
  3534. ShmOCPP16Data->CsMsg.bits[gunIndex].CancelReservationConf = YES;
  3535. }
  3536. if (ShmOCPP16Data->CsMsg.bits[gunIndex].ChangeAvailabilityReq == YES) {
  3537. PRINTF_FUNC("***************ChkOcppStatus : OcppChangeAvailability******************** \n");
  3538. DEBUG_ERROR_MSG("***************ChkOcppStatus : OcppChangeAvailability******************** \n");
  3539. ShmOCPP16Data->CsMsg.bits[gunIndex].ChangeAvailabilityReq = NO;
  3540. if (strcmp((char *)ShmOCPP16Data->ChangeAvailability[gunIndex].Type, "Operative") == EQUAL) {
  3541. if (isDb_ready) {
  3542. DB_Update_Operactive(localDb, gunIndex, true);
  3543. }
  3544. chargingInfo[gunIndex]->IsAvailable = YES;
  3545. if (chargingInfo[gunIndex]->SystemStatus == S_IDLE ||
  3546. chargingInfo[gunIndex]->SystemStatus == S_RESERVATION ||
  3547. chargingInfo[gunIndex]->SystemStatus == S_MAINTAIN) {
  3548. setChargerMode(gunIndex, MODE_IDLE);
  3549. }
  3550. } else if (strcmp((char *)ShmOCPP16Data->ChangeAvailability[gunIndex].Type, "Inoperative") == EQUAL) {
  3551. if (isDb_ready) {
  3552. DB_Update_Operactive(localDb, gunIndex, false);
  3553. }
  3554. chargingInfo[gunIndex]->IsAvailable = NO;
  3555. if (chargingInfo[gunIndex]->SystemStatus == S_IDLE ||
  3556. chargingInfo[gunIndex]->SystemStatus == S_RESERVATION ||
  3557. chargingInfo[gunIndex]->SystemStatus == S_MAINTAIN) {
  3558. setChargerMode(gunIndex, MODE_MAINTAIN);
  3559. }
  3560. }
  3561. }
  3562. if (ShmOCPP16Data->CsMsg.bits[gunIndex].UnlockConnectorReq == YES) {
  3563. ShmOCPP16Data->CsMsg.bits[gunIndex].UnlockConnectorReq = NO;
  3564. if (chargingInfo[gunIndex]->SystemStatus >= S_REASSIGN_CHECK ||
  3565. chargingInfo[gunIndex]->SystemStatus <= S_CHARGING) {
  3566. // 充電中,需停止充電
  3567. strcpy((char *)ShmOCPP16Data->StopTransaction[gunIndex].StopReason, "UnlockCommand");
  3568. ChargingTerminalProcess(gunIndex);
  3569. }
  3570. strcpy((char *)ShmOCPP16Data->UnlockConnector[gunIndex].ResponseStatus, "Unlocked");
  3571. ShmOCPP16Data->CsMsg.bits[gunIndex].UnlockConnectorConf = YES;
  3572. }
  3573. }
  3574. bool CheckBackendChargingTimeout(byte gunIndex)
  3575. {
  3576. bool result = false;
  3577. if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_ENABLE) {
  3578. if (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration > 0) {
  3579. if (chargingInfo[gunIndex]->PresentChargedDuration > (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration * 60)) {
  3580. result = true;
  3581. }
  3582. }
  3583. } else if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) {
  3584. // 隨插即充電的要看 offline
  3585. if (ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration > 0) {
  3586. if (chargingInfo[gunIndex]->PresentChargedDuration > (ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration * 60)) {
  3587. result = true;
  3588. }
  3589. }
  3590. }
  3591. return result;
  3592. }
  3593. bool CheckBackendChargingEnergy(byte gunIndex)
  3594. {
  3595. bool result = false;
  3596. if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_ENABLE) {
  3597. if (ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy > 0) {
  3598. if (chargingInfo[gunIndex]->PresentChargedEnergy > ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy) {
  3599. result = true;
  3600. }
  3601. }
  3602. } else if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) {
  3603. // 隨插即充電的要看 offline
  3604. if (ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy > 0) {
  3605. if (chargingInfo[gunIndex]->PresentChargedEnergy > (ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy)) {
  3606. result = true;
  3607. }
  3608. }
  3609. }
  3610. return result;
  3611. }
  3612. void InformOcppErrOccur(byte codeType)
  3613. {
  3614. char _error[25];
  3615. switch (codeType) {
  3616. case 4: strcpy(_error, "InternalError"); break;
  3617. case 6: strcpy(_error, "NoError"); break;
  3618. case 7: strcpy(_error, "OtherError"); break;
  3619. case 13: strcpy(_error, "UnderVoltage"); break;
  3620. case 14: strcpy(_error, "OverVoltage"); break;
  3621. }
  3622. for (byte gun_index = 0; gun_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun_index++) {
  3623. strcpy((char *)ShmOCPP16Data->StatusNotification[gun_index].ErrorCode, _error);
  3624. }
  3625. }
  3626. //===============================================
  3627. // SQLite3 related routine
  3628. //===============================================
  3629. int DB_Open(sqlite3 *db)
  3630. {
  3631. int result = PASS;
  3632. char *errMsg = NULL;
  3633. char *createRecordSql = "CREATE TABLE IF NOT EXISTS charging_record("
  3634. "idx integer primary key AUTOINCREMENT, "
  3635. "reservationId text, "
  3636. "transactionId text, "
  3637. "startMethod text, "
  3638. "userId text, "
  3639. "dateTimeStart text, "
  3640. "dateTimeStop text,"
  3641. "socStart text, "
  3642. "socStop text, "
  3643. "chargeEnergy text, "
  3644. "stopReason text"
  3645. ");";
  3646. char *createCfgSql = "CREATE TABLE IF NOT EXISTS `config` ( "
  3647. "`idx` INTEGER PRIMARY KEY AUTOINCREMENT, "
  3648. "`IsAvailable` TEXT NOT NULL, "
  3649. "`connector` INTEGER NOT NULL, "
  3650. "`val` TEXT NOT NULL, unique(IsAvailable,connector) on conflict replace);";
  3651. if (sqlite3_open(DB_FILE, &db)) {
  3652. result = FAIL;
  3653. PRINTF_FUNC( "Can't open database: %s\r\n", sqlite3_errmsg(db));
  3654. sqlite3_close(db);
  3655. } else {
  3656. PRINTF_FUNC( "Local charging record database open successfully.\r\n");
  3657. if (sqlite3_exec(db, createRecordSql, 0, 0, &errMsg) != SQLITE_OK) {
  3658. result = FAIL;
  3659. PRINTF_FUNC( "Create local charging record table error message: %s\n", errMsg);
  3660. } else {
  3661. PRINTF_FUNC( "Opened local charging record table successfully\n");
  3662. }
  3663. if (sqlite3_exec(db, createCfgSql, 0, 0, &errMsg) != SQLITE_OK) {
  3664. result = FAIL;
  3665. PRINTF_FUNC( "Create local config table error message: %s\n", errMsg);
  3666. } else {
  3667. PRINTF_FUNC( "Opened local config table successfully\n");
  3668. }
  3669. sqlite3_close(db);
  3670. }
  3671. return result;
  3672. }
  3673. int DB_Insert_Record(sqlite3 *db, int gun_index)
  3674. {
  3675. int result = PASS;
  3676. char *errMsg = NULL;
  3677. char insertSql[1024];
  3678. sprintf(insertSql, "insert into charging_record(reservationId, transactionId, startMethod, userId, dateTimeStart, dateTimeStop, socStart, socStop, chargeEnergy, stopReason) "
  3679. "values('%d', '%d', '%d', '%s', '%s', '%s', '%d', '%d', '%f', '%s');",
  3680. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].ReservationId,
  3681. ShmOCPP16Data->StartTransaction[gun_index].ResponseTransactionId,
  3682. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod,
  3683. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId,
  3684. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartDateTime,
  3685. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StopDateTime,
  3686. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].EvBatterySoc,
  3687. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].EvBatterySoc,
  3688. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy,
  3689. ShmOCPP16Data->StopTransaction[gun_index].StopReason);
  3690. if (sqlite3_open("/Storage/ChargeLog/localCgargingRecord.db", &db)) {
  3691. result = FAIL;
  3692. PRINTF_FUNC( "Can't open database: %s\r\n", sqlite3_errmsg(db));
  3693. sqlite3_close(db);
  3694. } else {
  3695. PRINTF_FUNC( "Local charging record database open successfully.\r\n");
  3696. if (sqlite3_exec(db, insertSql, 0, 0, &errMsg) != SQLITE_OK) {
  3697. result = FAIL;
  3698. PRINTF_FUNC( "Insert local charging record error message: %s\n", errMsg);
  3699. } else {
  3700. PRINTF_FUNC( "Insert local charging record successfully\n");
  3701. }
  3702. sqlite3_close(db);
  3703. }
  3704. return result;
  3705. }
  3706. int DB_Update_Operactive(sqlite3 *db, uint8_t gun_index, uint8_t IsAvailable)
  3707. {
  3708. uint8_t result = false;
  3709. char *errMsg = NULL;
  3710. char sqlStr[1024];
  3711. srand(time(NULL));
  3712. if (sqlite3_open(DB_FILE, &db)) {
  3713. result = FAIL;
  3714. PRINTF_FUNC( "Can't open database: %s\r\n", sqlite3_errmsg(db));
  3715. sqlite3_close(db);
  3716. } else {
  3717. PRINTF_FUNC( "Local charging record database open successfully (%d).\r\n", IsAvailable);
  3718. sprintf(sqlStr, "insert or replace into config (IsAvailable, connector, val) values('IsAvailable', %d, %d);", gun_index, IsAvailable);
  3719. PRINTF_FUNC("sqlStr= %s\r\n", sqlStr);
  3720. if (sqlite3_exec(db, sqlStr, 0, 0, &errMsg) != SQLITE_OK) {
  3721. result = FAIL;
  3722. PRINTF_FUNC( "update config error message: %s\n", errMsg);
  3723. } else {
  3724. PRINTF_FUNC("update connector-%d config item isOperactive to %d\r\n", gun_index, IsAvailable);
  3725. }
  3726. sqlite3_close(db);
  3727. }
  3728. return result;
  3729. }
  3730. int DB_Get_Operactive(sqlite3 *db, uint8_t gun_index)
  3731. {
  3732. uint8_t result = true;
  3733. char *errMsg = NULL;
  3734. char sqlStr[1024];
  3735. char **rs;
  3736. int rows, cols;
  3737. sprintf(sqlStr, "select * from config where IsAvailable='IsAvailable' and connector=%d;", gun_index);
  3738. //DEBUG_INFO("sqlStr= %s\r\n", sqlStr);
  3739. if (sqlite3_open(DB_FILE, &db)) {
  3740. result = FAIL;
  3741. PRINTF_FUNC( "Can't open database: %s\r\n", sqlite3_errmsg(db));
  3742. sqlite3_close(db);
  3743. } else {
  3744. PRINTF_FUNC( "Local config query database open successfully.\r\n");
  3745. sqlite3_get_table(db, sqlStr, &rs, &rows, &cols, &errMsg);
  3746. if (rows > 0) {
  3747. for (int idxRow = 1; idxRow <= rows; idxRow++) {
  3748. if (strcmp(rs[(idxRow * cols) + 3], "0") == 0) {
  3749. result = false;
  3750. }
  3751. PRINTF_FUNC("Query connector-%d isOperactive: %s\r\n", gun_index, rs[(idxRow * cols) + 3]);
  3752. }
  3753. } else {
  3754. PRINTF_FUNC("Query connector-%d fail, set default value to operactive.\r\n", gun_index);
  3755. }
  3756. sqlite3_free_table(rs);
  3757. sqlite3_close(db);
  3758. }
  3759. return result;
  3760. }
  3761. //===============================================
  3762. // Config process
  3763. //===============================================
  3764. void AddPlugInTimes(byte gunIndex)
  3765. {
  3766. if (chargingInfo[gunIndex]->Type == _Type_Chademo) {
  3767. ShmSysConfigAndInfo->SysConfig.ChademoPlugInTimes += 1;
  3768. } else if (chargingInfo[gunIndex]->Type == _Type_CCS_2) {
  3769. ShmSysConfigAndInfo->SysConfig.Ccs2PlugInTimes += 1;
  3770. } else if (chargingInfo[gunIndex]->Type == _Type_GB) {
  3771. ShmSysConfigAndInfo->SysConfig.GbPlugInTimes += 1;
  3772. }
  3773. }
  3774. void ChangeStartOrStopDateTime(byte isStart, byte gunIndex)
  3775. {
  3776. char cmdBuf[32];
  3777. struct timeb csuTime;
  3778. struct tm *tmCSU;
  3779. ftime(&csuTime);
  3780. tmCSU = localtime(&csuTime.time);
  3781. sprintf(cmdBuf, "%04d-%02d-%02d %02d:%02d:%02d", tmCSU->tm_year + 1900,
  3782. tmCSU->tm_mon + 1, tmCSU->tm_mday, tmCSU->tm_hour, tmCSU->tm_min,
  3783. tmCSU->tm_sec);
  3784. if (isStart) {
  3785. strcpy((char *)chargingInfo[gunIndex]->StartDateTime, cmdBuf);
  3786. } else {
  3787. strcpy((char *)chargingInfo[gunIndex]->StopDateTime, cmdBuf);
  3788. }
  3789. }
  3790. void zipLogFiles()
  3791. {
  3792. const char *logPath = "/Storage/SystemLog";
  3793. // 獲取目錄
  3794. DIR *pDir = opendir(logPath);
  3795. if (pDir != NULL) {
  3796. struct timeb csuTime;
  3797. struct tm *tmCSU;
  3798. ftime(&csuTime);
  3799. tmCSU = localtime(&csuTime.time);
  3800. // PRINTF_FUNC("Time : %04d-%02d-%02d %02d:%02d:%02d \n", tmCSU->tm_year + 1900,
  3801. // tmCSU->tm_mon + 1, tmCSU->tm_mday, tmCSU->tm_hour, tmCSU->tm_min,
  3802. // tmCSU->tm_sec);
  3803. // Read items inside the folder
  3804. struct dirent *pEntry = NULL;
  3805. while ((pEntry = readdir(pDir)) != NULL) {
  3806. if (strcmp(pEntry->d_name, ".") != 0 &&
  3807. strcmp(pEntry->d_name, "..") != 0 &&
  3808. strncmp(pEntry->d_name, "[", 1) == 0 &&
  3809. strstr(pEntry->d_name, "tar") < 0) {
  3810. char yearC[5];
  3811. unsigned short year = 0;
  3812. char monthC[3];
  3813. unsigned short month = 0;
  3814. yearC[4] = '\0';
  3815. strncpy(yearC, pEntry->d_name + 1, 4);
  3816. monthC[2] = '\0';
  3817. strncpy(monthC, pEntry->d_name + 6, 2);
  3818. year = atoi(yearC);
  3819. month = atoi(monthC);
  3820. if (year != 0) {
  3821. if (year < tmCSU->tm_year + 1900 ||
  3822. (year >= tmCSU->tm_year + 1900 && month < tmCSU->tm_mon + 1)) {
  3823. DEBUG_INFO_MSG("tar file name : %s \n", pEntry->d_name);
  3824. char file[256];
  3825. memset(file, 0x00, sizeof(file));
  3826. strcat(file, "tar zcvf ");
  3827. strcat(file, logPath);
  3828. strncat(file, "/", 1);
  3829. strcat(file, pEntry->d_name);
  3830. strcat(file, ".tar");
  3831. strncat(file, " ", 1);
  3832. strcat(file, logPath);
  3833. strncat(file, "/", 1);
  3834. strcat(file, pEntry->d_name);
  3835. PRINTF_FUNC("zip = %s \n", file);
  3836. system(file);
  3837. }
  3838. }
  3839. }
  3840. }
  3841. }
  3842. // Close folder
  3843. closedir(pDir);
  3844. }
  3845. void ChangeGunSelectByIndex(byte sel)
  3846. {
  3847. ShmSysConfigAndInfo->SysInfo.CurGunSelected = sel;
  3848. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = NO_DEFINE;
  3849. }
  3850. void CheckIsAlternatvieByModelName()
  3851. {
  3852. // 黑白機 ?
  3853. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.ModelName, "DWWU301J0UT1PH") == EQUAL ||
  3854. strcmp((char *)ShmSysConfigAndInfo->SysConfig.ModelName, "DWYE301J0ET1PH") == EQUAL ||
  3855. strcmp((char *)ShmSysConfigAndInfo->SysConfig.ModelName, "DSYE301J3EW2PH") == EQUAL ||
  3856. strcmp((char *)ShmSysConfigAndInfo->SysConfig.ModelName, "DWYC301J0UW1PH") == EQUAL) {
  3857. ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf = YES;
  3858. } else {
  3859. ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf = NO;
  3860. }
  3861. }
  3862. void StopProcessingLoop()
  3863. {
  3864. for (;;) {
  3865. CheckFactoryConfigFunction();
  3866. CheckFwUpdateFunction();
  3867. sleep(1);
  3868. }
  3869. }
  3870. void CreateWatchdog()
  3871. {
  3872. if (ShmSysConfigAndInfo->SysConfig.SwitchDebugFlag == NO) {
  3873. wtdFd = InitWatchDog();
  3874. if (wtdFd < 0) {
  3875. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = 1;
  3876. }
  3877. }
  3878. }
  3879. bool IsConnectorWholeIdle()
  3880. {
  3881. bool result = true;
  3882. for (byte count = 0; count < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; count++) {
  3883. if (chargingInfo[count]->SystemStatus != S_IDLE &&
  3884. chargingInfo[count]->SystemStatus != S_RESERVATION) {
  3885. result = false;
  3886. break;
  3887. }
  3888. }
  3889. for (byte count = 0; count < ShmSysConfigAndInfo->SysConfig.AcConnectorCount; count++) {
  3890. if (ac_chargingInfo[count]->SystemStatus != S_IDLE &&
  3891. ac_chargingInfo[count]->IsErrorOccur == NO) {
  3892. result = false;
  3893. break;
  3894. }
  3895. }
  3896. return result;
  3897. }
  3898. void ClearAlarmCodeWhenAcOff()
  3899. {
  3900. if (!ShmSysConfigAndInfo->SysInfo.AcContactorStatus) {
  3901. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.PsuNoResource = NO;
  3902. }
  3903. }
  3904. //==========================================
  3905. // Check task processing
  3906. //==========================================
  3907. void CheckTask()
  3908. {
  3909. /*+++ 20200908, vern, disable it for DD360 +++*/
  3910. #if 0
  3911. if (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') {
  3912. if (system("pidof -s Module_4g > /dev/null") != 0) {
  3913. DEBUG_ERROR_MSG("Module_4g not running, restart it.\r\n");
  3914. system("/root/Module_4g &");
  3915. }
  3916. } else if (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') {
  3917. if (system("pidof -s Module_Wifi > /dev/null") != 0) {
  3918. DEBUG_ERROR_MSG("Module_Wifi not running, restart it.\r\n");
  3919. system("/root/Module_Wifi &");
  3920. }
  3921. }
  3922. if (strcmp((char *)ShmSysConfigAndInfo->SysConfig.OcppServerURL, "") != EQUAL &&
  3923. strcmp((char *)ShmSysConfigAndInfo->SysConfig.ChargeBoxId, "") != EQUAL) {
  3924. if (system("pidof -s OcppBackend > /dev/null") != 0) {
  3925. DEBUG_ERROR_MSG("OcppBackend not running, restart it.\r\n");
  3926. system("/root/OcppBackend &");
  3927. }
  3928. }
  3929. #endif
  3930. /*--- 20200908, vern, disable it for DD360 ---*/
  3931. if (system("pidof -s Module_ProduceUtils > /dev/null") != 0) {
  3932. DEBUG_ERROR_MSG("Module_ProduceUtils not running, restart it.\r\n");
  3933. system ("/root/Module_ProduceUtils &");
  3934. }
  3935. }
  3936. //==========================================
  3937. // Check Smart Charging Profile
  3938. //==========================================
  3939. int GetStartScheduleTime(unsigned char *time)
  3940. {
  3941. int result = -1;
  3942. struct tm tmScheduleStart;
  3943. struct timeb tbScheduleStart;
  3944. if ((sscanf((char *)time, "%4d-%2d-%2dT%2d:%2d:%2d", &tmScheduleStart.tm_year, &tmScheduleStart.tm_mon, &tmScheduleStart.tm_mday, &tmScheduleStart.tm_hour, &tmScheduleStart.tm_min, &tmScheduleStart.tm_sec) == 6)) {
  3945. tmScheduleStart.tm_year -= 1900;
  3946. tmScheduleStart.tm_mon -= 1;
  3947. tbScheduleStart.time = mktime(&tmScheduleStart);
  3948. tbScheduleStart.millitm = 0;
  3949. result = DiffTimebWithNow(tbScheduleStart) / 1000;
  3950. }
  3951. return result;
  3952. }
  3953. void CheckSmartChargeProfile(byte _index)
  3954. {
  3955. if (ShmOCPP16Data->CSUMsg.bits[_index].ChargingProfileConf == NO) {
  3956. if (ShmOCPP16Data->CSUMsg.bits[_index].ChargingProfileReq == NO) {
  3957. ShmOCPP16Data->CSUMsg.bits[_index].ChargingProfileReq = YES;
  3958. }
  3959. } else {
  3960. // Get Charging Profile
  3961. ShmOCPP16Data->CSUMsg.bits[_index].ChargingProfileConf = NO;
  3962. if (strcmp((char *)ShmOCPP16Data->SmartChargingProfile[_index].ChargingProfileKind, "Absolute") == EQUAL) {
  3963. int _time = GetStartScheduleTime(ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.StartSchedule);
  3964. byte _startCount = NO_DEFINE;
  3965. byte _maxCount = ARRAY_SIZE(ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod);
  3966. for (byte _count = 0; _count < _maxCount; _count++) {
  3967. // 預設最小輸出電流 (MIN_OUTPUT_CUR) A
  3968. if (_time >= ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[_count].StartPeriod &&
  3969. ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[_count].Limit > MIN_OUTPUT_CUR) {
  3970. _startCount = _count;
  3971. }
  3972. }
  3973. PRINTF_FUNC("_startCount = %d \n", _startCount);
  3974. if (_startCount < _maxCount) {
  3975. PRINTF_FUNC("*********Limit = %f \n", ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[_startCount].Limit);
  3976. chargingInfo[_index]->ChargingProfileCurrent = ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[_startCount].Limit * 10;
  3977. chargingInfo[_index]->ChargingProfilePower = ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[_startCount].Limit * chargingInfo[_index]->EvBatterytargetVoltage / 100;
  3978. //chargingInfo[_index]->ChargingProfilePower = ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[_startCount].Limit * AC_OUTPUT_VOL;
  3979. // if ((chargingInfo[_index]->EvBatterytargetVoltage * 10) > 0)
  3980. // {
  3981. // chargingInfo[_index]->ChargingProfileCurrent = chargingInfo[_index]->ChargingProfilePower / (chargingInfo[_index]->EvBatterytargetVoltage * 10);
  3982. // }
  3983. } else {
  3984. chargingInfo[_index]->ChargingProfilePower = -1;
  3985. chargingInfo[_index]->ChargingProfileCurrent = -1;
  3986. }
  3987. PRINTF_FUNC("ChargingProfilePower = %f \n", chargingInfo[_index]->ChargingProfilePower);
  3988. PRINTF_FUNC("ChargingProfileCurrent = %f \n", chargingInfo[_index]->ChargingProfileCurrent);
  3989. }
  3990. //
  3991. // printf("-------------Schedule------------\n");
  3992. // printf("index = %d \n", _index);
  3993. // printf("StartSchedule = %s \n", ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.StartSchedule);
  3994. // printf("ChargingRateUnit = %s \n", ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingRateUnit);
  3995. // printf("----------SchedulePeriod---------\n");
  3996. // for (int v = 0; v < 10; v++)
  3997. // {
  3998. // printf("StartPeriod = %d \n", ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[v].StartPeriod);
  3999. // printf("Limit = %f \n", ShmOCPP16Data->SmartChargingProfile[_index].ChargingSchedule.ChargingSchedulePeriod[v].Limit);
  4000. // }
  4001. // printf("---------------------------------\n");
  4002. }
  4003. }
  4004. void CheckReturnToChargingConn()
  4005. {
  4006. if ((ShmSysConfigAndInfo->SysConfig.TotalConnectorCount + ShmSysConfigAndInfo->SysConfig.AcConnectorCount) > 1 &&
  4007. ShmSysConfigAndInfo->SysInfo.PageIndex != _LCM_AUTHORIZING &&
  4008. ShmSysConfigAndInfo->SysInfo.PageIndex != _LCM_AUTHORIZ_FAIL &&
  4009. ShmSysConfigAndInfo->SysInfo.PageIndex != _LCM_AUTHORIZ_COMP &&
  4010. ShmSysConfigAndInfo->SysInfo.PageIndex != _LCM_WAIT_FOR_PLUG) {
  4011. bool isReturnTimeout = false;
  4012. for (byte count = 0; count < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; count++) {
  4013. // 如果選的 DC 槍在充電~ 則 DC 槍不改變
  4014. if (count == ShmSysConfigAndInfo->SysInfo.CurGunSelected) {
  4015. if ((chargingInfo[count]->SystemStatus >= S_REASSIGN_CHECK && chargingInfo[count]->SystemStatus <= S_COMPLETE) ||
  4016. (chargingInfo[count]->SystemStatus >= S_CCS_PRECHARGE_ST0 && chargingInfo[count]->SystemStatus <= S_CCS_PRECHARGE_ST1)) {
  4017. isReturnTimeout = false;
  4018. break;
  4019. }
  4020. } else if (count != ShmSysConfigAndInfo->SysInfo.CurGunSelected) {
  4021. if ((chargingInfo[count]->SystemStatus >= S_REASSIGN_CHECK && chargingInfo[count]->SystemStatus <= S_COMPLETE) ||
  4022. (chargingInfo[count]->SystemStatus >= S_CCS_PRECHARGE_ST0 && chargingInfo[count]->SystemStatus <= S_CCS_PRECHARGE_ST1)) {
  4023. isReturnTimeout = true;
  4024. StartSystemTimeoutDet(Timeout_ReturnToChargingGunDet);
  4025. }
  4026. }
  4027. }
  4028. // AC 槍
  4029. if (!isReturnTimeout && ShmSysConfigAndInfo->SysConfig.AcConnectorCount > 0) {
  4030. // 沒有選中 AC,且 AC 在充電中
  4031. if (ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == NO_DEFINE &&
  4032. (ac_chargingInfo[0]->SystemStatus >= S_PREPARNING && ac_chargingInfo[0]->SystemStatus <= S_COMPLETE)) {
  4033. // 當前 DC 充電槍在 idle 狀態
  4034. if (chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus == S_IDLE ||
  4035. chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus == S_RESERVATION) {
  4036. isReturnTimeout = true;
  4037. StartSystemTimeoutDet(Timeout_ReturnToChargingGunDet);
  4038. }
  4039. } else if (ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == DEFAULT_AC_INDEX &&
  4040. ((chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus >= S_REASSIGN_CHECK && chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus <= S_COMPLETE) ||
  4041. (chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus >= S_CCS_PRECHARGE_ST0 && chargingInfo[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus <= S_CCS_PRECHARGE_ST1))) {
  4042. // 當前 DC 充電槍在 idle 狀態
  4043. if (ac_chargingInfo[0]->SystemStatus == S_IDLE ||
  4044. ac_chargingInfo[0]->SystemStatus == S_RESERVATION) {
  4045. isReturnTimeout = true;
  4046. StartSystemTimeoutDet(Timeout_ReturnToChargingGunDet);
  4047. }
  4048. }
  4049. }
  4050. if (!isReturnTimeout) {
  4051. StopSystemTimeoutDet();
  4052. }
  4053. }
  4054. }
  4055. bool GetStartChargingByAlterMode(byte _gun)
  4056. {
  4057. bool result = true;
  4058. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount == 2 &&
  4059. ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf == YES) {
  4060. for (byte _select = 0; _select < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _select++) {
  4061. if (_select != _gun) {
  4062. if (chargingInfo[_select]->SystemStatus != S_IDLE &&
  4063. chargingInfo[_select]->SystemStatus != S_RESERVATION) {
  4064. result = false;
  4065. break;
  4066. }
  4067. }
  4068. }
  4069. }
  4070. return result;
  4071. }
  4072. int main(void)
  4073. {
  4074. if (CreateShareMemory() == 0) {
  4075. #ifdef SystemLogMessage
  4076. DEBUG_ERROR_MSG("CreatShareMemory NG \n");
  4077. #endif
  4078. if (ShmStatusCodeData != NULL) {
  4079. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FailToCreateShareMemory = 1;
  4080. }
  4081. sleep(5);
  4082. system("reboot -f");
  4083. sleep(5);
  4084. system("reboot -f");
  4085. }
  4086. DEBUG_INFO_MSG(" **************** FileSystem Boot up ***************\n");
  4087. if (!InitialSystemDefaultConfig()) {
  4088. DEBUG_ERROR_MSG("InitialSystemDefaultConfig NG \n");
  4089. StopProcessingLoop();
  4090. }
  4091. CheckGunTypeFromHw();
  4092. CheckIsAlternatvieByModelName();
  4093. InitialShareMemoryInfo();
  4094. ChangeLcmByIndex(_LCM_INIT);
  4095. if (!CheckConnectorTypeStatus()) {
  4096. isModelNameMatch = false;
  4097. }
  4098. Initialization();
  4099. SpawnTask();
  4100. DEBUG_INFO_MSG("Spawned all Task");
  4101. if (!isModelNameMatch) {
  4102. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.ModelNameNoneMatchStestFail = YES;
  4103. ChangeLcmByIndex(_LCM_FIX);
  4104. // Module Name 與硬體對應不正確
  4105. DEBUG_ERROR_MSG("Module Name & HW info none match. \n");
  4106. sleep(3);
  4107. KillTask();
  4108. StopProcessingLoop();
  4109. }
  4110. CreateTimeoutFork();
  4111. DEBUG_INFO_MSG("Start self test... \n");
  4112. SelfTestRun();
  4113. StopSystemTimeoutDet();
  4114. DEBUG_INFO_MSG("Self test finished : SelfTestSeq = %d, Work_Step = %d ", ShmSysConfigAndInfo->SysInfo.SelfTestSeq, ShmPsuData->Work_Step);
  4115. if (ShmSysConfigAndInfo->SysInfo.SelfTestSeq == _STEST_FAIL ||
  4116. ShmPsuData->Work_Step == _NO_WORKING) {
  4117. if (ShmSysConfigAndInfo->SysWarningInfo.Level != 2) {
  4118. DisplaySelfTestFailReason();
  4119. }
  4120. for (byte gun_index = 0; gun_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun_index++) {
  4121. setChargerMode(gun_index, MODE_ALARM);
  4122. }
  4123. ChangeLcmByIndex(_LCM_FIX);
  4124. sleep(3);
  4125. KillTask();
  4126. StopProcessingLoop();
  4127. } else {
  4128. for (byte gun_index = 0; gun_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun_index++) {
  4129. setChargerMode(gun_index, MODE_IDLE);
  4130. }
  4131. }
  4132. // Local DB
  4133. if (DB_Open(localDb) != PASS) {
  4134. PRINTF_FUNC("DB_Open fail. \n");
  4135. isDb_ready = false;
  4136. } else {
  4137. isDb_ready = true;
  4138. for (int _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++) {
  4139. chargingInfo[_index]->IsAvailable = DB_Get_Operactive(localDb, _index);
  4140. }
  4141. }
  4142. ChangeLcmByIndex(_LCM_SELECT_GUN); //_LCM_IDLE //Jerry add
  4143. sleep(1);
  4144. //***** 須新增的偵測 *****//
  4145. // 1. Thernal - 控制風扇轉速
  4146. // 2. ouput fuse - 控制風扇轉速
  4147. CreateRfidFork();
  4148. // Create Watchdog
  4149. //CreateWatchdog();
  4150. // Main loop
  4151. PRINTF_FUNC("****************************Main Loop********************************** \n");
  4152. gettimeofday(&_cmdMainPriority_time, NULL);
  4153. for (;;) {
  4154. CheckOcppStatus();
  4155. ChkPrimaryStatus();
  4156. if ((IsConnectorWholeIdle() || ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_FIX) &&
  4157. ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag != Timeout_ReturnToChargingGunDet) {
  4158. CheckFactoryConfigFunction();
  4159. CheckFwUpdateFunction();
  4160. }
  4161. // OCPP 邏輯
  4162. OcppRemoteStartChk();
  4163. // 讀卡邏輯
  4164. ScannerCardProcess();
  4165. // 當 AC 沒有搭上時,清除一些錯誤碼
  4166. ClearAlarmCodeWhenAcOff();
  4167. // 確認是否要回到充電中的槍畫面邏輯判斷
  4168. CheckReturnToChargingConn();
  4169. if (_acgunIndex > 0 && isDetectPlugin() && !isCardScan) {
  4170. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_WAIT_FOR_PLUG;
  4171. }
  4172. if ((GetTimeoutValue(_cmdMainPriority_time) / 1000) > 5000) {
  4173. CheckTask();
  4174. for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++) {
  4175. if (chargingInfo[_index]->SystemStatus == S_CHARGING) {
  4176. CheckSmartChargeProfile(_index);
  4177. }
  4178. }
  4179. gettimeofday(&_cmdMainPriority_time, NULL);
  4180. }
  4181. for (byte gun_index = 0; gun_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; gun_index++) {
  4182. CheckGpioInStatus();
  4183. CheckErrorOccurStatus(gun_index);
  4184. ChkOcppStatus(gun_index);
  4185. //PRINTF_FUNC("index = %d, ErrorCode = %s \n", gun_index, ShmOCPP16Data->StatusNotification[gun_index].ErrorCode);
  4186. switch (chargingInfo[gun_index]->SystemStatus) {
  4187. case S_IDLE:
  4188. case S_RESERVATION:
  4189. case S_MAINTAIN:
  4190. case S_ALARM: {
  4191. if (chargingInfo[gun_index]->SystemStatus == S_IDLE &&
  4192. isModeChange(gun_index)) {
  4193. DEBUG_INFO_MSG("S_IDLE================================== %x \n", gun_index);
  4194. chargingInfo[gun_index]->PresentChargedDuration = 0;
  4195. chargingInfo[gun_index]->RemainChargingDuration = 0;
  4196. strcpy((char *)chargingInfo[gun_index]->StartDateTime, "");
  4197. strcpy((char *)chargingInfo[gun_index]->StopDateTime, "");
  4198. strcpy((char *)chargingInfo[gun_index]->StartUserId, "");
  4199. strcpy((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "");
  4200. //Jerry add
  4201. memset(&gAudiCustInfo->PricesInfo[gun_index], 0, sizeof(PricesInfo));
  4202. gAudiCustInfo->PricesInfo[gun_index].Balance = FAIL_BALANCE_PRICES;
  4203. } else if (chargingInfo[gun_index]->SystemStatus == S_RESERVATION &&
  4204. isModeChange(gun_index)) {
  4205. DEBUG_INFO_MSG("S_RESERVATION....................%x \n", gun_index);
  4206. ShmOCPP16Data->CsMsg.bits[gun_index].ReserveNowConf = YES;
  4207. }
  4208. if (chargingInfo[gun_index]->IsAvailable == NO) {
  4209. setChargerMode(gun_index, MODE_MAINTAIN);
  4210. }
  4211. if (ShmSysConfigAndInfo->SysWarningInfo.Level == 2) {
  4212. //if (gun_index == ShmSysConfigAndInfo->SysInfo.CurGunSelected)
  4213. {
  4214. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_FIX;
  4215. }
  4216. ClearDetectPluginFlag();
  4217. setChargerMode(gun_index, MODE_ALARM);
  4218. } else if (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == _OFFLINE_POLICY_NO_CHARGING) {
  4219. /* 不給充電 */
  4220. } else {
  4221. if (ShmSysConfigAndInfo->SysInfo.SystemPage == _LCM_FIX) {
  4222. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_SELECT_GUN;//_LCM_NONE; //Jerry add
  4223. for (byte g_index = 0; g_index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; g_index++) {
  4224. setChargerMode(g_index, MODE_IDLE);
  4225. }
  4226. }
  4227. if (ShmSysConfigAndInfo->SysInfo.MainChargingMode == _MAIN_CHARGING_MODE_AVER) {
  4228. #if !defined DD360 && !defined DD360Audi
  4229. if (ShmSysConfigAndInfo->SysInfo.AcContactorStatus == YES)
  4230. #else
  4231. if (1)
  4232. #endif //!defined DD360 && !defined DD360Audi
  4233. {
  4234. // 均充 -> 最大充
  4235. if (ShmSysConfigAndInfo->SysInfo.BridgeRelayStatus == NO) {
  4236. if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag == _REASSIGNED_NONE) {
  4237. DEBUG_INFO_MSG("=============Smart Charging============= Step 11 \n");
  4238. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_PREPARE_A_TO_M;
  4239. }
  4240. } else if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag != _REASSIGNED_COMP &&
  4241. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag != _REASSIGNED_WAITING) {
  4242. DEBUG_INFO_MSG("=============Smart Charging============= Step 14 \n");
  4243. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_WAITING;
  4244. } else if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag == _REASSIGNED_COMP) {
  4245. ShmSysConfigAndInfo->SysInfo.MainChargingMode = _MAIN_CHARGING_MODE_MAX;
  4246. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
  4247. }
  4248. } else {
  4249. ShmSysConfigAndInfo->SysInfo.MainChargingMode = _MAIN_CHARGING_MODE_MAX;
  4250. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
  4251. }
  4252. } else {
  4253. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
  4254. }
  4255. {
  4256. // Idle 正常程序起點
  4257. // 判斷是否有啟用檢查插槍
  4258. if (isDetectPlugin()) {
  4259. //PRINTF_FUNC("----------------ShmSysConfigAndInfo->SysInfo.PageIndex--------------- %d \n", ShmSysConfigAndInfo->SysInfo.PageIndex);
  4260. //PRINTF_FUNC("----------------ShmSysConfigAndInfo->SysInfo.SystemPage--------------- %d \n", ShmSysConfigAndInfo->SysInfo.SystemPage);
  4261. //PRINTF_FUNC("----------------ShmSysConfigAndInfo->SysInfo.ConnectorPage--------------- %d \n", ShmSysConfigAndInfo->SysInfo.ConnectorPage);
  4262. //PRINTF_FUNC("----------------isCardScan--------------- %d \n", isCardScan);
  4263. // 卡號驗證成功後,等待充電槍插入充電車
  4264. if (chargingInfo[gun_index]->RemoteStartFlag == YES) {
  4265. if (chargingInfo[gun_index]->ConnectorPlugIn == YES &&
  4266. chargingInfo[gun_index]->IsAvailable) {
  4267. PRINTF_FUNC("-----------------1----------------- %d \n", gun_index);
  4268. chargingInfo[gun_index]->RemoteStartFlag = NO;
  4269. ChangeGunSelectByIndex(gun_index);
  4270. AddPlugInTimes(gun_index);
  4271. //#if defined DD360 || defined DD360Audi
  4272. // setChargerMode(gun_index, MODE_PRECHARGE);
  4273. //#else
  4274. setChargerMode(gun_index, MODE_REASSIGN_CHECK);
  4275. //#endif //defined DD360 || defined DD360Audi
  4276. strcpy((char *)chargingInfo[gun_index]->StartUserId, "");
  4277. ClearDetectPluginFlag();
  4278. continue;
  4279. }
  4280. } else if (ShmSysConfigAndInfo->SysInfo.OrderCharging == NO_DEFINE) {
  4281. if (chargingInfo[gun_index]->ConnectorPlugIn == YES &&
  4282. chargingInfo[gun_index]->IsAvailable &&
  4283. chargingInfo[gun_index]->SystemStatus == S_IDLE &&
  4284. (waitRightGunPlugIt(gun_index) == PASS || //Jerry add
  4285. waitLeftGunPlugIt(gun_index) == PASS)
  4286. /*&&((ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_AUTHORIZ_COMP)||
  4287. (ShmSysConfigAndInfo->SysInfo.PageIndex == _LCM_WAIT_FOR_PLUG))*/) {
  4288. PRINTF_FUNC("-----------------2----------------- \n");
  4289. ChangeGunSelectByIndex(gun_index);
  4290. AddPlugInTimes(gun_index);
  4291. strcpy((char *)chargingInfo[gun_index]->StartUserId, (char *)ShmSysConfigAndInfo->SysConfig.UserId);
  4292. PRINTF_FUNC("index = %d, CardNumber = %s \n", gun_index, chargingInfo[gun_index]->StartUserId);
  4293. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  4294. // 當前操作的槍號,進入 Preparing
  4295. //#ifdef DD360
  4296. //setChargerMode(gun_index, MODE_PRECHARGE);
  4297. //#else
  4298. setChargerMode(gun_index, MODE_REASSIGN_CHECK);
  4299. //#endif
  4300. ClearDetectPluginFlag();
  4301. continue;
  4302. }
  4303. }
  4304. if (!isCardScan) {
  4305. // LCM => Waiting for plugging
  4306. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_WAIT_FOR_PLUG;
  4307. }
  4308. } else if (chargingInfo[gun_index]->SystemStatus == S_RESERVATION) {
  4309. if (!isReservationExpired(gun_index)) {
  4310. chargingInfo[gun_index]->SystemStatus = S_IDLE;
  4311. }
  4312. } else if (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE &&
  4313. (chargingInfo[gun_index]->ConnectorPlugIn == YES && chargingInfo[gun_index]->IsAvailable)) {
  4314. PRINTF_FUNC("-----------------3----------------- \n");
  4315. bool isCanStartChargingFlag = GetStartChargingByAlterMode(gun_index);
  4316. if (isCanStartChargingFlag) {
  4317. ChangeGunSelectByIndex(gun_index);
  4318. AddPlugInTimes(gun_index);
  4319. //#ifdef DD360
  4320. //setChargerMode(gun_index, MODE_PRECHARGE);
  4321. //#else
  4322. setChargerMode(gun_index, MODE_REASSIGN_CHECK);
  4323. //#endif
  4324. ClearDetectPluginFlag();
  4325. continue;
  4326. }
  4327. } else {
  4328. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4329. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_SELECT_GUN; //_LCM_IDLE; //Jerry add
  4330. }
  4331. }
  4332. } // Idle 正常程序終點
  4333. }
  4334. ReleaseAlarmCode(gun_index);
  4335. }
  4336. break;
  4337. case S_REASSIGN_CHECK: {
  4338. if (isModeChange(gun_index)) {
  4339. DEBUG_INFO_MSG("S_REASSIGN_CHECK================================== %x \n", gun_index);
  4340. ShmSysConfigAndInfo->SysInfo.SystemPage = _LCM_SELECT_GUN;//_LCM_NONE; //Jerry add
  4341. if (ShmSysConfigAndInfo->SysInfo.OrderCharging != NO_DEFINE) {
  4342. ShmSysConfigAndInfo->SysInfo.OrderCharging = NO_DEFINE;
  4343. }
  4344. StopSystemTimeoutDet();
  4345. }
  4346. #if 0
  4347. bool isRessign = false;
  4348. if (ShmSysConfigAndInfo->SysConfig.TotalConnectorCount > 1 && ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf == NO) {
  4349. if (ShmSysConfigAndInfo->SysInfo.MainChargingMode == _MAIN_CHARGING_MODE_MAX) {
  4350. for (byte index = 0; index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; index++) {
  4351. // 有其他槍已經分配好 psu 模塊
  4352. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected != index &&
  4353. chargingInfo[index]->SystemStatus >= S_PREPARNING &&
  4354. chargingInfo[index]->SystemStatus != S_MAINTAIN) {
  4355. DEBUG_INFO_MSG("=============Smart Charging============= Step 1 \n");
  4356. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_PREPARE_M_TO_A;
  4357. isRessign = true;
  4358. break;
  4359. }
  4360. }
  4361. } else if (ShmSysConfigAndInfo->SysInfo.MainChargingMode == _MAIN_CHARGING_MODE_AVER &&
  4362. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag != _REASSIGNED_NONE) {
  4363. // 如果在切換最大充的過程中,需等待最大充切換完成後,在走均充流程
  4364. if (ShmSysConfigAndInfo->SysInfo.BridgeRelayStatus == YES) {
  4365. if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag != _REASSIGNED_COMP &&
  4366. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag != _REASSIGNED_WAITING) {
  4367. DEBUG_INFO_MSG("=============Smart Charging============= Step 14 \n");
  4368. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_WAITING;
  4369. } else if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag == _REASSIGNED_COMP) {
  4370. ShmSysConfigAndInfo->SysInfo.MainChargingMode = _MAIN_CHARGING_MODE_MAX;
  4371. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
  4372. continue;
  4373. }
  4374. }
  4375. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4376. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4377. }
  4378. continue;
  4379. }
  4380. }
  4381. #endif
  4382. if (0)
  4383. #if defined DD360 || defined DD360Audi
  4384. setChargerMode(gun_index, MODE_PRECHARGE);
  4385. #else
  4386. setChargerMode(gun_index, MODE_REASSIGN);
  4387. #endif //defined DD360 || defined DD360Audi
  4388. else {
  4389. setChargerMode(gun_index, MODE_PRECHARGE);
  4390. }
  4391. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4392. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4393. }
  4394. }
  4395. break;
  4396. case S_REASSIGN: {
  4397. if (isModeChange(gun_index)) {
  4398. PRINTF_FUNC("S_REASSIGN================================== %x \n", gun_index);
  4399. gettimeofday(&_toAverage_time, NULL);
  4400. }
  4401. // 重新分配,此階段主要是讓已經在充電或者準備進入充電前的緩衝
  4402. // 此狀態下~ 控制權在於 PSU 及 EV小板 Process
  4403. if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag == _REASSIGNED_NONE ||
  4404. ShmSysConfigAndInfo->SysInfo.MainChargingMode == _MAIN_CHARGING_MODE_AVER) {
  4405. if (ShmSysConfigAndInfo->SysInfo.CanAverageCharging) {
  4406. setChargerMode(gun_index, MODE_PRECHARGE);
  4407. } else {
  4408. setChargerMode(gun_index, MODE_IDLE);
  4409. }
  4410. } else if (ShmSysConfigAndInfo->SysInfo.ReAssignedFlag == _REASSIGNED_RELAY_M_TO_A &&
  4411. ShmSysConfigAndInfo->SysInfo.BridgeRelayStatus == NO) {
  4412. PRINTF_FUNC("=============Smart Charging : _REASSIGNED_COMP============= Step 6 \n");
  4413. ShmSysConfigAndInfo->SysInfo.MainChargingMode = _MAIN_CHARGING_MODE_AVER;
  4414. ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
  4415. }
  4416. //PRINTF_FUNC("CurGunSelected = %d, gun_index = %d \n", ShmSysConfigAndInfo->SysInfo.CurGunSelected, gun_index);
  4417. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4418. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4419. }
  4420. }
  4421. break;
  4422. case S_PREPARNING: {
  4423. if (isModeChange(gun_index)) {
  4424. PRINTF_FUNC("S_PREPARNING================================== %x \n", gun_index);
  4425. StopGunInfoTimeoutDet(gun_index);
  4426. StartGunInfoTimeoutDet(gun_index, Timeout_Preparing);
  4427. }
  4428. if (ShmPsuData->SystemPresentPsuQuantity > 0 && ShmPsuData->SystemAvailablePower > 10 &&
  4429. GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) >= 5000000) {
  4430. if ((chargingInfo[gun_index]->MaximumChargingVoltage > 0) &&
  4431. (chargingInfo[gun_index]->AvailableChargingCurrent > 0) &&
  4432. (chargingInfo[gun_index]->AvailableChargingPower > 0)) {
  4433. setChargerMode(gun_index, MODE_PREPARE_FOR_EV);
  4434. }
  4435. }
  4436. if (isEvBoardStopChargeFlag(gun_index) == YES || OcppRemoteStop(gun_index) == YES) {
  4437. // 板端或後臺要求停止
  4438. ChargingTerminalProcess(gun_index);
  4439. }
  4440. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4441. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4442. }
  4443. }
  4444. break;
  4445. case S_PREPARING_FOR_EV: { // 等待車端的通訊 (EV 小板),待車端回報後,開始樁端的測試
  4446. if (isModeChange(gun_index)) {
  4447. DEBUG_INFO_MSG("S_PREPARING_FOR_EV================================== %x \n", gun_index);
  4448. //strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  4449. StopGunInfoTimeoutDet(gun_index);
  4450. StartGunInfoTimeoutDet(gun_index, Timeout_EvChargingDet);
  4451. }
  4452. if (chargingInfo[gun_index]->Type == _Type_Chademo) {
  4453. // 檢查車端的槍鎖是否為鎖上
  4454. if (isEvGunLocked_chademo(gun_index) == YES) {
  4455. setChargerMode(gun_index, MODE_PREPARE_FOR_EVSE);
  4456. }
  4457. } else if (chargingInfo[gun_index]->Type == _Type_GB) {
  4458. // 檢查車端的 charging enable 是否為 1
  4459. if (isEvGunLocked_gb(gun_index) == YES) {
  4460. setChargerMode(gun_index, MODE_PREPARE_FOR_EVSE);
  4461. }
  4462. } else if (chargingInfo[gun_index]->Type == _Type_CCS_2) {
  4463. // 檢查車端的 charging enable 是否為 1
  4464. if (isEvGunLocked_ccs(gun_index) == YES) {
  4465. setChargerMode(gun_index, MODE_PREPARE_FOR_EVSE);
  4466. }
  4467. }
  4468. if (isEvBoardStopChargeFlag(gun_index) == YES ||
  4469. OcppRemoteStop(gun_index) == YES) {
  4470. // 板端或後臺要求停止
  4471. ChargingTerminalProcess(gun_index);
  4472. }
  4473. // LCM => Pre-charging
  4474. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4475. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4476. }
  4477. }
  4478. break;
  4479. case S_PREPARING_FOR_EVSE: { // 等待 RB 通訊及測試,並將狀態回報, CSU 確認 Pass 後,開始進入充電
  4480. if (isModeChange(gun_index)) {
  4481. DEBUG_INFO_MSG("S_PREPARING_FOR_EVSE================================== %x \n", gun_index);
  4482. StopGunInfoTimeoutDet(gun_index);
  4483. StartGunInfoTimeoutDet(gun_index, Timeout_EvseChargingDet);
  4484. }
  4485. if (chargingInfo[gun_index]->Type == _Type_Chademo) {
  4486. // 檢查樁端的 GFD 結果
  4487. if (isPrechargeStatus_chademo(gun_index) > 5 && isPrechargeStatus_chademo(gun_index) < 8) {
  4488. // 當前操作的槍號,進入 Charging
  4489. setChargerMode(gun_index, MODE_CHARGING);
  4490. }
  4491. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4492. // GFD 錯誤停止
  4493. RecordAlarmCode(gun_index, "012234");
  4494. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4495. // GFD 警告
  4496. RecordWarningCode(gun_index, "012296");
  4497. }
  4498. } else if (chargingInfo[gun_index]->Type == _Type_GB) {
  4499. // 檢查樁端的 GFD 結果
  4500. if (isPrechargeStatus_gb(gun_index) > 5 && isPrechargeStatus_gb(gun_index) < 9) {
  4501. setChargerMode(gun_index, MODE_CHARGING);
  4502. }
  4503. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4504. // GFD 錯誤停止
  4505. RecordAlarmCode(gun_index, "012236");
  4506. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4507. // GFD 警告
  4508. RecordWarningCode(gun_index, "012298");
  4509. }
  4510. } else if (chargingInfo[gun_index]->Type == _Type_CCS_2) {
  4511. // 檢查樁端的 GFD 結果
  4512. if ((chargingInfo[gun_index]->GroundFaultStatus == GFD_PASS ||
  4513. chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING)) {
  4514. #if defined DD360 || defined DD360Audi
  4515. //setChargerMode(gun_index, MODE_CHARGING);
  4516. setChargerMode(gun_index, MODE_CCS_PRECHARGE_STEP0);
  4517. #else
  4518. setChargerMode(gun_index, MODE_CCS_PRECHARGE_STEP0);
  4519. #endif //defined DD360 || defined DD360Audi
  4520. }
  4521. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4522. // GFD 錯誤停止
  4523. RecordAlarmCode(gun_index, "012235");
  4524. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4525. // GFD 警告
  4526. RecordWarningCode(gun_index, "012297");
  4527. }
  4528. }
  4529. if (isEvBoardStopChargeFlag(gun_index) == YES ||
  4530. OcppRemoteStop(gun_index) == YES) {
  4531. // 板端或後臺要求停止
  4532. ChargingTerminalProcess(gun_index);
  4533. }
  4534. // LCM => Pre-charging
  4535. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4536. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4537. }
  4538. }
  4539. break;
  4540. case S_CHARGING: { // 剛進入充電狀態,等待 EV 小板要求的輸出電流後開始輸出
  4541. if (isModeChange(gun_index)) {
  4542. DEBUG_INFO_MSG("S_CHARGING================================== %x \n", gun_index);
  4543. StopGunInfoTimeoutDet(gun_index);
  4544. ftime(&startChargingTime[gun_index]);
  4545. ChangeStartOrStopDateTime(YES, gun_index);
  4546. /*OcppStartTransation(gun_index);*//*+++ 20200908, vern, disable it for DD360 ---*/
  4547. }
  4548. if (ShmOCPP16Data->CpMsg.bits[gun_index].StartTransactionConf) {
  4549. ShmOCPP16Data->CpMsg.bits[gun_index].StartTransactionConf = NO;
  4550. }
  4551. ftime(&endChargingTime[gun_index]);
  4552. chargingInfo[gun_index]->PresentChargedDuration = DiffTimeb(startChargingTime[gun_index], endChargingTime[gun_index]);
  4553. if (chargingInfo[gun_index]->Type == _Type_Chademo) {
  4554. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4555. // GFD 錯誤停止
  4556. RecordAlarmCode(gun_index, "012234");
  4557. } else if (((chargingInfo[gun_index]->EvBatterytargetVoltage * 10) > 0 && chargingInfo[gun_index]->EvBatterytargetVoltage < SYSTEM_MIN_VOL)/* ||
  4558. (chargingInfo[gun_index]->PresentChargedDuration >= 10 && chargingInfo[gun_index]->PresentChargingVoltage < SYSTEM_MIN_VOL)*/) {
  4559. // UVP
  4560. RecordAlarmCode(gun_index, "012289");
  4561. ChargingTerminalProcess(gun_index);
  4562. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4563. // GFD 警告
  4564. RecordWarningCode(gun_index, "012296");
  4565. }
  4566. } else if (chargingInfo[gun_index]->Type == _Type_GB) {
  4567. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4568. // GFD 錯誤停止
  4569. RecordAlarmCode(gun_index, "012236");
  4570. } else if (isPrechargeStatus_gb(gun_index) == 10 &&
  4571. (((chargingInfo[gun_index]->EvBatterytargetVoltage * 10) > 0 && chargingInfo[gun_index]->EvBatterytargetVoltage < SYSTEM_MIN_VOL)/* ||
  4572. (chargingInfo[gun_index]->PresentChargedDuration >= 10 && chargingInfo[gun_index]->PresentChargingVoltage < SYSTEM_MIN_VOL)*/)) {
  4573. // UVP
  4574. RecordAlarmCode(gun_index, "012290");
  4575. ChargingTerminalProcess(gun_index);
  4576. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4577. // GFD 警告
  4578. RecordWarningCode(gun_index, "012298");
  4579. }
  4580. } else if (chargingInfo[gun_index]->Type == _Type_CCS_2) {
  4581. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4582. // GFD 錯誤停止
  4583. RecordAlarmCode(gun_index, "012235");
  4584. } else if (((chargingInfo[gun_index]->EvBatterytargetVoltage * 10) > 0 && chargingInfo[gun_index]->EvBatterytargetVoltage < SYSTEM_MIN_VOL)/* ||
  4585. (chargingInfo[gun_index]->PresentChargedDuration >= 10 && chargingInfo[gun_index]->PresentChargingVoltage < SYSTEM_MIN_VOL)*/) {
  4586. // UVP
  4587. RecordAlarmCode(gun_index, "012288");
  4588. ChargingTerminalProcess(gun_index);
  4589. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4590. // GFD 警告
  4591. RecordWarningCode(gun_index, "012297");
  4592. }
  4593. }
  4594. if (isEvBoardStopChargeFlag(gun_index) ||
  4595. OcppRemoteStop(gun_index) ||
  4596. CheckBackendChargingTimeout(gun_index) ||
  4597. CheckBackendChargingEnergy(gun_index) ||
  4598. strcmp((char *)ShmOCPP16Data->StartTransaction[gun_index].ResponseIdTagInfo.Status, "Invalid") == EQUAL) {
  4599. DEBUG_INFO_MSG("S_CHARGING=======Stop=========================== %f \n", (chargingInfo[gun_index]->EvBatterytargetVoltage * 10));
  4600. // 板端或後臺要求停止
  4601. ChargingTerminalProcess(gun_index);
  4602. }
  4603. // LCM => Charging
  4604. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4605. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_CHARGING;
  4606. }
  4607. }
  4608. break;
  4609. case S_TERMINATING: {
  4610. if (isModeChange(gun_index)) {
  4611. DEBUG_INFO_MSG ("terminating......................... %x \n", gun_index);
  4612. StopGunInfoTimeoutDet(gun_index);
  4613. }
  4614. if (chargingInfo[gun_index]->Type == _Type_Chademo) {
  4615. // 非車端的停止 : 需等待小板送出停止指令,讓車端解除槍
  4616. if (isEvStopCharging_chademo(gun_index) == YES) {
  4617. /*+++ 20200908, vern, disable it for DD360 +++*/
  4618. /*if (strcmp((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "") == EQUAL)
  4619. strcpy((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "Local");*/
  4620. /*--- 20200908, vern, disable it for DD360 ---*/
  4621. }
  4622. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4623. // GFD 錯誤停止
  4624. RecordAlarmCode(gun_index, "012234");
  4625. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4626. // GFD 警告
  4627. RecordWarningCode(gun_index, "012296");
  4628. }
  4629. if (isEvStopCharging_chademo(gun_index) == YES ||
  4630. isPrechargeStatus_chademo(gun_index) <= 0) {
  4631. setChargerMode(gun_index, MODE_COMPLETE);
  4632. }
  4633. } else if (chargingInfo[gun_index]->Type == _Type_GB) {
  4634. DEBUG_INFO_MSG("************ GB lock Status = %d, status = %d \n", isEvStopCharging_gb(gun_index), isPrechargeStatus_gb(gun_index));
  4635. // 非車端的停止 : 需等待小板送出停止指令,讓車端解除槍
  4636. if (isEvStopCharging_chademo(gun_index) == YES) {
  4637. /*+++ 20200908, vern, disable it for DD360 +++*/
  4638. /*if (strcmp((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "") == EQUAL)
  4639. strcpy((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "Local");*/
  4640. /*--- 20200908, vern, disable it for DD360 ---*/
  4641. }
  4642. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4643. // GFD 錯誤停止
  4644. RecordAlarmCode(gun_index, "012236");
  4645. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4646. // GFD 警告
  4647. RecordWarningCode(gun_index, "012298");
  4648. }
  4649. if (isEvStopCharging_gb(gun_index) == YES ||
  4650. isPrechargeStatus_gb(gun_index) <= 0) {
  4651. setChargerMode(gun_index, MODE_COMPLETE);
  4652. }
  4653. } else if (chargingInfo[gun_index]->Type == _Type_CCS_2) {
  4654. // 非車端的停止 : 需等待小板送出停止指令,讓車端解除槍
  4655. if (isEvStopCharging_chademo(gun_index) == YES) {
  4656. /*+++ 20200908, vern, disable it for DD360 +++*/
  4657. /*if (strcmp((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "") == EQUAL)
  4658. strcpy((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "Local");*/
  4659. /*--- 20200908, vern, disable it for DD360 ---*/
  4660. }
  4661. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4662. // GFD 錯誤停止
  4663. RecordAlarmCode(gun_index, "012235");
  4664. } else if (chargingInfo[gun_index]->GroundFaultStatus == GFD_WARNING) {
  4665. // GFD 警告
  4666. RecordWarningCode(gun_index, "012297");
  4667. }
  4668. if (isEvStopCharging_ccs(gun_index) == YES &&
  4669. (isPrechargeStatus_ccs(gun_index) >= 53 || isPrechargeStatus_ccs(gun_index) == 0 ||
  4670. isPrechargeStatus_ccs(gun_index) == 13 || isPrechargeStatus_ccs(gun_index) == 14)) {
  4671. setChargerMode(gun_index, MODE_COMPLETE);
  4672. }
  4673. }
  4674. // 車端的停止
  4675. if (strcmp((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "") == EQUAL) {
  4676. strcpy((char *)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "EVDisconnected");
  4677. }
  4678. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4679. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_COMPLETE;
  4680. }
  4681. }
  4682. break;
  4683. case S_COMPLETE: {
  4684. if (isModeChange(gun_index)) {
  4685. PRINTF_FUNC ("complete......................... %x \n", gun_index);
  4686. if (strcmp((char *)chargingInfo[gun_index]->StartDateTime, "") != EQUAL) {
  4687. OcppStopTransation(gun_index);
  4688. }
  4689. ftime(&endChargingTime[gun_index]);
  4690. if (chargingInfo[gun_index]->PresentChargedDuration != 0) {
  4691. chargingInfo[gun_index]->PresentChargedDuration = DiffTimeb(startChargingTime[gun_index], endChargingTime[gun_index]);
  4692. }
  4693. StopGunInfoTimeoutDet(gun_index);
  4694. StartGunInfoTimeoutDet(gun_index, Timeout_EvseCompleteDet);
  4695. ChangeStartOrStopDateTime(NO, gun_index);
  4696. }
  4697. if (((chargingInfo[gun_index]->ConnectorPlugIn == NO) ||
  4698. (restartFlag == 1)) &&
  4699. (GetTimeoutValue(chargingInfo[gun_index]->TimeoutTimer) >= 10000000)) {
  4700. setChargerMode(gun_index, MODE_IDLE);
  4701. destroySelGun(gun_index); //Jerry add
  4702. }
  4703. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4704. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_COMPLETE;
  4705. }
  4706. }
  4707. break;
  4708. case S_CCS_PRECHARGE_ST0: {
  4709. if (isModeChange(gun_index)) {
  4710. PRINTF_FUNC("CCS Precharge Processing 1....................%x \n", gun_index);
  4711. StopGunInfoTimeoutDet(gun_index);
  4712. StartGunInfoTimeoutDet(gun_index, Timeout_ForCcsPrechargeDet);
  4713. }
  4714. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4715. // GFD 錯誤停止
  4716. RecordAlarmCode(gun_index, "012235");
  4717. }
  4718. if (isEvBoardStopChargeFlag(gun_index) == YES) {
  4719. // 板端要求停止
  4720. ChargingTerminalProcess(gun_index);
  4721. }
  4722. // 等待 EV 小板 (CCS) 通知可以開始 Precharge
  4723. // 切換 D+ Relay to Precharge Relay
  4724. if (isPrechargeStatus_ccs(gun_index) == 39 || isPrechargeStatus_ccs(gun_index) == 40) {
  4725. if (chargingInfo[gun_index]->RelayKPK2Status == YES && chargingInfo[gun_index]->PrechargeStatus != PRECHARGE_READY)
  4726. //if (chargingInfo[gun_index]->PrechargeStatus != PRECHARGE_PRERELAY_PASS)
  4727. {
  4728. PRINTF_FUNC("Send precharge ready 1..........%x, status = %d \n", gun_index, isPrechargeStatus_ccs(gun_index));
  4729. chargingInfo[gun_index]->PrechargeStatus = PRECHARGE_READY;
  4730. }
  4731. } else if (isPrechargeStatus_ccs(gun_index) == 45 || isPrechargeStatus_ccs(gun_index) == 46) {
  4732. setChargerMode(gun_index, MODE_CCS_PRECHARGE_STEP1);
  4733. }
  4734. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4735. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4736. }
  4737. break;
  4738. }
  4739. case S_CCS_PRECHARGE_ST1: {
  4740. if (isModeChange(gun_index)) {
  4741. DEBUG_INFO_MSG("CCS Precharge Processing 2....................%x \n", gun_index);
  4742. }
  4743. if (chargingInfo[gun_index]->GroundFaultStatus == GFD_FAIL) {
  4744. // GFD 錯誤停止
  4745. RecordAlarmCode(gun_index, "012235");
  4746. }
  4747. if (isEvBoardStopChargeFlag(gun_index) == YES) {
  4748. // 板端要求停止
  4749. ChargingTerminalProcess(gun_index);
  4750. }
  4751. // 等待小板通知進入充電
  4752. // 切換 D+ Relay to Precharge Relay
  4753. if (chargingInfo[gun_index]->RelayK1K2Status == YES) {
  4754. chargingInfo[gun_index]->PrechargeStatus = PRECHARGE_READY;
  4755. setChargerMode(gun_index, MODE_CHARGING);
  4756. }
  4757. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected == gun_index) {
  4758. ShmSysConfigAndInfo->SysInfo.ConnectorPage = _LCM_PRE_CHARGE;
  4759. }
  4760. break;
  4761. }
  4762. }
  4763. }
  4764. //if (ShmSysConfigAndInfo->SysInfo.SystemPage != _LCM_NONE) {
  4765. if (ShmSysConfigAndInfo->SysInfo.SystemPage != _LCM_SELECT_GUN) { //Jerry add
  4766. ChangeLcmByIndex(ShmSysConfigAndInfo->SysInfo.SystemPage);
  4767. } else {
  4768. bool dcPageRun = false;
  4769. if (_acgunIndex > 0 && ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc != NO_DEFINE) {
  4770. if (ac_chargingInfo[0]->SystemStatus == S_IDLE) {
  4771. ChangeLcmByIndex(_LCM_IDLE);
  4772. } else if (ac_chargingInfo[0]->SystemStatus == S_PREPARNING) {
  4773. ChangeLcmByIndex(_LCM_PRE_CHARGE);
  4774. } else if (ac_chargingInfo[0]->SystemStatus == S_CHARGING) {
  4775. ChangeLcmByIndex(_LCM_CHARGING);
  4776. } else if (ac_chargingInfo[0]->SystemStatus == S_TERMINATING ||
  4777. ac_chargingInfo[0]->SystemStatus == S_COMPLETE) {
  4778. ChangeLcmByIndex(_LCM_COMPLETE);
  4779. } else {
  4780. dcPageRun = true;
  4781. }
  4782. } else {
  4783. dcPageRun = true;
  4784. }
  4785. if (dcPageRun) {
  4786. ChangeLcmByIndex(ShmSysConfigAndInfo->SysInfo.ConnectorPage);
  4787. }
  4788. }
  4789. write(wtdFd, "a", 1);
  4790. usleep(whileLoopTime);
  4791. }
  4792. return FAIL;
  4793. }