
6. FUNCTIONS OF THE MACRO
EXECUTOR
B–61803E–1/10
PROGRAMMING
156
<Command format>
G319 Ppppp Qqq ;
pppp : Number of the first variable of a row of 25 variables defining a
character pattern
qq : External character number (00 to 39)
(External memory is as large as 40 characters, and qq specifies
a character position for storing a character pattern.))
Example: Macro program for storing the number 1 indicated above as
the 20th character in external character memory (external
character number = 20)
#101= 0 ; ffffffffffffffff
#102= 0 ; ffffffffffffffff
#103= 0 ; ffffffffffffffff
#104= 240 ; ffffffffFFFFffff
#105= 496 ; fffffffFFFFFffff
#106= 1008 ; ffffffFFFFFFffff
#107= 2032 ; fffffFFFFFFFffff
#108= 4080 ; ffffFFFFFFFFffff
#109= 240 ; ffffffffFFFFffff
#110= 240 ; ffffffffFFFFffff
#111= 240 ; ffffffffFFFFffff
: = :
: = :
#121= 240 ; ffffffffFFFFffff
#122= 240 ; ffffffffFFFFffff
#123= 0 ; ffffffffffffffff
#124= 0 ; ffffffffffffffff
#125= 0 ; ffffffffffffffff
G319 P101 Q20 ;
NOTE
1 By executing G319, the character pattern defined by a row of 25
variables is stored in external character memory. After a character
pattern is stored, the 25 variables can be used for other purposes.
2 The data in external character memory is erased when power is
turned off; registered character patterns are erased.
3 Specify an external character number from 00 to 39. If a number
not within this range is specified, the registration/display function
does not function normally.