点击或拖拽改变大小

McAsciiHelperBuildAsciiReadMcCoreExtendCommand 方法

从三菱扩展地址,是否位读取进行创建读取的MC的核心报文

命名空间:  HslCommunication.Profinet.Melsec.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static byte[] BuildAsciiReadMcCoreExtendCommand(
	McAddressData addressData,
	ushort extend,
	bool isBit
)

参数

addressData
类型:HslCommunication.Core.AddressMcAddressData
三菱Mc协议的数据地址
extend
类型:SystemUInt16
扩展指定
isBit
类型:SystemBoolean
是否进行了位读取操作

返回值

类型:Byte
带有成功标识的报文对象
参见