点击或拖拽改变大小

SiemensS7PlusReadTags 方法 (S7Tag)

批量读取多个节点数据信息,需要传入节点数组

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<List<S7Value>> ReadTags(
	S7Tag[] s7Tags
)

参数

s7Tags
类型:HslCommunication.Profinet.Siemens.S7PlusHelperS7Tag
节点数组信息

返回值

类型:OperateResultListS7Value
成功的结果列表
参见