admin
2024-07-26 5f75515d78809c336cb1a004a8cacf53c982344b
提交 | 用户 | 时间
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号
4e83fa 14     public static final String PACK_POP230_RecordData = "PACK.POP230.RecordData";//请求记录数据
e2670e 15     public static final String PACK_OP230_AngleResult = "PACK.OP230.AngleResult";//请求拧紧数据
a5b351 16     /**
3c2299 17      * OP240
a5b351 18      */
4e83fa 19     public static final String PACK_POP240_RecordData = "PACK.POP240.RecordData";//请求记录数据
A 20     public static final String PACK_POP240_TighteningFrequency = "PACK.POP240.TighteningFrequency";//请求拧紧数据
21     public static final String PACK_PPOP241_TighteningFrequency = "PACK.PPOP241.TighteningFrequency";//请求拧紧数据
22     public static final String PACK_PPOP242_TighteningFrequency = "PACK.PPOP242.TighteningFrequency";//请求拧紧数据
23     public static final String PACK_POP301_TighteningFrequency = "PACK.POP301.TighteningFrequency";//请求拧紧数据
3c2299 24
4e83fa 25     public static final String PACK_POP3601_RecordData = "PACK.POP360-1.RecordData";//请求拧紧数据
A 26     public static final String PACK_POP3602_RecordData = "PACK.POP360-2.RecordData";//请求拧紧数据
27     public static final String PACK_POP3603_RecordData = "PACK.POP360-3.RecordData";//请求拧紧数据
28     public static final String PACK_POP3604_RecordData = "PACK.POP360-4.RecordData";//请求拧紧数据
2c7661 29
4e83fa 30     public static final String PACK_POP4101_RecordData = "PACK.POP410-1.RecordData";//请求拧紧数据
A 31     public static final String PACK_POP4102_RecordData = "PACK.POP410-2.RecordData";//请求拧紧数据
32     public static final String PACK_POP4103_RecordData = "PACK.POP410-3.RecordData";//请求拧紧数据
288790 33
4e83fa 34     public static final String PACK_POP4201_RecordData = "PACK.POP420-1.RecordData";//请求拧紧数据
A 35     public static final String PACK_POP4202_RecordData = "PACK.POP420-2.RecordData";//请求拧紧数据
36     public static final String PACK_POP4203_RecordData = "PACK.POP420-3.RecordData";//请求拧紧数据
5f7551 37     public static final String PACK_POP4204_RecordData = "PACK.POP420-4.RecordData";//请求拧紧数据
A 38     public static final String PACK_POP4205_RecordData = "PACK.POP420-5.RecordData";//请求拧紧数据
39     public static final String PACK_POP4206_RecordData = "PACK.POP420-6.RecordData";//请求拧紧数据
40
288790 41
A 42
70cc26 43
3c2299 44     /**
e2670e 45      * OP260
3c2299 46      */
4e83fa 47     public static final String PACK_POP250_RecordData = "PACK.POP250.RecordData";//请求记录数据
3c2299 48
4e83fa 49     public static final String PACK_POP250_TighteningFrequency = "PACK.POP250.TighteningFrequency";//请求拧紧数据
3c2299 50
0caf87 51     /**
e2670e 52      * OP270
0caf87 53      */
4e83fa 54     public static final String PACK_POP260_RecordData = "PACK.POP260.RecordData";//请求记录数据
0caf87 55
4e83fa 56     public static final String PACK_POP260_TighteningFrequency = "PACK.POP260.TighteningFrequency";//请求拧紧数据
e2670e 57     /**
H 58      * OP290
59      */
60     public static final String PACK_OP290_RecordData = "PACK.OP290.RecordData";//请求记录数据
61
62     public static final String PACK_OP290_AngleResult = "PACK.OP290.AngleResult";//请求拧紧数据
0caf87 63
8f0f8d 64     /**
65      * OP300
66      */
4e83fa 67     public static final String PACK_POP281_RecordData = "PACK.POP281.RecordData";//请求记录数据
8f0f8d 68
3581b1 69     public static final String PACK_OP300B_RecordData = "PACK.OP300B.RecordData";//请求记录数据
A 70
b5fcd8 71     /**
e2670e 72      * OP310
b5fcd8 73      */
4e83fa 74     public static final String PACK_POP282_RecordData = "PACK.POP282.RecordData";//请求记录数据
b5fcd8 75
3581b1 76     public static final String PACK_OP310B_RecordData = "PACK.OP310B.RecordData";//请求记录数据
A 77
5316c5 78
4e83fa 79     public static final String PACK_POP283_RecordData = "PACK.POP283.RecordData";//请求记录数据
5316c5 80
A 81     public static final String PACK_OP320B_RecordData = "PACK.OP320B.RecordData";//请求记录数据
82
89f416 83     /**
e2670e 84      * OP330
H 85      */
4e83fa 86     public static final String PACK_POP284_RecordData = "PACK.POP284.RecordData";//请求记录数据
e2670e 87
1ccd69 88 //    public static final String PACK_OP330B_RecordData = "PACK.OP330B.RecordData";//请求记录数据
3581b1 89
e2670e 90     /**
H 91      * OP380
92      */
4e83fa 93     public static final String PACK_POP310_RecordData = "PACK.POP310.RecordData";//请求记录数据
e2670e 94
4e83fa 95     public static final String PACK_POP310_TighteningFrequency = "PACK.POP310.TighteningFrequency";//请求拧紧数据
e2670e 96     /**
H 97      * OP400
98      */
4e83fa 99     public static final String PACK_POP330_RecordData = "PACK.POP330.RecordData";//请求记录数据
e2670e 100
4e83fa 101     public static final String PACK_POP330_TighteningFrequency = "PACK.POP330.TighteningFrequency";//请求拧紧数据
e2670e 102     /**
H 103      * OP410
104      */
4e83fa 105     public static final String PACK_POP340_RecordData = "PACK.POP340.RecordData";//请求记录数据
e2670e 106
4e83fa 107     public static final String PACK_POP340_TighteningFrequency = "PACK.POP340.TighteningFrequency";//请求拧紧数据
0aaaba 108
A 109     public static final String PACK_POP350_RecordData = "PACK.POP350.RecordData";//请求记录数据
110
e2670e 111     /**
H 112      * OP440
113      */
4e83fa 114     public static final String PACK_POP370_RecordData = "PACK.POP370.RecordData";//请求记录数据
e2670e 115     /**
H 116      * OP450
117      */
4e83fa 118     public static final String PACK_POP380_RecordData = "PACK.POP380.RecordData";//请求记录数据
e2670e 119     /**
H 120      * OP460
121      */
4e83fa 122     public static final String PACK_POP390_RecordData = "PACK.POP390.RecordData";//请求记录数据
e2670e 123
H 124     /**
4e83fa 125      *
e2670e 126      */
4e83fa 127     public static final String PACK_POP430_RecordData = "PACK.POP430.RecordData";//请求记录数据
e2670e 128
4e83fa 129     public static final String PACK__AngleResult = "PACK..AngleResult";//请求拧紧数据
e2670e 130     /**
H 131      * OP280
132      */
4e83fa 133     public static final String PACK_POP270_RecordData = "PACK.POP270.RecordData";//请求记录数据
e2670e 134     /**
H 135      * OP320
136      */
5316c5 137
e2670e 138     /**
H 139      * OP340
89f416 140      */
4e83fa 141     public static final String PACK_POP285_RecordData = "PACK.POP285.RecordData";//请求记录数据
7a0867 142
A 143     public static final String PACK_OP340B_RecordData = "PACK.OP340B.RecordData";//请求记录数据
144
e2670e 145     /**
H 146      * OP350
147      */
4e83fa 148     public static final String PACK_POP286_RecordData = "PACK.POP286.RecordData";//请求记录数据
7a0867 149
A 150     public static final String PACK_OP350B_RecordData = "PACK.OP350B.RecordData";//请求记录数据
151
e2670e 152     /**
H 153      * OP360
154      */
4e83fa 155     public static final String PACK_POP290_RecordData = "PACK.POP290.RecordData";//请求记录数据
3581b1 156
A 157     public static final String PACK_OP365_RecordData = "PACK.OP365.RecordData";//请求记录数据
158
e2670e 159     /**
H 160      * OP370
161      */
4e83fa 162     public static final String PACK_POP300_RecordData = "PACK.POP300.RecordData";//请求记录数据
e2670e 163     /**
H 164      * OP390
165      */
4e83fa 166     public static final String PACK_POP320_RecordData = "PACK.POP320.RecordData";//请求记录数据
e2670e 167     /**
H 168      * OP470
169      */
4e83fa 170     public static final String PACK_POP400_RecordData = "PACK.POP400.RecordData";//请求记录数据
a5b351 171
e70fb4 172
a5b351 173 }