点击或拖拽改变大小

YRC1000TcpNet.ReadDoubleIntegerVariableAsync 方法

读取机器人的双精度整型变量的数据,需要传入变量的编号
To read the data of the double integer variable of the robot, the number of the variable needs to be passed in

命名空间:  HslCommunication.Robot.YASKAWA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public Task<OperateResult<string>> ReadDoubleIntegerVariableAsync(
	string variableAdderss
)

参数

variableAdderss
类型:System.String
变量的编号

返回值

类型:Task<OperateResult<String>>
包含是否成功的结果数据
参见