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";//请求拧紧数据
|
|
/**
|
* 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";//请求记录数据
|
|
|
}
|