点击或拖拽改变大小

KeyenceNanoSerialOverTcpWriteExpansionMemoryAsync 方法

[商业授权] 将原始字节数据写入到扩展的缓冲存储器,需要指定单元编号,偏移地址,写入的数据
[Authorization] To write the original byte data to the extended buffer memory, you need to specify the unit number, offset address, and write data

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

参数

unit
类型:SystemByte
单元编号
address
类型:SystemUInt16
偏移地址
value
类型:SystemByte
等待写入的原始字节数据

返回值

类型:TaskOperateResult
是否写入成功的结果对象
参见