
B-75044EN/02 4. FA LIBRARY
-109-
<The file to be downloaded is specified by “full path” >
In case of the synchronous treatment
VB Function DownloadFilePath
(ByVal MachineNumber As Long, ByVal ToolPostNumber As Long,
ByVal FilePath As String) As Boolean
C++ BOOL F_DownloadFileName
(LONG MachineNumber, LONG ToolPostNumber,
LPCTSTR FilePath);
In case of the asynchronous treatment
VB Function DownloadFilePathEx
(ByVal MachineNumber As Long, ByVal ToolPostNumber As Long,
ByVal FilePath As String) As Long
C++ LONG F_DownloadFileNameEx
(LONG MachineNumber, LONG ToolPostNumber,
LPCTSTR FilePath);
F_Download... indicates the synchronous functions in the four kinds of
functions shown in the above.
F_Download...Ex indicates the asynchronous functions in the four kinds of
functions shown in the above.
F_Download...(Ex) indicates both of the synchronous and the
asynchronous functions.
DESCRIPTION
Proceed to the following procedure 1,2 in case of the synchronous treatment.
Proceed to the following procedure 1,3,4 in case of the asynchronous
treatment.
1 F_Download...(Ex) downloads an NC program to the NC memory.
There are the four ways to specify the file to be downloaded like these.
How to Specify Name of Function
File Number F_DownloadFileNumber(Ex)
File Name F_DownloadFileName(Ex)
NC Program Number F_DownloadONumber(Ex)
Full Path of File F_DownloadFilePath(Ex)