轮胎外观检测添加思谋语义分割模型检测工具
C3204
3 小时以前 ef75346ebe57d56cec0c33ad5abd8b2aa218da95
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": 104,
      "BitOffset": 0,
      "DataType": "Real",
      "Value": "0"
    },
    {
      "SignalName": "2D下相机升降轴检测位置",
      "Area": "DB",
      "DbNumber": 103,
      "ByteOffset": 112,
      "BitOffset": 0,
      "DataType": "Real",
      "Value": "0"
    },
    {
      "SignalName": "2D下相机角度轴检测位置",
      "Area": "DB",
      "DbNumber": 103,
      "ByteOffset": 120,
      "BitOffset": 0,
      "DataType": "Real",
      "Value": "0"
    }
  ]
}