轮胎外观检测添加思谋语义分割模型检测工具
C3204
10 小时以前 eb60d355bf63a7d56df9c63412546457745dc78e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "PlcIpAddress": "192.168.10.10",
  "Rack": 0,
  "Slot": 1,
  "CommunicatorsName": "通讯口0",
  "ProductName": "Product0",
  "Signals": [
    {
      "SignalName": "2D上相机平移轴检测位置",
      "Area": "DB",
      "DbNumber": 103,
      "ByteOffset": 80,
      "BitOffset": 0,
      "DataType": "Real",
      "Value": "0"
    },
    {
      "SignalName": "2D上相机升降轴检测位置",
      "Area": "DB",
      "DbNumber": 103,
      "ByteOffset": 88,
      "BitOffset": 0,
      "DataType": "Real",
      "Value": "0"
    },
    {
      "SignalName": "2D上相机角度轴检测位置",
      "Area": "DB",
      "DbNumber": 103,
      "ByteOffset": 96,
      "BitOffset": 0,
      "DataType": "Real",
      "Value": "0"
    }
  ]
}