
D.MULTI-LANGUAGE PMC MESSAGE CREATION TOOL APPENDIX B-66234EN/05
- 486 -
Example)
The following message includes 3 digits tool number at the
spindle and the offset data (.) for this tool. And these data
are contained in memory address of 2bytes:
SPINDLE TOOL NO. = [I230, ]
OFFSET DATA = [I212, ∆∆∆∆]
D.1.3.3 Reservation character
@ is used to input codes (New line character and e.t.c.). And square
brackets ( [] ) are used to input numeric data.
The above 3 characters are treated as a reservation character in the source
file.
To display the reservation character in error message, you have to
describe the reservation character as listed below.
(a) @ → @40@
(b) [ → @5B@
(c) ] → @5D@
Example)
“@Fuse [100mA] is blown.” is as follows.
@40@Fuse @5B@100mA@5D@ is blown.