FanucSeries0iReadLanguageAsync 方法 |
读取机床的语言设定信息,具体值的含义参照API文档说明
Read the language setting information of the machine tool, refer to the API documentation for the meaning of the specific values
命名空间:
HslCommunication.CNC.Fanuc
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<ushort>> ReadLanguageAsync()
Public Function ReadLanguageAsync As Task(Of OperateResult(Of UShort))
public:
Task<OperateResult<unsigned short>^>^ ReadLanguageAsync()
member ReadLanguageAsync : unit -> Task<OperateResult<uint16>>
返回值
类型:
TaskOperateResultUInt16返回的语言代号
备注 此处举几个常用值 0: 英语 1: 日语 2: 德语 3: 法语 4: 中文繁体 6: 韩语 15: 中文简体 16: 俄语 17: 土耳其语
参见