package com.jcdm.main.plcserver.conf;

/**
 * @ClassName: OPCElement
 * @Description: PC和PLC通信使用的OPCserver上的标记名称列表
 */
public class OPCElement {


    /**
     * OP230
     */
    public static final String OP_OP010_RecordSN = "TestOP.OP1010.RecordSN";//请求下发SN号
    public static final String OP_OP230_RecordData = "OP.OP230.RecordData";//请求记录数据

    /**
     * OP240
     */
    public static final String OP_OP240_RecordData = "OP.OP240.RecordData";//请求记录数据

    public static final String OP_OP240_AngleResult = "OP.OP240.AngleResult";//请求拧紧数据

    /**
     * OP250
     */
    public static final String OP_OP250_RecordData = "OP.OP250.RecordData";//请求记录数据

    public static final String OP_OP250_AngleResult = "OP.OP250.AngleResult";//请求拧紧数据





}