Contents / CHAPTER 5 / APPENDIX A /
The WTn User message file is a text file containing the text of the messages displayed by WTn52. The name of this file is may be "_Msg52XX.Cfg".
The WT user message file is a "Windows dot-ini-Like" text file, with sections, keys and values.
Message file includes :
Lines in configuration file must be : Comments, Sections, Keys + Values or empty lines.
This file may be loaded into the NVM with the configuration file (and zipped in CFG.ZIP).
This file may be dynamically loaded into PDT by RsLink or WTDnl.
Comments in WT configuration file are indicated by two "slash"
characters and takes effect to the end of the line. i.e. :
// This is a comment
This is not a comment (must be a section, a key + value or an empty line)
Section groups the text strings. Section names are in capital
letters surrounded by brackets. i.e. : [CONFIG], denotes the user configuration
screen.
The order of the sections into the file is no relevant.
Keys are two digit numbers that are used to order the texts into their own section. The order of those keys must not be modified. You should not add or suppress keys in a section. Keys must be followed by "=" sign and the text string.
The values are the text strings displayed by WTn. The position of the lines into the display is not modifiable. The strings should not be longer than the PDT display size.
Contents / APPENDIX A /