Chapter 7 — Commands
ESim for the PC4 and PF8 Printer Programmer’s Reference Manual 61
The table below illustrates how leading space characters (“ ”) in
DATA are influenced by next character at wrap around. If next
position is a digit with wrap around (9
0), space is
incremented to digit 1. If next position is a letter with wrap
around (Z
A), space is incremented to letter A.
Example:
FK“TEST5”
FS“TEST5”
C0,5,L,+1,“Start value CNT 0”
C1,5,R,+1,N,“Start value N-CNT 1”
C2,5,C,+1,A,“Start value A-CNT 2”
C3,5,N,+1,B,“Start value B-CNT 3”
A50,050,0,3,1,1,N,“Cnt Default, left
justified :“C0”:”
A50,100,0,3,1,1,N,"Cnt Numerical, right
justified :“C1”:”
A50,150,0,3,1,1,N,“Cnt Alpha, center
justified :“C2”:”
A50,200,0,3,1,1,N,"Cnt Alpha-num, not
justified :“C3”:”
FE
C- Counter Command Parameters
P
5
Counter Command Start Data Data after p4 =+1 Data after p4 =+2
N C0,3,C,+1,N,“Numerical” “99”
“999”
“100”
“000”
“101”
“001”
A C0,3,C,+1,A,“Alpha”
(if no P5 parameter is
included, method A is selected
by default).
“ A9”
“ Z9”
“0Z9”
“ ZZ”
“ZZ9”
“ B0”
“AA0”
“1A0”
“AAA”
“AA0”
“ B1”
“AA1”
“1A1”
“AAB”
“AA1”
B C0,3,C,+1,B,“Alpha-num” “ 99”
“ A9”
“ 9Z”
“ ZZ”
“ZZZ”
“ 9A”
“ AA”
“ A0”
“100”
“000”
“ 9B”
“ AB”
“ A1”
“101”
“001”