点击或拖拽改变大小

XGBCnetOverTcpReadBool 方法 (String, UInt16)

从PLC的指定地址读取原始的位数据信息,地址示例:MB100.0, MW100.0
Read the original bool data information from the designated address of the PLC. Examples of addresses: MB100.0, MW100.0

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

参数

address
类型:SystemString
PLC的地址信息,例如 MB100.0, MW100.0
length
类型:SystemUInt16
读取的长度信息

返回值

类型:OperateResultBoolean
返回是否读取成功的结果对象

实现

IReadWriteNetReadBool(String, UInt16)
备注
地址类型支持 P,M,L,K,F,T,C,D,R,I,Q,W, 支持携带站号的形式,例如 s=2;MB100.0
参见