Config.h 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185
  1. /*
  2. * Config.h
  3. *
  4. * Created on: 2019年4月23日
  5. * Author: foluswen
  6. */
  7. #ifndef CONFIG_H_
  8. #define CONFIG_H_
  9. #include <stdbool.h>
  10. typedef unsigned char byte;
  11. #define MODE_BOOT 0
  12. #define MODE_IDLE 1
  13. #define MODE_AUTHORIZING 2
  14. #define MODE_REASSIGN_CHECK 3
  15. #define MODE_REASSIGN 4
  16. #define MODE_PRECHARGE 5
  17. #define MODE_PREPARE_FOR_EV 6
  18. #define MODE_PREPARE_FOR_EVSE 7
  19. #define MODE_CHARGING 8
  20. #define MODE_TERMINATING 9
  21. #define MODE_COMPLETE 10
  22. #define MODE_ALARM 11
  23. #define MODE_FAULT 12
  24. #define MODE_RESERVATION 13
  25. #define MODE_BOOKING 14
  26. #define MODE_MAINTAIN 15
  27. #define MODE_DEBUG 16
  28. #define MODE_CCS_PRECHARGE_STEP0 17 // ready for ccs precharge processing, For D+ relay to precharge relay
  29. #define MODE_CCS_PRECHARGE_STEP1 18 // waitting for ev board inform to enter to charging, For precharge relay to D+ relay
  30. #define MODE_UPDATE 19
  31. #define GFD_WAIT 0
  32. #define GFD_PASS 1
  33. #define GFD_FAIL 2
  34. #define GFD_WARNING 3
  35. #define PRECHARGE_WAIT 0
  36. #define PRECHARGE_READY 1
  37. #define PRECHARGE_PRERELAY_PASS 2
  38. #define PRECHARGE_CHARELAY_PASS 3
  39. #define BOOTTING 0
  40. #define BOOT_COMPLETE 1
  41. #define uSEC_VAL 1000000
  42. #define mSEC_VAL 1000
  43. #define MAX_GUN_QUANTITY 4
  44. #define MAX_GROUP_QUANTITY 4
  45. #define MAX_PSU_MODULE_QUANTITY 62
  46. #define MAX_MODULE_PER_GROUP 12
  47. #define SM_ChargerInfoKey 3000
  48. #define SAFETY_TEST_ENABLE 0
  49. #define MAX_SLAVE_CABINET_QUANTITY 4
  50. #define MASTER_ETH1_IP "192.168.100.1"
  51. #define MASTER_ETH1_SUBMASK "255.255.255.0"
  52. #define SLAVE_ETH1_IP "192.168.0.10"
  53. #define SLAVE_ETH1_SUBMASK "255.255.255.0"
  54. #define AUTHORIZE_COMPLETED_TIME 3
  55. #define STARTTRANSATION_IMMEDIATELY
  56. #define ENABLE_PCBA_TEST 0
  57. #define PARALLEL_RELAY_COUNT 6
  58. #define _PHIHONG_PRICE_SPLIT_KEY ","
  59. #define _AUDI_PRICE_SPLIT_KEY ";"
  60. #define _OIL_PRICE_SPLIT_KEY "\n"
  61. // ********** Audi ********** //
  62. // Model Name: DOYC182000D2AD
  63. // Model Name: DDYC182V0UE2AD
  64. // ********** e4you ********** //
  65. // Model Name: DKYE182000D1E4
  66. // Model Name: DXYE182E00E1E4
  67. // ********** xpeng ********** //
  68. // Model Name: DOYE362000D2XP
  69. // Model Name: DDYE362F0KE2XP
  70. // *********** BYD *********** //
  71. // Model Name: DOYE242000D2BD
  72. // Model Name: DDYE242V0UE2BD
  73. // *********** TCC *********** //
  74. // Model Name: DBYE182000D1PH
  75. // Model Name: DBYC182000D1TC
  76. // Model Name: DDYC182V0EE1TC
  77. #define STR_LITTLE_ENDIAN "Little Endian"
  78. #define STR_BIG_ENDIAN "Big Endian"
  79. enum _SYSTEM_STATUS
  80. {
  81. S_BOOTING = 0,
  82. S_IDLE,
  83. S_AUTHORIZING,
  84. S_REASSIGN_CHECK,
  85. S_REASSIGN,
  86. S_PREPARNING,
  87. S_PREPARING_FOR_EV,
  88. S_PREPARING_FOR_EVSE,
  89. S_CHARGING,
  90. S_TERMINATING,
  91. S_COMPLETE,
  92. S_ALARM,
  93. S_FAULT,
  94. S_RESERVATION,
  95. S_BOOKING,
  96. S_MAINTAIN,
  97. S_DEBUG,
  98. S_CCS_PRECHARGE_ST0,
  99. S_CCS_PRECHARGE_ST1,
  100. S_UPDATE,
  101. S_NONE,
  102. };
  103. enum _AC_SYSTEM_STATUS
  104. {
  105. AC_SYS_NONE = 0,
  106. AC_SYS_A,
  107. AC_SYS_B,
  108. AC_SYS_C,
  109. AC_SYS_D,
  110. AC_SYS_E
  111. };
  112. #define STR_GUN_TYPE_CHADEMO "CHAdeMO"
  113. #define STR_GUN_TYPE_CCS "CCS"
  114. #define STR_GUN_TYPE_GBT "GBT"
  115. #define STR_GUN_TYPE_AC "AC"
  116. #define STR_GUN_TYPE_UNKNOWN "Unknown Type"
  117. enum _GUN_TYPE
  118. {
  119. _Type_Chademo = 0,
  120. _Type_CCS_2,
  121. _Type_GB,
  122. _Type_AC,
  123. _Type_Unknown = 0xFF
  124. };
  125. enum _LCM_INDEX
  126. {
  127. _LCM_INIT = 0x00,
  128. _LCM_IDLE = 0x01,
  129. _LCM_AUTHORIZING = 0x02,
  130. _LCM_AUTHORIZ_COMP = 0x03,
  131. _LCM_AUTHORIZ_FAIL = 0x04,
  132. _LCM_WAIT_FOR_PLUG = 0x05,
  133. _LCM_PRE_CHARGE = 0x06,
  134. _LCM_CHARGING = 0x07,
  135. _LCM_COMPLETE = 0x08,
  136. _LCM_FIX = 0x09,
  137. _LCM_NONE = 0xFF,
  138. };
  139. enum _DispenserAuthorizeStatus
  140. {
  141. _AuthorizeStatus_Idle = 0x00,
  142. _AuthorizeStatus_Wait = 0x01,
  143. _AuthorizeStatus_Busy = 0x02,
  144. _AuthorizeStatus_Done = 0x03,
  145. _AuthorizeStatus_End = 0x04,
  146. };
  147. enum _ConnectorAuthorizeResult
  148. {
  149. _AuthResult_None = 0x00,
  150. _AuthResult_Valid = 0x01,
  151. _AuthResult_Invalid = 0x02,
  152. };
  153. enum _AuthorizedType
  154. {
  155. _AuthType_None = 0x00,
  156. _AuthType_RFID = 0x01,
  157. _AuthType_RemoteStart = 0x02,
  158. };
  159. enum _SELF_TEST_SEQ
  160. {
  161. _STEST_VERSION = 0x00,
  162. _STEST_CabinetSwitch = 0x01,
  163. _STEST_AC_CONTACTOR = 0x02,
  164. _STEST_PSU_DETECT = 0x03,
  165. _STEST_PSU_CAP = 0x04,
  166. _STEST_PSU_RETRY = 0x05,
  167. _STEST_EMG_BTN = 0x06,
  168. _STEST_FAIL = 0x07,
  169. _STEST_COMPLETE = 0xEE,
  170. };
  171. enum _MODULE_PSU_WORK_STEP
  172. {
  173. INITIAL_START = 0,
  174. GET_PSU_COUNT = 1,
  175. Get_PSU_LOCATION = 2,
  176. Get_PSU_VERSION = 3,
  177. PSU_COUNT_CONFIRM = 4,
  178. GET_SYS_CAP = 5,
  179. BOOTING_COMPLETE = 6,
  180. _WORK_CHARGING = 10,
  181. _TEST_MODE = 20,
  182. _NO_WORKING = 254,
  183. _INIT_PSU_STATUS = 255
  184. };
  185. enum _OFFLINE_POLICY
  186. {
  187. _OFFLINE_POLICY_LOCAL_LIST = 0x00,
  188. _OFFLINE_POLICY_PHIHONG_RFID_TAG = 0x01,
  189. _OFFLINE_POLICY_FREE_CHARGING = 0x02,
  190. _OFFLINE_POLICY_NO_CHARGING = 0x03,
  191. };
  192. enum _REASSIGNED_RESOURCE_STEP
  193. {
  194. _REASSIGNED_NONE = 0, //
  195. _REASSIGNED_PREPARE_M_TO_A = 1, // 系統收到需要降載需求 (輸出總電流降低),PSU Task 收到將狀態切換至下個狀態
  196. _REASSIGNED_GET_NEW_CAP = 2, // 充電中的重新取得屬於自己火線上的總能量並透過小板通知車端 - 超過10秒直接跳下一步
  197. _REASSIGNED_ADJUST_M_TO_A = 3, // 模塊重新分配完成
  198. _REASSIGNED_RELAY_M_TO_A = 4, // 切斷橋接的 Relay
  199. _REASSIGNED_PREPARE_A_TO_M = 11,
  200. _REASSIGNED_ADJUST_A_TO_M = 12, // 模塊升壓
  201. _REASSIGNED_RELAY_A_TO_M = 13, // 搭接橋接的 Relay
  202. _REASSIGNED_WAITING = 14,
  203. _REASSIGNED_COMP = 15
  204. };
  205. enum _MAIN_CHARGING_MODE
  206. {
  207. _MAIN_CHARGING_MODE_MAX = 0,
  208. _MAIN_CHARGING_MODE_AVER = 1,
  209. };
  210. enum _EXTRA_ERR_PROCESS
  211. {
  212. _EXTRA_ERR_PROCESS_NONE = 0,
  213. _EXTRA_ERR_PROCESS_INUVP = 1,
  214. _EXTRA_ERR_PROCESS_INOVP = 2,
  215. _EXTRA_ERR_PROCESS_PRIMARY = 3,
  216. };
  217. enum _CHARGER_TYPE
  218. {
  219. _CHARGER_TYPE_IEC = 0,
  220. _CHARGER_TYPE_UL = 1,
  221. };
  222. enum _SYS_WIFI_MODE
  223. {
  224. _SYS_WIFI_MODE_DISABLE = 0,
  225. _SYS_WIFI_MODE_STATION = 1,
  226. _SYS_WIFI_MODE_AP = 2
  227. };
  228. enum _LED_INTENSITY_LV
  229. {
  230. _LED_INTENSITY_DARKEST = 0,
  231. _LED_INTENSITY_MEDIUM = 1,
  232. _LED_INTENSITY_BRIGHTEST = 2
  233. };
  234. enum _CCS_COMM_PROTOCOL
  235. {
  236. _CCS_COMM_V2GMessage_DIN70121 = 0x01,
  237. _CCS_COMM_V2GMessage_ISO15118_2014 = 0x02,
  238. _CCS_COMM_V2GMessage_ISO15118_2018 = 0x03
  239. };
  240. enum _ETHERNET_USAGE
  241. {
  242. _ETHERNET_USAGE_NONE = 0,
  243. _ETHERNET_USAGE_LAN,
  244. _ETHERNET_USAGE_WIFI,
  245. _ETHERNET_USAGE_3G_4g
  246. };
  247. #define STR_CONN_DISABLE "Disable"
  248. #define STR_CONN_CONNECTED "Connected"
  249. #define STR_CONN_DISCONNECTED "Disconnected"
  250. #define STR_DARKEST "Darkest"
  251. #define STR_MEDIUM "Medium"
  252. #define STR_BRIGHTEST "Brightest"
  253. #define STR_PAGE_NONE "PageNone"
  254. #define STR_REMOTE_NO_ID "PlugInPage"
  255. enum _CONN_STATUS
  256. {
  257. _Connnection_Disable = 0,
  258. _Connnection_Connected = 1,
  259. _Connnection_Disconnected = 2,
  260. };
  261. enum _LED_INDICATION_STATUS
  262. {
  263. _LED_INDICATION_OFF = 0, // all led off
  264. _LED_INDICATION_RUN = 1, // green led on, red led off
  265. _LED_INDICATION_FAULT = 2, // green led off, red led on
  266. _LED_INDICATION_ON = 3, // all led on
  267. _LED_INDICATION_GREEN_TOGGLE = 4, // green led toggle
  268. _LED_INDICATION_RED_TOGGLE = 5, // red led toggle
  269. };
  270. enum _STANDARD_INDICATION_STATUS
  271. {
  272. _STANDARD_LED_None = 0,
  273. _STANDARD_LED_Disconnection = 1,
  274. _STANDARD_LED_Running = 2,
  275. _STANDARD_LED_Alarm = 3,
  276. };
  277. enum _E4YOU_INDICATION_STATUS
  278. {
  279. _E4YOU_LED_None = 0,
  280. _E4YOU_LED_Disconnection = 1,
  281. _E4YOU_LED_Idle = 2,
  282. _E4YOU_LED_Charging = 3,
  283. _E4YOU_LED_Alarm = 4,
  284. };
  285. #define STR_QR_DEFAULT "Default"
  286. #define STR_QR_CUSTOMIZED "Customized"
  287. #define STR_QR_CHARGEBOXID "ChargeBoxId"
  288. enum _QR_MODE
  289. {
  290. _QR_MODE_Default = 0,
  291. _QR_MODE_Customized = 1,
  292. _QR_MODE_ChargeBoxId = 2, // for audi
  293. };
  294. enum _CUSTOMER_CODE
  295. {
  296. _CUSTOMER_CODE_Phihong = 0,
  297. _CUSTOMER_CODE_Audi = 1,
  298. _CUSTOMER_CODE_E4U = 2,
  299. _CUSTOMER_CODE_UCar = 3,
  300. _CUSTOMER_CODE_TCC = 4,
  301. _CUSTOMER_CODE_Oil = 5,
  302. };
  303. #define STR_CABINET_ROLE_NONE "Single"
  304. #define STR_CABINET_ROLE_MASTER "Master"
  305. #define STR_CABINET_ROLE_SLAVE "Slave"
  306. enum _CABINET_ROLE
  307. {
  308. _CROLE_SINGLE = 0, // single power cabinet mode
  309. _CROLE_MASTER = 1, // power cabinet master mode
  310. _CROLE_SLAVE = 2, // power cabinet slave mode
  311. };
  312. typedef union
  313. {
  314. unsigned int CtrlValue;
  315. struct
  316. {
  317. unsigned int SelfTestOK:1; // 0: self test not completed, 1: self test ok
  318. unsigned int NeedSelfTest:1; // 0: no effect, 1: need execute self test
  319. unsigned int NeedSoftReset:1; // 0: no effect, 1: system need soft reset
  320. unsigned int NeedHardReset:1; // 0: no effect, 1: system need hard reset
  321. unsigned int PrimaryDisable:1; // 0: primary enable, 1: primary disable
  322. unsigned int RelayBoardDisable:1; // 0: relay board enable, 1: relay board disable
  323. unsigned int FanBoardDisable:1; // 0: fan board enable, 1: fan board disable
  324. unsigned int LedBoardDisable:1; // 0: led board enable, 1: led board disable
  325. unsigned int SecondRelayBoardEnable:1; // 0: second relay disable, 1: second relay enable
  326. unsigned int DOLedIndication:1; // 0: no led indication, 1: enable DO Model led indication
  327. unsigned int DKLedIndication:1; // 0: no led indication, 1: enable DK Model led indication
  328. unsigned int BackendEnable:1; // 0: backend disable, 1: backend enable
  329. unsigned int Wifi4gResetEnable:1; // 0: wifi/4g reset io disable, 1: wifi/4g reset io enable
  330. unsigned int PsuInit:1; // 0: no effect, 1: psu is initialized
  331. unsigned int Enable6ParallelRelay:1; // 0: no effect, 1: enable 6 parallel relay
  332. unsigned int res:17;
  333. }bits;
  334. }SystemControl;
  335. typedef union
  336. {
  337. unsigned int CtrlValue;
  338. struct
  339. {
  340. unsigned int DisableBalance:1; // 0: no effect, 1: disable announce balance
  341. unsigned int FastStandbyTime:1; // 0: no effect, 1: enable fast standby time
  342. unsigned int ChargingSimulation:1; // 0: no effect, 1: enable charging simulation
  343. unsigned int FChargingReleaseExtend:1; // 0: no effect, 1: enable Release and Extend when Force Charging
  344. unsigned int res:28;
  345. }bits;
  346. }TestControl;
  347. typedef union
  348. {
  349. unsigned int CtrlValue;
  350. struct
  351. {
  352. unsigned int MsgMain:1; // 0: no effect, 1: enable debug message in main
  353. unsigned int MsgPrimaryComm:1; // 0: no effect, 1: enable debug message in primary comm
  354. unsigned int MsgPsu:1; // 0: no effect, 1: enable debug message in psu
  355. unsigned int MsgEvComm:1; // 0: no effect, 1: enable debug message in ev comm
  356. unsigned int MsgInternalComm:1; // 0: no effect, 1: enable debug message in internal comm
  357. unsigned int res:27;
  358. }bits;
  359. }DebugControl;
  360. typedef union
  361. {
  362. unsigned int CtrlValue;
  363. struct
  364. {
  365. unsigned int EnableForceCharging:1; // 0: disable, 1: enable force charging
  366. unsigned int StartForceCharging:1; // 0: disable, 1: start force charging
  367. unsigned int EnableReleaseAndExtend:1; // 0: disable, 1: enable Release And Extend when force charging
  368. unsigned int WebApiTrigger:1; // 0: no effect, 1: force charging is triggered by web api
  369. unsigned int res:28;
  370. }bits;
  371. }ForceChargingControl;
  372. typedef struct
  373. {
  374. ForceChargingControl FCtrl;
  375. unsigned short FTargetVoltage; // target voltage, unit: 0.1V
  376. unsigned short FTargetCurrent; // target current, unit: 0.1A
  377. }ForceCharging;
  378. typedef union
  379. {
  380. unsigned int AuthFlag;
  381. struct
  382. {
  383. unsigned int AutoStartEnable:1; // 0: disable, 1: enable auto charging after plug in
  384. unsigned int APPEnable:1; // 0: disable, 1: app auth enable
  385. unsigned int QRCodeEnable:1; // 0: disable, 1: qr code auth enable
  386. unsigned int RFIDEnable:1; // 0: disable, 1: rfid auth enable
  387. unsigned int res:24;
  388. }bits;
  389. }AuthModeInfo;
  390. typedef struct
  391. {
  392. AuthModeInfo AuthMode;
  393. unsigned char QRCodeMode; // 0: default, 1: customized, 2: audi type
  394. unsigned char res[3];
  395. }SystemAuthInfoData;
  396. typedef union
  397. {
  398. unsigned int CtrlValue;
  399. struct
  400. {
  401. unsigned int SelfTestOK:1; // 0: self test not completed, 1: self test ok
  402. unsigned int NeedSelfTest:1; // 0: no effect, 1: need execute self test
  403. unsigned int Paused:1; // 0: no effect, 1: primary paused
  404. unsigned int DisableDoorSensor:1; // 0: door sensor enable, 1: door sensor disable
  405. unsigned int DisableEmergencyButton:1; // 0: emergency button enable, 1: emergency button disable
  406. unsigned int DoorSensorReverse:1; // 0: the same as ds's, 1: status is different from ds's
  407. unsigned int AcContactorReverse:1; // 0: the same as ds's, 1: status is different from ds's
  408. unsigned int CabinetSwitchDetect:1; // 0: no effect, 1: need detect cabinet switch
  409. unsigned int res:24;
  410. }bits;
  411. }PrimaryControl;
  412. typedef union
  413. {
  414. unsigned int CtrlValue;
  415. struct
  416. {
  417. unsigned int SelfTestOK:1; // 0: self test not completed, 1: self test ok
  418. unsigned int NeedSelfTest:1; // 0: no effect, 1: need execute self test
  419. unsigned int Paused:1; // 0: no effect, 1: relay paused
  420. unsigned int AcContactor:1; // 0: ac contactor off, 1: ac contactor on
  421. unsigned int AcContactorOffByPsu:1; // 0: no effect, 1: ac contactor off
  422. unsigned int AcContactorOffByEmergency:1; // 0: no effect, 1: ac contactor off
  423. unsigned int StandbyCountdown:1; // 0: charger is using, 1: start countdown
  424. unsigned int AcInputDisable:1; // 0: ac input enable, 1: ac input disable
  425. unsigned int DcInputEnable:1; // 0: dc input disable, 1: dc input enable
  426. unsigned int res:23;
  427. }bits;
  428. }RelayControl;
  429. typedef union
  430. {
  431. unsigned int CtrlValue;
  432. struct
  433. {
  434. unsigned int SelfTestOK:1; // 0: self test not completed, 1: self test ok
  435. unsigned int NeedSelfTest:1; // 0: no effect, 1: need execute self test
  436. unsigned int Paused:1; // 0: no effect, 1: fan paused
  437. unsigned int res:29;
  438. }bits;
  439. }FanControl;
  440. typedef union
  441. {
  442. unsigned int CtrlValue;
  443. struct
  444. {
  445. unsigned int SelfTestOK:1; // 0: self test not completed, 1: self test ok
  446. unsigned int NeedSelfTest:1; // 0: no effect, 1: need execute self test
  447. unsigned int Paused:1; // 0: no effect, 1: led paused
  448. unsigned int res:29;
  449. }bits;
  450. }LedFanControl;
  451. typedef union
  452. {
  453. unsigned int CtrlValue;
  454. struct
  455. {
  456. unsigned int SelfTestOK:1; // 0: self test not completed, 1: self test ok
  457. unsigned int NeedSelfTest:1; // 0: no effect, 1: need execute self test
  458. unsigned int Paused:1; // 0: no effect, 1: psu paused
  459. unsigned int FailureResume:1; // 0: no error, 1: psu failure, need resume
  460. unsigned int CommunicationLost:1; // 0: no error, 1: psu communication lost
  461. unsigned int res:27;
  462. }bits;
  463. }PsuControl;
  464. enum _OCPP_PAGE_INDEX
  465. {
  466. _OCPP_Page_None = 0, // page none
  467. _OCPP_Page_LineStatus_1 = 1, // line status 1 page
  468. _OCPP_Page_LineStatus_2 = 2, // line status 2 page
  469. _OCPP_Page_LineStatus_3 = 3, // line status 3 page
  470. _OCPP_Page_LineStatus_4 = 4, // line status 4 page
  471. };
  472. typedef union
  473. {
  474. unsigned int CtrlValue;
  475. struct
  476. {
  477. unsigned int RemoteStartNoId:1; // 0: no effect, 1: trigger remote start without connector id
  478. unsigned int res:31;
  479. }bits;
  480. }OcppControl;
  481. typedef struct
  482. {
  483. int TxCnt;
  484. int RxCnt;
  485. int LostCnt;
  486. int CommCnt;
  487. }DevideCommInfo;
  488. typedef struct
  489. {
  490. DevideCommInfo PrimaryComm;
  491. DevideCommInfo Relay1Comm;
  492. DevideCommInfo Relay2Comm;
  493. DevideCommInfo FanComm;
  494. DevideCommInfo LedComm;
  495. DevideCommInfo PsuComm;
  496. }CommInfoData;
  497. typedef union
  498. {
  499. unsigned int CtrlValue;
  500. struct
  501. {
  502. unsigned int UpdateReq:1; // 0: no effect, 1: update request
  503. unsigned int UpdateConfirm:1; // 0: no effect, 1: update confirm
  504. unsigned int UpdateDone:1; // 0: no effect, 1: update done
  505. unsigned int res:29;
  506. }bits;
  507. }UpdateControl;
  508. typedef struct
  509. {
  510. int Pri232Fd;
  511. int Rs422Fd;
  512. int PsuCanFd;
  513. int EvCanFd;
  514. }FdControl;
  515. typedef struct
  516. {
  517. unsigned char MaxDispenser;
  518. unsigned char MaxConnector;
  519. unsigned char CabinetSwitch;
  520. unsigned char CabinetRole;
  521. unsigned char SelfTestStep;
  522. unsigned char CustomerCode;
  523. unsigned short ChargerRatingPower; // unit: 0.1kw, charger rating power, parsing from model name
  524. CommInfoData CommInfo;
  525. SystemControl SysCtrl;
  526. UpdateControl UpdateCtrl;
  527. TestControl TestCtrl;
  528. DebugControl DebugCtrl;
  529. PrimaryControl PrimaryCtrl;
  530. RelayControl RelayCtrl;
  531. FanControl FanCtrl;
  532. LedFanControl LedCtrl;
  533. PsuControl PsuCtrl;
  534. OcppControl OcppCtrl;
  535. FdControl FdCtrl;
  536. ForceCharging FCharging[MAX_GROUP_QUANTITY];
  537. unsigned char GunAvailable[MAX_GROUP_QUANTITY];
  538. unsigned char PsuInitQuantity[MAX_GROUP_QUANTITY];
  539. char ResevedIdTag[MAX_GROUP_QUANTITY][32];
  540. }SysControl;
  541. // ************************************************************************************************* //
  542. typedef struct
  543. {
  544. bool CheckIn;
  545. unsigned char Address;
  546. unsigned char GroupNo;
  547. unsigned char GIndex;
  548. }PsuAddressInfoData;
  549. typedef struct
  550. {
  551. unsigned char GroupPsuQuantity;
  552. unsigned char res;
  553. unsigned char PsuSN[MAX_MODULE_PER_GROUP];
  554. }GroupInfoData;
  555. typedef struct
  556. {
  557. bool PsuLocationInit;
  558. bool ReInitPsuLocation;
  559. unsigned char TotalPsuQuantity;
  560. GroupInfoData GroupLocationInfo[MAX_GROUP_QUANTITY];
  561. PsuAddressInfoData PsuAddressInfo[MAX_PSU_MODULE_QUANTITY];
  562. }PsuPositionInfoData;
  563. // ************************************************************************************************* //
  564. typedef enum
  565. {
  566. _GROLE_IDLE = 0,
  567. _GROLE_MASTER = 1,
  568. _GROLE_SLAVE = 2,
  569. _GROLE_PREPARE_SWITCH_OFF = 10, // reduce output current capability
  570. _GROLE_SLAVE_POWER_OFF = 11, // power off
  571. _GROLE_SWITCH_OFF_OK = 12, // power off completed
  572. _GROLE_WAIT_IDLE = 13, // wait a while to change to idle, open parallel relay at this state
  573. _GROLE_WAIT_SLAVE = 14, // wait a while to change to slave
  574. _GROLE_PREPARE_ATTACH_ON = 20, // raise voltage to master output voltage
  575. _GROLE_PRECHARGE_READY = 21, // extend pre-charge ready
  576. _GROLE_EXTEND_STOP = 22, // extend capability stop
  577. _GROLE_REQUEST_TO_CHARGING = 30,
  578. _GROLE_TERMINATE = 40,
  579. _GROLE_WAIT_TERMINATED = 41,
  580. _GROLE_NONE = 99,
  581. }_GROUP_ROLE;
  582. typedef union
  583. {
  584. unsigned int CtrlValue[6];
  585. struct
  586. {
  587. unsigned int IdleCtrlValue;
  588. unsigned int MasterCtrlValue;
  589. unsigned int StopChargingCtrlValue;
  590. unsigned int DeratingCtrlValue;
  591. unsigned int ExtendCapabilityCtrlValue;
  592. unsigned int SlaveCtrlValue;
  593. }RoleCtrl;
  594. struct
  595. {
  596. // IdleCtrlValue
  597. unsigned int ChargingRequest:1; // 0: no effect, 1: charging request from main.c
  598. unsigned int ChargingRequestConfirmed:1; // 0: no effect, 1: request confirmed by psu task
  599. unsigned int GroupShareCheck:1; // 0: no effect, 1: check is there any psu can share
  600. unsigned int ShareConfirmed:1; // 0: no effect, 1: psu share confirmed
  601. unsigned int GrabGroupWait:1; // 0: no effect, 1: need to wait grab psu
  602. unsigned int ShareCheckDone:1; // 0: no effect, 1: psu share completed
  603. unsigned int FindGroupPartner:1; // 0: no effect, 1: find available group partner
  604. unsigned int ParallelRelayOn:1; // 0: no effect, 1: set parallel relay on
  605. unsigned int ParallelRelayConfirmed:1; // 0: no effect, 1: parallel relay confirmed
  606. unsigned int GroupingDone:1; // 0: no effect, 1: grouping completed
  607. unsigned int IdleCtrlRes:22;
  608. // MasterCtrlValue
  609. unsigned int CableCheckDone:1; // 0: no effect, 1: CableCheck done
  610. unsigned int InPrechargeMode:1; // 0: no effect, 1: system status in PreCharge mode
  611. unsigned int AlreadyInChargingMode:1; // 0: no effect, 1: system status ever enter charging mode
  612. unsigned int ExtendAvailable:1; // 0: no effect, 1: extend capability is available
  613. unsigned int NeedCurrentBalance:1; // 0: no effect, 1: need to current balance
  614. unsigned int OutputCurrentStable:1; // 0: no effect, 1: output current is stable
  615. unsigned int ReachMaxCurrentDemand:1; // 0: no effect, 1: reach ev max current demand
  616. unsigned int ReachMaxStageCurrent:1; // 0: no effect, 1: reach ev max stage current
  617. unsigned int SmoothDerating:1; // 0: no effect, 1: start smooth derating
  618. unsigned int MasterCtrlRes:23;
  619. // StopChargingCtrlValue
  620. unsigned int StopChargingRequest:1; // 0: no effect, 1: master need to stop
  621. unsigned int StopChargingConfirmed:1; // 0: no effect, 1: stop charging confirmed
  622. unsigned int AllPowerOffDone:1; // 0: no effect, 1: all member power off done
  623. unsigned int AllParallelRelayOff:1; // 0: no effect, 1: all member's parallel relay off
  624. unsigned int AllParallelRelayConfirmed:1; // 0: no effect, 1: all member's parallel relay off confirmed
  625. unsigned int AllMemberStopCompleted:1; // 0: no effect, 1: all member stop completed
  626. unsigned int StopChargingCompleted:1; // 0: no effect, 1: stop charging completed
  627. unsigned int StopChargingCtrlRes:25;
  628. // DeratingCtrlValue
  629. unsigned int NeedDerating:1; // 0: no effect, 1: need derating
  630. unsigned int DeratingConfirmed:1; // 0: no effect, 1: derating confirmed
  631. unsigned int DeratingStart:1; // 0: no effect, 1: derating start
  632. unsigned int DeratingPowerOffDone:1; // 0: no effect, 1: derating member power off done
  633. unsigned int DeratingRelayOff:1; // 0: no effect, 1: set derating member parallel relay off
  634. unsigned int DeratingRelayConfirmed:1; // 0: no effect, 1: derating member parallel relay confirmed
  635. unsigned int DeratingCompleted:1; // 0: no effect, 1: derating completed
  636. unsigned int DeratingCtrlRes:25;
  637. // ExtendCapabilityCtrlValue
  638. unsigned int MorePowerRequest:1; // 0: no effect, 1: need to request more psu
  639. unsigned int MorePowerConfirmed:1; // 0: no effect, 1: request more psu confirmed
  640. unsigned int ExtendPrecharge:1; // 0: no effect, 1: extend group need to pre-charge
  641. unsigned int ExtendPrechargeDone:1; // 0: no effect, 1: extend group pre-charge completed
  642. unsigned int ExtendRelayOn:1; // 0: no effect, 1: extend group parallel relay on
  643. unsigned int ExtendRelayConfirmed:1; // 0: no effect, 1: extend group parallel relay confirmed
  644. unsigned int ExtendCompleted:1; // 0: no effect, 1: extend capability completed
  645. unsigned int ExtendCapabilityCtrlRes:25;
  646. // SlaveCtrlValue
  647. unsigned int SlaveChargingRequest:1; // 0: no effect, 1: request slave to charging after power off
  648. unsigned int CheckSlaveReady:1; // 0: no effect, 1: check if slave is ready
  649. unsigned int WaitSlaveReady:1; // 0: no effect, 1: wait slave is ready
  650. unsigned int SlavePowerOffRequest:1; // 0: no effect, 1: request slave to power off
  651. unsigned int SlavePowerOffConfirmed:1; // 0: no effect, 1: slave power off confirmed
  652. unsigned int SlaveCtrlRes:27;
  653. }bits;
  654. }PsuGroupControl;
  655. typedef struct
  656. {
  657. unsigned char Quantity;
  658. unsigned char RealQuantity;
  659. unsigned char Member[MAX_GROUP_QUANTITY]; // record slave group index
  660. unsigned short ParallelFlag[MAX_GROUP_QUANTITY];
  661. }PsuGroupPartner;
  662. typedef struct
  663. {
  664. unsigned short Voltage; // output voltage limit, unit: 0.1V
  665. unsigned short Current; // output current limit, unit: 0.1A
  666. unsigned short Power; // output power limit, unit: 0.1kw
  667. }PsuGroupOutputValue;
  668. typedef struct
  669. {
  670. unsigned char Index;
  671. unsigned char Role;
  672. unsigned char PreRole;
  673. unsigned char Location;
  674. PsuGroupPartner Partner; // record slave group information
  675. PsuGroupPartner PossibleMember; // record possible slave group information
  676. unsigned char TargetGroup; // target group index + 1
  677. unsigned char ReservedTarget; // reserved target group index + 1
  678. unsigned char SmoothDeratingTarget; // group index + 1
  679. unsigned char res; // reserved
  680. PsuGroupControl GroupCtrl;
  681. unsigned short ReAssignAvailableCurrent; // group available current when reassign, unit: 0.1A
  682. unsigned short ParallelCheck;
  683. unsigned char ParallelConfig[MAX_GROUP_QUANTITY]; // group parallel relay setting
  684. unsigned short GunLoading; // gun output loading, unit: 0.01%
  685. unsigned char GunPsuQuantity; // record psu quantity at this gun
  686. unsigned char ExtendQuantityLimit; // limit of extend psu group quantity
  687. float DiffPower_Capability; // unit: 1kW, different power between output power and Capability power
  688. float DiffPower_Available; // unit: 1kW, different power between output power and Available power
  689. float DiffPower_PhysicalLimit; // unit: 1kW, different power between output power and PhysicalLimit power
  690. }PsuGroupCollectionData;
  691. typedef struct
  692. {
  693. unsigned short GTargetVoltage; // group target voltage config, unit: 0.1V
  694. unsigned short GTargetCurrent; // group target current config, unit: 0.1A
  695. unsigned short OutputLoading; // group output loading, unit: 0.01%
  696. }GroupOutputConfigInfo;
  697. typedef union
  698. {
  699. unsigned short CtrlValue;
  700. struct
  701. {
  702. unsigned short Output_N:1; // 0: set Output_N off, 1: set Output_N on
  703. unsigned short Output_P:1; // 0: set Output_P off, 1: set Output_P on
  704. unsigned short res:14;
  705. }bits;
  706. }PsuGroupOutputRelay;
  707. typedef union
  708. {
  709. unsigned short CtrlValue;
  710. struct
  711. {
  712. unsigned short Location_1_2:1; // 0: set parallel off, 1: set parallel on
  713. unsigned short Location_2_3:1; // 0: set parallel off, 1: set parallel on
  714. unsigned short Location_3_4:1; // 0: set parallel off, 1: set parallel on
  715. unsigned short Location_4_1:1; // 0: set parallel off, 1: set parallel on
  716. unsigned short Location_4_2:1; // 0: set parallel off, 1: set parallel on
  717. unsigned short Location_3_1:1; // 0: set parallel off, 1: set parallel on
  718. unsigned short res:10;
  719. }bits;
  720. }PsuGroupParallelRelay;
  721. typedef struct
  722. {
  723. byte Location[MAX_GROUP_QUANTITY];
  724. byte Layout[MAX_GROUP_QUANTITY];
  725. PsuGroupCollectionData GroupCollection[MAX_GROUP_QUANTITY];
  726. GroupOutputConfigInfo GroupOutput[MAX_GROUP_QUANTITY]; // for individual group command
  727. GroupOutputConfigInfo TotalGroupOutput[MAX_GROUP_QUANTITY]; // for total group command
  728. PsuGroupOutputRelay OutputRelayConfig[MAX_GROUP_QUANTITY];
  729. PsuGroupOutputRelay OutputRelayConfirmed[MAX_GROUP_QUANTITY];
  730. PsuGroupParallelRelay ParallelRelayConfig;
  731. PsuGroupParallelRelay ParallelRelayConfirmed;
  732. }PsuGroupingInfoData;
  733. // ************************************************************************************************* //
  734. typedef enum
  735. {
  736. _SCONN_FREE = 0,
  737. _SCONN_WAIT = 1,
  738. _SCONN_MATCHED = 2,
  739. }_SOCKET_CONN_STATUS;
  740. typedef enum
  741. {
  742. _DeviceStatus_DisConnect = 0x00, // _DS_None , slave cabinet in re-connection
  743. _DeviceStatus_Identification = 0x01, // _DS_Identification , slave cabinet in identification
  744. _DeviceStatus_Idle = 0x02, // _DS_Idle , slave cabinet in idle
  745. _DeviceStatus_Alarm = 0x03, // _DS_Alarm , slave cabinet in alarm
  746. _DeviceStatus_Charging = 0x04, // _DS_Charging , no use in slave cabinet
  747. _DeviceStatus_Timeout = 0x05, // _DS_Timeout , no use in slave cabinet
  748. _DeviceStatus_RetryWait = 0x06,
  749. }_DEVICE_STATUS;
  750. typedef enum
  751. {
  752. _Parallel_None = 0,
  753. _Parallel_Wait = 1, // ac contactor off, 3s
  754. _Parallel_Working = 2, // ac contactor on and start re-initial psu
  755. _Parallel_Done = 3, // re-initial psu done
  756. }_PARALLEL_STATUS;
  757. typedef struct
  758. {
  759. unsigned char Status; // 0: free, 1: WaitModelName, 2: DispenserMatched
  760. unsigned char DeviceIndex; // record device index
  761. unsigned int IpAddress; // record device ip address
  762. unsigned char DuplicateIp; // 0: unique ip, 1: duplicate ip
  763. unsigned char res;
  764. }SocketConnInfoData;
  765. typedef struct
  766. {
  767. unsigned char LocalStatus; // 0: None, 1: Identification, 2: Idle, 3: Alarm, 4: Charging, 5: _DS_Timeout
  768. unsigned char SlaveID;
  769. unsigned char ModelName[64]; //charger model name
  770. unsigned char SerialNumber[64]; //charger system serial number
  771. unsigned char SystemId[128]; //charger system ID
  772. unsigned char CsuBootLoadFwRev[32]; //CSU board bootloader firmware version
  773. unsigned char CsuKernelFwRev[32]; //CSU board OS kernel firmware version
  774. unsigned char CsuRootFsFwRev[32]; //CSU board root file system firmware version
  775. unsigned char CsuPrimFwRev[32]; //CSU board root file system firmware version
  776. unsigned char LcmFwRev[32]; //LCM module firmware version
  777. unsigned char PsuPrimFwRev[32]; //PSU primary firmware version
  778. unsigned char PsuSecFwRev[32]; //PSU secondary firmware version
  779. unsigned char FanModuleFwRev[32]; //Fan module firmware version
  780. unsigned char RelayModuleFwRev[32]; //Relay control module firmware version
  781. unsigned char TelcomModemFwRev[32]; //the 3G/4G modem firmware version
  782. unsigned char LedModuleFwRev[32]; //LED control module firmware version
  783. unsigned char Connector1FwRev[32]; //Connector1 module firmware version
  784. unsigned char Connector2FwRev[32]; //Connector2 module firmware version
  785. unsigned char AcContactorSetting; // 0: OFF, 1: ON Master -> Slave
  786. unsigned char AcContactorState; // 0: OFF, 1: ON Slave -> Master
  787. unsigned char OutputRelaySetting[MAX_GROUP_QUANTITY]; // 0: OFF, 1: ON Master -> Slave
  788. unsigned char GunOutputRelayState[MAX_GROUP_QUANTITY]; // 0: OFF, 1: ON Slave -> Master
  789. unsigned char ParallelRelaySetting[MAX_GROUP_QUANTITY]; // 0: OFF, 1: ON Master -> Slave
  790. unsigned char ParallelRelayState[MAX_GROUP_QUANTITY]; // 0: OFF, 1: ON Slave -> Master
  791. unsigned char UpdateRequest; // 0: no effect, 1: need to update
  792. unsigned char res;
  793. char FwFileName[128];
  794. unsigned char SocketChannel; // record socket index
  795. unsigned char IpDuplicatedFlag; // 0: no effect, 1: ip is duplicated
  796. unsigned char ParallelRequest; // 0: no effect, 1: parallel request
  797. unsigned char ParallelConfirm; // 0: no effect, 1: parallel confirm
  798. unsigned short ParallelPower; // parallel power, unit: 0.1kw
  799. }SlaveCabinetInfoData;
  800. typedef struct
  801. {
  802. unsigned char ParallelStatus; // 0: parallel none, 1: wait, 2: in paralleling, 3: parallel done
  803. unsigned char ParallelCabinetQuantity; // record max dispenser quantity
  804. unsigned char PresentParallelCabinetQuantity; // present slave cabinet quantity
  805. unsigned char res;
  806. SlaveCabinetInfoData PCabinet[MAX_SLAVE_CABINET_QUANTITY];
  807. unsigned char PCUpdateState[MAX_SLAVE_CABINET_QUANTITY]; // 0: Not in Update, 1: Updating, 2: Updated
  808. unsigned short TotalParallelPower; // max total parallel power, unit: 0.1kw
  809. }ParallelCabinetInfoData;
  810. typedef struct
  811. {
  812. unsigned char SCabinetStatus;
  813. unsigned char SCabinetID;
  814. unsigned char SOutputRelay[MAX_GROUP_QUANTITY]; // parallel cabinet output relay state
  815. unsigned char SParallelRelay[MAX_GROUP_QUANTITY]; // parallel cabinet parallel relay state
  816. unsigned char SAcContactor; // slave cabinet ac contactor state
  817. unsigned char NeedUpgrade; // 1: Need Upgrade, 2: No Update
  818. unsigned char UpgradeState; // 0: Not in Update, 1: Updating, 2: Updated
  819. unsigned char res;
  820. char FwFileName[128];
  821. }SlaveCabinetControl;
  822. // ************************************************************************************************* //
  823. #define LCM_REQ_REMOTE_START_NO_ID 0x00000001
  824. typedef union
  825. {
  826. unsigned int CtrlValue;
  827. struct
  828. {
  829. // cabinet -> connector
  830. unsigned int RemoteStartNoID:1; // 0: no request, 1: lcm page change to RemoteStartNoID
  831. unsigned int res:31;
  832. }bits;
  833. }ConnectorPageControl;
  834. #define MISC_DISP_CONNECTION_TIMEOUT 0x00000001
  835. #define MISC_DISP_DEFAULT_PRICE 0x00000002
  836. #define MISC_DISP_CURRENCY 0x00000004
  837. #define MISC_DISP_BACKEND_STATUS 0x00000008
  838. #define MISC_DISP_ETHERNET_STATUS 0x00000010
  839. #define MISC_DISP_WIFI_STATUS 0x00000020
  840. #define MISC_DISP_TELCOM_MODEM_STATUS 0x00000040
  841. #define MISC_DISP_BILLING_STATUS 0x00000080
  842. #define MISC_DISP_STOP_BUTTON_STATUS 0x00000100
  843. #define MISC_DISP_AUTH_MODE_CONFIG 0x00000200
  844. #define MISC_DISP_EVCCID_CONFIG 0x00000400
  845. #define MISC_DISP_LED_INTENSITY 0x00000800
  846. #define MISC_DISP_HARDWARE_REBOOT 0x00001000
  847. #define MISC_DISP_SOFTWARE_RESET 0x00002000
  848. #define MISC_DISP_CHANGE_LCM_INFO 0x00004000
  849. #define MISC_DISP_STATION_INFO 0x00008000
  850. #define MISC_DISP_TIME_OFFSET 0x00010000
  851. #define MISC_DISP_DEFAULT_PRICE_STRING 0x00020000
  852. typedef union
  853. {
  854. unsigned int CtrlValue;
  855. struct
  856. {
  857. // cabinet -> dispenser
  858. unsigned int ConnectionTimeout:1; // msic: 0x0001, 0: no request, 1: connection timeout request
  859. unsigned int DefaultPrice:1; // msic: 0x0003, 0: no request, 1: default price request
  860. unsigned int Currency:1; // msic: 0x0004, 0: no request, 1: currency request
  861. unsigned int BackendStatus:1; // msic: 0x0006, 0: no request, 1: backend status request
  862. unsigned int EthernetStatus:1; // msic: 0x0007, 0: no request, 1: ethernet status request
  863. unsigned int WiFiStatus:1; // msic: 0x0008, 0: no request, 1: wifi status request
  864. unsigned int TelcomModemStatus:1; // msic: 0x0009, 0: no request, 1: telcom modem status request
  865. unsigned int BillingStatus:1; // msic: 0x000A, 0: no request, 1: billing status request
  866. unsigned int StopButtonStatus:1; // msic: 0x000B, 0: no request, 1: stop button status request
  867. unsigned int AuthModeConfig:1; // msic: 0x000C, 0: no request, 1: auth mode config request
  868. unsigned int EVCCIDConfig:1; // msic: 0x000D, 0: no request, 1: EVCCID config request
  869. unsigned int LEDIntensity:1; // msic: 0x000E, 0: no request, 1: led intensity request
  870. unsigned int HardwareReboot:1; // msic: 0x0101, 0: no request, 1: hardware reboot request
  871. unsigned int SoftwareReset:1; // msic: 0x0102, 0: no request, 1: software reset request
  872. unsigned int ChangeLcmInfo:1; // msic: 0x0107, 0: no request, 1: change lcm info request
  873. unsigned int ChargerStationInfo:1; // msic: 0x0109, 0: no request, 1: charger station info request
  874. unsigned int TimeOffset:1; // msic: 0x0010, 0: no request, 1: time offset request
  875. unsigned int DefaultPriceString:1; // msic: 0x0010, 0: no request, 1: time offset request
  876. unsigned int res:14;
  877. }bits;
  878. }DispenserMiscControl;
  879. #define MISC_CONN_AVAILABILITY 0x00000001
  880. #define MISC_CONN_ACCOUNT_BALANCE 0x00000002
  881. #define MISC_CONN_REMOTE_START 0x00000004
  882. #define MISC_CONN_REMOTE_STOP 0x00000008
  883. #define MISC_CONN_UNLOCK 0x00000010
  884. #define MISC_CONN_RESERVATION 0x00000020
  885. #define MISC_CONN_QRCODE_INFO 0x00000040
  886. #define MISC_CONN_FINAL_COST 0x00000080
  887. #define MISC_CONN_LINE_STATUS 0x00000100
  888. #define MISC_CONN_USER_PRICE_STRING 0x00000200
  889. #define MISC_CONN_RECEIPT 0x00000400
  890. typedef union
  891. {
  892. unsigned int CtrlValue;
  893. struct
  894. {
  895. // cabinet -> connector
  896. unsigned int Availability:1; // msic: 0x0002, 0: no request, 1: availability request
  897. unsigned int AccountBalance:1; // msic: 0x0005, 0: no request, 1: account balance request
  898. unsigned int RemoteStart:1; // msic: 0x0103, 0: no request, 1: remote start request
  899. unsigned int RemoteStop:1; // msic: 0x0104, 0: no request, 1: remote stop request
  900. unsigned int Unlock:1; // msic: 0x0105, 0: no request, 1: unlock request
  901. unsigned int Reservation:1; // msic: 0x0106, 0: no request, 1: reservation request
  902. unsigned int QRCodeRequest:1; // msic: 0x0108, 0: no request, 1: QR Code request
  903. unsigned int FinalCostRequest:1; // msic: 0x010A, 0: no request, 1: Final Cost request
  904. unsigned int LineStatusRequest:1; // msic: 0x010B, 0: no request, 1: Line Status request
  905. unsigned int UserPriceStringRequest:1; // msic: 0x010D, 0: no request, 1: User Price String request
  906. unsigned int ReceiptRequest:1; // msic: 0x010E, 0: no request, 1: Receipt request
  907. unsigned int res:21;
  908. }bits;
  909. }ConnectorMiscControl;
  910. typedef struct
  911. {
  912. unsigned int ConnectionTimeout; // unit: 1s
  913. float DefaultPrice; // unit: 1 (dollar/kWh)
  914. unsigned int Currency; // currency index
  915. unsigned int BackendStatus; // 0: disable, 1: connected, 2: disconnected
  916. unsigned int EthernetStatus; // 0: disable, 1: connected, 2: disconnected
  917. unsigned int WiFiStatus; // 0: disable, 1: connected, 2: disconnected
  918. unsigned int TelcomModemStatus; // 0: disable, 1: connected, 2: disconnected
  919. unsigned int BillingStatus; // 0: disable, 1: enable
  920. unsigned int StopChargingButton; // 0: disable, 1: enable
  921. unsigned int HardwareReboot; // 1: HardwareReboot, Other value: no effect
  922. unsigned int SoftwareRestart; // 1: SoftwareRestart, Other value: no effect
  923. unsigned int AuthModeConfig; // 0: enable, 1: disable
  924. unsigned int EVCCIDConfig; // 0: disable, 1: enable
  925. unsigned int LEDIntensity; // LED intensity, 0: Darkest 1: Medium 2: Brightest
  926. int TimeOffset; // time offset value, unit: 1 minute
  927. }MiscCommandValue;
  928. typedef union
  929. {
  930. unsigned int CtrlValue;
  931. struct
  932. {
  933. // dispenser -> cabinet
  934. unsigned int ChargingCancel:1; // cmd: 0x0001, 0: no request, 1: charging cancel request
  935. unsigned int res:31;
  936. }bits;
  937. }ConnectorActionFlag;
  938. typedef union
  939. {
  940. unsigned int CtrlValue[32];
  941. struct
  942. {
  943. // dispenser -> cabinet
  944. unsigned int Refund; // 1: request, other: no effect
  945. unsigned int RefundCancel; // 1: cancel, other: no effect
  946. unsigned int InvoiceIndex; // invoice index, start from 1 ~
  947. unsigned int Res[29];
  948. }bits;
  949. }ConnectorActionValue;
  950. typedef struct
  951. {
  952. unsigned char ConnectorId; // Connector Id
  953. unsigned char DeductReq; // 0: no request, 1: deduct request
  954. unsigned char ReaderStatusReq; // 0: no request, 1: reader status request
  955. int TransactionId;
  956. unsigned char creditNo[20];
  957. unsigned char DeductResult; // DeductResult, 0: Fail, 1: Pass
  958. unsigned char IsDonateInvoice; // IsDonateInvoice, 0: Do not donate, 1: Donate
  959. int DeductAmount; // DeductAmount, unit = 0.01 dollar
  960. char ApprovalNumber[9]; // ApprovalNumber
  961. char VemData[64]; // Vem Data
  962. }DeductResultInfoData;
  963. typedef struct
  964. {
  965. ConnectorActionFlag Flag;
  966. ConnectorActionValue ActionValue;
  967. }ConnectorActionRequest;
  968. #define STR_WEATHER_NONE "None"
  969. #define STR_WEATHER_SUNNY "Sunny"
  970. #define STR_WEATHER_CLOUDY "Cloudy"
  971. #define STR_WEATHER_RAIN "Rain"
  972. #define STR_WEATHER_THUNDERSTORM "ThunderStorm"
  973. #define STR_WEATHER_SNOW "Snow"
  974. #define STR_WEATHER_MIST "Mist"
  975. enum _WEATHER_INFO
  976. {
  977. _WEATHER_None = 0,
  978. _WEATHER_Sunny = 1,
  979. _WEATHER_Cloudy = 2,
  980. _WEATHER_Rain = 3,
  981. _WEATHER_ThunderStorm = 4,
  982. _WEATHER_Snow = 5,
  983. _WEATHER_Mist = 6,
  984. };
  985. typedef struct
  986. {
  987. int StationID;
  988. char StationName[64];
  989. char QRCode[MAX_GROUP_QUANTITY][128];
  990. int WeatherID;
  991. float Temperature;
  992. }StationInfoData;
  993. typedef struct
  994. {
  995. int StatusCode[MAX_GROUP_QUANTITY];
  996. }LineApiStatusInfo;
  997. typedef struct
  998. {
  999. int TransactionId; // connector TransactionId
  1000. float UserPrice; // connector user's user price, unit: 1 (dollar / kWh)
  1001. float TotalCost; // connector user's total cost, unit: 1 dollar
  1002. float AccountBalance; // connector user's account balance, unit: 1 dollar
  1003. float CostDiscount; // connector user's account balance, unit: 1 dollar
  1004. }TransactionInfoData;
  1005. enum DeductResult
  1006. {
  1007. _Deduct_Fail = 0x0, // deduct fail
  1008. _Deduct_Pass = 0x1, // deduct pass
  1009. _Deduct_Cancel = 0x2, // pre-auth cancel
  1010. _Deduct_PreAuth = 0x3, // pre-auth
  1011. };
  1012. #define STR_DEDUCT_FAIL "Deduct Fail"
  1013. #define STR_DEDUCT_PASS "Deduct Pass"
  1014. #define STR_DEDUCT_CANCEL "PreAuth Cancel"
  1015. #define STR_DEDUCT_PREAUTH "PreAuth OK"
  1016. typedef struct
  1017. {
  1018. char DefaultPriceString[512]; // default price string
  1019. char UserPriceString[MAX_GUN_QUANTITY][512]; // connector user price string
  1020. char ReceiptUrl[MAX_GUN_QUANTITY][512]; // connector receipt url
  1021. }PriceReceiptInfoData;
  1022. typedef enum
  1023. {
  1024. _Type_Central = 0x0,
  1025. _Type_eMAID = 0x1,
  1026. _Type_ISO14443 = 0x2,
  1027. _Type_ISO15693 = 0x3,
  1028. _Type_KeyCode = 0x4,
  1029. _Type_Local = 0x5,
  1030. _Type_MacAddress = 0x6,
  1031. _Type_NoAuthorization = 0x7,
  1032. }UserIdType;
  1033. #define STR_ID_TYPE_CENTRAL "Central"
  1034. #define STR_ID_TYPE_EMAID "eMAID"
  1035. #define STR_ID_TYPE_ISO14443 "ISO14443"
  1036. #define STR_ID_TYPE_ISO15693 "ISO15693"
  1037. #define STR_ID_TYPE_KEYCODE "KeyCode"
  1038. #define STR_ID_TYPE_LOCAL "Local"
  1039. #define STR_ID_TYPE_MAC_ADDRESS "MacAddress"
  1040. #define STR_ID_TYPE_NO_AUTHORIZATION "NoAuthorization"
  1041. // ************************************************************************************************* //
  1042. typedef struct
  1043. {
  1044. SystemAuthInfoData AuthInfo;
  1045. SysControl Control;
  1046. PsuPositionInfoData PsuPosition;
  1047. PsuGroupingInfoData PsuGrouping;
  1048. SocketConnInfoData CabinetConnInfo[MAX_SLAVE_CABINET_QUANTITY];
  1049. ParallelCabinetInfoData ParallelCabinet;
  1050. SlaveCabinetControl SCabinetControl;
  1051. ConnectorPageControl ConnectorPageReq[MAX_GROUP_QUANTITY];
  1052. DispenserMiscControl DispenserMiscReq[MAX_GROUP_QUANTITY];
  1053. ConnectorMiscControl ConnectorMiscReq[MAX_GROUP_QUANTITY];
  1054. MiscCommandValue CabinetMiscValue;
  1055. ConnectorActionRequest ConnectorActReq[MAX_GROUP_QUANTITY];
  1056. StationInfoData StationInfo;
  1057. TransactionInfoData UserTransaction[MAX_GROUP_QUANTITY];
  1058. DeductResultInfoData DeductResultReq[MAX_GROUP_QUANTITY];
  1059. DeductResultInfoData ReDeductReq;
  1060. DeductResultInfoData ReaderStatus[MAX_GROUP_QUANTITY];
  1061. LineApiStatusInfo LineApi;
  1062. PriceReceiptInfoData PriceAndReceiptInfo;
  1063. }ChargerInfoData;
  1064. #endif /* CONFIG_H_ */