点击或拖拽改变大小

SiemensS7NetReadBoolAsync 方法 (String, UInt16)

读取指定地址的bool数组,地址格式为I100,M100,Q100,DB20.100
reads bool array data for the specified address in the format I100,M100,Q100,DB20.100

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public override Task<OperateResult<bool[]>> ReadBoolAsync(
	string address,
	ushort length
)

参数

address
类型:SystemString
起始地址,格式为I100,M100,Q100,DB20.100 -> Starting address, formatted as I100,M100,Q100,DB20.100
length
类型:SystemUInt16
读取的长度信息

返回值

类型:TaskOperateResultBoolean
是否读取成功的结果对象 -> Whether to read the successful result object

实现

IReadWriteNetReadBoolAsync(String, UInt16)
备注
重要事项 重要事项
对于200smartPLC的V区,就是DB1.X,例如,V100=DB1.100
参见