FanucSeries0iWriteProgramFile 方法 |
[商业授权] 将指定文件的NC加工程序,下载到数控机床里,返回是否下载成功
[Authorization] Download the NC machining program of the specified file to the CNC machine tool, and return whether the download is successful
命名空间:
HslCommunication.CNC.Fanuc
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult WriteProgramFile(
string file
)
Public Function WriteProgramFile (
file As String
) As OperateResult
public:
OperateResult^ WriteProgramFile(
String^ file
)
member WriteProgramFile :
file : string -> OperateResult
参数
- file
- 类型:SystemString
程序文件的路径
返回值
类型:
OperateResult是否下载成功
备注
程序文件的内容必须%开始,%结束,下面是一个非常简单的例子:
%
O0006
G90G10L2P1
M30
%
参见