ReadCmdline.c 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321
  1. /*
  2. * Main.c
  3. *
  4. * Created on: 2019年8月6日
  5. * Author: 7564
  6. */
  7. #include <sys/time.h>
  8. #include <sys/timeb.h>
  9. #include <sys/types.h>
  10. #include <sys/stat.h>
  11. #include <sys/types.h>
  12. #include <sys/ioctl.h>
  13. #include <sys/socket.h>
  14. #include <sys/ipc.h>
  15. #include <sys/shm.h>
  16. #include <sys/shm.h>
  17. #include <sys/mman.h>
  18. #include <linux/wireless.h>
  19. #include <arpa/inet.h>
  20. #include <netinet/in.h>
  21. #include <unistd.h>
  22. #include <stdarg.h>
  23. #include <stdio.h> /*標準輸入輸出定義*/
  24. #include <stdlib.h> /*標準函數庫定義*/
  25. #include <unistd.h> /*Unix 標準函數定義*/
  26. #include <fcntl.h> /*檔控制定義*/
  27. #include <termios.h> /*PPSIX 終端控制定義*/
  28. #include <errno.h> /*錯誤號定義*/
  29. #include <errno.h>
  30. #include <string.h>
  31. #include <time.h>
  32. #include <ctype.h>
  33. #include <ifaddrs.h>
  34. #include <math.h>
  35. #include <stdbool.h>
  36. #include "../../define.h"
  37. typedef unsigned char byte;
  38. #define PASS 1
  39. #define FAIL -1
  40. #define EQUAL 0
  41. #define ARRAY_SIZE(A) (sizeof(A) / sizeof(A[0]))
  42. #define NO_DEFINE 255
  43. #define DEFAULT_AC_INDEX 2
  44. #define AUTORUN_STEP1_TIME_START 140 // Minutes
  45. #define AUTORUN_STEP1_TIME_END 150
  46. #define AUTORUN_STEP2_TIME_START 210
  47. #define AUTORUN_STEP2_TIME_END 410
  48. #define AUTORUN_END_TIME 480
  49. #define AUTORUN_CYCLE_COUNT 30
  50. #define TTY_PATH "/dev/tty"
  51. #define STTY_US "stty raw -echo -F "
  52. #define STTY_DEF "stty -raw echo -F "
  53. byte _curAutoRunCount = 0;
  54. byte _usingAutoRun = 0;
  55. struct timeval _autoTime;
  56. struct SysConfigAndInfo *ShmSysConfigAndInfo;
  57. struct StatusCodeData *ShmStatusCodeData;
  58. struct PrimaryMcuData *ShmPrimaryMcuData;
  59. struct CHAdeMOData *ShmCHAdeMOData;
  60. struct CcsData *ShmCcsData;
  61. struct GBTData *ShmGBTData;
  62. struct FanModuleData *ShmFanModuleData;
  63. struct RelayModuleData *ShmRelayModuleData;
  64. struct LedModuleData *ShmLedModuleData;
  65. struct PsuData *ShmPsuData;
  66. struct ChargingInfoData *_chargingData[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
  67. struct ChargingInfoData *ac_chargingInfo[AC_QUANTITY];
  68. char *msg = "state : get gun state (index) \n"
  69. "card : scanning card (x) : \n"
  70. "gun : get gun plugit state (index) \n"
  71. "lock : get gun locked state (index) \n"
  72. "self : self test state (x) \n"
  73. "ver : ver of board (407 or index or rb or fan) \n"
  74. "ac : get ac relay state (x) \n";
  75. bool FindChargingInfoData(byte target, struct ChargingInfoData **chargingData)
  76. {
  77. for (byte index = 0; index < CHAdeMO_QUANTITY; index++)
  78. {
  79. if (ShmSysConfigAndInfo->SysInfo.ChademoChargingData[index].Index == target)
  80. {
  81. chargingData[target] = &ShmSysConfigAndInfo->SysInfo.ChademoChargingData[index];
  82. return true;
  83. }
  84. }
  85. for (byte index = 0; index < CCS_QUANTITY; index++)
  86. {
  87. if (ShmSysConfigAndInfo->SysInfo.CcsChargingData[index].Index == target)
  88. {
  89. chargingData[target] = &ShmSysConfigAndInfo->SysInfo.CcsChargingData[index];
  90. return true;
  91. }
  92. }
  93. for (byte index = 0; index < GB_QUANTITY; index++)
  94. {
  95. if (ShmSysConfigAndInfo->SysInfo.GbChargingData[index].Index == target)
  96. {
  97. chargingData[target] = &ShmSysConfigAndInfo->SysInfo.GbChargingData[index];
  98. return true;
  99. }
  100. }
  101. return false;
  102. }
  103. bool FindAcChargingInfoData(byte target, struct ChargingInfoData **acChargingData)
  104. {
  105. if (target < AC_QUANTITY)
  106. {
  107. acChargingData[target] = &ShmSysConfigAndInfo->SysInfo.AcChargingData[target];
  108. return true;
  109. }
  110. return false;
  111. }
  112. int InitShareMemory()
  113. {
  114. int result = PASS;
  115. int MeterSMId;
  116. //initial ShmSysConfigAndInfo
  117. if ((MeterSMId = shmget(ShmSysConfigAndInfoKey, sizeof(struct SysConfigAndInfo), 0777)) < 0)
  118. {
  119. result = FAIL;
  120. }
  121. else if ((ShmSysConfigAndInfo = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  122. {
  123. result = FAIL;
  124. }
  125. else
  126. {}
  127. //initial ShmStatusCodeData
  128. if ((MeterSMId = shmget(ShmStatusCodeKey, sizeof(struct StatusCodeData), 0777)) < 0)
  129. {
  130. result = FAIL;
  131. }
  132. else if ((ShmStatusCodeData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  133. {
  134. result = FAIL;
  135. }
  136. else
  137. {}
  138. if (CHAdeMO_QUANTITY > 0) {
  139. if ((MeterSMId = shmget(ShmCHAdeMOCommKey, sizeof(struct CHAdeMOData), IPC_CREAT | 0777)) < 0)
  140. {
  141. result = FAIL;
  142. }
  143. else if ((ShmCHAdeMOData = shmat(MeterSMId, NULL, 0)) == (void *) -1) {
  144. result = FAIL;
  145. }
  146. else
  147. {
  148. //NULL
  149. }
  150. }
  151. if (CCS_QUANTITY > 0)
  152. {
  153. if ((MeterSMId = shmget(ShmCcsCommKey, sizeof(struct CcsData), IPC_CREAT | 0777)) < 0)
  154. {
  155. result = FAIL;
  156. }
  157. else if ((ShmCcsData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  158. {
  159. result = FAIL;
  160. }
  161. else
  162. {
  163. //NULL
  164. }
  165. }
  166. if (GB_QUANTITY > 0)
  167. {
  168. if ((MeterSMId = shmget(ShmGBTCommKey, sizeof(struct GBTData), IPC_CREAT | 0777)) < 0)
  169. {
  170. return 0;
  171. }
  172. else if ((ShmGBTData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  173. {
  174. return 0;
  175. }
  176. memset(ShmGBTData, 0, sizeof(struct GBTData));
  177. }
  178. if ((MeterSMId = shmget(ShmPrimaryMcuKey, sizeof(struct PrimaryMcuData), IPC_CREAT | 0777)) < 0)
  179. {
  180. result = FAIL;
  181. }
  182. else if ((ShmPrimaryMcuData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  183. {
  184. result = FAIL;
  185. }
  186. if ((MeterSMId = shmget(ShmFanBdKey, sizeof(struct FanModuleData), IPC_CREAT | 0777)) < 0)
  187. {
  188. result = FAIL;
  189. }
  190. else if ((ShmFanModuleData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  191. {
  192. result = FAIL;
  193. }
  194. if ((MeterSMId = shmget(ShmRelayBdKey, sizeof(struct RelayModuleData), IPC_CREAT | 0777)) < 0)
  195. {
  196. result = FAIL;
  197. }
  198. else if ((ShmRelayModuleData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  199. {
  200. result = FAIL;
  201. }
  202. if ((MeterSMId = shmget(ShmLedBdKey, sizeof(struct LedModuleData), 0777)) < 0)
  203. {
  204. result = FAIL;
  205. }
  206. else if ((ShmLedModuleData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  207. {
  208. result = FAIL;
  209. }
  210. if ((MeterSMId = shmget(ShmPsuKey, sizeof(struct PsuData), IPC_CREAT | 0777)) < 0)
  211. {
  212. result = FAIL;
  213. }
  214. else if ((ShmPsuData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  215. {
  216. result = FAIL;
  217. }
  218. return result;
  219. }
  220. unsigned long GetTimeoutValue(struct timeval _sour_time)
  221. {
  222. struct timeval _end_time;
  223. gettimeofday(&_end_time, NULL);
  224. return (_end_time.tv_sec - _sour_time.tv_sec);
  225. }
  226. void RunStatusProc(char *v1, char *v2)
  227. {
  228. printf("OrderCharging = %d \n", ShmSysConfigAndInfo->SysInfo.OrderCharging);
  229. printf("WaitForPlugit = %d \n", ShmSysConfigAndInfo->SysInfo.WaitForPlugit);
  230. if (strcmp(v1, "ac") == 0)
  231. {
  232. if (!FindAcChargingInfoData(0, &ac_chargingInfo[0]))
  233. {
  234. printf("FindChargingInfoData (AC) false \n");
  235. }
  236. printf("AC Status = %d \n", ac_chargingInfo[0]->ConnectorPlugIn);
  237. return;
  238. }
  239. int _index = atoi(v1);
  240. if (_index <= 1)
  241. {
  242. if (!FindChargingInfoData(_index, &_chargingData[0]))
  243. {
  244. printf ("FindChargingInfoData error\n");
  245. return;
  246. }
  247. if (strcmp(v2, "-1") == 0 || strcmp(v2, "") == 0)
  248. {
  249. // get
  250. printf ("index = %x, status = %x (%d)\n", _index, _chargingData[_index]->SystemStatus, _chargingData[_index]->IsAvailable);
  251. printf ("SystemTimeoutFlag = %d, PageIndex = %d\n",
  252. ShmSysConfigAndInfo->SysInfo.SystemTimeoutFlag, ShmSysConfigAndInfo->SysInfo.PageIndex);
  253. }
  254. else
  255. {
  256. // set
  257. _chargingData[_index]->SystemStatus = atoi(v2);
  258. }
  259. }
  260. else
  261. {
  262. if (!FindAcChargingInfoData(0, &ac_chargingInfo[0]))
  263. {
  264. printf("FindChargingInfoData (AC) false \n");
  265. }
  266. if (strcmp(v2, "-1") == 0 || strcmp(v2, "") == 0)
  267. {
  268. // get
  269. printf ("AC Type, status = %x (%d)\n", ac_chargingInfo[0]->SystemStatus, ac_chargingInfo[0]->IsAvailable);
  270. }
  271. else
  272. {
  273. // set
  274. ac_chargingInfo[0]->SystemStatus = atoi(v2);
  275. }
  276. }
  277. }
  278. void RunCardProc(char *v1, char *v2)
  279. {
  280. if (strcmp(v1, "-1") == 0 || strcmp(v1, "") == 0)
  281. {
  282. if (ShmSysConfigAndInfo->SysInfo.WaitForPlugit)
  283. {
  284. ShmSysConfigAndInfo->SysInfo.WaitForPlugit = 0x00;
  285. printf ("SysInfo.WaitForPlugit = %x \n", ShmSysConfigAndInfo->SysInfo.WaitForPlugit);
  286. }
  287. else
  288. {
  289. ShmSysConfigAndInfo->SysInfo.WaitForPlugit = 0x01;
  290. printf ("SysInfo.WaitForPlugit = %x \n", ShmSysConfigAndInfo->SysInfo.WaitForPlugit);
  291. }
  292. }
  293. else
  294. {
  295. strcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, "");
  296. memcpy((char *)ShmSysConfigAndInfo->SysConfig.UserId, v1, strlen(v1));
  297. ShmSysConfigAndInfo->SysConfig.UserId[strlen(v1)] = '\0';
  298. printf("StartUserId = %s \n", ShmSysConfigAndInfo->SysConfig.UserId);
  299. }
  300. }
  301. void RunGunPlugitProc(char *v1, char *v2)
  302. {
  303. if (strcmp(v1, "ac") == 0)
  304. {
  305. if (!FindAcChargingInfoData(0, &ac_chargingInfo[0]))
  306. {
  307. printf("FindChargingInfoData (AC) false \n");
  308. }
  309. if (strcmp(v2, "-1") == 0 || strcmp(v2, "") == 0)
  310. {
  311. // get
  312. printf("ConnectorPlugIn = %d \n", ac_chargingInfo[0]->ConnectorPlugIn);
  313. }
  314. else
  315. {
  316. // set
  317. ac_chargingInfo[0]->ConnectorPlugIn = atoi(v2);
  318. }
  319. return;
  320. }
  321. int _index = atoi(v1);
  322. if (!FindChargingInfoData(_index, &_chargingData[0]))
  323. {
  324. printf("FindChargingInfoData error\n");
  325. return;
  326. }
  327. if (strcmp(v2, "-1") == 0 || strcmp(v2, "") == 0)
  328. {
  329. // get
  330. printf("index = %x, plug it = %x\n", _index, _chargingData[_index]->ConnectorPlugIn);
  331. }
  332. else
  333. {
  334. // set
  335. _chargingData[_index]->ConnectorPlugIn = atoi(v2);
  336. }
  337. }
  338. void GetGunLockStatusProc(char *v1, char *v2)
  339. {
  340. int _index = atoi(v1);
  341. if (!FindChargingInfoData(_index, &_chargingData[0]))
  342. {
  343. printf("FindChargingInfoData error\n");
  344. return;
  345. }
  346. if (strcmp(v2, "-1") != 0 && strcmp(v2, "") != 0)
  347. {
  348. _chargingData[_index]->GunLocked = atoi(v2);
  349. }
  350. printf("Gun Locked Status = %d \n", _chargingData[_index]->GunLocked);
  351. }
  352. void SetSystemIDProc()
  353. {
  354. char *systemId = "Alston_Test";
  355. memcpy(&ShmSysConfigAndInfo->SysConfig.SystemId, systemId, strlen(systemId));
  356. }
  357. void RunSelfProc()
  358. {
  359. printf("self test status = %x\n", ShmSysConfigAndInfo->SysInfo.SelfTestSeq);
  360. }
  361. void GetFwVerProc(char *v1)
  362. {
  363. if (strcmp(v1, "407") == 0)
  364. {
  365. printf("407 FW Version = %s \n", ShmPrimaryMcuData->version);
  366. }
  367. else if (strcmp(v1, "0") == 0 || strcmp(v1, "1") == 0)
  368. {
  369. int _index = atoi(v1);
  370. if (_index == 0)
  371. printf("Gun 0 FW Version = %s \n", ShmSysConfigAndInfo->SysInfo.Connector1FwRev);
  372. else if (_index == 1)
  373. printf("Gun 1 FW Version = %s \n", ShmSysConfigAndInfo->SysInfo.Connector2FwRev);
  374. }
  375. else if (strcmp(v1, "rb") == 0)
  376. {
  377. printf("RB Version = %s \n", ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev);
  378. }
  379. else if (strcmp(v1, "fan") == 0)
  380. {
  381. printf("FAN Version = %s \n", ShmSysConfigAndInfo->SysInfo.FanModuleFwRev);
  382. }
  383. else if (strcmp(v1, "dc") == 0)
  384. {
  385. printf("DC Main Version = %s \n", ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev);
  386. }
  387. else if (strcmp(v1, "led") == 0)
  388. {
  389. printf("LED Version = %s \n", ShmSysConfigAndInfo->SysInfo.LedModuleFwRev);
  390. }
  391. else if (strcmp(v1, "ac") == 0)
  392. {
  393. if (!FindAcChargingInfoData(0, &ac_chargingInfo[0]))
  394. {
  395. printf("FindChargingInfoData (AC) false \n");
  396. }
  397. printf("AC Version = %s \n", ac_chargingInfo[0]->version);
  398. }
  399. }
  400. void CreateOneError(char *v1)
  401. {
  402. int value = atoi(v1);
  403. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.SystemL1InputOVP = value;
  404. ShmSysConfigAndInfo->SysConfig.BillingData.isBilling = value;
  405. }
  406. void GetAuthorizeFlag(char *v1)
  407. {
  408. if (strcmp(v1, "-1") == 0|| strcmp(v1, "") == 0)
  409. printf("AuthorizeFlag = %d \n", ShmSysConfigAndInfo->SysInfo.AuthorizeFlag);
  410. else
  411. ShmSysConfigAndInfo->SysInfo.AuthorizeFlag = atoi(v1);
  412. }
  413. void GetRelayStatus(char *v1)
  414. {
  415. int _index = atoi(v1);
  416. if (!FindChargingInfoData(_index, &_chargingData[0]))
  417. {
  418. printf("FindChargingInfoData error\n");
  419. return;
  420. }
  421. printf("RelayK1K2Status = %d \n", _chargingData[_index]->RelayK1K2Status);
  422. printf("RelayKPK2Status = %d \n", _chargingData[_index]->RelayKPK2Status);
  423. }
  424. void FwUpdateFlagProc()
  425. {
  426. ShmSysConfigAndInfo->SysInfo.FirmwareUpdate = 0x01;
  427. }
  428. void CheckAcStatus(char *v1)
  429. {
  430. if (strcmp(v1, "-1") == 0|| strcmp(v1, "") == 0)
  431. {
  432. printf("AC Status = %d \n", ShmSysConfigAndInfo->SysInfo.AcContactorStatus);
  433. }
  434. }
  435. void SetCableChkStatus(char *v1, char *v2)
  436. {
  437. int _index = atoi(v1);
  438. if (!FindChargingInfoData(_index, &_chargingData[0]))
  439. {
  440. printf ("FindChargingInfoData error\n");
  441. return;
  442. }
  443. _chargingData[_index]->GroundFaultStatus = atoi(v2);
  444. }
  445. void SetChargingInfoCCID(char *v1, char* v2)
  446. {
  447. int _index = atoi(v1);
  448. if (!FindChargingInfoData(_index, &_chargingData[0]))
  449. {
  450. printf ("FindChargingInfoData error\n");
  451. return;
  452. }
  453. memcpy(_chargingData[_index]->EVCCID, v2, 8);
  454. _chargingData[_index]->EVCCID[8] = '\0';
  455. }
  456. void SetPowerValue(char *v1, char *v2)
  457. {
  458. int _index = atoi(v1);
  459. float _Current = atof(v2);
  460. // 盲沖的時候才允許使用~
  461. if (_chargingData[_index]->Type != 9)
  462. return;
  463. if (!FindChargingInfoData(_index, &_chargingData[0]))
  464. {
  465. printf ("FindChargingInfoData error\n");
  466. return;
  467. }
  468. _chargingData[_index]->EvBatterytargetCurrent = _Current;
  469. }
  470. void GetSystemInfo()
  471. {
  472. printf ("ModelName = %s \n", ShmSysConfigAndInfo->SysConfig.ModelName);
  473. printf ("SerialNumber = %s \n", ShmSysConfigAndInfo->SysConfig.SerialNumber);
  474. printf ("InternetConn = %d \n", ShmSysConfigAndInfo->SysInfo.InternetConn);
  475. printf ("MaxChargingPower = %d, MaxChargingCurrent = %d \n",
  476. ShmSysConfigAndInfo->SysConfig.MaxChargingPower,
  477. ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent);
  478. }
  479. void ChangeGunNum()
  480. {
  481. if (ShmSysConfigAndInfo->SysInfo.CurGunSelected + 1 < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount)
  482. {
  483. ShmSysConfigAndInfo->SysInfo.CurGunSelected += 1;
  484. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = NO_DEFINE;
  485. }
  486. else if (ShmSysConfigAndInfo->SysConfig.AcConnectorCount > 0 &&
  487. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc == NO_DEFINE)
  488. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = DEFAULT_AC_INDEX;
  489. else
  490. {
  491. ShmSysConfigAndInfo->SysInfo.CurGunSelected = 0;
  492. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = NO_DEFINE;
  493. }
  494. }
  495. void GetGunSelectedNum(char *v1)
  496. {
  497. if (strcmp(v1, "-1") == 0 || strcmp(v1, "") == 0)
  498. {
  499. if (AC_QUANTITY > 0 &&
  500. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc != NO_DEFINE)
  501. {
  502. printf("connector select changed = AC \n");
  503. }
  504. else
  505. printf("connector selected = %d \n", ShmSysConfigAndInfo->SysInfo.CurGunSelected);
  506. }
  507. else
  508. {
  509. int _index = atoi(v1);
  510. if (_index <= 1)
  511. {
  512. ShmSysConfigAndInfo->SysInfo.CurGunSelected = _index;
  513. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = NO_DEFINE;
  514. printf("connector select changed = %d \n", _index);
  515. }
  516. else if (AC_QUANTITY > 0)
  517. {
  518. ShmSysConfigAndInfo->SysInfo.CurGunSelectedByAc = DEFAULT_AC_INDEX;
  519. printf("connector select changed = AC \n");
  520. }
  521. }
  522. }
  523. void SetFanSpeed(char *v1)
  524. {
  525. int speed = atoi(v1);
  526. ShmFanModuleData->TestFanSpeed = speed;
  527. }
  528. void GetFanSpeed()
  529. {
  530. printf("ShmFanModuleData->PresentFan1Speed = %d \n", ShmFanModuleData->PresentFan1Speed);
  531. printf("ShmFanModuleData->PresentFan2Speed = %d \n", ShmFanModuleData->PresentFan2Speed);
  532. printf("ShmFanModuleData->PresentFan3Speed = %d \n", ShmFanModuleData->PresentFan3Speed);
  533. printf("ShmFanModuleData->PresentFan4Speed = %d \n", ShmFanModuleData->PresentFan4Speed);
  534. }
  535. void SetDebugMode(char *v1)
  536. {
  537. int mode = atoi(v1);
  538. ShmSysConfigAndInfo->SysConfig.SwitchDebugFlag = mode;
  539. }
  540. void SetGFDMode(char *v1)
  541. {
  542. int mode = atoi(v1);
  543. ShmSysConfigAndInfo->SysConfig.AlwaysGfdFlag = mode;
  544. }
  545. void GetPsuTemp()
  546. {
  547. for (byte index = 0; index < ShmPsuData->GroupCount; index++)
  548. {
  549. for (byte count = 0; count < ShmPsuData->PsuGroup[index].GroupPresentPsuQuantity; count++)
  550. {
  551. printf("PSU Temp = %d \n", ShmPsuData->PsuGroup[index].PsuModule[count].ExletTemp);
  552. }
  553. }
  554. }
  555. void GetAcInputVol()
  556. {
  557. printf("L1N_L12 = %f, L2N_L23 = %f, L3N_L31 = %f \n",
  558. ShmSysConfigAndInfo->SysInfo.InputVoltageR,
  559. ShmSysConfigAndInfo->SysInfo.InputVoltageS,
  560. ShmSysConfigAndInfo->SysInfo.InputVoltageT);
  561. }
  562. void GetPsuInformation(char *v1, char *v2, char *v3)
  563. {
  564. printf("**********************AC Contact needed*************************\n");
  565. if(strcmp(v1, "count") == 0)
  566. {
  567. for (int i = 0; i < 4; i++)
  568. {
  569. printf("Group Index = %d, Module Count = %d \n", i, ShmPsuData->PsuGroup[i].GroupPresentPsuQuantity);
  570. }
  571. }
  572. else if(strcmp(v1, "ver") == 0)
  573. {
  574. for (int i = 0; i < ShmPsuData->SystemPresentPsuQuantity; i++)
  575. {
  576. printf("Psu Index = %d, PriVersion = %s, SecVersion = %s \n",
  577. i, ShmPsuData->PsuVersion[i].FwPrimaryVersion, ShmPsuData->PsuVersion[i].FwSecondVersion);
  578. }
  579. for (int i = 0; i < ShmPsuData->GroupCount; i++)
  580. {
  581. for (int j = 0; j < ShmPsuData->PsuGroup[i].GroupPresentPsuQuantity; j++)
  582. {
  583. printf("Group Index = %d, Psu Index = %d, Version = %s \n",
  584. i, j, ShmPsuData->PsuGroup[i].PsuModule[j].FwVersion);
  585. }
  586. }
  587. }
  588. else if(strcmp(v1, "cap") == 0)
  589. {
  590. for (int i = 0; i < ShmPsuData->GroupCount; i++)
  591. {
  592. printf("Group Index = %d, MaxCur = %d, Power = %d \n",
  593. i, ShmPsuData->PsuGroup[i].GroupAvailableCurrent, ShmPsuData->PsuGroup[i].GroupAvailablePower);
  594. }
  595. }
  596. else if(strcmp(v1, "input") == 0)
  597. {
  598. for (int i = 0; i < ShmPsuData->GroupCount; i++)
  599. {
  600. for (byte count = 0; count < ShmPsuData->PsuGroup[i].GroupPresentPsuQuantity; count++)
  601. {
  602. printf("gp = %d, Index = %d, volR = %d, volS = %d, volT = %d \n",
  603. i, count,
  604. ShmPsuData->PsuGroup[i].PsuModule[count].InputVoltageL1,
  605. ShmPsuData->PsuGroup[i].PsuModule[count].InputVoltageL2,
  606. ShmPsuData->PsuGroup[i].PsuModule[count].InputVoltageL3);
  607. }
  608. }
  609. }
  610. else if (strcmp(v1, "output") == 0)
  611. {
  612. for (int i = 0; i < ShmPsuData->GroupCount; i++)
  613. {
  614. printf("Group Index = %d, OutputV = %d, OutputC = %d \n",
  615. i, ShmPsuData->PsuGroup[i].GroupPresentOutputVoltage, ShmPsuData->PsuGroup[i].GroupPresentOutputCurrent);
  616. }
  617. for (int i = 0; i < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; i++)
  618. {
  619. if (!FindChargingInfoData(i, &_chargingData[0]))
  620. {
  621. printf ("FindChargingInfoData error\n");
  622. continue;
  623. }
  624. printf("Form RB : Group Index = %d, OutputV = %f \n",
  625. i, _chargingData[i]->FireChargingVoltage);
  626. }
  627. }
  628. else if (strcmp(v1, "test") == 0)
  629. {
  630. int mode = atoi(v2);
  631. if (mode >= _TEST_MODE && mode <= _TEST_MODE)
  632. {
  633. ShmPsuData->Work_Step = mode;
  634. }
  635. }
  636. else if (strcmp(v1, "out") == 0)
  637. {
  638. float vol = atof(v2);
  639. float cur = atof(v3);
  640. if (ShmPsuData->Work_Step >= _TEST_MODE && ShmPsuData->Work_Step <= _TEST_MODE)
  641. {
  642. if (!FindChargingInfoData(0, &_chargingData[0]))
  643. {
  644. printf ("FindChargingInfoData error\n");
  645. return;
  646. }
  647. _chargingData[0]->EvBatterytargetVoltage = vol;
  648. _chargingData[0]->EvBatterytargetCurrent = cur;
  649. }
  650. }
  651. printf("*************************************************\n");
  652. }
  653. void GetConnectorCapInfo(char *v1)
  654. {
  655. int _GunIndex = atoi(v1);
  656. if (!FindChargingInfoData(_GunIndex, &_chargingData[0]))
  657. {
  658. printf ("FindChargingInfoData error\n");
  659. return;
  660. }
  661. printf ("Charger Max Current = %d, Max Power = %d \n",
  662. ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent * 10,
  663. ShmSysConfigAndInfo->SysConfig.MaxChargingPower * 10);
  664. printf ("Index = %d, MaxPow = %f, MaxVol = %f, MaxCur = %f\n",
  665. _GunIndex,
  666. _chargingData[_GunIndex]->RealMaxPower,
  667. _chargingData[_GunIndex]->RealMaxVoltage,
  668. _chargingData[_GunIndex]->RealMaxCurrent);
  669. }
  670. static void get_char(char *word)
  671. {
  672. fd_set rfds;
  673. struct timeval tv;
  674. FD_ZERO(&rfds);
  675. FD_SET(0, &rfds);
  676. tv.tv_sec = 0;
  677. tv.tv_usec = 10; //wait input timout time
  678. //if input
  679. if (select(1, &rfds, NULL, NULL, &tv) > 0)
  680. {
  681. fgets(word, 128, stdin);
  682. }
  683. }
  684. void RunUnconditionalChargeIndex1(char *v1, char *v2, char *v3)
  685. {
  686. int _GunIndex;
  687. float _Voltage;
  688. float _Current;
  689. if (strcmp(v1, "auto") == EQUAL)
  690. {
  691. _usingAutoRun = 0x01;
  692. _GunIndex = 0;
  693. _Voltage = 500;
  694. _Current = (ShmSysConfigAndInfo->SysConfig.MaxChargingPower * 1000) / _Voltage;
  695. }
  696. else
  697. {
  698. _usingAutoRun = 0x00;
  699. _GunIndex = atoi(v1);
  700. _Voltage = atof(v2);
  701. _Current = atof(v3);
  702. }
  703. unsigned char PreviousSystemStatus = 0xff;
  704. if (!FindChargingInfoData(_GunIndex, &_chargingData[0]))
  705. {
  706. printf ("FindChargingInfoData error\n");
  707. return;
  708. }
  709. printf ("Power = %d, ReqVoltage = %f, ReqCurrent = %f\n",
  710. ShmSysConfigAndInfo->SysConfig.MaxChargingPower, _Voltage, _Current);
  711. if(_Voltage > 1000 || _Voltage < 50)
  712. {
  713. printf ("Input Voltage over range\n");
  714. return;
  715. }
  716. // if(_Current > 100 || _Current < 2){
  717. //
  718. // printf ("Input Current over range\n");
  719. // return;
  720. // }
  721. //測試期間先跳過自我測試 _STEST_COMPLETE = 0xfe
  722. //ShmSysConfigAndInfo->SysInfo.SelfTestSeq = 0xfe;
  723. //kill ev task
  724. system("killall Module_EvComm");
  725. //_Voltage = (_Voltage * 10);
  726. //_Current = (_Current * 10);
  727. //system(STTY_US TTY_PATH);
  728. while(true)
  729. {
  730. //fix gun 1
  731. ShmSysConfigAndInfo->SysInfo.CurGunSelected = _GunIndex;
  732. switch(_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  733. {
  734. case S_IDLE:
  735. {
  736. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  737. {
  738. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  739. printf ("[UnconditionalCharge - S_IDLE]\n");
  740. }
  741. ShmSysConfigAndInfo->SysInfo.StartToChargingFlag = 0x01;
  742. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_PREPARNING;
  743. }
  744. break;
  745. case S_PREPARNING:
  746. {
  747. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  748. {
  749. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  750. printf ("[UnconditionalCharge - S_PREPARNIN]\n");
  751. //等待 AC Relay 搭上且找到模組 (main 在此 statue 其它 task 會去做完)
  752. printf ("wait find module\n");
  753. }
  754. //main 會在此階段判斷以下資料跳到下一個 state
  755. //用來得知 AC 是否有搭上 (搭上模組的資訊才會出來) 因為每次 AC_Contactor
  756. //ShmPsuData->SystemPresentPsuQuantity;
  757. //ShmPsuData->PsuGroup[gun_index].GroupPresentPsuQuantity;
  758. //ShmPsuData->PsuGroup[gun_index].GroupAvailablePower;
  759. //_chargingData[gun_index]->AvailableChargingPower;
  760. //等待 AC Relay 搭上且找到模組 (main 在此 statue 其它 task 會去做完)
  761. //sleep(10);
  762. //清除 main timeout 機制
  763. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->TimeoutFlag = 0;
  764. //不論是什麼 type 的槍都固意設成 Chademo 不跑 Prechage step
  765. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->Type = 9;
  766. }
  767. break;
  768. case S_PREPARING_FOR_EV:
  769. {
  770. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  771. {
  772. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  773. printf ("[UnconditionalCharge - S_PREPARING_FOR_EV]\n");
  774. printf ("ReqVoltage = %f, ReqCurrent = %f \n", _Voltage * 10,_Current * 10);
  775. }
  776. //清除 main timeout 機制
  777. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->TimeoutFlag = 0;
  778. //不論是什麼 type 的槍都固意設成 Chademo 不跑 Prechage step
  779. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->Type = 9;
  780. //充電電壓電流
  781. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterySoc = 50;
  782. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage = 500;
  783. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent = 2;
  784. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->AvailableChargingCurrent = 1000;
  785. //****** 注意~此行為是防止 K1K2 先開導到無法升壓 ( Relay Board 在此 state 還未搭上 K1K2 )
  786. //確定模組己升壓完成
  787. //if(_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingVoltage <= (3000+500) &&
  788. // _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingVoltage >= (3000-500) )
  789. {
  790. printf ("Precharge Done = %f \n", _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingVoltage);
  791. //EV done
  792. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_PREPARING_FOR_EVSE;
  793. }
  794. }
  795. break;
  796. case S_PREPARING_FOR_EVSE:
  797. {
  798. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  799. {
  800. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  801. printf ("[UnconditionalCharge - S_PREPARING_FOR_EVSE]\n");
  802. }
  803. //printf ("tar vol = %d \n", _Voltage);
  804. //printf ("tar cur = %d \n", _Current);
  805. //清除 main timeout 機制
  806. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->TimeoutFlag = 0;
  807. //不論是什麼 type 的槍都固意設成 Chademo 不跑 Prechage step
  808. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->Type = 9;
  809. //充電電壓電流
  810. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterySoc = 50;
  811. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage = 500;
  812. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent = 2;
  813. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->AvailableChargingCurrent = 1000;
  814. //printf ("tar vol_ = %d \n", _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage);
  815. // printf ("tar cur_ = %d \n", _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent);
  816. //****** 注意~此行為是防止 K1K2 先開導到無法升壓 ( Relay Board 在此 state 還未搭上 K1K2 )
  817. //確定模組己升壓完成
  818. if(_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus == 0x01 ||
  819. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus == 0x03)
  820. {
  821. printf ("First Ground Fault State (%d)\n",_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus);
  822. printf ("Wait K1K2 = %f \n", _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingVoltage);
  823. sleep(5);
  824. //EV done
  825. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_CHARGING;
  826. }
  827. else if (_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus > 0x02)
  828. {
  829. printf ("First Ground Fault check Fail (%d)\n",_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus);
  830. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_TERMINATING;
  831. }
  832. }
  833. break;
  834. case S_CHARGING:
  835. {
  836. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  837. {
  838. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  839. if (_usingAutoRun == 0x00)
  840. {
  841. //充電電壓電流
  842. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage = _Voltage;
  843. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent = _Current;
  844. }
  845. else
  846. {
  847. _curAutoRunCount = 0;
  848. gettimeofday(&_autoTime, NULL);
  849. }
  850. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterySoc = 50;
  851. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->AvailableChargingCurrent = 1000;
  852. printf ("[UnconditionalCharge - S_CHARGING]\n");
  853. }
  854. if (_usingAutoRun == 0x01)
  855. {
  856. if (((GetTimeoutValue(_autoTime)) >= AUTORUN_STEP1_TIME_START * 60 && (GetTimeoutValue(_autoTime)) <= AUTORUN_STEP1_TIME_END * 60) ||
  857. ((GetTimeoutValue(_autoTime)) >= AUTORUN_STEP2_TIME_START * 60 && (GetTimeoutValue(_autoTime)) <= AUTORUN_STEP2_TIME_END * 60))
  858. {
  859. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage = _Voltage;
  860. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent = _Current;
  861. }
  862. else if ((GetTimeoutValue(_autoTime)) >= AUTORUN_END_TIME * 60)
  863. {
  864. _curAutoRunCount++;
  865. if (_curAutoRunCount >= AUTORUN_CYCLE_COUNT)
  866. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_TERMINATING;
  867. else
  868. gettimeofday(&_autoTime, NULL);
  869. }
  870. else
  871. {
  872. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage = 0;
  873. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent = 0;
  874. }
  875. }
  876. // printf("out : vol = %f, cur = %f \n",
  877. // _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage,
  878. // _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent);
  879. //ev task do this
  880. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingPower =
  881. ((float)((_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingVoltage) * (_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingCurrent)) / 1000);
  882. if (_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus == 0x02)
  883. {
  884. printf ("Charging Ground Fault check Fail (%d)\n",_chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->GroundFaultStatus);
  885. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_TERMINATING;
  886. }
  887. }
  888. break;
  889. case S_TERMINATING:
  890. {
  891. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  892. {
  893. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  894. system("/root/Module_EvComm &");
  895. printf ("[UnconditionalCharge - S_TERMINATING]\n");
  896. //無阻塞偵測 keybaord 結束
  897. system(STTY_DEF TTY_PATH);
  898. }
  899. sleep(3);
  900. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_COMPLETE;
  901. return;
  902. }
  903. break;
  904. case S_COMPLETE:
  905. {
  906. if(PreviousSystemStatus != _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus)
  907. {
  908. PreviousSystemStatus = _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus;
  909. printf ("[UnconditionalCharge - S_COMPLETE]\n");
  910. }
  911. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->PresentChargingPower = 0;
  912. sleep(3);
  913. return;
  914. }
  915. break;
  916. }
  917. char word[128];
  918. char newString[7][10];
  919. int i,j,ctr;
  920. memset(word, 0x00, sizeof(word));
  921. get_char(word);
  922. if (strlen(word) == 0)
  923. continue;
  924. j=0; ctr=0;
  925. strcpy(newString[1], "-1");
  926. strcpy(newString[2], "-1");
  927. for (i = 0; i <= (strlen(word)); i++)
  928. {
  929. if (word[i] == ' ' || word[i] == '\0' || word[i] == 10)
  930. {
  931. newString[ctr][j] = '\0';
  932. ctr++;
  933. j = 0;
  934. }
  935. else
  936. {
  937. newString[ctr][j] = word[i];
  938. j++;
  939. }
  940. }
  941. if(strcmp(newString[0], "chg") == 0)
  942. {
  943. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  944. continue;
  945. if (strcmp(newString[2], "-1") == 0 || strcmp(newString[2], "") == 0)
  946. continue;
  947. float _vol = atof(newString[1]);
  948. float _cur = atof(newString[2]);
  949. if (_cur <= 0 || _cur <= 0)
  950. continue;
  951. printf("vol = %f, cur = %f \n", _vol, _cur);
  952. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetVoltage = _vol;
  953. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->EvBatterytargetCurrent = _cur;
  954. }
  955. else if (strcmp(newString[0], "c") == 0)
  956. {
  957. printf("stop \n\r");
  958. ShmSysConfigAndInfo->SysInfo.StartToChargingFlag = 0x00;
  959. _chargingData[ShmSysConfigAndInfo->SysInfo.CurGunSelected]->SystemStatus = S_TERMINATING;
  960. }
  961. usleep(100000);
  962. }
  963. }
  964. int main(void)
  965. {
  966. if(InitShareMemory() == FAIL)
  967. {
  968. printf ("InitShareMemory = FAIL \n");
  969. if(ShmStatusCodeData != NULL)
  970. {
  971. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FailToCreateShareMemory=1;
  972. }
  973. sleep(5);
  974. return 0;
  975. }
  976. for(;;)
  977. {
  978. char word[128];
  979. char newString[7][10];
  980. int i,j,ctr;
  981. fgets(word, sizeof(word), stdin);
  982. j=0; ctr=0;
  983. strcpy(newString[1], "-1");
  984. strcpy(newString[2], "-1");
  985. for (i = 0; i <= (strlen(word)); i++)
  986. {
  987. if (word[i] == ' ' || word[i] == '\0' || word[i] == 10)
  988. {
  989. newString[ctr][j] = '\0';
  990. ctr++;
  991. j = 0;
  992. }
  993. else
  994. {
  995. newString[ctr][j] = word[i];
  996. j++;
  997. }
  998. }
  999. if(strcmp(newString[0], "state") == 0)
  1000. {
  1001. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1002. continue;
  1003. // 槍狀態
  1004. RunStatusProc(newString[1], newString[2]);
  1005. }
  1006. else if(strcmp(newString[0], "card") == 0)
  1007. {
  1008. // 刷卡狀態
  1009. RunCardProc(newString[1], newString[2]);
  1010. }
  1011. else if(strcmp(newString[0], "gun") == 0)
  1012. {
  1013. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1014. continue;
  1015. // 插槍狀態
  1016. RunGunPlugitProc(newString[1], newString[2]);
  1017. }
  1018. else if(strcmp(newString[0], "lock") == 0)
  1019. {
  1020. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1021. continue;
  1022. // 插槍狀態
  1023. GetGunLockStatusProc(newString[1], newString[2]);
  1024. }
  1025. else if(strcmp(newString[0], "sysid") == 0)
  1026. {
  1027. // 測試 sys id
  1028. SetSystemIDProc();
  1029. }
  1030. else if(strcmp(newString[0], "self") == 0)
  1031. {
  1032. // CSU 自我檢測狀態
  1033. RunSelfProc(newString[1]);
  1034. }
  1035. else if(strcmp(newString[0], "ver") == 0)
  1036. {
  1037. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1038. continue;
  1039. // 取 FW 版號
  1040. GetFwVerProc(newString[1]);
  1041. }
  1042. else if (strcmp(newString[0], "update") == 0)
  1043. {
  1044. // 更新
  1045. FwUpdateFlagProc(newString[1]);
  1046. }
  1047. else if (strcmp(newString[0], "ac") == 0)
  1048. {
  1049. // AC contactor 狀態
  1050. CheckAcStatus(newString[1]);
  1051. }
  1052. else if (strcmp(newString[0], "cable") == 0)
  1053. {
  1054. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1055. continue;
  1056. // cable check pass
  1057. SetCableChkStatus(newString[1], newString[2]);
  1058. }
  1059. else if (strcmp(newString[0], "pow") == 0)
  1060. {
  1061. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1062. continue;
  1063. // cable check pass
  1064. SetPowerValue(newString[1], newString[2]);
  1065. }
  1066. else if (strcmp(newString[0], "model") == 0)
  1067. {
  1068. GetSystemInfo();
  1069. }
  1070. else if(strcmp(newString[0], "select") == 0)
  1071. {
  1072. // 取得 / 設定 當前選的槍號
  1073. GetGunSelectedNum(newString[1]);
  1074. }
  1075. else if(strcmp(newString[0], "change") == 0)
  1076. {
  1077. // 模擬按鈕改變選槍
  1078. ChangeGunNum();
  1079. }
  1080. else if(strcmp(newString[0], "fan") == 0)
  1081. {
  1082. // 設定風扇速度
  1083. SetFanSpeed(newString[1]);
  1084. }
  1085. else if(strcmp(newString[0], "speed") == 0)
  1086. {
  1087. // 取得風扇速度
  1088. GetFanSpeed();
  1089. }
  1090. else if(strcmp(newString[0], "debug") == 0)
  1091. {
  1092. // 設定 debug mode
  1093. SetDebugMode(newString[1]);
  1094. }
  1095. else if (strcmp(newString[0], "gfd") == 0)
  1096. {
  1097. // 設定盲沖使用 GFD 功能
  1098. SetGFDMode(newString[1]);
  1099. }
  1100. else if(strcmp(newString[0], "temp") == 0)
  1101. {
  1102. // 取得 PSU 溫度
  1103. GetPsuTemp();
  1104. }
  1105. else if(strcmp(newString[0], "acin") == 0)
  1106. {
  1107. // 取得三向輸入電壓
  1108. GetAcInputVol();
  1109. }
  1110. else if(strcmp(newString[0], "psu") == 0)
  1111. {
  1112. //如果連一個參數都沒有 (此命令不理會) 加上判斷第二參數
  1113. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0)
  1114. {
  1115. printf ("PSU : Param fail..Please retry again......\n");
  1116. continue;
  1117. }
  1118. // 取得 PSU 資訊
  1119. GetPsuInformation(newString[1], newString[2], newString[3]);
  1120. }
  1121. else if (strcmp(newString[0], "cap") == 0)
  1122. {
  1123. GetConnectorCapInfo(newString[1]);
  1124. }
  1125. else if(strcmp(newString[0], "error") == 0)
  1126. {
  1127. CreateOneError(newString[1]);
  1128. }
  1129. else if (strcmp(newString[0], "auth") == 0)
  1130. {
  1131. GetAuthorizeFlag(newString[1]);
  1132. }
  1133. else if (strcmp(newString[0], "relay") == 0)
  1134. {
  1135. GetRelayStatus(newString[1]);
  1136. }
  1137. else if (strcmp(newString[0], "ccid") == 0)
  1138. {
  1139. if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0 ||
  1140. strcmp(newString[2], "-1") == 0 || strcmp(newString[2], "") == 0)
  1141. {
  1142. printf ("Input ccid fail.\n");
  1143. continue;
  1144. }
  1145. SetChargingInfoCCID(newString[1], newString[2]);
  1146. }
  1147. else if(strcmp(newString[0], "strchg") == 0)
  1148. {
  1149. //如果連一個參數都沒有 (此命令不理會) 加上判斷第二參數
  1150. if (strcmp(newString[1], "auto") == 0)
  1151. {
  1152. newString[2][0] = 0;
  1153. newString[3][0] = 0;
  1154. }
  1155. else if (strcmp(newString[1], "-1") == 0 || strcmp(newString[1], "") == 0 ||
  1156. strcmp(newString[2], "-1") == 0 || strcmp(newString[2], "") == 0)
  1157. {
  1158. printf ("Input cmd fail ------ strchg [vol 150-1000] [cru 2-100]\n");
  1159. continue;
  1160. }
  1161. // 槍狀態
  1162. RunUnconditionalChargeIndex1(newString[1], newString[2], newString[3]);
  1163. }
  1164. else
  1165. printf ("%s\n", msg);
  1166. usleep(100000);
  1167. }
  1168. return 0;
  1169. }