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