
Ed.
Ed.Ed.
Ed. Date
DateDate
Date Design
DesignDesign
Design Description
DescriptionDescription
Description
Date
DateDate
Date 2003.03.07 Desig.
Desig.Desig.
Desig. Kageyama Apprv.
Apprv.Apprv.
Apprv.
116
131
FANUC Series 16i/18i/21i-TB/MB
SERVO GUIDE Mate Specification
-79087EN
Drawing No.
Title
Page
9.1.2 Initialization of the user screen
C language Set up a screen number CRT_OFS_TLLF (#include crt.h) as a user screen in
the initialization of the executor application.
# include <crt.h>
int crt_table[] =
CRT_OFS_TLLF,
The screen number which MTB uses as a user screen
};
:
cnc_SatInitialize(); /* The call of library function. */
:
cnc_getpath( &path, &maxpath );
if( maxpath <= 0 || maxpath > 3 )
{
maxpath = 1;
}
for( i = 0; i < maxpath; i++ )
{
crt_setuserscrn2( (i+1), scrn_tbl_size( crt_table ), crt_table );
}
:
9.1.3 Editing of MAKEFILE
SAT_LIB. LNK, please add SAT_ONES. LNK to TASK3 to TASK1 of makefile.
TASK1 = An existent object SAT_LIB.LNK
TASK3 = An existent object SAT_ONES.LNK