-
懒羊羊
2024-03-29 0caf8761b4af8163a691ebb56723286926529ee4
提交 | 用户 | 时间
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      */
a0ad40 13     public static final String OP_OP010_RecordSN = "TestOP.OP1010.RecordSN";//请求下发SN号
49c784 14     public static final String OP_OP230_RecordData = "OP.OP230.RecordData";//请求记录数据
a5b351 15
C 16     /**
3c2299 17      * OP240
a5b351 18      */
49c784 19     public static final String OP_OP240_RecordData = "OP.OP240.RecordData";//请求记录数据
a5b351 20
3c2299 21     public static final String OP_OP240_AngleResult = "OP.OP240.AngleResult";//请求拧紧数据
22
23     /**
24      * OP250
25      */
26     public static final String OP_OP250_RecordData = "OP.OP250.RecordData";//请求记录数据
27
28     public static final String OP_OP250_AngleResult = "OP.OP250.AngleResult";//请求拧紧数据
29
0caf87 30     /**
31      * OP380
32      */
33     public static final String OP_OP380_RecordData = "OP.OP380.RecordData";//请求记录数据
34
35     public static final String OP_OP380_AngleResult = "OP.OP380.AngleResult";//请求拧紧数据
36
3c2299 37
a5b351 38
C 39
40
41 }