Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 854 -
FANUC Series 16/18 C Executor
3.11 F-ROM Library
==================
Library outline
~~~~~~~~~~~~~~~
Included in the F-ROM Library are the functions which are used to read the
data files for the C Executor that are stored in the Flush ROM Module for
FS16/18-B/C (referred to as "F-ROM" hereafter). The data file for the C
Executor (referred to as "C Executor data file" hereafter) is the file with
the format which can be read by the C Executor applications.
There are following three types of C Executor related files which are stored
in the F-ROM.
(1) C Executor program file
This type is a conventional C Executor program file.
+--------------------------------------+
| |
| |
| C Executor program |
| |
| |
+--------------------------------------+
The contents of this file is a C Executor application program which is
compiled and converted to the memory card format file by executing
"omf2mem.com".
(2) C Executor program + C Executor data file
This type is composed of a C Executor program file and C Executor data files
combined together.
+--------------------------------------+
| |
| |
| C Executor program |
| |
| |
+--------------------------------------+
| Data file |
| directory entry |
+--------------------------------------+
| Data file 1 |
+--------------------------------------+
| Data file 2 |
+--------------------------------------+
| : |
| : |
| : |
+--------------------------------------+
| Data file n |
+--------------------------------------+