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.
72 lines
1.9 KiB
72 lines
1.9 KiB
{
|
|
"item": [
|
|
{
|
|
"name": "addLiquidPumpCtrl",
|
|
"displayName": "加液泵",
|
|
"type": "button",
|
|
"params": [
|
|
{
|
|
"name": "vel",
|
|
"displayName": "转速",
|
|
"enumDisplayNames": [
|
|
"100",
|
|
"200"
|
|
],
|
|
"enum": [
|
|
"100",
|
|
"200"
|
|
],
|
|
"uint": "g/min",
|
|
"default": "100"
|
|
},
|
|
{
|
|
"name": "direction",
|
|
"displayName": "方向",
|
|
"enumDisplayNames": [
|
|
"加液",
|
|
"排液"
|
|
],
|
|
"enum": [
|
|
"add",
|
|
"remove"
|
|
],
|
|
"default": "add"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "acCtrl",
|
|
"displayName": "空压机",
|
|
"type": "buttons",
|
|
"buttons": [
|
|
"open",
|
|
"close"
|
|
],
|
|
"buttonDisplayNames": [
|
|
"打开",
|
|
"关闭"
|
|
]
|
|
},
|
|
{
|
|
"name": "acCurrent",
|
|
"displayName": "空压机电流",
|
|
"type": "state",
|
|
"stateName": "acCurrent"
|
|
},
|
|
{
|
|
"name": "pressureSensor",
|
|
"displayName": "压力传感器",
|
|
"type": "states",
|
|
"displayNames": [
|
|
"压力计1",
|
|
"压力计2",
|
|
"压力计3"
|
|
],
|
|
"stateNames": [
|
|
"pressure1",
|
|
"pressure2",
|
|
"pressure3"
|
|
]
|
|
}
|
|
]
|
|
}
|