点击或拖拽改变大小

KukaAvarProxyNetWriteAsync 方法 (String, String)

根据Kuka机器人的变量名称,写入ANSI编码的字符串数据信息
Writes ansi-encoded string data information based on the variable name of the Kuka robot

命名空间:  HslCommunication.Robot.KUKA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public Task<OperateResult> WriteAsync(
	string address,
	string value
)

参数

address
类型:SystemString
变量名称
value
类型:SystemString
ANSI编码的字符串

返回值

类型:TaskOperateResult
是否成功的写入

实现

IRobotNetWriteAsync(String, String)
参见