点击或拖拽改变大小

BeckhoffAdsServer.AddTagValue 方法 (String,Int32[])

向服务器新增一个新的int数组的Tag值,并赋予初始化的值
Add a new Tag value of the int array to the server and assign the initialized value

命名空间:  HslCommunication.Profinet.Beckhoff
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public void AddTagValue(
	string key,
	int[] value
)

参数

key
类型:System.String
Tag名称
value
类型:System.Int32[]
值信息
参见