点击或拖拽改变大小

YRC1000TcpNetReadRealVariable 方法

读取机器人的实数变量的数据,需要传入变量的编号
To read the data of the real variable of the robot, the number of the variable needs to be passed in

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

参数

variableAdderss
类型:SystemString
变量的编号

返回值

类型:OperateResultString
包含是否成功的结果数据
参见