jinxin
2025-06-04 b10bf189ab080730b605754b6035da26b17f5d08
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
配置说明(json配置里面不能加注释,单独写个说明文件)
<!--ConnetArea 配置参数说明:
        LiKuArea:接驳位所属立库库区编码
        AreaCode: 接驳位库区编码
        InLocList:接驳位入库口货位编码合集
        OutLocList:接驳位出库口货位编码合集
        LineArea:分拣区区域编码(配盘时人工选择)
        FullList:分拣满货位货位编码合集
        EmptyList:分拣空货位货位编码合集
        Station:立库对应的出入库方向 1:西 2:东
        Roadway:接驳区对应巷道 默认为0 后期有需要可能会使用
    --><!--
 
    {
  "HostToAgvServerUrl": "http://192.168.1.183:9988/HostToAGV.cgi",
  "HASeverUrl": "http://172.16.10.41",
 
  "AppKey": "",
  "AppSecret": "",
  "MoboxSeverUrl": "",
  "SqlServer": "Data Source=192.168.1.183;Initial Catalog=OIMobox;User ID=sa;Password=123456",
  "SqlServer1": "Data Source=192.168.1.198\\sql2008;Initial Catalog=OIMobox;User ID=sa;Password=sa@2015",
  "ApiPort": 8800,
  "FacCode": "TGKL",
  "WHCode": "Coke",
  "DeviceInfo": [
    {
      "address": "192.168.1.183",
      "deviceName": "CX1",
      "deviceNo": [],
      "location": [ "Sc-1-1", "Sc-1-2" ],
      "deviceType": 1,
      "enable": 1
    },
    {
      "address": "127.0.0.11",
      "deviceName": "2号注塑机",
      "deviceNo": [],
      "location": [ "Sc-2-1", "Sc-2-2" ],
      "deviceType": 1,
      "enable": 0
    },
    {
      "address": "127.0.0.11",
      "deviceName": "3号注塑机",
      "deviceNo": [],
      "location": [ "Sc-3-1", "Sc-3-2" ],
      "deviceType": 1,
      "enable": 0
    },
    {
      "address": "127.0.0.11",
      "deviceName": "4号注塑机",
      "deviceNo": [],
      "location": [ "Sc-4-1", "Sc-4-2" ],
      "deviceType": 1,
      "enable": 0
    }
  ],
  "TransportInfo": [
    {
      "startArea": "Df",
      "startAreaRowLock": "0",
      "startLocAttribute": "满框",
      "endArea": "Rkq",
      "endAreaRowLock": "1",
      "endLocAttribute": "满框",
      "enable": 1
    },
    {
      "startArea": "Dkq",
      "startAreaRowLock": "1",
      "startLocAttribute": "'空框'",
      "endArea": "Df",
      "endAreaRowLock": "0",
      "endLocAttribute": "空框",
      "enable": 1
    }
  ],
  "ConnectArea": [
    {
      "deviceName": "CX1",
      "locAttribute": "满",
      "connectAreaList" : [ "Df" ],
      "enable": 1
    },
    {
      "deviceName": "2号注塑机",
      "locAttribute": "满",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    },
    {
      "deviceName": "3号注塑机",
      "locAttribute": "满",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    },
    {
      "deviceName": "4号注塑机",
      "locAttribute": "空",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    },
    {
      "deviceName": "CX1",
      "locAttribute": "空",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    },
    {
      "deviceName": "2号注塑机",
      "locAttribute": "空",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    },
    {
      "deviceName": "3号注塑机",
      "locAttribute": "空",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    },
    {
      "deviceName": "4号注塑机",
      "locAttribute": "空",
      "connectAreaList" : [ "Df" ],
      "enable": 0
    }
  ]
}-->