点击或拖拽改变大小

DLT698HelperReadStringArray 方法

读取指定地址的所有的字符串数据信息,一般来说,一个地址只有一个数据,当属性为数组或是结构体的时候,存在多个数据,具体几个数据,需要根据

命名空间:  HslCommunication.Instrument.DLT.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string[]> ReadStringArray(
	IDlt698 dlt,
	string address
)

参数

dlt
类型:HslCommunication.Instrument.DLT.HelperIDlt698
通信的DLT对象
address
类型:SystemString
数据标识,具体需要查找手册来对应

返回值

类型:OperateResultString
字符串数组信息
备注
地址可以携带地址域信息,例如 "s=2;20-00-02-00" 或是 "s=100000;20-00-02-00",
参见