提交 | 用户 | 时间
|
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 |
*/ |
e2670e
|
13 |
// public static final String PACK_OP010_RecordSN = "PACK.OP1010.RecordSN";//请求下发SN号 |
b5fcd8
|
14 |
public static final String PACK_OP230_RecordData = "PACK.OP230.RecordData";//请求记录数据 |
e2670e
|
15 |
public static final String PACK_OP230_AngleResult = "PACK.OP230.AngleResult";//请求拧紧数据 |
a5b351
|
16 |
/** |
3c2299
|
17 |
* OP240 |
a5b351
|
18 |
*/ |
b5fcd8
|
19 |
public static final String PACK_OP240_RecordData = "PACK.OP240.RecordData";//请求记录数据 |
懒 |
20 |
public static final String PACK_OP240_AngleResult = "PACK.OP240.AngleResult";//请求拧紧数据 |
3c2299
|
21 |
|
懒 |
22 |
/** |
e2670e
|
23 |
* OP260 |
3c2299
|
24 |
*/ |
e2670e
|
25 |
public static final String PACK_OP260_RecordData = "PACK.OP260.RecordData";//请求记录数据 |
3c2299
|
26 |
|
e2670e
|
27 |
public static final String PACK_OP260_AngleResult = "PACK.OP260.AngleResult";//请求拧紧数据 |
3c2299
|
28 |
|
0caf87
|
29 |
/** |
e2670e
|
30 |
* OP270 |
0caf87
|
31 |
*/ |
e2670e
|
32 |
public static final String PACK_OP270_RecordData = "PACK.OP270.RecordData";//请求记录数据 |
0caf87
|
33 |
|
e2670e
|
34 |
public static final String PACK_OP270_AngleResult = "PACK.OP270.AngleResult";//请求拧紧数据 |
H |
35 |
/** |
|
36 |
* OP290 |
|
37 |
*/ |
|
38 |
public static final String PACK_OP290_RecordData = "PACK.OP290.RecordData";//请求记录数据 |
|
39 |
|
|
40 |
public static final String PACK_OP290_AngleResult = "PACK.OP290.AngleResult";//请求拧紧数据 |
0caf87
|
41 |
|
8f0f8d
|
42 |
/** |
懒 |
43 |
* OP300 |
|
44 |
*/ |
b5fcd8
|
45 |
public static final String PACK_OP300_RecordData = "PACK.OP300.RecordData";//请求记录数据 |
8f0f8d
|
46 |
|
b5fcd8
|
47 |
public static final String PACK_OP300_AngleResult = "PACK.OP300.AngleResult";//请求拧紧数据 |
懒 |
48 |
/** |
e2670e
|
49 |
* OP310 |
b5fcd8
|
50 |
*/ |
e2670e
|
51 |
public static final String PACK_OP310_RecordData = "PACK.OP310.RecordData";//请求记录数据 |
b5fcd8
|
52 |
|
e2670e
|
53 |
public static final String PACK_OP310_AngleResult = "PACK.OP310.AngleResult";//请求拧紧数据 |
89f416
|
54 |
/** |
e2670e
|
55 |
* OP330 |
H |
56 |
*/ |
|
57 |
public static final String PACK_OP330_RecordData = "PACK.OP330.RecordData";//请求记录数据 |
|
58 |
|
|
59 |
public static final String PACK_OP330_AngleResult = "PACK.OP330.AngleResult";//请求拧紧数据 |
|
60 |
/** |
|
61 |
* OP380 |
|
62 |
*/ |
|
63 |
public static final String PACK_OP380_RecordData = "PACK.OP380.RecordData";//请求记录数据 |
|
64 |
|
|
65 |
public static final String PACK_OP380_AngleResult = "PACK.OP380.AngleResult";//请求拧紧数据 |
|
66 |
/** |
|
67 |
* OP400 |
|
68 |
*/ |
|
69 |
public static final String PACK_OP400_RecordData = "PACK.OP400.RecordData";//请求记录数据 |
|
70 |
|
|
71 |
public static final String PACK_OP400_AngleResult = "PACK.OP400.AngleResult";//请求拧紧数据 |
|
72 |
/** |
|
73 |
* OP410 |
|
74 |
*/ |
|
75 |
public static final String PACK_OP410_RecordData = "PACK.OP410.RecordData";//请求记录数据 |
|
76 |
|
|
77 |
public static final String PACK_OP410_AngleResult = "PACK.OP410.AngleResult";//请求拧紧数据 |
|
78 |
/** |
|
79 |
* OP440 |
|
80 |
*/ |
|
81 |
public static final String PACK_OP440_RecordData = "PACK.OP440.RecordData";//请求记录数据 |
|
82 |
|
|
83 |
public static final String PACK_OP440_AngleResult = "PACK.OP440.AngleResult";//请求拧紧数据 |
|
84 |
/** |
|
85 |
* OP450 |
|
86 |
*/ |
|
87 |
public static final String PACK_OP450_RecordData = "PACK.OP450.RecordData";//请求记录数据 |
|
88 |
|
|
89 |
public static final String PACK_OP450_AngleResult = "PACK.OP450.AngleResult";//请求拧紧数据 |
|
90 |
/** |
|
91 |
* OP460 |
|
92 |
*/ |
|
93 |
public static final String PACK_OP460_RecordData = "PACK.OP460.RecordData";//请求记录数据 |
|
94 |
|
|
95 |
public static final String PACK_OP460_AngleResult = "PACK.OP460.AngleResult";//请求拧紧数据 |
|
96 |
|
|
97 |
/** |
|
98 |
* OP500 |
|
99 |
*/ |
|
100 |
public static final String PACK_OP500_RecordData = "PACK.OP500.RecordData";//请求记录数据 |
|
101 |
|
|
102 |
public static final String PACK_OP500_AngleResult = "PACK.OP500.AngleResult";//请求拧紧数据 |
|
103 |
/** |
|
104 |
* OP280 |
|
105 |
*/ |
|
106 |
public static final String PACK_OP280_RecordData = "PACK.OP280.RecordData";//请求记录数据 |
|
107 |
/** |
|
108 |
* OP320 |
|
109 |
*/ |
|
110 |
public static final String PACK_OP320_RecordData = "PACK.OP320.RecordData";//请求记录数据 |
|
111 |
/** |
|
112 |
* OP340 |
89f416
|
113 |
*/ |
e70fb4
|
114 |
public static final String PACK_OP340_RecordData = "PACK.OP340.RecordData";//请求记录数据 |
e2670e
|
115 |
/** |
H |
116 |
* OP350 |
|
117 |
*/ |
e70fb4
|
118 |
public static final String PACK_OP350_RecordData = "PACK.OP350.RecordData";//请求记录数据 |
e2670e
|
119 |
/** |
H |
120 |
* OP360 |
|
121 |
*/ |
e70fb4
|
122 |
public static final String PACK_OP360_RecordData = "PACK.OP360.RecordData";//请求记录数据 |
e2670e
|
123 |
/** |
H |
124 |
* OP370 |
|
125 |
*/ |
c5e9c5
|
126 |
public static final String PACK_OP370_RecordData = "PACK.OP370.RecordData";//请求记录数据 |
e2670e
|
127 |
/** |
H |
128 |
* OP390 |
|
129 |
*/ |
|
130 |
public static final String PACK_OP390_RecordData = "PACK.OP390.RecordData";//请求记录数据 |
|
131 |
/** |
|
132 |
* OP470 |
|
133 |
*/ |
|
134 |
public static final String PACK_OP470_RecordData = "PACK.OP470.RecordData";//请求记录数据 |
a5b351
|
135 |
|
e70fb4
|
136 |
|
a5b351
|
137 |
} |