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
131
132
133
134
135
| {
| "SqlServer": "Data Source=192.168.1.144;Initial Catalog=YueLimobox;User ID=hhuser;Password=Am123123", //mobox数据库
| "ApiAddres": "http://[IP]:8888/api/HangCha/",
| "MesGetItemApi": "http://192.168.1.126:3305/mes-admin/api/ssd", //获取mes物料信息
| "WcsApiAddres": "http://192.168.1.126:3305/wcs-admin/api/", //wcs接口
| "NDCApiUrl": "http://192.168.1.143:3305/api/order/", //hosttoagv
| "TmDeviceIp": "192.168.1.126", //设备交互ip
| "TmDevicePort": 508, //设备交互端口
| "AppKey": "OpenInfo",
| "AppSecret": "OpenInfoSecret",
| "OutMinutePriority": {
| "Minute": 1,
| "Priority": 1
| },
| "TableName": [
| {
| "name": "货位表",
| "code": "TN_Location"
| },
| {
| "name": "货位容器表",
| "code": "TN_Loc_Container"
| },
| {
| "name": "容器表",
| "code": "TN_Container"
| },
| {
| "name": "任务表",
| "code": "TN_Task"
| },
| {
| "name": "任务动作表",
| "code": "TN_Task_Action"
| },
| {
| "name": "容器物料表",
| "code": "TN_CG_Detail"
| },
| {
| "name": "作业表",
| "code": "TN_Operation"
| },
| {
| "name": "立库报警上报表",
| "code": "TN_WcsWarningEntitys"
| },
| {
| "name": "作业流程表",
| "code": "TN_WorkFlow"
| },
| {
| "name": "巷道可用表",
| "code": "TN_RoadWayEnable"
| },
| {
| "name": "立库安全请求记录表",
| "code": "TN_WcsSafety"
| },
| {
| "name": "立库通知确认表",
| "code": "TN_WcsInform"
| },
| {
| "name": "上下架记录",
| "code": "TN_OnOff_Shelves"
| },
| {
| "name": "AGV状态信息表",
| "code": "TN_S_AGV_CONDITIONEntitys"
| },
| {
| "name": "AGV报警对照表",
| "code": "TN_S_AGV_TYPEEntitys"
| },
| {
| "name": "AGV报警信息表",
| "code": "TN_AgvErrorReportEntitys"
| },
| {
| "name": "空托出缓存表",
| "code": "TN_MesKtTask"
| },
| {
| "name": "任务拦截表",
| "code": "TN_ManualTaskSwitch"
| }
| ],
|
| "SafetyLocation": [
| {
| "name": "接驳位交互",
| "Area": [ "JC", "JR" ],
| "type": 1
| },
| {
| "name": "机台交互",
| "Area": [ "CSJ", "XB" ],
| "type": 2
| },
| {
| "name": "门交互",
| "Area": [ "XW", "GS" ],
| "type": 3
| }
| ],
| "EmptyPalletBufferArea": "BCP-K", //空托缓存区
| "TmDevice": [
| {
| "deviceName": "胎面机台1满托配置",
| "locCode": "CSJ1-1-1-1",
| "deviceType": 1,
| "enable": 1,
| "beginAddr": 22,
| "writeSafetyAddr": 22,
| "writeSafetyAddr1": 26,
| "readSafetyAddr": 1,
| "readSafetyAddr1": 4,
| "endAddr": 24
| },
| {
| "deviceName": "胎面机台1空托配置",
| "locCode": "XB1-1-1-1",
| "deviceType": 2,
| "enable": 1,
| "beginAddr": 21,
| "writeSafetyAddr": 21,
| "writeSafetyAddr1": 25,
| "readSafetyAddr": 1,
| "readSafetyAddr1": 5,
| "endAddr": 23
| }
| ]
|
| }
|
|