提交 | 用户 | 时间
|
3e03af
|
1 |
package com.jcdm.main.plcserver.conf; |
C |
2 |
|
|
3 |
/** |
|
4 |
* @ClassName: OPCElement |
|
5 |
* @Description: PC和PLC通信使用的OPCserver上的标记名称列表 |
|
6 |
*/ |
|
7 |
public class OPCElement { |
|
8 |
|
|
9 |
/** |
|
10 |
* OP010 |
|
11 |
*/ |
|
12 |
private static final String OP010_ITEM = "CFL3ZZ.OP010.";// |
|
13 |
public static final String OP010_SaveRequest = OP010_ITEM + "SaveRequest";//请求保存 |
|
14 |
public static final String OP010_MesSaveFeed = OP010_ITEM + "MesSaveFeed";//Mes保存完成 |
|
15 |
public static final String OP010_CodeCheck = OP010_ITEM + "CodeCheck";//请求检索条码 |
|
16 |
public static final String OP010_MesCodeCheckFeed = OP010_ITEM + "MesCodeCheckFeed";//MES检索完成 |
|
17 |
|
|
18 |
|
|
19 |
/** |
|
20 |
* OP100 |
|
21 |
*/ |
|
22 |
private static final String OP020_ITEM = "OP.OP100.";// |
059083
|
23 |
private static final String OP120_ITEM_HX = "CFL4HX.OP120.";// |
W |
24 |
private static final String OP120_ITEM_ZZ = "CFL4ZZ.OP120.";// |
1c7036
|
25 |
private static final String OP060_ITEM_ZZ = "CFL4HX.OP060.";// |
d4f437
|
26 |
private static final String OP020_ITEM_HX = "CFL4HX.HOP020.";// |
c6aaad
|
27 |
private static final String OP121_ITEM_ZZ = "CFL4ZZ.OP121.";// |
3e03af
|
28 |
public static final String OP020_SaveRequest = OP020_ITEM + "SaveRequest";//请求保存 |
059083
|
29 |
public static final String OP120_SaveRequestLast = OP120_ITEM_HX + "SaveRequestLast";//请求保存 |
3e03af
|
30 |
public static final String OP020_MesSaveFeed = OP020_ITEM + "MesSaveFeed";//Mes保存完成 |
C |
31 |
|
059083
|
32 |
public static final String OP120_ZZ_CODE_CHECK = OP120_ITEM_ZZ + "CodeCheck";//请求保存 |
1c7036
|
33 |
public static final String OP060_HX_CODE_CHECK = OP060_ITEM_ZZ + "CodeCheck";//请求保存 |
d4f437
|
34 |
public static final String OP020_HX_CODE_CHECK = OP020_ITEM_HX + "CodeCheck";//请求保存 |
c6aaad
|
35 |
public static final String OP121_ZZ_CODE_CHECK = OP121_ITEM_ZZ + "CodeCheckFeed";//请求保存 |
9e6d86
|
36 |
public static final String OP050_HX_CODE_CHECK = "CFL4HX.OP050.CodeCheck";//请求保存 |
W |
37 |
|
|
38 |
//返修监听点位-465 |
|
39 |
public static final String OP465_ZZ_CODE_CHECK = "CFL4ZZ.OP465.CodeCheck"; |
|
40 |
//返修监听点位-355 |
|
41 |
public static final String OP355_ZZ_CODE_CHECK = "CFL4ZZ.OP355.CodeCheck"; |
3946f8
|
42 |
public static final String OP695_ZZ_CODE_CHECK = "CFL4ZZ.OP695.CodeCheck"; |
W |
43 |
public static final String OP755_ZZ_CODE_CHECK = "CFL4ZZ.OP755.CodeCheck"; |
059083
|
44 |
|
W |
45 |
public static final String SN_CHECK = "SNRetrieval"; |
9e6d86
|
46 |
public static final String SAVE_DATA = "SaveData"; |
W |
47 |
public static final String QUALIFIED = "合格"; |
|
48 |
public static final String UN_QUALIFIED = "不合格"; |
059083
|
49 |
|
59e228
|
50 |
public static final String OP010_REQUEST_PRODUCT_TYPE = "CFL4HX.OP010.RequestProductType"; |
W |
51 |
public static final String OP010_SAVE_REQUEST = "CFL4HX.OP010.SaveRequest"; |
|
52 |
public static final String OP010_CODE_CHECK = "CFL4HX.OP010.CodeCheck"; |
|
53 |
public static final String OP020_CODE_CHECK = "CFL4HX.OP020.CodeCheck"; |
|
54 |
public static final String OP020_PRINT_REQUEST = "CFL4HX.OP020.PrintRequest"; |
|
55 |
public static final String OP030_CODE_CHECK = "CFL4HX.OP030.CodeCheck"; |
|
56 |
public static final String OP040_CODE_CHECK = "CFL4HX.OP040.CodeCheck"; |
|
57 |
public static final String OP050_CODE_CHECK = "CFL4HX.OP050.CodeCheck"; |
|
58 |
public static final String OP060_CODE_CHECK = "CFL4HX.OP060.CodeCheck"; |
|
59 |
public static final String OP030_SAVE_REQUEST = "CFL4HX.OP030.SaveRequest"; |
|
60 |
public static final String OP040_SAVE_REQUEST = "CFL4HX.OP040.SaveRequest"; |
|
61 |
public static final String OP050_SAVE_REQUEST = "CFL4HX.OP050.SaveRequest"; |
|
62 |
public static final String OP060_SAVE_REQUEST = "CFL4HX.OP060.SaveRequest"; |
|
63 |
public static final String OP080_SAVE_REQUEST = "CFL4HX.OP080.SaveRequest"; |
|
64 |
public static final String OP100_SAVE_REQUEST = "CFL4HX.OP100.SaveRequest"; |
|
65 |
public static final String OP050_SAVE_REQUEST_LAST = "CFL4HX.OP050.SaveRequestLast"; |
|
66 |
public static final String OP080_SAVE_REQUEST_LAST = "CFL4HX.OP080.SaveRequestLast"; |
|
67 |
public static final String OP100_SAVE_REQUEST_LAST = "CFL4HX.OP100.SaveRequestLast"; |
|
68 |
public static final String OP060_SAVE_REQUEST_LAST = "CFL4HX.OP060.SaveRequestLast"; |
|
69 |
public static final String UN_FINISH = "0"; |
|
70 |
public static final String FINISHED = "1"; |
3e03af
|
71 |
|
8876c2
|
72 |
public static final String OP001_CODE_CHECK = "CFL4HX.OP001.CodeCheck"; |
W |
73 |
public static final String OP002_CODE_CHECK = "CFL4HX.OP002.CodeCheck"; |
|
74 |
public static final String OP001_PRINT_REQUEST = "CFL4HX.OP001.PrintRequest"; |
|
75 |
public static final String OP002_PRINT_REQUEST = "CFL4HX.OP002.PrintRequest"; |
|
76 |
public static final String OP001_SAVE_REQUEST = "CFL4HX.OP001.SaveRequest"; |
|
77 |
public static final String OP002_SAVE_REQUEST = "CFL4HX.OP002.SaveRequest"; |
|
78 |
|
3e03af
|
79 |
} |