qinchulong
2025-03-29 039a4a5433e7f80adc88b491b549e5d9486e4f9a
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WIDESEA_Common
{
    public enum ConveyorLineInfoDBName
    {
        /// <summary>
        /// 输送线入库申请
        /// </summary>
        R_Line_InReq,
        /// <summary>
        /// 没料提示
        /// </summary>
        isitem,
        /// <summary>
        /// 任务号(输送线)
        /// </summary>
        R_Line_JobId,
        /// <summary>
        /// 托盘号(输送线)
        /// </summary>
        R_Line_Barcode,
        /// <summary>
        /// 检测大极卷库报警点位
        /// </summary>
        ButtonAlarm,
        /// <summary>
        /// 缓存架是否有货 1空2有
        /// </summary>
        R_Location_iswork,
        /// <summary>
        /// 涂布机上料请求
        /// </summary>
        R_TBSB_UPrequest,
        /// <summary>
        /// 涂布机下料请求
        /// </summary>
        R_TBSB_DOWNrequest,
        /// <summary>
        /// 涂布机上料工单号
        /// </summary>
        R_TBSB_UPbatchNo,
        /// <summary>
        /// 上工序名
        /// </summary>
        R_TBSB_TBbatchNo,
        /// <summary>
        /// 物料规格
        /// </summary>
        R_TBSB_Specifications,
        /// <summary>
        /// 单面涂布模式
        /// </summary>
        R_TBSB_OneSide,
        /// <summary>
        /// 双面涂布模式
        /// </summary>
        R_TBSB_TwoSide,
        /// <summary>
        /// 涂布机下料工单号
        /// </summary>
        R_TBSB_DOWNbatchNo,
        /// <summary>
        /// 涂布设备启用工单
        /// </summary>
        R_TBSB_IsWorkBatchNo,
        /// <summary>
        /// 写入涂布设备物料批号
        /// </summary>
        W_TBSB_BatchNo,
        /// <summary>
        /// 辊压机上料请求
        /// </summary>
        R_GYSB_UPrequest,
        /// <summary>
        /// 辊压工序号
        /// </summary>
        R_GYSB_GXBatchNo,
        /// <summary>
        /// 辊压机启用工单
        /// </summary>
        R_GYSB_IsWorkBatchNo,
        /// <summary>
        /// 辊压机下料请求
        /// </summary>
        R_GYSB_DOWNrequest,
        /// <summary>
        /// 辊压机上料工单号
        /// </summary>
        R_GYSB_UPbatchNo,
        /// <summary>
        /// 辊压机下料工单号
        /// </summary>
        R_GYSB_DOWNbatchNo,
        /// <summary>
        /// 写入辊压机设备物料批号
        /// </summary>
        W_GYSB_BatchNo,
        /// <summary>
        /// 清洗机上料请求
        /// </summary>
        R_QXSB_UPrequest,
        /// <summary>
        /// 清洗机上料工单号
        /// </summary>
        R_QXSB_UPbatchNo,
        /// <summary>
        /// 清洗机启用工单
        /// </summary>
        R_QXSB_IsWorkBatchNo,
        /// <summary>
        /// 清洗机上料工序号
        /// </summary>
        R_QXSB_GXbatchNo,
        /// <summary>
        /// 写入清洗设备物料批号
        /// </summary>
        W_QXSB_BatchNo,
        /// <summary>
        /// 清洗机下料请求
        /// </summary>
        R_QXSB_DOWNrequest,
        /// <summary>
        /// 清洗机下料工单号
        /// </summary>
        R_QXSB_DOWNbatchNo,
        /// <summary>
        /// 分切机上料请求
        /// </summary>
        R_FQSB_UPrequest,
        /// <summary>
        /// 分切机上料工单号
        /// </summary>
        R_FQSB_UPbatchNo,
        /// <summary>
        /// 分切上料工序号
        /// </summary>
        R_FQSB_GXbatchNo,
        /// <summary>
        /// 分切启用工单
        /// </summary>
        R_FQSB_IsWorkBatchNo,
        /// <summary>
        /// 分切机下料请求
        /// </summary>
        R_FQSB_DOWNrequest,
        /// <summary>
        /// 分切机下料工单号
        /// </summary>
        R_FQSB_DOWNbatchNo,
        /// <summary>
        /// 写入分切机设备物料批号
        /// </summary>
        W_FQSB_BatchNo,
        /// <summary>
        /// 分切机卷筒宽度
        /// </summary>
        width,
        /// <summary>
        /// 分切机A轴卷筒数量
        /// </summary>
        Anumber,
        /// <summary>
        /// 分切机B轴卷筒数量
        /// </summary>
        Bnumber,
        /// <summary>
        /// 读取1号辊压机下料请求
        /// </summary>
        R_ZGYSB_Downrequest,
        /// <summary>
        /// 物料NG状态
        /// </summary>
        MaterNG,
        /// <summary>
        /// 物料OK状态
        /// </summary>
        MaterOK,
        /// <summary>
        /// 正极辊压机上料请求
        /// </summary>
        R_ZGYSB_UPrequest,
        /// <summary>
        /// 负极辊压机下料请求
        /// </summary>
        R_FGYSB_Downrequest,
        /// <summary>
        /// 负极辊压机上料请求
        /// </summary>
        R_AGV_DOWN_WrokState,
        /// <summary>
        /// 写入AGV下料流程步骤
        /// </summary>
        W_AGV_DOWN_WrokState,
        /// <summary>
        /// 读取设备上料流程步骤
        /// </summary>
        R_SB_UP_WorkState,
        /// <summary>
        /// 读取设备上料是否报警
        /// </summary>
        R_SB_UP_IsError,
        /// <summary>
        /// 写入设备上料流程步骤
        /// </summary>
        W_SB_UP_WrokState,
        /// <summary>
        /// 读取设备下料流程步骤
        /// </summary>
        R_SB_DOWN_WorkState,
        /// <summary>
        /// 读取设备下料是否报警
        /// </summary>
        R_SB_DOWN_IsError,
        /// <summary>
        /// 写入设备下料流程步骤
        /// </summary>
        W_SB_DOWN_WrokState,
        /// <summary>
        /// 写入AGV入料口物料需求类型
        /// </summary>
        W_AGV_UPneedType,
        /// <summary>
        /// 读取设备入料口物料需求类型
        /// </summary>
        R_SB_UPneedType,
        /// <summary>
        /// 写入AGV下料口物料需求类型
        /// </summary>
        W_AGV_DOWNneedType,
        /// <summary>
        /// 读取设备下料口物料需求类型
        /// </summary>
        R_SB_DOWNneedType,
        /// <summary>
        /// 写入AGV上料口AB轴
        /// </summary>
        W_AGV_UP_AB,
        /// <summary>
        /// 读取设备上料口AB轴
        /// </summary>
        R_SB_UP_AB,
        /// <summary>
        /// 写入AGV下料口AB轴
        /// </summary>
        W_AGV_DOWN_AB,
        /// <summary>
        /// 读取设备下料口AB轴
        /// </summary>
        R_SB_DOWN_AB,
        /// <summary>
        /// 写入AGV上料偏移方向
        /// </summary>
        W_AGV_UP_PY,
        /// <summary>
        /// 读取设备上料口偏移方向
        /// </summary>
        R_SB_UP_PY,
        /// <summary>
        /// 写入AGV下料口偏移方向
        /// </summary>
        W_AGV_DOWN_PY,
        /// <summary>
        /// 读取设备下料口偏移方向
        /// </summary>
        R_SB_DOWN_PY,
        /// <summary>
        /// 写入AGV上料口偏移距离
        /// </summary>
        W_AGV_UP_PYL,
        /// <summary>
        /// 读取设备上料口偏移距离
        /// </summary>
        R_SB_UP_PYL,
        /// <summary>
        /// 写入AGV下料口偏移距离
        /// </summary>
        W_AGV_DOWN_PYL,
        /// <summary>
        /// 读取设备下料口偏移距离
        /// </summary>
        R_SB_DOWN_PYL,
        /// <summary>
        /// 烘烤机上料请求
        /// </summary>
        R_HKSB_UPrequest,
        /// <summary>
        /// 烘烤机上料工单号
        /// </summary>
        R_HKSB_UPbatchNo,
        /// <summary>
        /// 烘烤启用工单
        /// </summary>
        R_HKSB_IsWorkBatchNo,
        /// <summary>
        /// 提升机正极车间三楼下料进烘烤机
        /// </summary>
        R_ZTSJ_Downrequest,
        /// <summary>
        /// 提升机负极车间三楼下料进烘烤机
        /// </summary>
        R_FTSJ_Downrequest,
        /// <summary>
        /// 提升机正极条码
        /// </summary>
        R_ZTSJ_Barcode,
        /// <summary>
        /// 提升机负极条码
        /// </summary>
        R_FTSJ_Barcode,
        /// <summary>
        /// 正极物流线下料请求
        /// </summary>
        R_ZWLX_Downrequest,
        /// <summary>
        /// 负极物流线下料请求
        /// </summary>
        R_FWLX_Downrequest,
        /// <summary>
        /// 空盘回流线正极货位是否有料
        /// </summary>
        R_ZKPHLXLocation,
        /// <summary>
        /// 空盘回流线负极货位是否有料
        /// </summary>
        R_FKPHLXLocation,
        /// <summary>
        /// 先导的卷绕上料口1的上料请求
        /// </summary>
        R_JRSB1_UPrequest,
        /// <summary>
        /// 先导的卷绕上料口1的上料请求
        /// </summary>
        R_JRSB2_UPrequest,
        /// <summary>
        /// 先导的卷绕上料口1的上料请求
        /// </summary>
        R_JRSB3_UPrequest,
        /// <summary>
        /// 先导的卷绕上料口1的上料请求
        /// </summary>
        R_JRSB4_UPrequest,
        /// <summary>
        ///隔膜正极上下料请求
        /// </summary>
        R_ZGMWork,
        /// <summary>
        ///隔膜负极上下料请求
        /// </summary>
        R_FGMWork,
        /// <summary>
        ///隔膜1进2出
        /// </summary>
        R_ZGMState,
        R_FGMState,
        /// <summary>
        ///正极物流线002上料请求
        /// </summary>
        R_ZWLX2_UPrequest,
        /// <summary>
        ///负极物流线002上料请求
        /// </summary>
        R_FWLX2_UPrequest,
        /// <summary>
        /// 格林晟1号上料口
        /// </summary>
        R_GLSJRSB1_UPrequest,
        R_GLSJRSB2_UPrequest,
        R_GLSJRSB3_UPrequest,
        R_GLSJRSB4_UPrequest,
        /// <summary>
        /// 格林晟卷绕工单号
        /// </summary>
        R_JRSB_UPbatchNo
    }   
    public enum PLCName 
    {
        缓存架,
        负极1号涂布机
 
 
    }
    public enum LocationStateEnum
    {
        /// <summary>
        /// 有货
        /// </summary>
        LocationState_Stored,
        /// <summary>
        /// 等待分切下料完成
        /// </summary>
        LocationState_Wait,
        /// <summary>
        /// 空货位
        /// </summary>
        LocationState_Empty,
        /// <summary>
        /// 锁定
        /// </summary>
        LocationState_Lock
    }
}