Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7240
Chapter 2 Program Instructions
SETUP WRITE, cont.
Remarks, cont.
MEDIA,PAPER TYPE,TRANSFER,RIBBON CONSTANT,100
MEDIA,PAPER TYPE,TRANSFER,RIBBON FACTOR,25
MEDIA,PAPER TYPE,TRANSFER,LABEL OFFSET,0
MEDIA,CONTRAST,0%
#MEDIA,TESTFEED,10 3 (Info only. Comparator 0–15; amplifi er 0–7)
PRINT DEFS,HEAD RESIST, 1166 (Info only)
PRINT DEFS,PRINT SPEED,150
Note that when a SETUP WRITE fi le is used to change the setup, the printer’s
present TESTFEED adjustment is not affected.
Examples
In this example, the current setup is saved in the printer’s temporary memory
under the name "SETUP1.SYS". Then the start adjustment is changed to
“200” by the creation of a new setup fi le named "SETUP2.SYS.” The setup
fi le is fi nally used to change the printer’s setup.
10 SETUP WRITE "tmp:SETUP1.SYS"
20 OPEN "tmp:SETUP2.SYS" FOR OUTPUT AS #1
30 PRINT#1,"FEEDADJ,STARTADJ,200"
40 CLOSE
50 SETUP "tmp:SETUP2.SYS"
In this example, the setup section "prt" is returned on the serial channel
"uart1:":
SETUP WRITE "prt","uart1:"