点击或拖拽改变大小

MelsecA3CNetOverTcpRead 方法 (String, UInt16)

批量读取PLC的数据,以字为单位,支持读取X,Y,M,S,D,T,C,具体的地址范围需要根据PLC型号来确认
Read PLC data in batches, in units of words, supports reading X, Y, M, S, D, T, C. The specific address range needs to be confirmed according to the PLC model

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

参数

address
类型:SystemString
地址信息
length
类型:SystemUInt16
数据长度

返回值

类型:OperateResultByte
读取结果信息

实现

IReadWriteNetRead(String, UInt16)
IReadWriteNetRead(String, UInt16)
参见