点击或拖拽改变大小

YRCHighEthernetWriteRegisterVariable 方法 (UInt16, UInt16)

将数据写入到寄存器,支持写入的地址范围为 0 ~ 599

命名空间:  HslCommunication.Robot.YASKAWA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult WriteRegisterVariable(
	ushort address,
	ushort value
)

参数

address
类型:SystemUInt16
地址索引
value
类型:SystemUInt16
等待写入的值

返回值

类型:OperateResult
是否写入成功
参见