
4. FA LIBRARY B-75044EN/02
-84-
case 2:
// O Number
if(TRUE == m_bSynchro){
bRtn = ::F_DownloadONumber(
m_lMachineNumber, m_lToolPostNumber,
lONumber
);
}else{
lID = ::F_DownloadONumberEx(
m_lMachineNumber, m_lToolPostNumber,
lONumber
);
}
break;
case 3:
// File Path
if(TRUE == m_bSynchro){
bRtn = ::F_DownloadFilePath(
m_lMachineNumber, m_lToolPostNumber,
(LPCTSTR)strFilePath
);
}else{
lID = ::F_DownloadFilePathEx(
m_lMachineNumber, m_lToolPostNumber,
(LPCTSTR)strFilePath
);
}
break;
}
An NC program is selected by the file number, and it is downloaded
with a synchronous treatment. The arguments are the machine
number, the tool post number, and the file number specified in the
screen.
An NC program is selected by the file number, and it is downloaded
with an asynchronous treatment. This function has the same
arguments as the synchronous function.
An NC program is selected by the NC program number, and it is
downloaded with a synchronous treatment. The arguments are the
machine number, the tool post number, and the NC program number
specified in the screen.
An NC program is selected by the NC program number, and it is
downloaded with an asynchronous treatment. This function has the
same arguments as the synchronous function.