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
| {
| "HostToAgvServerUrl": "http://192.168.1.146:9988/HostToAGV.cgi",
| "HASeverUrl": "http://172.16.10.41",
| "ZTSeverUrl": "",
| "ZTSeverUrl2": "",
| "AppKey": "OpenInfo",
| "AppSecret": "OpenInfoSecret",
| "MoboxSeverUrl": "http://192.168.1.133:5103/api/wms/",
| "WCSSeverUrl": "http://192.168.1.88:8801",
| "SapUrl": "http://ceerptest.cee.com.cn:8000",
| "SqlServer": "Data Source=192.168.1.133;Initial Catalog=OIMobox;User ID=sa;Password=0000",
| "SqlServer1": "Data Source=192.168.1.198\\sql2008;Initial Catalog=OIMobox;User ID=sa;Password=sa@2015",
| "ApiPort": 8801,
| "FacCode": "0000",
| "WHCode": "HNPG",
| "DeviceInfo": [
| {
| "address": "127.0.0.11",
| "deviceName": "1号无菌盖机",
| "deviceNo": [],
| "location": [ "YLWJG1005", "YLWJG1006" ],
| "deviceType": 2,
| "enable": 0
| }
| ],
| "TransportInfo": [
| {
| "startArea": "起点库区",
| "startAreaRowLock": "起点库区密集 1/0",
| "startLocAttribute": "起点货位属性",
| "endArea": "终点库区",
| "startLocCreatTime": "0",
| "endAreaRowLock": "终点库区密集 1/0",
| "endLocAttribute": "终点货位属性",
| "enable": 1
| }
| ],
| "ConnectArea": [
| {
| "deviceName": "产线号1",
| "locAttribute": "空",
| "connectAreaList": [ "库区1" ],
| "enable": 0
| },
| {
| "deviceName": "产线号1",
| "locAttribute": "满",
| "connectAreaList": [ "库区1" ],
| "enable": 0
| }
| ]
| }
|
|