提交 | 用户 | 时间
|
a5b351
|
1 |
package com.jcdm.main.plcserver.conf; |
C |
2 |
|
|
3 |
/** |
|
4 |
* @ClassName: OPCElement |
|
5 |
* @Description: PC和PLC通信使用的OPCserver上的标记名称列表 |
|
6 |
*/ |
|
7 |
public class OPCElement { |
|
8 |
|
|
9 |
|
|
10 |
/** |
3c2299
|
11 |
* OP230 |
a5b351
|
12 |
*/ |
b5fcd8
|
13 |
public static final String PACK_OP010_RecordSN = "PACK.OP1010.RecordSN";//请求下发SN号 |
懒 |
14 |
public static final String PACK_OP230_RecordData = "PACK.OP230.RecordData";//请求记录数据 |
a5b351
|
15 |
|
C |
16 |
/** |
3c2299
|
17 |
* OP240 |
a5b351
|
18 |
*/ |
b5fcd8
|
19 |
public static final String PACK_OP240_RecordData = "PACK.OP240.RecordData";//请求记录数据 |
a5b351
|
20 |
|
b5fcd8
|
21 |
public static final String PACK_OP240_AngleResult = "PACK.OP240.AngleResult";//请求拧紧数据 |
3c2299
|
22 |
|
懒 |
23 |
/** |
|
24 |
* OP250 |
|
25 |
*/ |
b5fcd8
|
26 |
public static final String PACK_OP250_RecordData = "PACK.OP250.RecordData";//请求记录数据 |
3c2299
|
27 |
|
b5fcd8
|
28 |
public static final String PACK_OP250_AngleResult = "PACK.OP250.AngleResult";//请求拧紧数据 |
3c2299
|
29 |
|
0caf87
|
30 |
/** |
懒 |
31 |
* OP380 |
|
32 |
*/ |
b5fcd8
|
33 |
public static final String PACK_OP380_RecordData = "PACK.OP380.RecordData";//请求记录数据 |
0caf87
|
34 |
|
b5fcd8
|
35 |
public static final String PACK_OP380_AngleResult = "PACK.OP380.AngleResult";//请求拧紧数据 |
0caf87
|
36 |
|
8f0f8d
|
37 |
/** |
懒 |
38 |
* OP300 |
|
39 |
*/ |
b5fcd8
|
40 |
public static final String PACK_OP300_RecordData = "PACK.OP300.RecordData";//请求记录数据 |
8f0f8d
|
41 |
|
b5fcd8
|
42 |
public static final String PACK_OP300_AngleResult = "PACK.OP300.AngleResult";//请求拧紧数据 |
懒 |
43 |
/** |
|
44 |
* OP270 |
|
45 |
*/ |
|
46 |
public static final String PACK_OP270_RecordData = "PACK.OP270.RecordData";//请求记录数据 |
|
47 |
|
|
48 |
public static final String PACK_OP270_AngleResult = "PACK.OP270.AngleResult";//请求拧紧数据 |
89f416
|
49 |
/** |
懒 |
50 |
* OP270 |
|
51 |
*/ |
|
52 |
public static final String PACK_OP370_Grade = "PACK.OP370.Grade";//请求记录数据 |
|
53 |
|
b5fcd8
|
54 |
|
8f0f8d
|
55 |
|
3c2299
|
56 |
|
a5b351
|
57 |
|
C |
58 |
|
|
59 |
|
|
60 |
} |