
Sheet
Title
Draw
9/12
FANUC Series16i/18i-MODEL B
Description
Appendix.1
User application for Multi C-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
Items which must be changed in master application (user application)
(1) C Language Library
・
Compile, and link all source program again with the C language libraries of the version
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 ().