点击或拖拽改变大小

AllenBradleyNetBuildWriteCommand 方法 (String, UInt16, Byte, Int32)

Create a written message instruction

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected virtual OperateResult<byte[]> BuildWriteCommand(
	string address,
	ushort typeCode,
	byte[] data,
	int length = 1
)

参数

address
类型:SystemString
The address of the tag name
typeCode
类型:SystemUInt16
Data type
data
类型:SystemByte
Source Data
length (Optional)
类型:SystemInt32
In the case of arrays, the length of the array

返回值

类型:OperateResultByte
Message information that contains the result object
参见