LTA.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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":"LampType",
  85. "unit":"",
  86. "dataType":"Enum",
  87. "inputMode":"D1",
  88. "dataSource":[
  89. {
  90. "code":"1",
  91. "name":"日光灯"
  92. },
  93. {
  94. "code":"2",
  95. "name":"LED灯"
  96. },
  97. {
  98. "code":"3",
  99. "name":"白炽灯"
  100. },
  101. {
  102. "code":"4",
  103. "name":"卤素灯"
  104. },
  105. {
  106. "code":"5",
  107. "name":"高压气体灯"
  108. },
  109. {
  110. "code":"6",
  111. "name":"其他"
  112. }
  113. ],
  114. "note":"",
  115. "func-id":""
  116. },
  117. {
  118. "firstTag":"技术参数",
  119. "secondTag":"",
  120. "infoPointName":"灯具功能",
  121. "infoPointCode":"LampFuncType",
  122. "unit":"",
  123. "dataType":"Enum",
  124. "inputMode":"D1",
  125. "dataSource":[
  126. {
  127. "code":"1",
  128. "name":"室内公区照明"
  129. },
  130. {
  131. "code":"2",
  132. "name":"车库照明"
  133. },
  134. {
  135. "code":"3",
  136. "name":"泛光照明"
  137. },
  138. {
  139. "code":"4",
  140. "name":"景观照明"
  141. },
  142. {
  143. "code":"5",
  144. "name":"广告照明"
  145. },
  146. {
  147. "code":"6",
  148. "name":"应急照明"
  149. },
  150. {
  151. "code":"7",
  152. "name":"其他"
  153. }
  154. ],
  155. "note":"",
  156. "func-id":""
  157. },
  158. {
  159. "firstTag":"技术参数",
  160. "secondTag":"",
  161. "infoPointName":"是否有自动控制",
  162. "infoPointCode":"isAutoCtrl",
  163. "unit":"",
  164. "dataType":"Bool",
  165. "inputMode":"E1",
  166. "dataSource":[
  167. {
  168. "code":"0",
  169. "name":"无"
  170. },
  171. {
  172. "code":"1",
  173. "name":"有"
  174. }
  175. ],
  176. "note":"",
  177. "func-id":""
  178. },
  179. {
  180. "firstTag":"技术参数",
  181. "secondTag":"",
  182. "infoPointName":"照明调节类型",
  183. "infoPointCode":"AdjustType",
  184. "unit":"",
  185. "dataType":"Enum",
  186. "inputMode":"D1",
  187. "dataSource":[
  188. {
  189. "code":"1",
  190. "name":"通断"
  191. },
  192. {
  193. "code":"2",
  194. "name":"档位"
  195. },
  196. {
  197. "code":"3",
  198. "name":"连续"
  199. },
  200. {
  201. "code":"4",
  202. "name":"其他"
  203. }
  204. ],
  205. "note":"",
  206. "func-id":""
  207. },
  208. {
  209. "firstTag":"技术参数",
  210. "secondTag":"",
  211. "infoPointName":"安装方式",
  212. "infoPointCode":"InstallType",
  213. "unit":"",
  214. "dataType":"Enum",
  215. "inputMode":"D1",
  216. "dataSource":[
  217. {
  218. "code":"1",
  219. "name":"嵌顶灯"
  220. },
  221. {
  222. "code":"2",
  223. "name":"吸顶灯"
  224. },
  225. {
  226. "code":"3",
  227. "name":"吊灯"
  228. },
  229. {
  230. "code":"4",
  231. "name":"壁灯"
  232. },
  233. {
  234. "code":"5",
  235. "name":"活动灯具"
  236. },
  237. {
  238. "code":"6",
  239. "name":"外景照明"
  240. },
  241. {
  242. "code":"7",
  243. "name":"其他"
  244. }
  245. ],
  246. "note":"",
  247. "func-id":""
  248. },
  249. {
  250. "firstTag":"技术参数",
  251. "secondTag":"",
  252. "infoPointName":"配光方式",
  253. "infoPointCode":"LightType",
  254. "unit":"",
  255. "dataType":"Enum",
  256. "inputMode":"D1",
  257. "dataSource":[
  258. {
  259. "code":"1",
  260. "name":"直接照明型"
  261. },
  262. {
  263. "code":"2",
  264. "name":"半直接照明型"
  265. },
  266. {
  267. "code":"3",
  268. "name":"全漫射式照明型"
  269. },
  270. {
  271. "code":"4",
  272. "name":"间接照明型"
  273. },
  274. {
  275. "code":"5",
  276. "name":"其他"
  277. }
  278. ],
  279. "note":"",
  280. "func-id":""
  281. },
  282. {
  283. "firstTag":"技术参数",
  284. "secondTag":"",
  285. "infoPointName":"显色指数",
  286. "infoPointCode":"CRI",
  287. "unit":"",
  288. "dataType":"Num",
  289. "inputMode":"A1",
  290. "dataSource":"",
  291. "note":"",
  292. "func-id":""
  293. },
  294. {
  295. "firstTag":"技术参数",
  296. "secondTag":"",
  297. "infoPointName":"光通量",
  298. "infoPointCode":"RatedLm",
  299. "unit":"lm",
  300. "dataType":"Num",
  301. "inputMode":"A2",
  302. "dataSource":"",
  303. "note":"",
  304. "func-id":""
  305. },
  306. {
  307. "firstTag":"技术参数",
  308. "secondTag":"",
  309. "infoPointName":"发光效率",
  310. "infoPointCode":"RatedLmEff",
  311. "unit":"%",
  312. "dataType":"Num",
  313. "inputMode":"A2",
  314. "dataSource":"",
  315. "note":"",
  316. "func-id":""
  317. },
  318. {
  319. "firstTag":"技术参数",
  320. "secondTag":"",
  321. "infoPointName":"光束角",
  322. "infoPointCode":"BeamAngle",
  323. "unit":"°",
  324. "dataType":"Num",
  325. "inputMode":"A2",
  326. "dataSource":"",
  327. "note":"一般常见的有10°、24°、38°三种",
  328. "func-id":""
  329. },
  330. {
  331. "firstTag":"技术参数",
  332. "secondTag":"",
  333. "infoPointName":"工作温度范围",
  334. "infoPointCode":"WorkTempRange",
  335. "unit":"℃",
  336. "dataType":"Num",
  337. "inputMode":"A6",
  338. "dataSource":"",
  339. "note":"",
  340. "func-id":""
  341. },
  342. {
  343. "firstTag":"技术参数",
  344. "secondTag":"",
  345. "infoPointName":"工作湿度范围",
  346. "infoPointCode":"WorkRHRange",
  347. "unit":"%RH",
  348. "dataType":"Num",
  349. "inputMode":"A6",
  350. "dataSource":"",
  351. "note":"",
  352. "func-id":""
  353. },
  354. {
  355. "firstTag":"技术参数",
  356. "secondTag":"",
  357. "infoPointName":"防护等级",
  358. "infoPointCode":"IPGrade",
  359. "unit":"",
  360. "dataType":"Str",
  361. "inputMode":"B1",
  362. "dataSource":"",
  363. "note":"参考《11防护等级》",
  364. "func-id":""
  365. },
  366. {
  367. "firstTag":"技术参数",
  368. "secondTag":"",
  369. "infoPointName":"噪音",
  370. "infoPointCode":"Noise",
  371. "unit":"dB(A)",
  372. "dataType":"Num",
  373. "inputMode":"A2",
  374. "dataSource":"",
  375. "note":"",
  376. "func-id":""
  377. },
  378. {
  379. "firstTag":"控制参数",
  380. "secondTag":"",
  381. "infoPointName":"控制模式",
  382. "infoPointCode":"CtrlMode",
  383. "unit":"",
  384. "dataType":"Str",
  385. "inputMode":"B1",
  386. "dataSource":"",
  387. "note":"",
  388. "func-id":""
  389. },
  390. {
  391. "firstTag":"控制参数",
  392. "secondTag":"",
  393. "infoPointName":"光型数量",
  394. "infoPointCode":"BeamNum",
  395. "unit":"个",
  396. "dataType":"Num",
  397. "inputMode":"A2",
  398. "dataSource":"",
  399. "note":"",
  400. "func-id":""
  401. },
  402. {
  403. "firstTag":"运行参数",
  404. "secondTag":"运行状态",
  405. "infoPointName":"运行状态",
  406. "infoPointCode":"RunStatus",
  407. "unit":"",
  408. "dataType":"Boolv",
  409. "inputMode":"L",
  410. "dataSource":"",
  411. "note":"0. 停止 1. 运行",
  412. "func-id":""
  413. },
  414. {
  415. "firstTag":"运行参数",
  416. "secondTag":"运行状态",
  417. "infoPointName":"本地远程状态",
  418. "infoPointCode":"RemoteStatus",
  419. "unit":"",
  420. "dataType":"Enumv",
  421. "inputMode":"L",
  422. "dataSource":"",
  423. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  424. "func-id":""
  425. },
  426. {
  427. "firstTag":"运行参数",
  428. "secondTag":"运行状态",
  429. "infoPointName":"工作电压",
  430. "infoPointCode":"U",
  431. "unit":"V",
  432. "dataType":"Inst",
  433. "inputMode":"L",
  434. "dataSource":"",
  435. "note":"",
  436. "func-id":""
  437. },
  438. {
  439. "firstTag":"运行参数",
  440. "secondTag":"运行状态",
  441. "infoPointName":"工作电流",
  442. "infoPointCode":"I",
  443. "unit":"A",
  444. "dataType":"Inst",
  445. "inputMode":"L",
  446. "dataSource":"",
  447. "note":"",
  448. "func-id":""
  449. },
  450. {
  451. "firstTag":"运行参数",
  452. "secondTag":"运行状态",
  453. "infoPointName":"耗电功率",
  454. "infoPointCode":"ElecConsumP",
  455. "unit":"kW",
  456. "dataType":"Inst",
  457. "inputMode":"L",
  458. "dataSource":"",
  459. "note":"",
  460. "func-id":""
  461. },
  462. {
  463. "firstTag":"运行参数",
  464. "secondTag":"运行状态",
  465. "infoPointName":"灯的档位",
  466. "infoPointCode":"LampGear",
  467. "unit":"",
  468. "dataType":"Enumv",
  469. "inputMode":"L",
  470. "dataSource":"",
  471. "note":"1. 低档 2. 中挡 3. 高挡 4. 其他",
  472. "func-id":""
  473. },
  474. {
  475. "firstTag":"运行参数",
  476. "secondTag":"运行状态",
  477. "infoPointName":"灯的开度",
  478. "infoPointCode":"LampOpening",
  479. "unit":"%",
  480. "dataType":"Inst",
  481. "inputMode":"L",
  482. "dataSource":"",
  483. "note":"",
  484. "func-id":""
  485. },
  486. {
  487. "firstTag":"运行参数",
  488. "secondTag":"运行状态",
  489. "infoPointName":"光型序号",
  490. "infoPointCode":"BeamID",
  491. "unit":"",
  492. "dataType":"Strv",
  493. "inputMode":"L",
  494. "dataSource":"",
  495. "note":"",
  496. "func-id":""
  497. },
  498. {
  499. "firstTag":"运行参数",
  500. "secondTag":"累计参数",
  501. "infoPointName":"累计耗电量",
  502. "infoPointCode":"AccElecConsum",
  503. "unit":"kWh",
  504. "dataType":"Acc",
  505. "inputMode":"M",
  506. "dataSource":"",
  507. "note":"",
  508. "func-id":""
  509. },
  510. {
  511. "firstTag":"运行参数",
  512. "secondTag":"累计参数",
  513. "infoPointName":"累计运行时间",
  514. "infoPointCode":"AccRunTime",
  515. "unit":"h",
  516. "dataType":"Acc",
  517. "inputMode":"M",
  518. "dataSource":"",
  519. "note":"",
  520. "func-id":""
  521. },
  522. {
  523. "firstTag":"运行参数",
  524. "secondTag":"累计参数",
  525. "infoPointName":"开启时间计时",
  526. "infoPointCode":"OpenTimeCount",
  527. "unit":"h",
  528. "dataType":"Acc",
  529. "inputMode":"M",
  530. "dataSource":"",
  531. "note":"",
  532. "func-id":""
  533. },
  534. {
  535. "firstTag":"运行参数",
  536. "secondTag":"累计参数",
  537. "infoPointName":"关闭时间计时",
  538. "infoPointCode":"CloseTimeCount",
  539. "unit":"h",
  540. "dataType":"Acc",
  541. "inputMode":"M",
  542. "dataSource":"",
  543. "note":"",
  544. "func-id":""
  545. }
  546. ]
  547. }