点击或拖拽改变大小

KeyenceNanoSerialOverTcpReadExpansionMemory 方法

[商业授权] 从扩展单元缓冲存储器连续读取指定个数的数据,单位为字
[Authorization] Continuously read the specified number of data from the expansion unit buffer memory, the unit is word

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

参数

unit
类型:SystemByte
单元编号
address
类型:SystemUInt16
偏移地址
length
类型:SystemUInt16
读取的长度,单位为字

返回值

类型:OperateResultByte
包含是否成功的原始字节数组
参见