July 2013 9.4 System Files 1701
9.4 System Files
9.4.1 OEM.SYS
In the OEM.SYS file you must enter code words to call certain functions. After
the code word, and separated by an equal sign = you enter the directory in
which the files for these functions are to be found, as well as the file names
themselves.
You must make your entries in the OEM.SYS file either manually or with
Module 9271 (MPFILE and PLCMAIN can only be entered manually). Module
9271 overwrites the content of existing code words and inserts non-existent
code words at the end of the OEM.SYS file.
With Module 9270 you can read all entries in the OEM.SYS file.
OEM.SYS is reevaluated during activation of the machine-parameter
programming operating mode and before downloading a machine parameter
file. In connection with TNCremoNT 2.2, during the restoring of a backup, first
OEM.SYS is transferred and also evaluated before transferring the machine
parameter file.
The following code words are defined (in alphabetical sequence):
AXISNUMBER = Number of the indexes of the machine parameters (except MP2xxx.y) in the
machine-parameter file.
Input example: AXISNUMBER = 6
DEBUGPATH = Path for the most recently active *.wlt file for the WATCH LIST function. Other
*.wlt files can also be saved in this folder. The folder is also used as the
working directory for the WATCH LIST function. When you select a new *.wlt
file, the iTNC automatically enters that name in OEM.SYS.
Input example: DEBUGPATH = PLC:\DEBUG\TEMP.WLT
FNERRFIX = FN14: ERROR = gives additional information about fixing an error. The text and
information about the cause of the error (FNERRREASON =) are shown after
pressing the HELP key. The setup of the file must correspond to that of the
file for PLC error messages (PLCERRFIX =).
Input example: FNERRFIX = FN14-FIX.A
FNERROR = ASCII file (*.A) that contains the error messages for FN14: ERROR = (0 to 299)
in lines 1 to 300. The file must be located under
PLC:\LANGUAGE\<language>, where <language> depends on MP7230.3.
Input example: FNERROR = FN14-ERR.A
FNERRREASON = FN14: ERROR = gives additional information about the cause of an error. The
text and information about fixing the error (FNERRFIX =) are shown after
pressing the HELP key. The setup of the file must correspond to that of the
file for PLC error messages (PLCERRREASON =).
Input example: FNERRREASON = FN14-REASON.A