提交 | 用户 | 时间
|
0ca254
|
1 |
package com.jcdm.main.plcserver.conf; |
A |
2 |
|
|
3 |
/** |
|
4 |
* @ClassName: OPCElement |
|
5 |
* @Description: PC和PLC通信使用的OPCserver上的标记名称列表 |
|
6 |
*/ |
|
7 |
public class OPCElement { |
|
8 |
|
|
9 |
|
|
10 |
/** |
|
11 |
* OP230 |
|
12 |
*/ |
|
13 |
// public static final String PACK_OP010_RecordSN = "PACK.OP1010.RecordSN";//请求下发SN号 |
|
14 |
public static final String PACK_OP230_RecordData = "PACK.OP230.RecordData";//请求记录数据 |
|
15 |
public static final String PACK_OP230_AngleResult = "PACK.OP230.AngleResult";//请求拧紧数据 |
|
16 |
/** |
|
17 |
* OP240 |
|
18 |
*/ |
|
19 |
public static final String PACK_OP240_RecordData = "PACK.OP240.RecordData";//请求记录数据 |
|
20 |
public static final String PACK_OP240_AngleResult = "PACK.OP240.AngleResult";//请求拧紧数据 |
|
21 |
|
|
22 |
// public static final String PACK_OP2502_RecordData = "PACK.OP250-2.RecordData";//请求记录数据 |
|
23 |
public static final String PACK_OP2501_AngleResult = "PACK.OP250-1.AngleResult";//请求拧紧数据 |
|
24 |
public static final String PACK_OP2502_AngleResult = "PACK.OP250-2.AngleResult";//请求拧紧数据 |
|
25 |
public static final String PACK_OP2503_AngleResult = "PACK.OP250-3.AngleResult";//请求拧紧数据 |
|
26 |
|
|
27 |
public static final String PACK_OP4301_RecordData = "PACK.OP430-1.RecordData";//请求拧紧数据 |
|
28 |
public static final String PACK_OP4302_RecordData = "PACK.OP430-2.RecordData";//请求拧紧数据 |
|
29 |
public static final String PACK_OP4303_RecordData = "PACK.OP430-3.RecordData";//请求拧紧数据 |
|
30 |
public static final String PACK_OP4304_RecordData = "PACK.OP430-4.RecordData";//请求拧紧数据 |
|
31 |
|
|
32 |
public static final String PACK_OP4801_RecordData = "PACK.OP480-1.RecordData";//请求拧紧数据 |
|
33 |
public static final String PACK_OP4802_RecordData = "PACK.OP480-2.RecordData";//请求拧紧数据 |
|
34 |
public static final String PACK_OP4803_RecordData = "PACK.OP480-3.RecordData";//请求拧紧数据 |
|
35 |
|
|
36 |
|
|
37 |
|
|
38 |
/** |
|
39 |
* OP260 |
|
40 |
*/ |
|
41 |
public static final String PACK_OP260_RecordData = "PACK.OP260.RecordData";//请求记录数据 |
|
42 |
|
|
43 |
public static final String PACK_OP260_AngleResult = "PACK.OP260.AngleResult";//请求拧紧数据 |
|
44 |
|
|
45 |
/** |
|
46 |
* OP270 |
|
47 |
*/ |
|
48 |
public static final String PACK_OP270_RecordData = "PACK.OP270.RecordData";//请求记录数据 |
|
49 |
|
|
50 |
public static final String PACK_OP270_AngleResult = "PACK.OP270.AngleResult";//请求拧紧数据 |
|
51 |
/** |
|
52 |
* OP290 |
|
53 |
*/ |
|
54 |
public static final String PACK_OP290_RecordData = "PACK.OP290.RecordData";//请求记录数据 |
|
55 |
|
|
56 |
public static final String PACK_OP290_AngleResult = "PACK.OP290.AngleResult";//请求拧紧数据 |
|
57 |
|
|
58 |
/** |
|
59 |
* OP300 |
|
60 |
*/ |
|
61 |
public static final String PACK_OP300A_RecordData = "PACK.OP300A.RecordData";//请求记录数据 |
|
62 |
|
|
63 |
public static final String PACK_OP300B_RecordData = "PACK.OP300B.RecordData";//请求记录数据 |
|
64 |
|
|
65 |
/** |
|
66 |
* OP310 |
|
67 |
*/ |
|
68 |
public static final String PACK_OP310A_RecordData = "PACK.OP310A.RecordData";//请求记录数据 |
|
69 |
|
|
70 |
public static final String PACK_OP310B_RecordData = "PACK.OP310B.RecordData";//请求记录数据 |
|
71 |
|
|
72 |
|
|
73 |
public static final String PACK_OP320A_RecordData = "PACK.OP320A.RecordData";//请求记录数据 |
|
74 |
|
|
75 |
public static final String PACK_OP320B_RecordData = "PACK.OP320B.RecordData";//请求记录数据 |
|
76 |
|
|
77 |
/** |
|
78 |
* OP330 |
|
79 |
*/ |
|
80 |
public static final String PACK_OP330_RecordData = "PACK.OP330.RecordData";//请求记录数据 |
|
81 |
|
|
82 |
// public static final String PACK_OP330B_RecordData = "PACK.OP330B.RecordData";//请求记录数据 |
|
83 |
|
|
84 |
/** |
|
85 |
* OP380 |
|
86 |
*/ |
|
87 |
public static final String PACK_OP380_RecordData = "PACK.OP380.RecordData";//请求记录数据 |
|
88 |
|
|
89 |
public static final String PACK_OP380_AngleResult = "PACK.OP380.AngleResult";//请求拧紧数据 |
|
90 |
/** |
|
91 |
* OP400 |
|
92 |
*/ |
|
93 |
public static final String PACK_OP400_RecordData = "PACK.OP400.RecordData";//请求记录数据 |
|
94 |
|
|
95 |
public static final String PACK_OP400_AngleResult = "PACK.OP400.AngleResult";//请求拧紧数据 |
|
96 |
/** |
|
97 |
* OP410 |
|
98 |
*/ |
|
99 |
public static final String PACK_OP410_RecordData = "PACK.OP410.RecordData";//请求记录数据 |
|
100 |
|
|
101 |
public static final String PACK_OP410_AngleResult = "PACK.OP410.AngleResult";//请求拧紧数据 |
|
102 |
/** |
|
103 |
* OP440 |
|
104 |
*/ |
|
105 |
public static final String PACK_OP440_RecordData = "PACK.OP440.RecordData";//请求记录数据 |
|
106 |
|
|
107 |
public static final String PACK_OP440_AngleResult = "PACK.OP440.AngleResult";//请求拧紧数据 |
|
108 |
/** |
|
109 |
* OP450 |
|
110 |
*/ |
|
111 |
public static final String PACK_OP450_RecordData = "PACK.OP450.RecordData";//请求记录数据 |
|
112 |
|
|
113 |
public static final String PACK_OP450_AngleResult = "PACK.OP450.AngleResult";//请求拧紧数据 |
|
114 |
/** |
|
115 |
* OP460 |
|
116 |
*/ |
|
117 |
public static final String PACK_OP460_RecordData = "PACK.OP460.RecordData";//请求记录数据 |
|
118 |
|
|
119 |
public static final String PACK_OP460_AngleResult = "PACK.OP460.AngleResult";//请求拧紧数据 |
|
120 |
|
|
121 |
/** |
|
122 |
* OP500 |
|
123 |
*/ |
|
124 |
public static final String PACK_OP500_RecordData = "PACK.OP500.RecordData";//请求记录数据 |
|
125 |
|
|
126 |
public static final String PACK_OP500_AngleResult = "PACK.OP500.AngleResult";//请求拧紧数据 |
|
127 |
/** |
|
128 |
* OP280 |
|
129 |
*/ |
|
130 |
public static final String PACK_OP280_RecordData = "PACK.OP280.RecordData";//请求记录数据 |
|
131 |
/** |
|
132 |
* OP320 |
|
133 |
*/ |
|
134 |
|
|
135 |
/** |
|
136 |
* OP340 |
|
137 |
*/ |
|
138 |
public static final String PACK_OP340A_RecordData = "PACK.OP340A.RecordData";//请求记录数据 |
|
139 |
|
|
140 |
public static final String PACK_OP340B_RecordData = "PACK.OP340B.RecordData";//请求记录数据 |
|
141 |
|
|
142 |
/** |
|
143 |
* OP350 |
|
144 |
*/ |
|
145 |
public static final String PACK_OP350A_RecordData = "PACK.OP350A.RecordData";//请求记录数据 |
|
146 |
|
|
147 |
public static final String PACK_OP350B_RecordData = "PACK.OP350B.RecordData";//请求记录数据 |
|
148 |
|
|
149 |
/** |
|
150 |
* OP360 |
|
151 |
*/ |
|
152 |
public static final String PACK_OP360_RecordData = "PACK.OP360.RecordData";//请求记录数据 |
|
153 |
|
|
154 |
public static final String PACK_OP365_RecordData = "PACK.OP365.RecordData";//请求记录数据 |
|
155 |
|
|
156 |
/** |
|
157 |
* OP370 |
|
158 |
*/ |
|
159 |
public static final String PACK_OP370_RecordData = "PACK.OP370.RecordData";//请求记录数据 |
|
160 |
/** |
|
161 |
* OP390 |
|
162 |
*/ |
|
163 |
public static final String PACK_OP390_RecordData = "PACK.OP390.RecordData";//请求记录数据 |
|
164 |
/** |
|
165 |
* OP470 |
|
166 |
*/ |
|
167 |
public static final String PACK_OP470_RecordData = "PACK.OP470.RecordData";//请求记录数据 |
|
168 |
|
|
169 |
|
|
170 |
} |