
Edit
Apprv.
Apprv.Apprv.
Apprv.Desig.
Desig.Desig.
Desig.
Sheet
Title
Draw
No.
10/13
Date
DateDate
Date
Desi
n
Desi
nDesi
n
Desi
n
Descri
tion
Descri
tionDescri
tion
Descri
tion
Date
DateDate
Date
Multi C Executor for
FANUC Series16i/18i/21i-MODEL B
Specification
-76558E
04.09.10
S.ISOHATA
Appendix.2
Appendix.2Appendix.2
Appendix.2
User applica
User applicaUser applica
User application for Multi C
tion for Multi Ction for Multi C
tion for Multi C
Executor
ExecutorExecutor
Executor
It is necessary to change the user application of usual C Language Executor as follows to make it
correspond to Multi C Executor.
1
11
1 Items
Items Items
Items which must be changed
which must be changed which must be changed
which must be changed in master application (user application)
in master application (user application)in master application (user application)
in master application (user application)
(1) C Language Library
・Compile, and link all source program again with the C language libraries of the version
(BY01-3.0M or later ) for the Multi C Executor.
Please replace all files included in inc, lib, and the tool directory with the version for
the Multi C Executor. inc, lib, tool
(2) MAKEFILE
・/D ONO8D (O8 digit correspondence) is added to the CL option.
(3) MAIN.C
・Do not do initialization (ginit) of graphics and display of the title of the
master application at power ON in case of the slave application is effective.
・Switch the task to the main task of the slave application after the initial processing of the
master application ends in case of the slave application is effective.
Notes
(1) Check with os_repo_tsk() if the slave application exists.
(2) Do the task switch to the main task of the slave application program with
os_resm_slv ().