点击或拖拽改变大小

FujiSPHNetBuildReadCommand 方法 (Byte, String, UInt16)

构建读取数据的命令报文

命名空间:  HslCommunication.Profinet.Fuji
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<List<byte[]>> BuildReadCommand(
	byte connectionId,
	string address,
	ushort length
)

参数

connectionId
类型:SystemByte
连接ID
address
类型:SystemString
读取的PLC的地址
length
类型:SystemUInt16
读取的长度信息,按照字为单位

返回值

类型:OperateResultListByte
构建成功的读取报文命令
参见