
B–62073E–2/03
4.CONVERSATIONAL MACRO FUNCTION
101
7. Address C commands a character code you want to directly
display. Codes which can be commanded are 32–95 (20–5F in
hexadecimal) or 160–223 (A0–DF in hexadecimal).
Example:
G243 C65 ; “A” is displayed.
Note
For the code, use ASCII code.
8. Address P commands the sequence number containing the
character row. Regarding the display contents, the sequence
number 1 block character row which is specified by P in the
program set to character row registered program control variable
(#8509), is displayed. However, when the value of #8509 is 0,
the sequence number 1 block character row specified inside the
same program is displayed.
Example:
O9000 ; O8000 ;
::
#8509=8000 ; N10 (IJK) ;
G243 (ABC) P20 ; N20 (XYZ) ;
::
M99 ; M99 ;
In the above example, 1 block of the program number 8000
sequence number 20 is displayed. Namely, “ABCXYZ”.
9. Address D commands the numerical value to be displayed.
10. Address F commands the format when displaying the numerical
value. Commands the number of digits displayed to the left of
the decimal point, and the number of digits after the decimal point
on the right.
11. Address Z commands whether or not to set Leading Zero
Suppress when displaying the numerical value. When Z is 0 the
encoding is not displayed.
Z=0 : Does not set Leading Zero Suppress
Z=1 : Sets Leading Zero Suppress
Example:
G243 D123 F4.2 Z1 ;
“1.23” is displayed.
Notes
Display is executed in specification sequence.
The same address must not be commanded twice.
X and Y must not be specified separately.
F and Z are enabled first.
(_), (*_* ) are enabled up to a maximum of 5 together in the
same block.
(_*_*_) specification is also enabled.
(6) Drawing line type specification
Specifies types of line to be drawn linearly or circularly.
P=0 : Continuous line ———————
P=1 : Broken line ––––––––––––––
P=2 : One–dot chain line – –– –– –– ––
P=3 : Two–dot chain line –––– –– –
P=4 : Deleted