
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.
117
131
FANUC Series 16i/18i/21i-TB/MB
SERVO GUIDE Mate Specification
-79087EN
Drawing No.
Title
Page
9.1.4 Actual one's whereabouts law
Task1
SAT_LIB.H and SAT_DRAM.H are include in the source file which the library function of
SERVO GUIDE Mate is used for.
Attention)
When a color display vessel with the VGA display is used, after it deals with initialization,
surely display other NC screens once.
while ( 1 )
{
:
cur_scrn = crt_getcurscrn();
if ( ( cur_scrn != old_scrn ) || crt_isnewscrn() ) {
old_scrn = cur_scrn ;
cnc_SatInitScreen() ; /* The call of library function.*/
}
switch ( cur_scrn ){
case CRT_SYS_SGMATE :
cnc_SERVO GUIDE Mate() ; /* The call of library function.*/
break ;
default :
break ;
}
:
}
Task3
SAT_LIB3.H is include in the source file which the library function of SERVO GUIDE Mate
is used for.
for (;;)
{
os_wait_tim( 7 ) ;
cnc_SatOneShot() ; /* The call of library function.*/
}