·330·
Operating manual
CNC 8070
18.
PLC
(REF: 1505)
"Messages" service
18.13.5 Grouping the additional information text files in a single file.
PLC messages and errors can show an additional information file in text format. The PLC
allows grouping several or all these files into a single file as follows.
Defining the additional information file.
It must be a text file (extension txt) and may have any name. The information of each message
and error must be structured in the following format:
[<id>]
<text>
The <id> field, keeping the brackets, will be the code that identifies the help text inside the
file, which needs not be the same as the number of the error or message it will be associated
with. The <text> field will be the information text that may have up to 500 characters including
line feeds.
For example, the OEM.txt file will have the following structure.
Calling the texts from the PLC message or from the PLC error.
To associate the help message with a PLC message or PLC error, the "associated file" field
must be defined like <file>#<id>. The <file> field will be the path and the name of the file.
The <id> field will be the code that identifies the help text inside the file.
For example, the "associated file" will be defined as follows.
C:\CNC8070\MTB\PLC\LANG\OEM.txt#27
[10]
Help text.
[27]
Help text.
[33]
Help text.