Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7116
Chapter 2 Program Instructions
HEAD, cont.
Examples
Read the resistance value of dot No. 5:
PRINT HEAD(5)
Perform a printhead check:
PRINT HEAD(-1)
Read the printhead’s mean resistance value:
PRINT HEAD(-7)
Check printhead for faulty dots and their respective resistance values:
A%=HEAD(B$)
yields for example:
Ok
PRINT A%
5
Ok
PRINT B$
25, 2944
42, 2944
106, 2944
107, 2944
140, 2944
Ok