-
admin
2024-04-24 70cc2652993f8231593b93a6faa154c2cb2f31b0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
package com.jcdm.main.plcserver.conf;
 
/**
 * @ClassName: OPCElement
 * @Description: PC和PLC通信使用的OPCserver上的标记名称列表
 */
public class OPCElement {
 
 
    /**
     * OP230
     */
//    public static final String PACK_OP010_RecordSN = "PACK.OP1010.RecordSN";//请求下发SN号
    public static final String PACK_OP230_RecordData = "PACK.OP230.RecordData";//请求记录数据
    public static final String PACK_OP230_AngleResult = "PACK.OP230.AngleResult";//请求拧紧数据
    /**
     * OP240
     */
    public static final String PACK_OP240_RecordData = "PACK.OP240.RecordData";//请求记录数据
    public static final String PACK_OP240_AngleResult = "PACK.OP240.AngleResult";//请求拧紧数据
 
    public static final String PACK_OP2502_RecordData = "PACK.OP250-2.RecordData";//请求记录数据
    public static final String PACK_OP2502_AngleResult = "PACK.OP2502-2.AngleResult";//请求拧紧数据
 
    /**
     * OP260
     */
    public static final String PACK_OP260_RecordData = "PACK.OP260.RecordData";//请求记录数据
 
    public static final String PACK_OP260_AngleResult = "PACK.OP260.AngleResult";//请求拧紧数据
 
    /**
     * OP270
     */
    public static final String PACK_OP270_RecordData = "PACK.OP270.RecordData";//请求记录数据
 
    public static final String PACK_OP270_AngleResult = "PACK.OP270.AngleResult";//请求拧紧数据
    /**
     * OP290
     */
    public static final String PACK_OP290_RecordData = "PACK.OP290.RecordData";//请求记录数据
 
    public static final String PACK_OP290_AngleResult = "PACK.OP290.AngleResult";//请求拧紧数据
 
    /**
     * OP300
     */
    public static final String PACK_OP300_RecordData = "PACK.OP300.RecordData";//请求记录数据
 
    public static final String PACK_OP300_AngleResult = "PACK.OP300.AngleResult";//请求拧紧数据
    /**
     * OP310
     */
    public static final String PACK_OP310_RecordData = "PACK.OP310.RecordData";//请求记录数据
 
    public static final String PACK_OP310_AngleResult = "PACK.OP310.AngleResult";//请求拧紧数据
    /**
     * OP330
     */
    public static final String PACK_OP330_RecordData = "PACK.OP330.RecordData";//请求记录数据
 
    public static final String PACK_OP330_AngleResult = "PACK.OP330.AngleResult";//请求拧紧数据
    /**
     * OP380
     */
    public static final String PACK_OP380_RecordData = "PACK.OP380.RecordData";//请求记录数据
 
    public static final String PACK_OP380_AngleResult = "PACK.OP380.AngleResult";//请求拧紧数据
    /**
     * OP400
     */
    public static final String PACK_OP400_RecordData = "PACK.OP400.RecordData";//请求记录数据
 
    public static final String PACK_OP400_AngleResult = "PACK.OP400.AngleResult";//请求拧紧数据
    /**
     * OP410
     */
    public static final String PACK_OP410_RecordData = "PACK.OP410.RecordData";//请求记录数据
 
    public static final String PACK_OP410_AngleResult = "PACK.OP410.AngleResult";//请求拧紧数据
    /**
     * OP440
     */
    public static final String PACK_OP440_RecordData = "PACK.OP440.RecordData";//请求记录数据
 
    public static final String PACK_OP440_AngleResult = "PACK.OP440.AngleResult";//请求拧紧数据
    /**
     * OP450
     */
    public static final String PACK_OP450_RecordData = "PACK.OP450.RecordData";//请求记录数据
 
    public static final String PACK_OP450_AngleResult = "PACK.OP450.AngleResult";//请求拧紧数据
    /**
     * OP460
     */
    public static final String PACK_OP460_RecordData = "PACK.OP460.RecordData";//请求记录数据
 
    public static final String PACK_OP460_AngleResult = "PACK.OP460.AngleResult";//请求拧紧数据
 
    /**
     * OP500
     */
    public static final String PACK_OP500_RecordData = "PACK.OP500.RecordData";//请求记录数据
 
    public static final String PACK_OP500_AngleResult = "PACK.OP500.AngleResult";//请求拧紧数据
    /**
     * OP280
     */
    public static final String PACK_OP280_RecordData = "PACK.OP280.RecordData";//请求记录数据
    /**
     * OP320
     */
    public static final String PACK_OP320_RecordData = "PACK.OP320.RecordData";//请求记录数据
    /**
     * OP340
     */
    public static final String PACK_OP340_RecordData = "PACK.OP340.RecordData";//请求记录数据
    /**
     * OP350
     */
    public static final String PACK_OP350_RecordData = "PACK.OP350.RecordData";//请求记录数据
    /**
     * OP360
     */
    public static final String PACK_OP360_RecordData = "PACK.OP360.RecordData";//请求记录数据
    /**
     * OP370
     */
    public static final String PACK_OP370_RecordData = "PACK.OP370.RecordData";//请求记录数据
    /**
     * OP390
     */
    public static final String PACK_OP390_RecordData = "PACK.OP390.RecordData";//请求记录数据
    /**
     * OP470
     */
    public static final String PACK_OP470_RecordData = "PACK.OP470.RecordData";//请求记录数据
 
 
}