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