Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 365 -
------------------------------------------------------------------------------
1.19 Stop input NC program. <Main,Alarm>
------------------------------------------------------------------------------
[Name]
cnc_upend
[Syntax]
#include <data.h>
#include <fwindow.h>
int cnc_upend( void ) ;
[Arguments]
------
[Return]
0 Successful.
1 The start-up procedure of CNC for reading NC program has not
been completed, or no start-up command has been commanded.
[Description]
Notices the end of NC program uploading to CNC.
Confirm that a '%' character is added at the end of the input NC
program before calling this function.
The uploading process is completed in CNC even if the return code is
not "0".
[Example]
See example of "Input NC program(cnc_upload)".