Required and Unacceptable Parameter Notes
Required parameter notes are defined in the start configuration file or in separate text files using the following format:
[MODE]_PARAM_NOTE_REQ [parameter] [file_name].txt
where
• [MODE] is PRT or ASM.
• [parameter] is the name of the parameter.
• [file_name] is the name of the text file for the required notes.
You can define a single note in the start configuration file as follows:
[MODE]_PARAM_NOTE_REQ [parameter] "[NOTE_TEXT]"
Unacceptable parameter notes are defined in the start configuration file or in separate text files using the following format:
[MODE]_PARAM_NOTE_UNACC [parameter] [file_name].txt
where
• [MODE] is PRT or ASM.
• [parameter] is the name of the parameter.
• [file_name] is the name of the text file for the unacceptable notes.
You can define a single note in the start configuration file as follows:
[MODE]_PARAM_NOTE_UNACC [parameter] "[NOTE_TEXT]"
For example:
PRT_PARAM_NOTE_REQ COMPANY notes.txt
ASM_PARAM_NOTE_UNACC DATE "Hello"