点击或拖拽改变大小

FanucSeries0iReadSystemMacroValue 方法 (Int32, Int32)

读取宏变量,可以用来读取刀具号
Read macro variable, can be used to read tool number

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

参数

number
类型:SystemInt32
宏变量地址
length
类型:SystemInt32
读取的长度信息

返回值

类型:OperateResultDouble
是否成功
参见