wuyouming666
2023-12-05 c3204d686fbf8a64dd7fa4dcbb48c0a075df06e0
CanadaMes-ui/src/configuration/AutomaticParameterSetting.json
@@ -1,52 +1,41 @@
[
  [
    {
      "name": "大车自动速度",
      "read": 33,
      "sending": "",
      "type": "0",
      "address": "DB100.0",
      "count": 3
    }
  ],
  [
    {
      "name": "小车自动速度",
      "read": 11,
      "sending": "",
      "address": "DB100.0",
      "type": "0"
    }
  ],
  [
    {
      "name": "A01行走高速角度",
      "read": 33,
      "sending": "",
      "type": "0",
      "address": "DB100.0",
      "count": 3
      "count": 3,
      "unit": "°",
      "value": ""
    },
    {
      "name": "A01行走低速角度",
      "read": 11,
      "sending": "",
      "address": "DB100.0",
      "type": "0"
      "unit": "°",
      "type": "0",
      "value": ""
    },
    {
      "name": "A01输送接片角度",
      "read": 22,
      "sending": "",
      "unit": "°",
      "address": "DB100.0",
      "type": "0"
      "type": "0",
      "value": ""
    },
    {
      "name": "A01笼子角度",
      "read": 22,
      "sending": "",
      "unit": "°",
      "address": "DB100.0",
      "type": "0"
      "type": "0",
      "value": ""
    }
  ],
  [
@@ -55,29 +44,60 @@
      "read": 33,
      "sending": "",
      "type": "0",
      "unit": "°",
      "address": "DB100.0",
      "count": 3
      "count": 3,
      "value": ""
    },
    {
      "name": "A02行走低速角度",
      "read": 11,
      "sending": "",
      "unit": "°",
      "address": "DB100.0",
      "type": "0"
      "type": "0",
      "value": ""
    },
    {
      "name": "A02输送接片角度",
      "read": 22,
      "sending": "",
      "unit": "°",
      "address": "DB100.0",
      "type": "0"
      "type": "0",
      "value": ""
    },
    {
      "name": "A02笼子角度",
      "read": 22,
      "sending": "",
      "unit": "°",
      "address": "DB100.0",
      "type": "0"
      "type": "0",
      "value": ""
    }
  ],
  [
    {
      "name": "大车自动速度",
      "read": 100,
      "sending": "",
      "type": "0",
      "unit": "m/min",
      "address": "DB100.0",
      "count": 3,
      "value": ""
    }
  ],
  [
    {
      "name": "小车自动速度",
      "read": 11,
      "sending": "",
      "unit": "m/min",
      "address": "DB100.0",
      "type": "0",
      "value": ""
    }
  ],
  [
@@ -85,8 +105,10 @@
      "name": "自动翻转速度",
      "read": 33,
      "sending": "",
      "unit": "m/min",
      "address": "DB100.0",
      "type": "0"
      "type": "0",
      "value": ""
    }
  ]
]