点击或拖拽改变大小

FanucSeries0iWriteSystemMacroValueAsync 方法

写宏变量,需要指定地址及写入的数据
Write macro variable, need to specify the address and write data

命名空间:  HslCommunication.CNC.Fanuc
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public Task<OperateResult> WriteSystemMacroValueAsync(
	int number,
	double[] values
)

参数

number
类型:SystemInt32
地址
values
类型:SystemDouble
数据值

返回值

类型:TaskOperateResult
是否成功
参见