
B-66234EN/05 APPENDIX D.MULTI-LANGUAGE PMC MESSAGE CREATION TOOL
- 485 -
D.1.3 Entering Special Characters
D.1.3.1 New line character
Input method of new line character in the source file.
(a) Direct input
Press <Enter> key
(b) Code input
Please input “@0A@”
D.1.3.2 Numeric data
Input method of numerical data in the source file
(a) Signed
ddress where the numerical data is stored
Set binary data in the specified address.
The specifying of address using symbol is not
supported.
Set the "bid" data after the letter "I":
[Ibid, ]
b: Number of bytes (1, 2, or 4)
i: Number of digits in the integer part (0 to 8)
d: Number of digits in the decimal part (0 to 8)
(b) Unsigned
ddress where the numerical data is stored
Set binary data in the specified address.
The specifying of address using symbol is not
supported.
Set the "bid" data after the letter "U".
[Ubid, ]
b: Number of bytes (1, 2, or 4)
i: Number of digits in the integer part (0 to 8)
d: Number of digits in the decimal part (0 to 8)
NOTE
1 Sum of integer part digits and fractional part digits
must be within 8.
2 Blank is displayed for digits exceeding 8 digits.
3 Do not use any space between the brackets, [ ].