ESA.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"",
  6. "infoPointName":"电源类型",
  7. "infoPointCode":"PowerType",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D1",
  11. "dataSource":[
  12. {
  13. "code":"1",
  14. "name":"220V"
  15. },
  16. {
  17. "code":"2",
  18. "name":"380V"
  19. },
  20. {
  21. "code":"3",
  22. "name":"10kV"
  23. },
  24. {
  25. "code":"4",
  26. "name":"其他"
  27. }
  28. ],
  29. "note":"",
  30. "func-id":""
  31. },
  32. {
  33. "firstTag":"技术参数",
  34. "secondTag":"",
  35. "infoPointName":"电源频率",
  36. "infoPointCode":"PowerFreq",
  37. "unit":"Hz",
  38. "dataType":"Num",
  39. "inputMode":"A2",
  40. "dataSource":"",
  41. "note":"",
  42. "func-id":""
  43. },
  44. {
  45. "firstTag":"技术参数",
  46. "secondTag":"",
  47. "infoPointName":"额定电压",
  48. "infoPointCode":"RatedU",
  49. "unit":"V",
  50. "dataType":"Num",
  51. "inputMode":"A2",
  52. "dataSource":"",
  53. "note":"",
  54. "func-id":""
  55. },
  56. {
  57. "firstTag":"技术参数",
  58. "secondTag":"",
  59. "infoPointName":"额定电流",
  60. "infoPointCode":"RatedI",
  61. "unit":"A",
  62. "dataType":"Num",
  63. "inputMode":"A2",
  64. "dataSource":"",
  65. "note":"",
  66. "func-id":""
  67. },
  68. {
  69. "firstTag":"技术参数",
  70. "secondTag":"",
  71. "infoPointName":"额定功率",
  72. "infoPointCode":"RatedP",
  73. "unit":"kW",
  74. "dataType":"Num",
  75. "inputMode":"A2",
  76. "dataSource":"",
  77. "note":"",
  78. "func-id":""
  79. },
  80. {
  81. "firstTag":"技术参数",
  82. "secondTag":"",
  83. "infoPointName":"功能类型",
  84. "infoPointCode":"FuncType",
  85. "unit":"",
  86. "dataType":"Enum",
  87. "inputMode":"D1",
  88. "dataSource":[
  89. {
  90. "code":"1",
  91. "name":"自动扶梯"
  92. },
  93. {
  94. "code":"2",
  95. "name":"自动人行道"
  96. },
  97. {
  98. "code":"3",
  99. "name":"其他"
  100. }
  101. ],
  102. "note":"",
  103. "func-id":""
  104. },
  105. {
  106. "firstTag":"技术参数",
  107. "secondTag":"",
  108. "infoPointName":"最大载荷",
  109. "infoPointCode":"MaxLoad",
  110. "unit":"kg",
  111. "dataType":"Num",
  112. "inputMode":"A2",
  113. "dataSource":"",
  114. "note":"",
  115. "func-id":""
  116. },
  117. {
  118. "firstTag":"技术参数",
  119. "secondTag":"",
  120. "infoPointName":"理论输送能力",
  121. "infoPointCode":"RatedDeliveryCap",
  122. "unit":"人次\/5min",
  123. "dataType":"Num",
  124. "inputMode":"A2",
  125. "dataSource":"",
  126. "note":"",
  127. "func-id":""
  128. },
  129. {
  130. "firstTag":"技术参数",
  131. "secondTag":"",
  132. "infoPointName":"是否有感应调速功能",
  133. "infoPointCode":"isSensorSpeedCtrl",
  134. "unit":"",
  135. "dataType":"Bool",
  136. "inputMode":"E1",
  137. "dataSource":[
  138. {
  139. "code":"0",
  140. "name":"无"
  141. },
  142. {
  143. "code":"1",
  144. "name":"有"
  145. }
  146. ],
  147. "note":"",
  148. "func-id":""
  149. },
  150. {
  151. "firstTag":"技术参数",
  152. "secondTag":"",
  153. "infoPointName":"无载荷时速度",
  154. "infoPointCode":"RatedNonLoadV",
  155. "unit":"m\/s",
  156. "dataType":"Num",
  157. "inputMode":"A2",
  158. "dataSource":"",
  159. "note":"",
  160. "func-id":""
  161. },
  162. {
  163. "firstTag":"技术参数",
  164. "secondTag":"",
  165. "infoPointName":"有载荷时速度",
  166. "infoPointCode":"RatedLoadV",
  167. "unit":"m\/s",
  168. "dataType":"Num",
  169. "inputMode":"A2",
  170. "dataSource":"",
  171. "note":"",
  172. "func-id":""
  173. },
  174. {
  175. "firstTag":"技术参数",
  176. "secondTag":"",
  177. "infoPointName":"倾斜角",
  178. "infoPointCode":"SlantAngle",
  179. "unit":"°",
  180. "dataType":"Num",
  181. "inputMode":"A2",
  182. "dataSource":"",
  183. "note":"",
  184. "func-id":""
  185. },
  186. {
  187. "firstTag":"技术参数",
  188. "secondTag":"",
  189. "infoPointName":"高度",
  190. "infoPointCode":"EscalatorHeight",
  191. "unit":"mm",
  192. "dataType":"Num",
  193. "inputMode":"A2",
  194. "dataSource":"",
  195. "note":"",
  196. "func-id":""
  197. },
  198. {
  199. "firstTag":"技术参数",
  200. "secondTag":"",
  201. "infoPointName":"长度",
  202. "infoPointCode":"EscalatorLength",
  203. "unit":"mm",
  204. "dataType":"Num",
  205. "inputMode":"A2",
  206. "dataSource":"",
  207. "note":"",
  208. "func-id":""
  209. },
  210. {
  211. "firstTag":"技术参数",
  212. "secondTag":"",
  213. "infoPointName":"宽度",
  214. "infoPointCode":"EscalatorWidth",
  215. "unit":"mm",
  216. "dataType":"Num",
  217. "inputMode":"A2",
  218. "dataSource":"",
  219. "note":"",
  220. "func-id":""
  221. },
  222. {
  223. "firstTag":"技术参数",
  224. "secondTag":"",
  225. "infoPointName":"梯级宽度",
  226. "infoPointCode":"StepWidth",
  227. "unit":"mm",
  228. "dataType":"Num",
  229. "inputMode":"A2",
  230. "dataSource":"",
  231. "note":"",
  232. "func-id":""
  233. },
  234. {
  235. "firstTag":"技术参数",
  236. "secondTag":"",
  237. "infoPointName":"基坑深度",
  238. "infoPointCode":"PitDepth",
  239. "unit":"mm",
  240. "dataType":"Num",
  241. "inputMode":"A2",
  242. "dataSource":"",
  243. "note":"自动扶梯空载和负载向下制动距离范围",
  244. "func-id":""
  245. },
  246. {
  247. "firstTag":"技术参数",
  248. "secondTag":"",
  249. "infoPointName":"工作温度范围",
  250. "infoPointCode":"WorkTempRange",
  251. "unit":"℃",
  252. "dataType":"Num",
  253. "inputMode":"A6",
  254. "dataSource":"",
  255. "note":"",
  256. "func-id":""
  257. },
  258. {
  259. "firstTag":"技术参数",
  260. "secondTag":"",
  261. "infoPointName":"工作湿度范围",
  262. "infoPointCode":"WorkRHRange",
  263. "unit":"%RH",
  264. "dataType":"Num",
  265. "inputMode":"A6",
  266. "dataSource":"",
  267. "note":"",
  268. "func-id":""
  269. },
  270. {
  271. "firstTag":"技术参数",
  272. "secondTag":"",
  273. "infoPointName":"防护等级",
  274. "infoPointCode":"IPGrade",
  275. "unit":"",
  276. "dataType":"Str",
  277. "inputMode":"B1",
  278. "dataSource":"",
  279. "note":"参考《11防护等级》",
  280. "func-id":""
  281. },
  282. {
  283. "firstTag":"技术参数",
  284. "secondTag":"",
  285. "infoPointName":"噪音",
  286. "infoPointCode":"Noise",
  287. "unit":"dB(A)",
  288. "dataType":"Num",
  289. "inputMode":"A2",
  290. "dataSource":"",
  291. "note":"",
  292. "func-id":""
  293. },
  294. {
  295. "firstTag":"控制参数",
  296. "secondTag":"",
  297. "infoPointName":"控制模式",
  298. "infoPointCode":"CtrlMode",
  299. "unit":"",
  300. "dataType":"Str",
  301. "inputMode":"B1",
  302. "dataSource":"",
  303. "note":"",
  304. "func-id":""
  305. },
  306. {
  307. "firstTag":"运行参数",
  308. "secondTag":"运行状态",
  309. "infoPointName":"运行状态",
  310. "infoPointCode":"RunStatus",
  311. "unit":"",
  312. "dataType":"Boolv",
  313. "inputMode":"L",
  314. "dataSource":"",
  315. "note":"0. 停止 1. 运行",
  316. "func-id":""
  317. },
  318. {
  319. "firstTag":"运行参数",
  320. "secondTag":"运行状态",
  321. "infoPointName":"本地远程状态",
  322. "infoPointCode":"RemoteStatus",
  323. "unit":"",
  324. "dataType":"Enumv",
  325. "inputMode":"L",
  326. "dataSource":"",
  327. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  328. "func-id":""
  329. },
  330. {
  331. "firstTag":"运行参数",
  332. "secondTag":"运行状态",
  333. "infoPointName":"工作电压",
  334. "infoPointCode":"U",
  335. "unit":"V",
  336. "dataType":"Inst",
  337. "inputMode":"L",
  338. "dataSource":"",
  339. "note":"",
  340. "func-id":""
  341. },
  342. {
  343. "firstTag":"运行参数",
  344. "secondTag":"运行状态",
  345. "infoPointName":"工作电流",
  346. "infoPointCode":"I",
  347. "unit":"A",
  348. "dataType":"Inst",
  349. "inputMode":"L",
  350. "dataSource":"",
  351. "note":"",
  352. "func-id":""
  353. },
  354. {
  355. "firstTag":"运行参数",
  356. "secondTag":"运行状态",
  357. "infoPointName":"耗电功率",
  358. "infoPointCode":"ElecConsumP",
  359. "unit":"kW",
  360. "dataType":"Inst",
  361. "inputMode":"L",
  362. "dataSource":"",
  363. "note":"",
  364. "func-id":""
  365. },
  366. {
  367. "firstTag":"运行参数",
  368. "secondTag":"运行状态",
  369. "infoPointName":"当前载荷",
  370. "infoPointCode":"Load",
  371. "unit":"kg",
  372. "dataType":"Inst",
  373. "inputMode":"L",
  374. "dataSource":"",
  375. "note":"",
  376. "func-id":""
  377. },
  378. {
  379. "firstTag":"运行参数",
  380. "secondTag":"运行状态",
  381. "infoPointName":"当前输送人流量",
  382. "infoPointCode":"DeliveryFlow",
  383. "unit":"人次\/5min",
  384. "dataType":"Inst",
  385. "inputMode":"L",
  386. "dataSource":"",
  387. "note":"",
  388. "func-id":""
  389. },
  390. {
  391. "firstTag":"运行参数",
  392. "secondTag":"运行状态",
  393. "infoPointName":"运行方向",
  394. "infoPointCode":"MoveDirect",
  395. "unit":"",
  396. "dataType":"Enumv",
  397. "inputMode":"L",
  398. "dataSource":"",
  399. "note":"1. 向上 2. 向下 3. 静止 4. 其他",
  400. "func-id":""
  401. },
  402. {
  403. "firstTag":"运行参数",
  404. "secondTag":"运行状态",
  405. "infoPointName":"运行速度",
  406. "infoPointCode":"MoveV",
  407. "unit":"m\/s",
  408. "dataType":"Inst",
  409. "inputMode":"L",
  410. "dataSource":"",
  411. "note":"",
  412. "func-id":""
  413. },
  414. {
  415. "firstTag":"运行参数",
  416. "secondTag":"累计参数",
  417. "infoPointName":"累计耗电量",
  418. "infoPointCode":"AccElecConsum",
  419. "unit":"kWh",
  420. "dataType":"Acc",
  421. "inputMode":"M",
  422. "dataSource":"",
  423. "note":"",
  424. "func-id":""
  425. },
  426. {
  427. "firstTag":"运行参数",
  428. "secondTag":"累计参数",
  429. "infoPointName":"累计运送人次",
  430. "infoPointCode":"AccPassengerNum",
  431. "unit":"人次",
  432. "dataType":"Acc",
  433. "inputMode":"M",
  434. "dataSource":"",
  435. "note":"",
  436. "func-id":""
  437. },
  438. {
  439. "firstTag":"运行参数",
  440. "secondTag":"累计参数",
  441. "infoPointName":"累计运行时间",
  442. "infoPointCode":"AccRunTime",
  443. "unit":"h",
  444. "dataType":"Acc",
  445. "inputMode":"M",
  446. "dataSource":"",
  447. "note":"",
  448. "func-id":""
  449. },
  450. {
  451. "firstTag":"运行参数",
  452. "secondTag":"累计参数",
  453. "infoPointName":"开启时间计时",
  454. "infoPointCode":"OpenTimeCount",
  455. "unit":"h",
  456. "dataType":"Acc",
  457. "inputMode":"M",
  458. "dataSource":"",
  459. "note":"",
  460. "func-id":""
  461. },
  462. {
  463. "firstTag":"运行参数",
  464. "secondTag":"累计参数",
  465. "infoPointName":"关闭时间计时",
  466. "infoPointCode":"CloseTimeCount",
  467. "unit":"h",
  468. "dataType":"Acc",
  469. "inputMode":"M",
  470. "dataSource":"",
  471. "note":"",
  472. "func-id":""
  473. }
  474. ]
  475. }