点击或拖拽改变大小

FanucHelperBuildWriteData 方法

构建写入的数据报文,需要指定相关的参数信息

命名空间:  HslCommunication.Robot.FANUC
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static byte[] BuildWriteData(
	byte sel,
	ushort address,
	byte[] value,
	int length
)

参数

sel
类型:SystemByte
数据类别
address
类型:SystemUInt16
偏移地址
value
类型:SystemByte
原始数据内容
length
类型:SystemInt32
写入的数据长度

返回值

类型:Byte
报文内容
参见