-
admin
2024-04-18 e70fb4b691d0411cb6de676256160255a153cada
提交 | 用户 | 时间
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      */
b5fcd8 13     public static final String PACK_OP010_RecordSN = "PACK.OP1010.RecordSN";//请求下发SN号
14     public static final String PACK_OP230_RecordData = "PACK.OP230.RecordData";//请求记录数据
a5b351 15
C 16     /**
3c2299 17      * OP240
a5b351 18      */
b5fcd8 19     public static final String PACK_OP240_RecordData = "PACK.OP240.RecordData";//请求记录数据
a5b351 20
b5fcd8 21     public static final String PACK_OP240_AngleResult = "PACK.OP240.AngleResult";//请求拧紧数据
3c2299 22
23     /**
24      * OP250
25      */
b5fcd8 26     public static final String PACK_OP250_RecordData = "PACK.OP250.RecordData";//请求记录数据
3c2299 27
b5fcd8 28     public static final String PACK_OP250_AngleResult = "PACK.OP250.AngleResult";//请求拧紧数据
3c2299 29
0caf87 30     /**
31      * OP380
32      */
b5fcd8 33     public static final String PACK_OP380_RecordData = "PACK.OP380.RecordData";//请求记录数据
0caf87 34
b5fcd8 35     public static final String PACK_OP380_AngleResult = "PACK.OP380.AngleResult";//请求拧紧数据
0caf87 36
8f0f8d 37     /**
38      * OP300
39      */
b5fcd8 40     public static final String PACK_OP300_RecordData = "PACK.OP300.RecordData";//请求记录数据
8f0f8d 41
b5fcd8 42     public static final String PACK_OP300_AngleResult = "PACK.OP300.AngleResult";//请求拧紧数据
43     /**
44      * OP270
45      */
46     public static final String PACK_OP270_RecordData = "PACK.OP270.RecordData";//请求记录数据
47
48     public static final String PACK_OP270_AngleResult = "PACK.OP270.AngleResult";//请求拧紧数据
89f416 49     /**
50      * OP270
51      */
e70fb4 52     public static final String PACK_OP340_RecordData = "PACK.OP340.RecordData";//请求记录数据
A 53     public static final String PACK_OP350_RecordData = "PACK.OP350.RecordData";//请求记录数据
54
55     public static final String PACK_OP360_RecordData = "PACK.OP360.RecordData";//请求记录数据
c5e9c5 56     public static final String PACK_OP370_RecordData = "PACK.OP370.RecordData";//请求记录数据
89f416 57
b5fcd8 58
8f0f8d 59
3c2299 60
a5b351 61
C 62
63
e70fb4 64
a5b351 65 }