FanucSeries0iReadLanguage 方法 |
读取机床的语言设定信息,具体值的含义参照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 OperateResult<ushort> ReadLanguage()
Public Function ReadLanguage As OperateResult(Of UShort)
public:
OperateResult<unsigned short>^ ReadLanguage()
member ReadLanguage : unit -> OperateResult<uint16>
返回值
类型:
OperateResultUInt16返回的语言代号
备注 此处举几个常用值 0: 英语 1: 日语 2: 德语 3: 法语 4: 中文繁体 6: 韩语 15: 中文简体 16: 俄语 17: 土耳其语
参见