cl
2024-05-23 ba1a7a9ef126296e2798e313dc5b43f775a1123c
提交 | 用户 | 时间
71e81e 1 package cn.stylefeng.guns.plcserver.opc;
2
3 /**
4  * @ClassName: OPCElement
5  * @Description: PC和PLC通信使用的OPCserver上的标记名称列表
6  */
7 public class OPCElement {
8
9     /**
10      * OP010
11      */
12     public static final String OP010_ITEM = "OP.OP010.";//
13     public static final String OP010_F_HEART_BEAT = OP010_ITEM + "F_HEART_BEAT";//心跳
14
ba1a7a 15     public static final String OP010_PLC_REQUST = OP010_ITEM + "PLC_REQUST";//PLC交互信息
C 16
17
71e81e 18     public static final String OP010_J_PLC_START = OP010_ITEM + "J_PLC_START";//PLC开始
19     public static final String OP010_J_PC_WRITE_ORDER = OP010_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
20     public static final String OP010_J_PLC_FINISH = OP010_ITEM + "J_PLC_FINISH";//PLC完成
21     public static final String OP010_J_PC_FINISH = OP010_ITEM + "J_PC_FINISH";//PC完成
22
23     public static final String OP010_S_ORDER_CODE = OP010_ITEM + "S_ORDER_CODE";//工单编号
24     public static final String OP010_S_PRODUCT_CODE = OP010_ITEM + "S_PRODUCT_CODE";//产品编号
25     public static final String OP010_S_SFC_CODE = OP010_ITEM + "S_SFC_CODE";//总成编码
26     public static final String OP010_S_RIGHT_CODE = OP010_ITEM + "S_RIGHT_CODE";//右壳体编码
27
28     public static final String OP010_S_PRODUCT_STATE_CODE = OP010_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
29     public static final String OP010_S_NUMBER = OP010_ITEM + "S_NUMBER";//计划数量
30
31     public static final String OP010_E_STATE = OP010_ITEM + "E_STATE";//设备状态
32
33     public static final String OP010_P_REPAIR = OP010_ITEM + "P_REPAIR";//产品返修
34     public static final String OP010_P_REPAIR_LOCATION = OP010_ITEM + "P_REPAIR_LOCATION";//产品返修工位
35     /**
36      * OP020
37      */
38     public static final String OP020_ITEM = "OP.OP020.";//
39     public static final String OP020_F_HEART_BEAT = OP020_ITEM + "F_HEART_BEAT";//心跳
40
ba1a7a 41     public static final String OP020_PLC_REQUST = OP020_ITEM + "PLC_REQUST";//PLC交互信息
C 42
71e81e 43     public static final String OP020_J_PLC_START = OP020_ITEM + "J_PLC_START";//PLC开始
44     public static final String OP020_J_PC_WRITE_ORDER = OP020_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
45     public static final String OP020_J_PLC_FINISH = OP020_ITEM + "J_PLC_FINISH";//PLC完成
46     public static final String OP020_J_PC_FINISH = OP020_ITEM + "J_PC_FINISH";//PC完成
47
48     public static final String OP020_S_ORDER_CODE = OP020_ITEM + "S_ORDER_CODE";//工单编号
49     public static final String OP020_S_PRODUCT_CODE = OP020_ITEM + "S_PRODUCT_CODE";//产品编号
50     public static final String OP020_S_SFC_CODE = OP020_ITEM + "S_SFC_CODE";//总成编码
51
52     public static final String OP020_S_PRODUCT_STATE_CODE = OP020_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
53
54     /**
55      * OP030
56      */
57     public static final String OP030_ITEM = "OP.OP030.";//
58     public static final String OP030_F_HEART_BEAT = OP030_ITEM + "F_HEART_BEAT";//心跳
59
ba1a7a 60     public static final String OP030_PLC_REQUST = OP030_ITEM + "PLC_REQUST";//PLC交互信息
C 61
71e81e 62     public static final String OP030_J_PLC_START = OP030_ITEM + "J_PLC_START";//PLC开始
63     public static final String OP030_J_PC_WRITE_ORDER = OP030_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
64     public static final String OP030_J_PLC_FINISH = OP030_ITEM + "J_PLC_FINISH";//PLC完成
65     public static final String OP030_J_PC_FINISH = OP030_ITEM + "J_PC_FINISH";//PC完成
66
67     public static final String OP030_S_ORDER_CODE = OP030_ITEM + "S_ORDER_CODE";//工单编号
68     public static final String OP030_S_PRODUCT_CODE = OP030_ITEM + "S_PRODUCT_CODE";//产品编号
69     public static final String OP030_S_SFC_CODE = OP030_ITEM + "S_SFC_CODE";//总成编码
70
71     public static final String OP030_S_PRODUCT_STATE_CODE = OP030_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
72
73     /**
74      * OP040
75      */
76     public static final String OP040_ITEM = "OP.OP040.";//
77     public static final String OP040_F_HEART_BEAT = OP040_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 78     public static final String OP040_PLC_REQUST = OP040_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 79     public static final String OP040_J_PLC_START = OP040_ITEM + "J_PLC_START";//PLC开始
80     public static final String OP040_J_PC_WRITE_ORDER = OP040_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
81     public static final String OP040_J_PLC_FINISH = OP040_ITEM + "J_PLC_FINISH";//PLC完成
82     public static final String OP040_J_PC_FINISH = OP040_ITEM + "J_PC_FINISH";//PC完成
83
84     public static final String OP040_S_ORDER_CODE = OP040_ITEM + "S_ORDER_CODE";//工单编号
85     public static final String OP040_S_PRODUCT_CODE = OP040_ITEM + "S_PRODUCT_CODE";//产品编号
86     public static final String OP040_S_SFC_CODE = OP040_ITEM + "S_SFC_CODE";//总成编码
87
88     public static final String OP040_S_PRODUCT_STATE_CODE = OP040_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
89
90     /**
91      * OP050
92      */
93     public static final String OP050_ITEM = "OP.OP050.";//
94     public static final String OP050_F_HEART_BEAT = OP050_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 95     public static final String OP050_PLC_REQUST = OP050_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 96     public static final String OP050_J_PLC_START = OP050_ITEM + "J_PLC_START";//PLC开始
97     public static final String OP050_J_PC_WRITE_ORDER = OP050_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
98     public static final String OP050_J_PLC_FINISH = OP050_ITEM + "J_PLC_FINISH";//PLC完成
99     public static final String OP050_J_PC_FINISH = OP050_ITEM + "J_PC_FINISH";//PC完成
100
101     public static final String OP050_S_ORDER_CODE = OP050_ITEM + "S_ORDER_CODE";//工单编号
102     public static final String OP050_S_PRODUCT_CODE = OP050_ITEM + "S_PRODUCT_CODE";//产品编号
103     public static final String OP050_S_SFC_CODE = OP050_ITEM + "S_SFC_CODE";//总成编码
104
105     public static final String OP050_S_SFC_CODE_COP = OP050_ITEM + "S_SFC_CODE_COP";//COP分总成编码
106     public static final String OP050_S_SFC_CODE_BOP = OP050_ITEM + "S_SFC_CODE_BOP";//BOP分总成编码
107
108     public static final String OP050_S_PRODUCT_STATE_CODE = OP050_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
109
c64c9f 110     public static final String OP050_OIL_STATE = OP050_ITEM + "OIL_STATE";//油脂状态
C 111
71e81e 112
113     /**
114      * OP070
115      */
116     public static final String OP070_ITEM = "OP.OP070.";//
117     public static final String OP070_F_HEART_BEAT = OP070_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 118     public static final String OP070_PLC_REQUST = OP070_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 119     public static final String OP070_J_PLC_START = OP070_ITEM + "J_PLC_START";//PLC开始
120     public static final String OP070_J_PC_WRITE_ORDER = OP070_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
121     public static final String OP070_J_PLC_FINISH = OP070_ITEM + "J_PLC_FINISH";//PLC完成
122     public static final String OP070_J_PC_FINISH = OP070_ITEM + "J_PC_FINISH";//PC完成
123
124     public static final String OP070_S_ORDER_CODE = OP070_ITEM + "S_ORDER_CODE";//工单编号
125     public static final String OP070_S_PRODUCT_CODE = OP070_ITEM + "S_PRODUCT_CODE";//产品编号
126     public static final String OP070_S_SFC_CODE = OP070_ITEM + "S_SFC_CODE";//总成编码
127
128     public static final String OP070_S_PRODUCT_STATE_CODE = OP070_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
129
130     /**
131      * OP080
132      */
133     public static final String OP080_ITEM = "OP.OP080.";//与70工位ip相同
134     public static final String OP080_F_HEART_BEAT = OP080_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 135     public static final String OP080_PLC_REQUST = OP080_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 136     public static final String OP080_J_PLC_START = OP080_ITEM + "J_PLC_START";//PLC开始
137     public static final String OP080_J_PC_WRITE_ORDER = OP080_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
138     public static final String OP080_J_PLC_FINISH = OP080_ITEM + "J_PLC_FINISH";//PLC完成
139     public static final String OP080_J_PC_FINISH = OP080_ITEM + "J_PC_FINISH";//PC完成
140
141     public static final String OP080_S_ORDER_CODE = OP080_ITEM + "S_ORDER_CODE";//工单编号
142     public static final String OP080_S_PRODUCT_CODE = OP080_ITEM + "S_PRODUCT_CODE";//产品编号
143     public static final String OP080_S_SFC_CODE = OP080_ITEM + "S_SFC_CODE";//总成编码
144
145     public static final String OP080_S_PRODUCT_STATE_CODE = OP080_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
146
147     public static final String OP080_P_REPAIR = OP080_ITEM + "P_REPAIR";//产品返修
148     public static final String OP080_P_REPAIR_LOCATION = OP080_ITEM + "P_REPAIR_LOCATION";//产品返修工位
149
150     /**
151      * OP090
152      */
153     public static final String OP090_ITEM = "OP.OP090.";//
154     public static final String OP090_F_HEART_BEAT = OP090_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 155     public static final String OP090_PLC_REQUST = OP090_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 156     public static final String OP090_J_PLC_START = OP090_ITEM + "J_PLC_START";//PLC开始
157     public static final String OP090_J_PC_WRITE_ORDER = OP090_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
158     public static final String OP090_J_PLC_FINISH = OP090_ITEM + "J_PLC_FINISH";//PLC完成
159     public static final String OP090_J_PC_FINISH = OP090_ITEM + "J_PC_FINISH";//PC完成
160
161     public static final String OP090_S_ORDER_CODE = OP090_ITEM + "S_ORDER_CODE";//工单编号
162     public static final String OP090_S_PRODUCT_CODE = OP090_ITEM + "S_PRODUCT_CODE";//产品编号
163     public static final String OP090_S_SFC_CODE = OP090_ITEM + "S_SFC_CODE";//总成编码
164     public static final String OP090_S_SFC_CODE_EOP = OP090_ITEM + "S_SFC_CODE_EOP";//EOP分总成编码
165
166     public static final String OP090_S_PRODUCT_STATE_CODE = OP090_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
167
168     /**
169      * OP100
170      */
171     public static final String OP100_ITEM = "OP.OP100.";//
172     public static final String OP100_F_HEART_BEAT = OP100_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 173     public static final String OP100_PLC_REQUST = OP100_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 174     public static final String OP100_J_PLC_START = OP100_ITEM + "J_PLC_START";//PLC开始
175     public static final String OP100_J_PC_WRITE_ORDER = OP100_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
176     public static final String OP100_J_PLC_FINISH = OP100_ITEM + "J_PLC_FINISH";//PLC完成
177     public static final String OP100_J_PC_FINISH = OP100_ITEM + "J_PC_FINISH";//PC完成
178
179     public static final String OP100_S_ORDER_CODE = OP100_ITEM + "S_ORDER_CODE";//工单编号
180     public static final String OP100_S_PRODUCT_CODE = OP100_ITEM + "S_PRODUCT_CODE";//产品编号
181     public static final String OP100_S_SFC_CODE = OP100_ITEM + "S_SFC_CODE";//总成编码
182
183     public static final String OP100_S_PRODUCT_STATE_CODE = OP100_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
184
185     /**
186      * OP110
187      */
188     public static final String OP110_ITEM = "OP.OP110.";//
189     public static final String OP110_F_HEART_BEAT = OP110_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 190     public static final String OP110_PLC_REQUST = OP110_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 191     public static final String OP110_J_PLC_START = OP110_ITEM + "J_PLC_START";//PLC开始
192     public static final String OP110_J_PC_WRITE_ORDER = OP110_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
193     public static final String OP110_J_PLC_FINISH = OP110_ITEM + "J_PLC_FINISH";//PLC完成
194     public static final String OP110_J_PC_FINISH = OP110_ITEM + "J_PC_FINISH";//PC完成
195
196     public static final String OP110_S_ORDER_CODE = OP110_ITEM + "S_ORDER_CODE";//工单编号
197     public static final String OP110_S_PRODUCT_CODE = OP110_ITEM + "S_PRODUCT_CODE";//产品编号
198     public static final String OP110_S_SFC_CODE = OP110_ITEM + "S_SFC_CODE";//总成编码
199
200     public static final String OP110_S_PRODUCT_STATE_CODE = OP110_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
201
202     /**
203      * OP120
204      */
205     public static final String OP120_ITEM = "OP.OP120.";//
206     public static final String OP120_F_HEART_BEAT = OP120_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 207     public static final String OP120_PLC_REQUST = OP120_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 208     public static final String OP120_J_PLC_START = OP120_ITEM + "J_PLC_START";//PLC开始
209     public static final String OP120_J_PC_WRITE_ORDER = OP120_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
210     public static final String OP120_J_PLC_FINISH = OP120_ITEM + "J_PLC_FINISH";//PLC完成
211     public static final String OP120_J_PC_FINISH = OP120_ITEM + "J_PC_FINISH";//PC完成
212
213     public static final String OP120_S_ORDER_CODE = OP120_ITEM + "S_ORDER_CODE";//工单编号
214     public static final String OP120_S_PRODUCT_CODE = OP120_ITEM + "S_PRODUCT_CODE";//产品编号
215     public static final String OP120_S_SFC_CODE = OP120_ITEM + "S_SFC_CODE";//总成编码
216
217     public static final String OP120_S_PRODUCT_STATE_CODE = OP120_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
218
219     /**
220      * OP120B
221      */
222     public static final String OP120B_ITEM = "OP.OP120B.";//
223     public static final String OP120B_F_HEART_BEAT = OP120B_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 224     public static final String OP120B_PLC_REQUST = OP120B_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 225     public static final String OP120B_J_PLC_START = OP120B_ITEM + "J_PLC_START";//PLC开始
226     public static final String OP120B_J_PC_WRITE_ORDER = OP120B_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
227     public static final String OP120B_J_PLC_FINISH = OP120B_ITEM + "J_PLC_FINISH";//PLC完成
228     public static final String OP120B_J_PC_FINISH = OP120B_ITEM + "J_PC_FINISH";//PC完成
229
230     public static final String OP120B_S_ORDER_CODE = OP120B_ITEM + "S_ORDER_CODE";//工单编号
231     public static final String OP120B_S_PRODUCT_CODE = OP120B_ITEM + "S_PRODUCT_CODE";//产品编号
232     public static final String OP120B_S_SFC_CODE = OP120B_ITEM + "S_SFC_CODE";//总成编码
233
234     public static final String OP120B_S_PRODUCT_STATE_CODE = OP120B_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
235
236
237     /**
238      * OP130
239      */
240     public static final String OP130_ITEM = "OP.OP130.";//
241     public static final String OP130_F_HEART_BEAT = OP130_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 242     public static final String OP130_PLC_REQUST = OP130_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 243     public static final String OP130_J_PLC_START = OP130_ITEM + "J_PLC_START";//PLC开始
244     public static final String OP130_J_PC_WRITE_ORDER = OP130_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
245     public static final String OP130_J_PLC_FINISH = OP130_ITEM + "J_PLC_FINISH";//PLC完成
246     public static final String OP130_J_PC_FINISH = OP130_ITEM + "J_PC_FINISH";//PC完成
247
248     public static final String OP130_S_ORDER_CODE = OP130_ITEM + "S_ORDER_CODE";//工单编号
249     public static final String OP130_S_PRODUCT_CODE = OP130_ITEM + "S_PRODUCT_CODE";//产品编号
250     public static final String OP130_S_SFC_CODE = OP130_ITEM + "S_SFC_CODE";//总成编码
251
252     public static final String OP130_S_PRODUCT_STATE_CODE = OP130_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
253
254
255     /**
256      * OP130B
257      */
258     public static final String OP130B_ITEM = "OP.OP130B.";//
259     public static final String OP130B_F_HEART_BEAT = OP130B_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 260     public static final String OP130B_PLC_REQUST = OP130B_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 261     public static final String OP130B_J_PLC_START = OP130B_ITEM + "J_PLC_START";//PLC开始
262     public static final String OP130B_J_PC_WRITE_ORDER = OP130B_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
263     public static final String OP130B_J_PLC_FINISH = OP130B_ITEM + "J_PLC_FINISH";//PLC完成
264     public static final String OP130B_J_PC_FINISH = OP130B_ITEM + "J_PC_FINISH";//PC完成
265
266     public static final String OP130B_S_ORDER_CODE = OP130B_ITEM + "S_ORDER_CODE";//工单编号
267     public static final String OP130B_S_PRODUCT_CODE = OP130B_ITEM + "S_PRODUCT_CODE";//产品编号
268     public static final String OP130B_S_SFC_CODE = OP130B_ITEM + "S_SFC_CODE";//总成编码
269
270     public static final String OP130B_S_PRODUCT_STATE_CODE = OP130B_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
271
272     /**
273      * OP140
274      */
275     public static final String OP140_ITEM = "OP.OP140.";//
276     public static final String OP140_F_HEART_BEAT = OP140_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 277     public static final String OP140_PLC_REQUST = OP140_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 278     public static final String OP140_J_PLC_START = OP140_ITEM + "J_PLC_START";//PLC开始
279     public static final String OP140_J_PC_WRITE_ORDER = OP140_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
280     public static final String OP140_J_PLC_FINISH = OP140_ITEM + "J_PLC_FINISH";//PLC完成
281     public static final String OP140_J_PC_FINISH = OP140_ITEM + "J_PC_FINISH";//PC完成
282
283     public static final String OP140_S_ORDER_CODE = OP140_ITEM + "S_ORDER_CODE";//工单编号
284     public static final String OP140_S_PRODUCT_CODE = OP140_ITEM + "S_PRODUCT_CODE";//产品编号
285     public static final String OP140_S_SFC_CODE = OP140_ITEM + "S_SFC_CODE";//总成编码
286
287     public static final String OP140_S_PRODUCT_STATE_CODE = OP140_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
288
289     /**
290      * OP150
291      */
292     public static final String OP150_ITEM = "OP.OP150.";//
293     public static final String OP150_F_HEART_BEAT = OP150_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 294     public static final String OP150_PLC_REQUST = OP150_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 295     public static final String OP150_J_PLC_START = OP150_ITEM + "J_PLC_START";//PLC开始
296     public static final String OP150_J_PC_WRITE_ORDER = OP150_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
297     public static final String OP150_J_PLC_FINISH = OP150_ITEM + "J_PLC_FINISH";//PLC完成
298     public static final String OP150_J_PC_FINISH = OP150_ITEM + "J_PC_FINISH";//PC完成
299
300     public static final String OP150_S_ORDER_CODE = OP150_ITEM + "S_ORDER_CODE";//工单编号
301     public static final String OP150_S_PRODUCT_CODE = OP150_ITEM + "S_PRODUCT_CODE";//产品编号
302     public static final String OP150_S_SFC_CODE = OP150_ITEM + "S_SFC_CODE";//总成编码
303
304     public static final String OP150_S_PRODUCT_STATE_CODE = OP150_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
305
306     /**
307      * OP160
308      */
309     public static final String OP160_ITEM = "OP.OP160.";//
310     public static final String OP160_F_HEART_BEAT = OP160_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 311     public static final String OP160_PLC_REQUST = OP160_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 312     public static final String OP160_J_PLC_START = OP160_ITEM + "J_PLC_START";//PLC开始
313     public static final String OP160_J_PC_WRITE_ORDER = OP160_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
314     public static final String OP160_J_PLC_FINISH = OP160_ITEM + "J_PLC_FINISH";//PLC完成
315     public static final String OP160_J_PC_FINISH = OP160_ITEM + "J_PC_FINISH";//PC完成
316
317     public static final String OP160_S_ORDER_CODE = OP160_ITEM + "S_ORDER_CODE";//工单编号
318     public static final String OP160_S_PRODUCT_CODE = OP160_ITEM + "S_PRODUCT_CODE";//产品编号
319     public static final String OP160_S_SFC_CODE = OP160_ITEM + "S_SFC_CODE";//总成编码
320
321     public static final String OP160_S_PRODUCT_STATE_CODE = OP160_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
322
323     /**
324      * OP170
325      */
326     public static final String OP170_ITEM = "OP.OP170.";//
327     public static final String OP170_F_HEART_BEAT = OP170_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 328     public static final String OP170_PLC_REQUST = OP170_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 329     public static final String OP170_J_PLC_START = OP170_ITEM + "J_PLC_START";//PLC开始
330     public static final String OP170_J_PC_WRITE_ORDER = OP170_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
331     public static final String OP170_J_PLC_FINISH = OP170_ITEM + "J_PLC_FINISH";//PLC完成
332     public static final String OP170_J_PC_FINISH = OP170_ITEM + "J_PC_FINISH";//PC完成
333
334     public static final String OP170_S_ORDER_CODE = OP170_ITEM + "S_ORDER_CODE";//工单编号
335     public static final String OP170_S_PRODUCT_CODE = OP170_ITEM + "S_PRODUCT_CODE";//产品编号
336     public static final String OP170_S_SFC_CODE = OP170_ITEM + "S_SFC_CODE";//总成编码
337
338     public static final String OP170_S_PRODUCT_STATE_CODE = OP170_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
339
340     /**
341      * COP010
342      */
343     public static final String COP010_ITEM = "COP.COP010.";//
344     public static final String COP010_F_HEART_BEAT = COP010_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 345     public static final String COP010_PLC_REQUST = COP010_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 346     public static final String COP010_J_PLC_START = COP010_ITEM + "J_PLC_START";//PLC开始
347     public static final String COP010_J_PC_WRITE_ORDER = COP010_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
348     public static final String COP010_J_PLC_FINISH = COP010_ITEM + "J_PLC_FINISH";//PLC完成
349     public static final String COP010_J_PC_FINISH = COP010_ITEM + "J_PC_FINISH";//PC完成
350
351     public static final String COP010_S_ORDER_CODE = COP010_ITEM + "S_ORDER_CODE";//工单编号
352     public static final String COP010_S_PRODUCT_CODE = COP010_ITEM + "S_PRODUCT_CODE";//产品编号
353     public static final String COP010_S_SFC_CODE = COP010_ITEM + "S_SFC_CODE";//总成编码
354
355     public static final String COP010_S_PRODUCT_STATE_CODE = COP010_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
356     public static final String COP010_S_NUMBER = COP010_ITEM + "S_NUMBER";//计划数量
357
358     public static final String COP010_P_REPAIR = COP010_ITEM + "P_REPAIR";//产品返修
359     public static final String COP010_P_REPAIR_LOCATION = COP010_ITEM + "P_REPAIR_LOCATION";//产品返修工位
360     /**
361      * COP020
362      */
363     public static final String COP020_ITEM = "COP.COP020.";//COP
364     public static final String COP020_F_HEART_BEAT = COP020_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 365     public static final String COP020_PLC_REQUST = COP020_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 366     public static final String COP020_J_PLC_START = COP020_ITEM + "J_PLC_START";//PLC开始
367     public static final String COP020_J_PC_WRITE_ORDER = COP020_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
368     public static final String COP020_J_PLC_FINISH = COP020_ITEM + "J_PLC_FINISH";//PLC完成
369     public static final String COP020_J_PC_FINISH = COP020_ITEM + "J_PC_FINISH";//PC完成
370
371     public static final String COP020_S_ORDER_CODE = COP020_ITEM + "S_ORDER_CODE";//工单编号
372     public static final String COP020_S_PRODUCT_CODE = COP020_ITEM + "S_PRODUCT_CODE";//产品编号
373     public static final String COP020_S_SFC_CODE = COP020_ITEM + "S_SFC_CODE";//总成编码
374
375     public static final String COP020_S_PRODUCT_STATE_CODE = COP020_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
376
377     /**
378      * COP030
379      */
380     public static final String COP030_ITEM = "COP.COP030.";//
381     public static final String COP030_F_HEART_BEAT = COP030_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 382     public static final String COP030_PLC_REQUST = COP030_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 383     public static final String COP030_J_PLC_START = COP030_ITEM + "J_PLC_START";//PLC开始
384     public static final String COP030_J_PC_WRITE_ORDER = COP030_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
385     public static final String COP030_J_PLC_FINISH = COP030_ITEM + "J_PLC_FINISH";//PLC完成
386     public static final String COP030_J_PC_FINISH = COP030_ITEM + "J_PC_FINISH";//PC完成
387
388     public static final String COP030_S_ORDER_CODE = COP030_ITEM + "S_ORDER_CODE";//工单编号
389     public static final String COP030_S_PRODUCT_CODE = COP030_ITEM + "S_PRODUCT_CODE";//产品编号
390     public static final String COP030_S_SFC_CODE = COP030_ITEM + "S_SFC_CODE";//总成编码
391
392     public static final String COP030_S_PRODUCT_STATE_CODE = COP030_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
393
394     /**
395      * BOP010
396      */
397     public static final String BOP010_ITEM = "BOP.BOP010.";//
398     public static final String BOP010_F_HEART_BEAT = BOP010_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 399     public static final String BOP010_PLC_REQUST = BOP010_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 400     public static final String BOP010_J_PLC_START = BOP010_ITEM + "J_PLC_START";//PLC开始
401     public static final String BOP010_J_PC_WRITE_ORDER = BOP010_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
402     public static final String BOP010_J_PLC_FINISH = BOP010_ITEM + "J_PLC_FINISH";//PLC完成
403     public static final String BOP010_J_PC_FINISH = BOP010_ITEM + "J_PC_FINISH";//PC完成
404
405     public static final String BOP010_S_ORDER_CODE = BOP010_ITEM + "S_ORDER_CODE";//工单编号
406     public static final String BOP010_S_PRODUCT_CODE = BOP010_ITEM + "S_PRODUCT_CODE";//产品编号
407     public static final String BOP010_S_SFC_CODE = BOP010_ITEM + "S_SFC_CODE";//总成编码
408
409     public static final String BOP010_S_PRODUCT_STATE_CODE = BOP010_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
410     public static final String BOP010_S_NUMBER = BOP010_ITEM + "S_NUMBER";//计划数量
411
412     public static final String BOP010_P_REPAIR = BOP010_ITEM + "P_REPAIR";//产品返修
413     public static final String BOP010_P_REPAIR_LOCATION = BOP010_ITEM + "P_REPAIR_LOCATION";//产品返修工位
414
415     /**
416      * BOP020
417      */
418     public static final String BOP020_ITEM = "BOP.BOP020.";//
419     public static final String BOP020_F_HEART_BEAT = BOP020_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 420     public static final String BOP020_PLC_REQUST = BOP020_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 421     public static final String BOP020_J_PLC_START = BOP020_ITEM + "J_PLC_START";//PLC开始
422     public static final String BOP020_J_PC_WRITE_ORDER = BOP020_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
423     public static final String BOP020_J_PLC_FINISH = BOP020_ITEM + "J_PLC_FINISH";//PLC完成
424     public static final String BOP020_J_PC_FINISH = BOP020_ITEM + "J_PC_FINISH";//PC完成
425
426     public static final String BOP020_S_ORDER_CODE = BOP020_ITEM + "S_ORDER_CODE";//工单编号
427     public static final String BOP020_S_PRODUCT_CODE = BOP020_ITEM + "S_PRODUCT_CODE";//产品编号
428     public static final String BOP020_S_SFC_CODE = BOP020_ITEM + "S_SFC_CODE";//总成编码
429
430     public static final String BOP020_S_PRODUCT_STATE_CODE = BOP020_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
431
432     /**
433      * BOP030
434      */
435     public static final String BOP030_ITEM = "BOP.BOP030.";//
436     public static final String BOP030_F_HEART_BEAT = BOP030_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 437     public static final String BOP030_PLC_REQUST = BOP030_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 438     public static final String BOP030_J_PLC_START = BOP030_ITEM + "J_PLC_START";//PLC开始
439     public static final String BOP030_J_PC_WRITE_ORDER = BOP030_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
440     public static final String BOP030_J_PLC_FINISH = BOP030_ITEM + "J_PLC_FINISH";//PLC完成
441     public static final String BOP030_J_PC_FINISH = BOP030_ITEM + "J_PC_FINISH";//PC完成
442
443     public static final String BOP030_S_ORDER_CODE = BOP030_ITEM + "S_ORDER_CODE";//工单编号
444     public static final String BOP030_S_PRODUCT_CODE = BOP030_ITEM + "S_PRODUCT_CODE";//产品编号
445     public static final String BOP030_S_SFC_CODE = BOP030_ITEM + "S_SFC_CODE";//总成编码
446
447     public static final String BOP030_S_PRODUCT_STATE_CODE = BOP030_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
448
c64c9f 449     public static final String BOP030_OIL_STATE = BOP030_ITEM + "OIL_STATE";//油脂状态
C 450
451
71e81e 452     /**
453      * BOP030B
454      */
455     public static final String BOP030B_ITEM = "BOP.BOP030B.";//
456     public static final String BOP030B_F_HEART_BEAT = BOP030B_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 457     public static final String BOP030B_PLC_REQUST = BOP030B_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 458     public static final String BOP030B_J_PLC_START = BOP030B_ITEM + "J_PLC_START";//PLC开始
459     public static final String BOP030B_J_PC_WRITE_ORDER = BOP030B_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
460     public static final String BOP030B_J_PLC_FINISH = BOP030B_ITEM + "J_PLC_FINISH";//PLC完成
461     public static final String BOP030B_J_PC_FINISH = BOP030B_ITEM + "J_PC_FINISH";//PC完成
462
463     public static final String BOP030B_S_ORDER_CODE = BOP030B_ITEM + "S_ORDER_CODE";//工单编号
464     public static final String BOP030B_S_PRODUCT_CODE = BOP030B_ITEM + "S_PRODUCT_CODE";//产品编号
465     public static final String BOP030B_S_SFC_CODE = BOP030B_ITEM + "S_SFC_CODE";//总成编码
466
467     public static final String BOP030B_S_PRODUCT_STATE_CODE = BOP030B_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
468
469     /**
470      * BOP040
471      */
472     public static final String BOP040_ITEM = "BOP.BOP040.";//
473     public static final String BOP040_F_HEART_BEAT = BOP040_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 474     public static final String BOP040_PLC_REQUST = BOP040_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 475     public static final String BOP040_J_PLC_START = BOP040_ITEM + "J_PLC_START";//PLC开始
476     public static final String BOP040_J_PC_WRITE_ORDER = BOP040_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
477     public static final String BOP040_J_PLC_FINISH = BOP040_ITEM + "J_PLC_FINISH";//PLC完成
478     public static final String BOP040_J_PC_FINISH = BOP040_ITEM + "J_PC_FINISH";//PC完成
479
480     public static final String BOP040_S_ORDER_CODE = BOP040_ITEM + "S_ORDER_CODE";//工单编号
481     public static final String BOP040_S_PRODUCT_CODE = BOP040_ITEM + "S_PRODUCT_CODE";//产品编号
482     public static final String BOP040_S_SFC_CODE = BOP040_ITEM + "S_SFC_CODE";//总成编码
483
484     public static final String BOP040_S_PRODUCT_STATE_CODE = BOP040_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
485
486     /**
487      * BOP040B
488      */
489     public static final String BOP040B_ITEM = "BOP.BOP040B.";//
490     public static final String BOP040B_F_HEART_BEAT = BOP040B_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 491     public static final String BOP040B_PLC_REQUST = BOP040B_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 492     public static final String BOP040B_J_PLC_START = BOP040B_ITEM + "J_PLC_START";//PLC开始
493     public static final String BOP040B_J_PC_WRITE_ORDER = BOP040B_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
494     public static final String BOP040B_J_PLC_FINISH = BOP040B_ITEM + "J_PLC_FINISH";//PLC完成
495     public static final String BOP040B_J_PC_FINISH = BOP040B_ITEM + "J_PC_FINISH";//PC完成
496
497     public static final String BOP040B_S_ORDER_CODE = BOP040B_ITEM + "S_ORDER_CODE";//工单编号
498     public static final String BOP040B_S_PRODUCT_CODE = BOP040B_ITEM + "S_PRODUCT_CODE";//产品编号
499     public static final String BOP040B_S_SFC_CODE = BOP040B_ITEM + "S_SFC_CODE";//总成编码
500
501     public static final String BOP040B_S_PRODUCT_STATE_CODE = BOP040B_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
502
503     /**
504      * EOP010
505      */
506     public static final String EOP010_ITEM = "EOP.EOP010.";
507     public static final String EOP010_F_HEART_BEAT = EOP010_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 508     public static final String EOP010_PLC_REQUST = EOP010_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 509     public static final String EOP010_J_PLC_START = EOP010_ITEM + "J_PLC_START";//PLC开始
510     public static final String EOP010_J_PC_WRITE_ORDER = EOP010_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
511     public static final String EOP010_J_PLC_FINISH = EOP010_ITEM + "J_PLC_FINISH";//PLC完成
512     public static final String EOP010_J_PC_FINISH = EOP010_ITEM + "J_PC_FINISH";//PC完成
513
514     public static final String EOP010_S_ORDER_CODE = EOP010_ITEM + "S_ORDER_CODE";//工单编号
515     public static final String EOP010_S_PRODUCT_CODE = EOP010_ITEM + "S_PRODUCT_CODE";//产品编号
516     public static final String EOP010_S_SFC_CODE = EOP010_ITEM + "S_SFC_CODE";//总成编码
517
518     public static final String EOP010_S_PRODUCT_STATE_CODE = EOP010_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
519
520     public static final String EOP010_S_MATERIAL_CODE = EOP010_ITEM + "S_MATERIAL_CODE";//产品状态编码
521
522     public static final String EOP010_P_REPAIR = EOP010_ITEM + "P_REPAIR";//产品返修
523     public static final String EOP010_P_REPAIR_LOCATION = EOP010_ITEM + "P_REPAIR_LOCATION";//产品返修工位
524     /**
525      * EOP020
526      */
527     public static final String EOP020_ITEM = "EOP.EOP020.";//
528     public static final String EOP020_F_HEART_BEAT = EOP020_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 529     public static final String EOP020_PLC_REQUST = EOP020_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 530     public static final String EOP020_J_PLC_START = EOP020_ITEM + "J_PLC_START";//PLC开始
531     public static final String EOP020_J_PC_WRITE_ORDER = EOP020_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
532     public static final String EOP020_J_PLC_FINISH = EOP020_ITEM + "J_PLC_FINISH";//PLC完
533     public static final String EOP020_J_PC_FINISH = EOP020_ITEM + "J_PC_FINISH";//PC完成
534
535     public static final String EOP020_S_ORDER_CODE = EOP020_ITEM + "S_ORDER_CODE";//工单编号
536     public static final String EOP020_S_PRODUCT_CODE = EOP020_ITEM + "S_PRODUCT_CODE";//产品编号
537     public static final String EOP020_S_SFC_CODE = EOP020_ITEM + "S_SFC_CODE";//总成编码
538
539     public static final String EOP020_S_PRODUCT_STATE_CODE = EOP020_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
540
541     /**
542      * EOP030
543      */
544     public static final String EOP030_ITEM = "EOP.EOP030.";//
545     public static final String EOP030_F_HEART_BEAT = EOP030_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 546     public static final String EOP030_PLC_REQUST = EOP030_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 547     public static final String EOP030_J_PLC_START = EOP030_ITEM + "J_PLC_START";//PLC开始
548     public static final String EOP030_J_PC_WRITE_ORDER = EOP030_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
549     public static final String EOP030_J_PLC_FINISH = EOP030_ITEM + "J_PLC_FINISH";//PLC完成
550     public static final String EOP030_J_PC_FINISH = EOP030_ITEM + "J_PC_FINISH";//PC完成
551
552     public static final String EOP030_S_ORDER_CODE = EOP030_ITEM + "S_ORDER_CODE";//工单编号
553     public static final String EOP030_S_PRODUCT_CODE = EOP030_ITEM + "S_PRODUCT_CODE";//产品编号
554     public static final String EOP030_S_SFC_CODE = EOP030_ITEM + "S_SFC_CODE";//总成编码
555
556     public static final String EOP030_S_PRODUCT_STATE_CODE = EOP030_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
557
558
559     /**
560      * EOP040
561      */
562     public static final String EOP040_ITEM = "EOP.EOP040.";//
563     public static final String EOP040_F_HEART_BEAT = EOP040_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 564     public static final String EOP040_PLC_REQUST = EOP040_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 565     public static final String EOP040_J_PLC_START = EOP040_ITEM + "J_PLC_START";//PLC开始
566     public static final String EOP040_J_PC_WRITE_ORDER = EOP040_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
567     public static final String EOP040_J_PLC_FINISH = EOP040_ITEM + "J_PLC_FINISH";//PLC完成
568     public static final String EOP040_J_PC_FINISH = EOP040_ITEM + "J_PC_FINISH";//PC完成
569
570     public static final String EOP040_S_ORDER_CODE = EOP040_ITEM + "S_ORDER_CODE";//工单编号
571     public static final String EOP040_S_PRODUCT_CODE = EOP040_ITEM + "S_PRODUCT_CODE";//产品编号
572     public static final String EOP040_S_SFC_CODE = EOP040_ITEM + "S_SFC_CODE";//总成编码
573
574     public static final String EOP040_S_PRODUCT_STATE_CODE = EOP040_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
575
576     /**
577      * EOP050
578      */
579     public static final String EOP050_ITEM = "EOP.EOP050.";//
580     public static final String EOP050_F_HEART_BEAT = EOP050_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 581     public static final String EOP050_PLC_REQUST = EOP050_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 582     public static final String EOP050_J_PLC_START = EOP050_ITEM + "J_PLC_START";//PLC开始
583     public static final String EOP050_J_PC_WRITE_ORDER = EOP050_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
584     public static final String EOP050_J_PLC_FINISH = EOP050_ITEM + "J_PLC_FINISH";//PLC完成
585     public static final String EOP050_J_PC_FINISH = EOP050_ITEM + "J_PC_FINISH";//PC完成
586
587     public static final String EOP050_S_ORDER_CODE = EOP050_ITEM + "S_ORDER_CODE";//工单编号
588     public static final String EOP050_S_PRODUCT_CODE = EOP050_ITEM + "S_PRODUCT_CODE";//产品编号
589     public static final String EOP050_S_SFC_CODE = EOP050_ITEM + "S_SFC_CODE";//总成编码
590
591     public static final String EOP050_S_PRODUCT_STATE_CODE = EOP050_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
592
593     /**
594      * EOP060
595      */
596     public static final String EOP060_ITEM = "EOP.EOP060.";//
597     public static final String EOP060_F_HEART_BEAT = EOP060_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 598     public static final String EOP060_PLC_REQUST = EOP060_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 599     public static final String EOP060_J_PLC_START = EOP060_ITEM + "J_PLC_START";//PLC开始
600     public static final String EOP060_J_PC_WRITE_ORDER = EOP060_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
601     public static final String EOP060_J_PLC_FINISH = EOP060_ITEM + "J_PLC_FINISH";//PLC完成
602     public static final String EOP060_J_PC_FINISH = EOP060_ITEM + "J_PC_FINISH";//PC完成
603
604     public static final String EOP060_S_ORDER_CODE = EOP060_ITEM + "S_ORDER_CODE";//工单编号
605     public static final String EOP060_S_PRODUCT_CODE = EOP060_ITEM + "S_PRODUCT_CODE";//产品编号
606     public static final String EOP060_S_SFC_CODE = EOP060_ITEM + "S_SFC_CODE";//总成编码
607
608     public static final String EOP060_S_PRODUCT_STATE_CODE = EOP060_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
609
610     public static final String EOP060_P_REPAIR = EOP060_ITEM + "P_REPAIR";//产品返修
611     public static final String EOP060_P_REPAIR_LOCATION = EOP060_ITEM + "P_REPAIR_LOCATION";//产品返修工位
612     /**
613      * EOP070
614      */
615     public static final String EOP070_ITEM = "EOP.EOP070.";//
616     public static final String EOP070_F_HEART_BEAT = EOP070_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 617     public static final String EOP070_PLC_REQUST = EOP070_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 618     public static final String EOP070_J_PLC_START = EOP070_ITEM + "J_PLC_START";//PLC开始
619     public static final String EOP070_J_PC_WRITE_ORDER = EOP070_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
620     public static final String EOP070_J_PLC_FINISH = EOP070_ITEM + "J_PLC_FINISH";//PLC完成
621     public static final String EOP070_J_PC_FINISH = EOP070_ITEM + "J_PC_FINISH";//PC完成
622
623     public static final String EOP070_S_ORDER_CODE = EOP070_ITEM + "S_ORDER_CODE";//工单编号
624     public static final String EOP070_S_PRODUCT_CODE = EOP070_ITEM + "S_PRODUCT_CODE";//产品编号
625     public static final String EOP070_S_SFC_CODE = EOP070_ITEM + "S_SFC_CODE";//总成编码
626
627     public static final String EOP070_S_PRODUCT_STATE_CODE = EOP070_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
628
629     /**
630      * EOP070B
631      */
632     public static final String EOP070B_ITEM = "EOP.EOP070B.";//
633     public static final String EOP070B_F_HEART_BEAT = EOP070B_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 634     public static final String EOP070B_PLC_REQUST = EOP070B_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 635     public static final String EOP070B_J_PLC_START = EOP070B_ITEM + "J_PLC_START";//PLC开始
636     public static final String EOP070B_J_PC_WRITE_ORDER = EOP070B_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
637     public static final String EOP070B_J_PLC_FINISH = EOP070B_ITEM + "J_PLC_FINISH";//PLC完成
638     public static final String EOP070B_J_PC_FINISH = EOP070B_ITEM + "J_PC_FINISH";//PC完成
639
640     public static final String EOP070B_S_ORDER_CODE = EOP070B_ITEM + "S_ORDER_CODE";//工单编号
641     public static final String EOP070B_S_PRODUCT_CODE = EOP070B_ITEM + "S_PRODUCT_CODE";//产品编号
642     public static final String EOP070B_S_SFC_CODE = EOP070B_ITEM + "S_SFC_CODE";//总成编码
643
644     public static final String EOP070B_S_PRODUCT_STATE_CODE = EOP070B_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
645
646     /**
647      * EOP080
648      */
649     public static final String EOP080_ITEM = "EOP.EOP080.";//
650     public static final String EOP080_F_HEART_BEAT = EOP080_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 651     public static final String EOP080_PLC_REQUST = EOP080_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 652     public static final String EOP080_J_PLC_START = EOP080_ITEM + "J_PLC_START";//PLC开始
653     public static final String EOP080_J_PC_WRITE_ORDER = EOP080_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
654     public static final String EOP080_J_PLC_FINISH = EOP080_ITEM + "J_PLC_FINISH";//PLC完成
655     public static final String EOP080_J_PC_FINISH = EOP080_ITEM + "J_PC_FINISH";//PC完成
656
657     public static final String EOP080_S_ORDER_CODE = EOP080_ITEM + "S_ORDER_CODE";//工单编号
658     public static final String EOP080_S_PRODUCT_CODE = EOP080_ITEM + "S_PRODUCT_CODE";//产品编号
659     public static final String EOP080_S_SFC_CODE = EOP080_ITEM + "S_SFC_CODE";//总成编码
660
661     public static final String EOP080_S_PRODUCT_STATE_CODE = EOP080_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
662
663     /**
664      * EOP090
665      */
666     public static final String EOP090_ITEM = "EOP.EOP090.";//
667     public static final String EOP090_F_HEART_BEAT = EOP090_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 668     public static final String EOP090_PLC_REQUST = EOP090_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 669     public static final String EOP090_J_PLC_START = EOP090_ITEM + "J_PLC_START";//PLC开始
670     public static final String EOP090_J_PC_WRITE_ORDER = EOP090_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
671     public static final String EOP090_J_PLC_WRITE_INFO = EOP090_ITEM + "J_PLC_WRITE_INFO";//PLC写信息
672     public static final String EOP090_J_PC_READ_INFO = EOP090_ITEM + "J_PC_READ_INFO";//PC读信息
673     public static final String EOP090_J_PLC_FINISH = EOP090_ITEM + "J_PLC_FINISH";//PLC完成
674     public static final String EOP090_J_PC_FINISH = EOP090_ITEM + "J_PC_FINISH";//PC完成
675
676     public static final String EOP090_S_ORDER_CODE = EOP090_ITEM + "S_ORDER_CODE";//工单编号
677     public static final String EOP090_S_PRODUCT_CODE = EOP090_ITEM + "S_PRODUCT_CODE";//产品编号
678     public static final String EOP090_S_SFC_CODE = EOP090_ITEM + "S_SFC_CODE";//总成编码
679
680     public static final String EOP090_S_PRODUCT_STATE_CODE = EOP090_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
681
682     /**
683      * EOP090B
684      */
685     public static final String EOP090B_ITEM = "EOP.EOP090B.";//
686     public static final String EOP090B_F_HEART_BEAT = EOP090B_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 687     public static final String EOP090B_PLC_REQUST = EOP090B_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 688     public static final String EOP090B_J_PLC_START = EOP090B_ITEM + "J_PLC_START";//PLC开始
689     public static final String EOP090B_J_PC_WRITE_ORDER = EOP090B_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
690     public static final String EOP090B_J_PLC_WRITE_INFO = EOP090B_ITEM + "J_PLC_WRITE_INFO";//PLC写信息
691     public static final String EOP090B_J_PC_READ_INFO = EOP090B_ITEM + "J_PC_READ_INFO";//PC读信息
692     public static final String EOP090B_J_PLC_FINISH = EOP090B_ITEM + "J_PLC_FINISH";//PLC完成
693     public static final String EOP090B_J_PC_FINISH = EOP090B_ITEM + "J_PC_FINISH";//PC完成
694
695     public static final String EOP090B_S_ORDER_CODE = EOP090B_ITEM + "S_ORDER_CODE";//工单编号
696     public static final String EOP090B_S_PRODUCT_CODE = EOP090B_ITEM + "S_PRODUCT_CODE";//产品编号
697     public static final String EOP090B_S_SFC_CODE = EOP090B_ITEM + "S_SFC_CODE";//总成编码
698
699     public static final String EOP090B_S_PRODUCT_STATE_CODE = EOP090B_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
700
701     /**
702      * DOP010
703      */
704     public static final String DOP010_ITEM = "EOP.DOP010.";//
705     public static final String DOP010_F_HEART_BEAT = DOP010_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 706     public static final String DOP010_PLC_REQUST = DOP010_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 707     public static final String DOP010_J_PLC_START = DOP010_ITEM + "J_PLC_START";//PLC开始
708     public static final String DOP010_J_PC_WRITE_ORDER = DOP010_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
709     public static final String DOP010_J_PLC_FINISH = DOP010_ITEM + "J_PLC_FINISH";//PLC完成
710     public static final String DOP010_J_PC_FINISH = DOP010_ITEM + "J_PC_FINISH";//PC完成
711
712     public static final String DOP010_S_ORDER_CODE = DOP010_ITEM + "S_ORDER_CODE";//工单编号
713     public static final String DOP010_S_PRODUCT_CODE = DOP010_ITEM + "S_PRODUCT_CODE";//产品编号
714     public static final String DOP010_S_SFC_CODE = DOP010_ITEM + "S_SFC_CODE";//总成编码
715
716     public static final String DOP010_S_PRODUCT_STATE_CODE = DOP010_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
717
718     public static final String DOP010_S_NUMBER = DOP010_ITEM + "S_NUMBER";//计划数量
719
720     public static final String DOP010_P_REPAIR = DOP010_ITEM + "P_REPAIR";//产品返修
721     public static final String DOP010_P_REPAIR_LOCATION = DOP010_ITEM + "P_REPAIR_LOCATION";//产品返修工位
722
723     /**
724      * DOP020
725      */
726     public static final String DOP020_ITEM = "EOP.DOP020.";//
727     public static final String DOP020_F_HEART_BEAT = DOP020_ITEM + "F_HEART_BEAT";//心跳
ba1a7a 728     public static final String DOP020_PLC_REQUST = DOP020_ITEM + "PLC_REQUST";//PLC交互信息
71e81e 729     public static final String DOP020_J_PLC_START = DOP020_ITEM + "J_PLC_START";//PLC开始
730     public static final String DOP020_J_PC_WRITE_ORDER = DOP020_ITEM + "J_PC_WRITE_ORDER";//PC下发工单
731     public static final String DOP020_J_PLC_FINISH = DOP020_ITEM + "J_PLC_FINISH";//PLC完成
732     public static final String DOP020_J_PC_FINISH = DOP020_ITEM + "J_PC_FINISH";//PC完成
733
734     public static final String DOP020_S_ORDER_CODE = DOP020_ITEM + "S_ORDER_CODE";//工单编号
735     public static final String DOP020_S_PRODUCT_CODE = DOP020_ITEM + "S_PRODUCT_CODE";//产品编号
736     public static final String DOP020_S_SFC_CODE = DOP020_ITEM + "S_SFC_CODE";//总成编码
737
738     public static final String DOP020_S_PRODUCT_STATE_CODE = DOP020_ITEM + "S_PRODUCT_STATE_CODE";//产品状态编码
739
c64c9f 740     public static final String DOP020_OIL_STATE = DOP020_ITEM + "OIL_STATE";//油脂状态
C 741
742
71e81e 743 }