You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.9 KiB

12 months ago
  1. {
  2. "item": [
  3. {
  4. "name": "addLiquidPumpCtrl",
  5. "displayName": "加液泵",
  6. "type": "button",
  7. "params": [
  8. {
  9. "name": "vel",
  10. "displayName": "转速",
  11. "enumDisplayNames": [
  12. "100",
  13. "200"
  14. ],
  15. "enum": [
  16. "100",
  17. "200"
  18. ],
  19. "uint": "g/min",
  20. "default": "100"
  21. },
  22. {
  23. "name": "direction",
  24. "displayName": "方向",
  25. "enumDisplayNames": [
  26. "加液",
  27. "排液"
  28. ],
  29. "enum": [
  30. "add",
  31. "remove"
  32. ],
  33. "default": "add"
  34. }
  35. ]
  36. },
  37. {
  38. "name": "acCtrl",
  39. "displayName": "空压机",
  40. "type": "buttons",
  41. "buttons": [
  42. "open",
  43. "close"
  44. ],
  45. "buttonDisplayNames": [
  46. "打开",
  47. "关闭"
  48. ]
  49. },
  50. {
  51. "name": "acCurrent",
  52. "displayName": "空压机电流",
  53. "type": "state",
  54. "stateName": "acCurrent"
  55. },
  56. {
  57. "name": "pressureSensor",
  58. "displayName": "压力传感器",
  59. "type": "states",
  60. "displayNames": [
  61. "压力计1",
  62. "压力计2",
  63. "压力计3"
  64. ],
  65. "stateNames": [
  66. "pressure1",
  67. "pressure2",
  68. "pressure3"
  69. ]
  70. }
  71. ]
  72. }