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";//请求记录数据 /** * OP240 */ public static final String PACK_OP240_RecordData = "PACK.OP240.RecordData";//请求记录数据 public static final String PACK_OP240_AngleResult = "PACK.OP240.AngleResult";//请求拧紧数据 /** * OP250 */ public static final String PACK_OP250_RecordData = "PACK.OP250.RecordData";//请求记录数据 public static final String PACK_OP250_AngleResult = "PACK.OP250.AngleResult";//请求拧紧数据 /** * OP380 */ public static final String PACK_OP380_RecordData = "PACK.OP380.RecordData";//请求记录数据 public static final String PACK_OP380_AngleResult = "PACK.OP380.AngleResult";//请求拧紧数据 /** * OP300 */ public static final String PACK_OP300_RecordData = "PACK.OP300.RecordData";//请求记录数据 public static final String PACK_OP300_AngleResult = "PACK.OP300.AngleResult";//请求拧紧数据 /** * OP270 */ public static final String PACK_OP270_RecordData = "PACK.OP270.RecordData";//请求记录数据 public static final String PACK_OP270_AngleResult = "PACK.OP270.AngleResult";//请求拧紧数据 }