MIDS.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"",
  6. "infoPointName":"额定电压",
  7. "infoPointCode":"RatedU",
  8. "unit":"V",
  9. "dataType":"Num",
  10. "inputMode":"A2",
  11. "dataSource":"",
  12. "note":"",
  13. "func-id":""
  14. },
  15. {
  16. "firstTag":"技术参数",
  17. "secondTag":"",
  18. "infoPointName":"平均功耗",
  19. "infoPointCode":"RatedAveP",
  20. "unit":"W",
  21. "dataType":"Num",
  22. "inputMode":"A2",
  23. "dataSource":"",
  24. "note":"",
  25. "func-id":""
  26. },
  27. {
  28. "firstTag":"技术参数",
  29. "secondTag":"",
  30. "infoPointName":"最大功耗",
  31. "infoPointCode":"MaxP",
  32. "unit":"W",
  33. "dataType":"Num",
  34. "inputMode":"A2",
  35. "dataSource":"",
  36. "note":"",
  37. "func-id":""
  38. },
  39. {
  40. "firstTag":"技术参数",
  41. "secondTag":"",
  42. "infoPointName":"控制系统",
  43. "infoPointCode":"CtrlSystem",
  44. "unit":"",
  45. "dataType":"Str",
  46. "inputMode":"B1",
  47. "dataSource":"",
  48. "note":"",
  49. "func-id":""
  50. },
  51. {
  52. "firstTag":"技术参数",
  53. "secondTag":"",
  54. "infoPointName":"显示屏类型",
  55. "infoPointCode":"DisplayType",
  56. "unit":"",
  57. "dataType":"Enum",
  58. "inputMode":"D1",
  59. "dataSource":[
  60. {
  61. "code":"1",
  62. "name":"LED"
  63. },
  64. {
  65. "code":"2",
  66. "name":"液晶"
  67. },
  68. {
  69. "code":"3",
  70. "name":"其他"
  71. }
  72. ],
  73. "note":"",
  74. "func-id":""
  75. },
  76. {
  77. "firstTag":"技术参数",
  78. "secondTag":"",
  79. "infoPointName":"有无触摸功能",
  80. "infoPointCode":"isTouchFunc",
  81. "unit":"",
  82. "dataType":"Bool",
  83. "inputMode":"E1",
  84. "dataSource":[
  85. {
  86. "code":"0",
  87. "name":"无"
  88. },
  89. {
  90. "code":"1",
  91. "name":"有"
  92. }
  93. ],
  94. "note":"",
  95. "func-id":""
  96. },
  97. {
  98. "firstTag":"技术参数",
  99. "secondTag":"",
  100. "infoPointName":"触摸类型",
  101. "infoPointCode":"TouchType",
  102. "unit":"",
  103. "dataType":"Enum",
  104. "inputMode":"D1",
  105. "dataSource":[
  106. {
  107. "code":"1",
  108. "name":"单点触摸"
  109. },
  110. {
  111. "code":"2",
  112. "name":"多点触摸"
  113. },
  114. {
  115. "code":"3",
  116. "name":"其他"
  117. }
  118. ],
  119. "note":"",
  120. "func-id":""
  121. },
  122. {
  123. "firstTag":"技术参数",
  124. "secondTag":"",
  125. "infoPointName":"是否具有红外触摸特性",
  126. "infoPointCode":"isIRTouchFunc",
  127. "unit":"",
  128. "dataType":"Bool",
  129. "inputMode":"E1",
  130. "dataSource":[
  131. {
  132. "code":"0",
  133. "name":"无"
  134. },
  135. {
  136. "code":"1",
  137. "name":"有"
  138. }
  139. ],
  140. "note":"",
  141. "func-id":""
  142. },
  143. {
  144. "firstTag":"技术参数",
  145. "secondTag":"",
  146. "infoPointName":"对比度",
  147. "infoPointCode":"Contrast",
  148. "unit":"",
  149. "dataType":"Num",
  150. "inputMode":"A1",
  151. "dataSource":"",
  152. "note":"",
  153. "func-id":""
  154. },
  155. {
  156. "firstTag":"技术参数",
  157. "secondTag":"",
  158. "infoPointName":"亮度",
  159. "infoPointCode":"Bright",
  160. "unit":"cd\/m²",
  161. "dataType":"Num",
  162. "inputMode":"A2",
  163. "dataSource":"",
  164. "note":"",
  165. "func-id":""
  166. },
  167. {
  168. "firstTag":"技术参数",
  169. "secondTag":"",
  170. "infoPointName":"亮度控制",
  171. "infoPointCode":"BrightCtrl",
  172. "unit":"级",
  173. "dataType":"Num",
  174. "inputMode":"A2",
  175. "dataSource":"",
  176. "note":"8位处理系统256级,矫正4096",
  177. "func-id":""
  178. },
  179. {
  180. "firstTag":"技术参数",
  181. "secondTag":"",
  182. "infoPointName":"水平\/垂直视角",
  183. "infoPointCode":"ViewAngle",
  184. "unit":"°",
  185. "dataType":"Num",
  186. "inputMode":"A2",
  187. "dataSource":"",
  188. "note":"",
  189. "func-id":""
  190. },
  191. {
  192. "firstTag":"技术参数",
  193. "secondTag":"",
  194. "infoPointName":"支持最大分辨率",
  195. "infoPointCode":"MaxResolution",
  196. "unit":"",
  197. "dataType":"Num",
  198. "inputMode":"A1",
  199. "dataSource":"",
  200. "note":"",
  201. "func-id":""
  202. },
  203. {
  204. "firstTag":"技术参数",
  205. "secondTag":"",
  206. "infoPointName":"最佳视距",
  207. "infoPointCode":"BestSightDistance",
  208. "unit":"m",
  209. "dataType":"Num",
  210. "inputMode":"A2",
  211. "dataSource":"",
  212. "note":"",
  213. "func-id":""
  214. },
  215. {
  216. "firstTag":"技术参数",
  217. "secondTag":"",
  218. "infoPointName":"灰度等级",
  219. "infoPointCode":"GrayScale",
  220. "unit":"",
  221. "dataType":"Num",
  222. "inputMode":"A1",
  223. "dataSource":"",
  224. "note":"",
  225. "func-id":""
  226. },
  227. {
  228. "firstTag":"技术参数",
  229. "secondTag":"",
  230. "infoPointName":"显示颜色",
  231. "infoPointCode":"ColorCap",
  232. "unit":"",
  233. "dataType":"Num",
  234. "inputMode":"A1",
  235. "dataSource":"",
  236. "note":"",
  237. "func-id":""
  238. },
  239. {
  240. "firstTag":"技术参数",
  241. "secondTag":"",
  242. "infoPointName":"字体类型",
  243. "infoPointCode":"FontType",
  244. "unit":"",
  245. "dataType":"Str",
  246. "inputMode":"B1",
  247. "dataSource":"",
  248. "note":"",
  249. "func-id":""
  250. },
  251. {
  252. "firstTag":"技术参数",
  253. "secondTag":"",
  254. "infoPointName":"是否有英文显示",
  255. "infoPointCode":"isEnglish",
  256. "unit":"",
  257. "dataType":"Bool",
  258. "inputMode":"E1",
  259. "dataSource":[
  260. {
  261. "code":"0",
  262. "name":"无"
  263. },
  264. {
  265. "code":"1",
  266. "name":"有"
  267. }
  268. ],
  269. "note":"",
  270. "func-id":""
  271. },
  272. {
  273. "firstTag":"技术参数",
  274. "secondTag":"",
  275. "infoPointName":"是否有语音播报功能",
  276. "infoPointCode":"isVoiceBroadcastFunc",
  277. "unit":"",
  278. "dataType":"Bool",
  279. "inputMode":"E1",
  280. "dataSource":[
  281. {
  282. "code":"0",
  283. "name":"无"
  284. },
  285. {
  286. "code":"1",
  287. "name":"有"
  288. }
  289. ],
  290. "note":"",
  291. "func-id":""
  292. },
  293. {
  294. "firstTag":"技术参数",
  295. "secondTag":"",
  296. "infoPointName":"扫描频率",
  297. "infoPointCode":"ScanFreq",
  298. "unit":"kHz",
  299. "dataType":"Num",
  300. "inputMode":"A2",
  301. "dataSource":"",
  302. "note":"显示器每秒钟扫描的行数",
  303. "func-id":""
  304. },
  305. {
  306. "firstTag":"技术参数",
  307. "secondTag":"",
  308. "infoPointName":"图像传输速度",
  309. "infoPointCode":"TransferSpeed",
  310. "unit":"帧\/秒",
  311. "dataType":"Num",
  312. "inputMode":"A2",
  313. "dataSource":"",
  314. "note":"",
  315. "func-id":""
  316. },
  317. {
  318. "firstTag":"技术参数",
  319. "secondTag":"",
  320. "infoPointName":"屏幕刷新速率",
  321. "infoPointCode":"RefreshRate",
  322. "unit":"Hz",
  323. "dataType":"Num",
  324. "inputMode":"A2",
  325. "dataSource":"",
  326. "note":"显示器的刷新率指每秒钟出现新图像的数量",
  327. "func-id":""
  328. },
  329. {
  330. "firstTag":"技术参数",
  331. "secondTag":"",
  332. "infoPointName":"点间距",
  333. "infoPointCode":"DotSpace",
  334. "unit":"mm",
  335. "dataType":"Num",
  336. "inputMode":"A2",
  337. "dataSource":"",
  338. "note":"是指一种给定颜色的一个发光点与离它最近的相邻同色发光点之间的距离",
  339. "func-id":""
  340. },
  341. {
  342. "firstTag":"技术参数",
  343. "secondTag":"",
  344. "infoPointName":"像素密度",
  345. "infoPointCode":"PixelDensity",
  346. "unit":"个\/m²",
  347. "dataType":"Num",
  348. "inputMode":"A2",
  349. "dataSource":"",
  350. "note":"",
  351. "func-id":""
  352. },
  353. {
  354. "firstTag":"技术参数",
  355. "secondTag":"",
  356. "infoPointName":"连续工作时间",
  357. "infoPointCode":"ContinueWorkTime",
  358. "unit":"h",
  359. "dataType":"Num",
  360. "inputMode":"A2",
  361. "dataSource":"",
  362. "note":"",
  363. "func-id":""
  364. },
  365. {
  366. "firstTag":"技术参数",
  367. "secondTag":"",
  368. "infoPointName":"平均无故障时间",
  369. "infoPointCode":"MTBF",
  370. "unit":"h",
  371. "dataType":"Num",
  372. "inputMode":"A2",
  373. "dataSource":"",
  374. "note":"",
  375. "func-id":""
  376. },
  377. {
  378. "firstTag":"技术参数",
  379. "secondTag":"",
  380. "infoPointName":"工作温度范围",
  381. "infoPointCode":"WorkTempRange",
  382. "unit":"℃",
  383. "dataType":"Num",
  384. "inputMode":"A6",
  385. "dataSource":"",
  386. "note":"",
  387. "func-id":""
  388. },
  389. {
  390. "firstTag":"技术参数",
  391. "secondTag":"",
  392. "infoPointName":"工作湿度范围",
  393. "infoPointCode":"WorkRHRange",
  394. "unit":"%RH",
  395. "dataType":"Num",
  396. "inputMode":"A6",
  397. "dataSource":"",
  398. "note":"",
  399. "func-id":""
  400. },
  401. {
  402. "firstTag":"技术参数",
  403. "secondTag":"",
  404. "infoPointName":"防护等级",
  405. "infoPointCode":"IPGrade",
  406. "unit":"",
  407. "dataType":"Enum",
  408. "inputMode":"D1",
  409. "dataSource":"见《11防护等级》",
  410. "note":"",
  411. "func-id":""
  412. },
  413. {
  414. "firstTag":"控制参数",
  415. "secondTag":"",
  416. "infoPointName":"控制模式",
  417. "infoPointCode":"CtrlMode",
  418. "unit":"",
  419. "dataType":"Str",
  420. "inputMode":"B1",
  421. "dataSource":"",
  422. "note":"",
  423. "func-id":""
  424. },
  425. {
  426. "firstTag":"运行参数",
  427. "secondTag":"运行状态",
  428. "infoPointName":"运行状态",
  429. "infoPointCode":"RunStatus",
  430. "unit":"",
  431. "dataType":"Boolv",
  432. "inputMode":"L",
  433. "dataSource":"",
  434. "note":"0.停止 1.运行",
  435. "func-id":""
  436. },
  437. {
  438. "firstTag":"运行参数",
  439. "secondTag":"运行状态",
  440. "infoPointName":"本地远程状态",
  441. "infoPointCode":"RemoteStatus",
  442. "unit":"",
  443. "dataType":"Enumv",
  444. "inputMode":"L",
  445. "dataSource":"",
  446. "note":"1.本地手动 2.本地自动 3.远程手动 4.远程自动 5. 其他",
  447. "func-id":""
  448. },
  449. {
  450. "firstTag":"运行参数",
  451. "secondTag":"运行状态",
  452. "infoPointName":"工作电压",
  453. "infoPointCode":"U",
  454. "unit":"V",
  455. "dataType":"Inst",
  456. "inputMode":"L",
  457. "dataSource":"",
  458. "note":"",
  459. "func-id":""
  460. },
  461. {
  462. "firstTag":"运行参数",
  463. "secondTag":"运行状态",
  464. "infoPointName":"工作电流",
  465. "infoPointCode":"I",
  466. "unit":"A",
  467. "dataType":"Inst",
  468. "inputMode":"L",
  469. "dataSource":"",
  470. "note":"",
  471. "func-id":""
  472. },
  473. {
  474. "firstTag":"运行参数",
  475. "secondTag":"运行状态",
  476. "infoPointName":"耗电功率",
  477. "infoPointCode":"ElecConsumP",
  478. "unit":"W",
  479. "dataType":"Inst",
  480. "inputMode":"L",
  481. "dataSource":"",
  482. "note":"",
  483. "func-id":""
  484. },
  485. {
  486. "firstTag":"运行参数",
  487. "secondTag":"累计参数",
  488. "infoPointName":"累计耗电量",
  489. "infoPointCode":"AccElecConsum",
  490. "unit":"kWh",
  491. "dataType":"Acc",
  492. "inputMode":"M",
  493. "dataSource":"",
  494. "note":"",
  495. "func-id":""
  496. },
  497. {
  498. "firstTag":"运行参数",
  499. "secondTag":"累计参数",
  500. "infoPointName":"累计运行时间",
  501. "infoPointCode":"AccRunTime",
  502. "unit":"h",
  503. "dataType":"Acc",
  504. "inputMode":"M",
  505. "dataSource":"",
  506. "note":"",
  507. "func-id":""
  508. },
  509. {
  510. "firstTag":"运行参数",
  511. "secondTag":"累计参数",
  512. "infoPointName":"开启时间计时",
  513. "infoPointCode":"OpenTimeCount",
  514. "unit":"h",
  515. "dataType":"Acc",
  516. "inputMode":"M",
  517. "dataSource":"",
  518. "note":"",
  519. "func-id":""
  520. },
  521. {
  522. "firstTag":"运行参数",
  523. "secondTag":"累计参数",
  524. "infoPointName":"关闭时间计时",
  525. "infoPointCode":"CloseTimeCount",
  526. "unit":"h",
  527. "dataType":"Acc",
  528. "inputMode":"M",
  529. "dataSource":"",
  530. "note":"",
  531. "func-id":""
  532. }
  533. ]
  534. }