
B-66234EN/05 APPENDIX D.MULTI-LANGUAGE PMC MESSAGE CREATION TOOL
- 491 -
D.3 ERROR MESSAGES
This section describes the error messages that may be displayed by
Multi-language PMC Message Creation Tool.
D.3.1 Error List
Message Cause & Remedy
filename(line number): Message file symbol
undefined (Symbol:****)
The message was defined by the symbol which does not exist.
(Ex.)When the message is defined for the undefined symbol
“ALM1001”.
Message file symbol undefined (Symbol:ALM1001)
* ”Symbol undefined” is checked when /m or /l parameter is
specified.
filename(line number): Message file symbol
invalid (Symbol:****, Address:****)
The message was defined by the symbol which is not A address.
(Ex.) When the address of symbol “ALM1001” is R0.1.
Message file symbol invalid(Symbol:ALM1001,
Address:R0000.1)
* ”Symbol invalid” is checked when /m or /l parameter is specified.
filename(line number): Message file address
duplicate (Symbol:****, Address:****)
The message character string has already been defined in symbol
**** (or Address:****).
(Ex.) When two messages are defined in A0000.0 (The address of
symbol ”ALM1003” is A0000.0)
Message file address duplicate (Address:A0000.0)
Message file address duplicate (Symbol:ALM1003,
Address:A0000.0)
* ”Address duplicate” is checked when /m or /l parameter is
specified.
filename(line number): Message file number
error (Ladder:mmmm, Source:nnnn)
Message number of the ladder program is not corresponding to
message number of the source file. When displaying this message,
message number of the ladder program is used. (mmmm and nnnn
are message numbers.)
(Ex.) In the sequence program, the message number in A0000.0 is
1001. In the source program, the message number in A0000.0
is 1234. (The message number 1001 is displayed on the CNC
screen.)
Message file number error (Ladder:1001, Sorce:1234)
* ”Number error” is checked when /m or /l parameter is specified.
filename(line number): Illegal address An illegal address was specified.
filename(line number): Illegal language ID. An illegal language ID was specified.
filename(line number): There is a
character which cannot be displayed on
CNC.
The character which cannot be displayed on CNC is included in the
message character string . The character which cannot be
displayed is replaced with '?', and output to the memory card format
file.
filename(line number): Title information
size over
The maximum size of title information is 256 bytes.