|
|
@@ -134,6 +134,18 @@ using (类 operate = new 类(new 类数据.Basics
|
|
|
Sql = @"SELECT A,B,C,D FORM TABLE ORDER BY YPBH DESC LIMIT 0,1",
|
|
|
ColumnName = new List<string>() { "A", "B", "C", "D"}
|
|
|
}
|
|
|
+ },
|
|
|
+ new AddressDetails() //OpcDaHttp点位地址
|
|
|
+ {
|
|
|
+ SN=$"{Guid.NewGuid().ToNString()} - Factory",
|
|
|
+ AddressName = "a.a.a",
|
|
|
+ AddressDataType = YSAI.Core.@enum.DataType.String,
|
|
|
+ AddressExtendParam=new OpcDaHttpData.ExtendParam.Read()
|
|
|
+ {
|
|
|
+ GroupName="YF75ZDHPJ",
|
|
|
+ ReadInterval=1000,
|
|
|
+ ServerName="OPC.SimaticNET.1"
|
|
|
+ }
|
|
|
},
|
|
|
new AddressDetails() //地址详情参数介绍
|
|
|
{
|