点击或拖拽改变大小

FanucSeries0iReadSpindleNamesAsync 方法

读取系统的主轴名称信息,返回的数组长度表示有几个主轴
Reads the system's spindle name information, and the returned array length indicates how many spindles there are

命名空间:  HslCommunication.CNC.Fanuc
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public Task<OperateResult<string[]>> ReadSpindleNamesAsync()

返回值

类型:TaskOperateResultString
机床的主轴信息
参见