hdy
2025-02-26 a2cd0f560c226d7830c79fa3c0a6cb3db72927b4
提交 | 用户 | 时间
a2cd0f 1 package com.billion.main.plcServer.conf;
H 2
3 /**
4  * @ClassName: OPCElement
5  * @Description: PC和PLC通信使用的OPCserver上的标记名称列表
6  */
7 public class OPCElement {
8
9
10     /**
11      * C005
12      */
13
14
15     public static final String PLC1_C005_RecordData = "PLC1.C005.RecordData";//请求记录数据
16     public static final String PLC1_C005_WorkOrderRequest = "PLC1.C005.WorkOrderRequest";//请求拧紧数据
17
18
19 }