UBI EasyCoder 201 IIE Manuale delle Istruzioni Pagina 205

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 332
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 204
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 203
Chapter 2 Program Instructions
PRINTFEED (PF), cont.
Examples
Printing a single label with one line of text:
10 FONT "Swiss 721 BT"
20 PRTXT "Hello!"
30 PRINTFEED
RUN
Printing ve identical labels with one line of text:
10 FONT "Swiss 721 BT"
20 PRTXT "Hello!"
30 PRINTFEED 5
RUN
Printing ve labels using a FOR...NEXT loop. Note that formatting
parameters are placed inside the loop:
10 FOR A%=1 TO 5
20 FONT "Swiss 721 BT"
30 PRPOS 200, 100
40 DIR 3
50 ALIGN 5
60 PRTXT "Hello!"
70 PRINTFEED
80 NEXT A%
RUN
Printing of ve labels in the Intermec Direct Protocol, illustrating how
the TICKS value is updated between labels, provided a prede ned layout
is used (1 TICK = 0.01 sec):
INPUT ON
FORMAT INPUT "#","@","&"
LAYOUT INPUT "tmp:LABEL1"
FT "Swiss 721 BT"
PP 100,100
PT TICKS
PP 100,200
PT VAR1$
LAYOUT END
LAYOUT RUN "tmp:LABEL1"
#See how time fl ies&@
PF 5
INPUT OFF
Vedere la pagina 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 331 332

Commenti su questo manuale

Nessun commento