
4.EMBEDDING OF C APPLICATIONS B-66244EN/03
- 276 -
Currently, those tasks for which no function names are listed do not
require any functions to run the FANUC PICTURE library. Tasks that
require functions may be added in the future due to upgrades.
A pattern (Back1.c) of the alarm task main function is supplied so that
the machine tool builder can make the necessary modifications to it for
use.
Note:
A pattern of the communication task main function (Back2.c) is
supplied to develop C executor applications.
Note:
If the time required to process the above tasks increases, the
execution speed of the touch panel screen of the main task will be
affected severely. the alarm task must be designed to be processed
in a short time so that the main task can use as much time as
possible.
Linking the FANUC PICTURE library
The following two types of FANUC PICTURE library must be
prepared by the machine tool builder.
A pattern (Makefile) of the make file is supplied so that the machine
tool builder can make the necessary modifications to it for use.
The files that must be linked may be changed due to upgrades. In this
case, the make file pattern is changed. The changes must be reflected in
the make file created by the machine tool builder.
For MS-C development
FPTASK1.LNK Library for the main task
FPTASK3.LNK Library for the alarm task
For WATCOM C development
FPTASK1W.LNK Library for the main task
FPTASK3W.LNK Library for the alarm task