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