
3
Sheet
Title
Draw
FANUC Series16
i
/18
i
/21
i
-B
Simplified Chinese
The head of MACRO ALARM was added
1. Simplified Chinese display by conversation macro
1.1
Outline
The thing to display a Simplified Chinese can be done in the
conversation macro. Moreover, it is also possible to use half-size
character of a Simplified Chinese and a part of ascii code at the
same time by a command once.
The code which can be specified is a half-size character code of
20H-5FH.
1.2 Specification
Though the display command of a Simplified Chinese is done
with G243 (character display command) as well as the
character display command in the past; It is necessary to
change to the Simplified Chinese display mode before this
command is done by the following commands.
G240 Kk ; k=1 : Simplified Chinese display mode on
k=0 : Simplified Chinese display mode off
An international code of Simplified Chinese is specified by
the G243 instruction after it instructs in this G code and the
character is displayed.
Example1) When you display Simplified Chinese “ “.
G243 K1;
G243 X10. Y10. (“B0A2”);
Simplified Chinese " " is displayed at the position of character
coordinate system (10,10) when instructing.