点击或拖拽改变大小

YokogawaLinkTcpBuildReadSpecialModule 方法 (Byte, Byte, Byte, UInt16, UInt16)

构建读取特殊模块的命令报文

命名空间:  HslCommunication.Profinet.Yokogawa
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static List<byte[]> BuildReadSpecialModule(
	byte cpu,
	byte moduleUnit,
	byte moduleSlot,
	ushort dataPosition,
	ushort length
)

参数

cpu
类型:SystemByte
Cpu Number
moduleUnit
类型:SystemByte
模块单元号
moduleSlot
类型:SystemByte
模块站号
dataPosition
类型:SystemUInt16
数据位置
length
类型:SystemUInt16
长度信息

返回值

类型:ListByte
原始的报文命令
参见