Programming instructions
134
Intermec Fingerprint 6.13 – Programmer's Guide
14. IMAGES, cont'd.
The system variable SYSVAR allows you to check the result of an
image download by means of STORE or STORE INPUT:
• SYSVAR (16) reads the number of bytes received.
• SYSVAR (17) reads the number of frames received.
Both values are reset when a new STORE IMAGE statement is
executed.
The names of all images stored in the various parts of the printer's
memory can be listed to the std. OUT channel by means of an
IMAGES statement or a program using the IMAGENAME$
function.
Image files can be listed to the std. OUT channel by means of a
FILES statement.
Images can be removed from the RAM memory using a REMOVE
IMAGE statement.
3. Downloading Image
Files, cont'd.
4. Listing and Removing
Images