懒羊羊
2024-03-22 c1aa9d6634d3381f8a4ede687f0e9231ad747c90
提交 | 用户 | 时间
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
30
a5b351 31
C 32
33
34 }