点击或拖拽改变大小

FatekProgramReadBool 方法 (String, UInt16)

批量读取bool类型数据,支持的类型为X,Y,M,S,T,C,具体的地址范围取决于PLC的类型,地址可以携带站号信息,例如 s=2;M100
Read bool data in batches. The supported types are X, Y, M, S, T, C. The specific address range depends on the type of PLC, The address can carry station number information, such as s=2;M100

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

参数

address
类型:SystemString
地址信息,比如X10,Y17,M100
length
类型:SystemUInt16
读取的长度

返回值

类型:OperateResultBoolean
读取结果信息

实现

IReadWriteNetReadBool(String, UInt16)
IReadWriteNetReadBool(String, UInt16)
参见