STA.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  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":"DisplaySize",
  81. "unit":"英寸",
  82. "dataType":"Num",
  83. "inputMode":"A2",
  84. "dataSource":"",
  85. "note":"",
  86. "func-id":""
  87. },
  88. {
  89. "firstTag":"技术参数",
  90. "secondTag":"显示屏",
  91. "infoPointName":"有无触摸功能",
  92. "infoPointCode":"isTouchFunc",
  93. "unit":"",
  94. "dataType":"Bool",
  95. "inputMode":"E1",
  96. "dataSource":[
  97. {
  98. "code":"0",
  99. "name":"无"
  100. },
  101. {
  102. "code":"1",
  103. "name":"有"
  104. }
  105. ],
  106. "note":"",
  107. "func-id":""
  108. },
  109. {
  110. "firstTag":"技术参数",
  111. "secondTag":"显示屏",
  112. "infoPointName":"触摸类型",
  113. "infoPointCode":"TouchType",
  114. "unit":"",
  115. "dataType":"Enum",
  116. "inputMode":"D1",
  117. "dataSource":[
  118. {
  119. "code":"1",
  120. "name":"单点触摸"
  121. },
  122. {
  123. "code":"2",
  124. "name":"多点触摸"
  125. },
  126. {
  127. "code":"3",
  128. "name":"其他"
  129. }
  130. ],
  131. "note":"",
  132. "func-id":""
  133. },
  134. {
  135. "firstTag":"技术参数",
  136. "secondTag":"显示屏",
  137. "infoPointName":"是否具有红外触摸特性",
  138. "infoPointCode":"isIRTouchFunc",
  139. "unit":"",
  140. "dataType":"Bool",
  141. "inputMode":"E1",
  142. "dataSource":[
  143. {
  144. "code":"0",
  145. "name":"无"
  146. },
  147. {
  148. "code":"1",
  149. "name":"有"
  150. }
  151. ],
  152. "note":"",
  153. "func-id":""
  154. },
  155. {
  156. "firstTag":"技术参数",
  157. "secondTag":"显示屏",
  158. "infoPointName":"响应时间",
  159. "infoPointCode":"ResponseTime",
  160. "unit":"ms",
  161. "dataType":"Num",
  162. "inputMode":"A2",
  163. "dataSource":"",
  164. "note":"",
  165. "func-id":""
  166. },
  167. {
  168. "firstTag":"技术参数",
  169. "secondTag":"显示屏",
  170. "infoPointName":"对比度",
  171. "infoPointCode":"Contrast",
  172. "unit":"",
  173. "dataType":"Num",
  174. "inputMode":"A1",
  175. "dataSource":"",
  176. "note":"",
  177. "func-id":""
  178. },
  179. {
  180. "firstTag":"技术参数",
  181. "secondTag":"显示屏",
  182. "infoPointName":"亮度",
  183. "infoPointCode":"Luminance",
  184. "unit":"cd\/m²",
  185. "dataType":"Num",
  186. "inputMode":"A2",
  187. "dataSource":"",
  188. "note":"",
  189. "func-id":""
  190. },
  191. {
  192. "firstTag":"技术参数",
  193. "secondTag":"显示屏",
  194. "infoPointName":"亮度控制",
  195. "infoPointCode":"LuminanceCtrl",
  196. "unit":"级",
  197. "dataType":"Num",
  198. "inputMode":"A2",
  199. "dataSource":"",
  200. "note":"8位处理系统256级,矫正4096",
  201. "func-id":""
  202. },
  203. {
  204. "firstTag":"技术参数",
  205. "secondTag":"显示屏",
  206. "infoPointName":"水平\/垂直视角",
  207. "infoPointCode":"ViewAngle",
  208. "unit":"°",
  209. "dataType":"Num",
  210. "inputMode":"A2",
  211. "dataSource":"",
  212. "note":"",
  213. "func-id":""
  214. },
  215. {
  216. "firstTag":"技术参数",
  217. "secondTag":"显示屏",
  218. "infoPointName":"支持最大分辨率",
  219. "infoPointCode":"MaxResolution",
  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":"BestSightDistance",
  232. "unit":"m",
  233. "dataType":"Num",
  234. "inputMode":"A2",
  235. "dataSource":"",
  236. "note":"",
  237. "func-id":""
  238. },
  239. {
  240. "firstTag":"技术参数",
  241. "secondTag":"显示屏",
  242. "infoPointName":"灰度等级",
  243. "infoPointCode":"GrayScale",
  244. "unit":"",
  245. "dataType":"Num",
  246. "inputMode":"A1",
  247. "dataSource":"",
  248. "note":"",
  249. "func-id":""
  250. },
  251. {
  252. "firstTag":"技术参数",
  253. "secondTag":"显示屏",
  254. "infoPointName":"显示颜色",
  255. "infoPointCode":"ColorCap",
  256. "unit":"",
  257. "dataType":"Num",
  258. "inputMode":"A1",
  259. "dataSource":"",
  260. "note":"",
  261. "func-id":""
  262. },
  263. {
  264. "firstTag":"技术参数",
  265. "secondTag":"显示屏",
  266. "infoPointName":"扫描频率",
  267. "infoPointCode":"ScanFreq",
  268. "unit":"MHz",
  269. "dataType":"Num",
  270. "inputMode":"A2",
  271. "dataSource":"",
  272. "note":"显示器每秒钟扫描的行数",
  273. "func-id":""
  274. },
  275. {
  276. "firstTag":"技术参数",
  277. "secondTag":"显示屏",
  278. "infoPointName":"图像传输速度",
  279. "infoPointCode":"TransferSpeed",
  280. "unit":"帧\/s",
  281. "dataType":"Num",
  282. "inputMode":"A2",
  283. "dataSource":"",
  284. "note":"",
  285. "func-id":""
  286. },
  287. {
  288. "firstTag":"技术参数",
  289. "secondTag":"显示屏",
  290. "infoPointName":"屏幕刷新速率",
  291. "infoPointCode":"RefreshRate",
  292. "unit":"Hz",
  293. "dataType":"Num",
  294. "inputMode":"A2",
  295. "dataSource":"",
  296. "note":"显示器的刷新率指每秒钟出现新图像的数量",
  297. "func-id":""
  298. },
  299. {
  300. "firstTag":"技术参数",
  301. "secondTag":"显示屏",
  302. "infoPointName":"点间距",
  303. "infoPointCode":"DotSpace",
  304. "unit":"mm",
  305. "dataType":"Num",
  306. "inputMode":"A2",
  307. "dataSource":"",
  308. "note":"是指一种给定颜色的一个发光点与离它最近的相邻同色发光点之间的距离",
  309. "func-id":""
  310. },
  311. {
  312. "firstTag":"技术参数",
  313. "secondTag":"显示屏",
  314. "infoPointName":"像素密度",
  315. "infoPointCode":"PixelDensity",
  316. "unit":"个\/m²",
  317. "dataType":"Num",
  318. "inputMode":"A2",
  319. "dataSource":"",
  320. "note":"",
  321. "func-id":""
  322. },
  323. {
  324. "firstTag":"技术参数",
  325. "secondTag":"IC读卡机",
  326. "infoPointName":"是否有IC读卡机",
  327. "infoPointCode":"isICCardReader",
  328. "unit":"",
  329. "dataType":"Bool",
  330. "inputMode":"E1",
  331. "dataSource":[
  332. {
  333. "code":"0",
  334. "name":"否"
  335. },
  336. {
  337. "code":"1",
  338. "name":"是"
  339. }
  340. ],
  341. "note":"",
  342. "func-id":""
  343. },
  344. {
  345. "firstTag":"技术参数",
  346. "secondTag":"密码键盘",
  347. "infoPointName":"是否有密码键盘",
  348. "infoPointCode":"isPasswordKeyboard",
  349. "unit":"",
  350. "dataType":"Bool",
  351. "inputMode":"E1",
  352. "dataSource":[
  353. {
  354. "code":"0",
  355. "name":"否"
  356. },
  357. {
  358. "code":"1",
  359. "name":"是"
  360. }
  361. ],
  362. "note":"",
  363. "func-id":""
  364. },
  365. {
  366. "firstTag":"技术参数",
  367. "secondTag":"身份证阅读器",
  368. "infoPointName":"是否有身份证阅读器",
  369. "infoPointCode":"isIDCardRead",
  370. "unit":"",
  371. "dataType":"Bool",
  372. "inputMode":"E1",
  373. "dataSource":[
  374. {
  375. "code":"0",
  376. "name":"否"
  377. },
  378. {
  379. "code":"1",
  380. "name":"是"
  381. }
  382. ],
  383. "note":"",
  384. "func-id":""
  385. },
  386. {
  387. "firstTag":"技术参数",
  388. "secondTag":"身份证阅读器",
  389. "infoPointName":"读卡时间",
  390. "infoPointCode":"IDCardReadTime",
  391. "unit":"s",
  392. "dataType":"Num",
  393. "inputMode":"A2",
  394. "dataSource":"",
  395. "note":"",
  396. "func-id":""
  397. },
  398. {
  399. "firstTag":"技术参数",
  400. "secondTag":"身份证阅读器",
  401. "infoPointName":"最大读卡距离",
  402. "infoPointCode":"IDCardMaxReadDistance",
  403. "unit":"mm",
  404. "dataType":"Num",
  405. "inputMode":"A2",
  406. "dataSource":"",
  407. "note":"",
  408. "func-id":""
  409. },
  410. {
  411. "firstTag":"技术参数",
  412. "secondTag":"打印机",
  413. "infoPointName":"是否有打印机",
  414. "infoPointCode":"isPrinter",
  415. "unit":"",
  416. "dataType":"Bool",
  417. "inputMode":"E1",
  418. "dataSource":[
  419. {
  420. "code":"0",
  421. "name":"否"
  422. },
  423. {
  424. "code":"1",
  425. "name":"是"
  426. }
  427. ],
  428. "note":"",
  429. "func-id":""
  430. },
  431. {
  432. "firstTag":"技术参数",
  433. "secondTag":"打印机",
  434. "infoPointName":"打印类型",
  435. "infoPointCode":"PrinterType",
  436. "unit":"",
  437. "dataType":"Enum",
  438. "inputMode":"D1",
  439. "dataSource":[
  440. {
  441. "code":"1",
  442. "name":"票据"
  443. },
  444. {
  445. "code":"2",
  446. "name":"激光"
  447. },
  448. {
  449. "code":"3",
  450. "name":"其他"
  451. }
  452. ],
  453. "note":"",
  454. "func-id":""
  455. },
  456. {
  457. "firstTag":"技术参数",
  458. "secondTag":"指纹识别仪",
  459. "infoPointName":"是否有指纹识别仪",
  460. "infoPointCode":"isTouchID",
  461. "unit":"",
  462. "dataType":"Bool",
  463. "inputMode":"E1",
  464. "dataSource":[
  465. {
  466. "code":"0",
  467. "name":"否"
  468. },
  469. {
  470. "code":"1",
  471. "name":"是"
  472. }
  473. ],
  474. "note":"",
  475. "func-id":""
  476. },
  477. {
  478. "firstTag":"技术参数",
  479. "secondTag":"摄像头",
  480. "infoPointName":"是否有摄像头",
  481. "infoPointCode":"isCamera",
  482. "unit":"",
  483. "dataType":"Bool",
  484. "inputMode":"E1",
  485. "dataSource":[
  486. {
  487. "code":"0",
  488. "name":"否"
  489. },
  490. {
  491. "code":"1",
  492. "name":"是"
  493. }
  494. ],
  495. "note":"",
  496. "func-id":""
  497. },
  498. {
  499. "firstTag":"技术参数",
  500. "secondTag":"其他设备",
  501. "infoPointName":"其他设备",
  502. "infoPointCode":"OtherEquip",
  503. "unit":"",
  504. "dataType":"Str",
  505. "inputMode":"B1",
  506. "dataSource":"",
  507. "note":"",
  508. "func-id":""
  509. },
  510. {
  511. "firstTag":"技术参数",
  512. "secondTag":"总体",
  513. "infoPointName":"连续工作时间",
  514. "infoPointCode":"ContinueWorkTime",
  515. "unit":"h",
  516. "dataType":"Num",
  517. "inputMode":"A2",
  518. "dataSource":"",
  519. "note":"",
  520. "func-id":""
  521. },
  522. {
  523. "firstTag":"技术参数",
  524. "secondTag":"总体",
  525. "infoPointName":"平均无故障时间",
  526. "infoPointCode":"MTBF",
  527. "unit":"h",
  528. "dataType":"Num",
  529. "inputMode":"A2",
  530. "dataSource":"",
  531. "note":"",
  532. "func-id":""
  533. },
  534. {
  535. "firstTag":"技术参数",
  536. "secondTag":"总体",
  537. "infoPointName":"工作温度范围",
  538. "infoPointCode":"WorkTempRange",
  539. "unit":"℃",
  540. "dataType":"Num",
  541. "inputMode":"A6",
  542. "dataSource":"",
  543. "note":"",
  544. "func-id":""
  545. },
  546. {
  547. "firstTag":"技术参数",
  548. "secondTag":"总体",
  549. "infoPointName":"工作湿度范围",
  550. "infoPointCode":"WorkRHRange",
  551. "unit":"%RH",
  552. "dataType":"Num",
  553. "inputMode":"A6",
  554. "dataSource":"",
  555. "note":"",
  556. "func-id":""
  557. },
  558. {
  559. "firstTag":"技术参数",
  560. "secondTag":"总体",
  561. "infoPointName":"防护等级",
  562. "infoPointCode":"IPGrade",
  563. "unit":"",
  564. "dataType":"Str",
  565. "inputMode":"B1",
  566. "dataSource":"",
  567. "note":"参考《11防护等级》",
  568. "func-id":""
  569. },
  570. {
  571. "firstTag":"控制参数",
  572. "secondTag":"",
  573. "infoPointName":"控制模式",
  574. "infoPointCode":"CtrlMode",
  575. "unit":"",
  576. "dataType":"Str",
  577. "inputMode":"B1",
  578. "dataSource":"",
  579. "note":"",
  580. "func-id":""
  581. },
  582. {
  583. "firstTag":"运行参数",
  584. "secondTag":"运行状态",
  585. "infoPointName":"运行状态",
  586. "infoPointCode":"RunStatus",
  587. "unit":"",
  588. "dataType":"Boolv",
  589. "inputMode":"L",
  590. "dataSource":"",
  591. "note":"0. 停止 1. 运行",
  592. "func-id":""
  593. },
  594. {
  595. "firstTag":"运行参数",
  596. "secondTag":"运行状态",
  597. "infoPointName":"本地远程状态",
  598. "infoPointCode":"RemoteStatus",
  599. "unit":"",
  600. "dataType":"Enumv",
  601. "inputMode":"L",
  602. "dataSource":"",
  603. "note":"1. 本地手动 2. 本地自动 3. 远程手动 4. 远程自动 5. 其他",
  604. "func-id":""
  605. },
  606. {
  607. "firstTag":"运行参数",
  608. "secondTag":"运行状态",
  609. "infoPointName":"工作电压",
  610. "infoPointCode":"U",
  611. "unit":"V",
  612. "dataType":"Inst",
  613. "inputMode":"L",
  614. "dataSource":"",
  615. "note":"",
  616. "func-id":""
  617. },
  618. {
  619. "firstTag":"运行参数",
  620. "secondTag":"运行状态",
  621. "infoPointName":"工作电流",
  622. "infoPointCode":"I",
  623. "unit":"A",
  624. "dataType":"Inst",
  625. "inputMode":"L",
  626. "dataSource":"",
  627. "note":"",
  628. "func-id":""
  629. },
  630. {
  631. "firstTag":"运行参数",
  632. "secondTag":"运行状态",
  633. "infoPointName":"耗电功率",
  634. "infoPointCode":"ElecConsumP",
  635. "unit":"W",
  636. "dataType":"Inst",
  637. "inputMode":"L",
  638. "dataSource":"",
  639. "note":"",
  640. "func-id":""
  641. },
  642. {
  643. "firstTag":"运行参数",
  644. "secondTag":"累计参数",
  645. "infoPointName":"累计耗电量",
  646. "infoPointCode":"AccElecConsum",
  647. "unit":"kWh",
  648. "dataType":"Acc",
  649. "inputMode":"M",
  650. "dataSource":"",
  651. "note":"",
  652. "func-id":""
  653. },
  654. {
  655. "firstTag":"运行参数",
  656. "secondTag":"累计参数",
  657. "infoPointName":"累计运行时间",
  658. "infoPointCode":"AccRunTime",
  659. "unit":"h",
  660. "dataType":"Acc",
  661. "inputMode":"M",
  662. "dataSource":"",
  663. "note":"",
  664. "func-id":""
  665. },
  666. {
  667. "firstTag":"运行参数",
  668. "secondTag":"累计参数",
  669. "infoPointName":"开启时间计时",
  670. "infoPointCode":"OpenTimeCount",
  671. "unit":"h",
  672. "dataType":"Acc",
  673. "inputMode":"M",
  674. "dataSource":"",
  675. "note":"",
  676. "func-id":""
  677. },
  678. {
  679. "firstTag":"运行参数",
  680. "secondTag":"累计参数",
  681. "infoPointName":"关闭时间计时",
  682. "infoPointCode":"CloseTimeCount",
  683. "unit":"h",
  684. "dataType":"Acc",
  685. "inputMode":"M",
  686. "dataSource":"",
  687. "note":"",
  688. "func-id":""
  689. }
  690. ]
  691. }