点击或拖拽改变大小

MelsecMcNetReadExtend 方法

[商业授权] 读取扩展的数据信息,需要在原有的地址,长度信息之外,输入扩展值信息
[Authorization] To read the extended data information, you need to enter the extended value information in addition to the original address and length information

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

参数

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

返回值

类型:OperateResultByte
返回结果
参见