点击或拖拽改变大小

ABBWebApiClientGetUserValue 方法

根据给定的名称,获取当前用户的数据值信息。
According to the given name, gets the data value information of the current user

命名空间:  HslCommunication.Robot.ABB
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<double[]> GetUserValue(
	string name
)

参数

name
类型:SystemString
数据名称信息,例如 nCurProgIndex

返回值

类型:OperateResultDouble
数值信息
参见