Metrologic IS1000 Series Guía de usuario Pagina 93

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 198
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 92
Chapter
5
BASIC
Commands
87
Remarks
"DataCount%" is an integer variable to be assigned to the result; it is the total data
count stored in the specified transaction file.
"file_index%" is an integer variable in the range of 1 to 6, indicating which
transaction file is to store the bitmap data.
"x%" is an integer variable, indicating the x coordinate of the upper left point of the
rectangular area.
"y%" is an integer variable, indicating the y coordinate of the upper left point of the
rectangular area.
"size_x%" is an integer variable, indicating the width of the rectangular area in
pixels.
"size_y%" is an integer variable, indicating the height of the rectangular area in
pixels.
Example
GET_IMAGE(3,12,32,60,16)
See Also
GET_TRANSACTION_DATA$, GET_TRANSACTION_DATA_EX$,
SET_SIGNAREA, SHOW_IMAGE
ICON_ZONE_PRINT
Purpose
To enable or disable the printing of characters in the icon area.
Syntax
ICON_ZONE_PRINT(status%)
Remarks
"status%" an integer variable, indicating the printing status of the icon area.
Value Meaning
0
1
The printing in the icon area is not allowed (default).
The printing in the icon area is allowed.
Take CPT-711 for example.
Its LCD has 128x64 pixels, but the default printable area is 120x64 pixels. That is, it
can have
- 20x8 characters for small font(6x8 dots per char), or
- 15x4 characters for large font (8x16 dots per char).
The icon area is the right-most 8x64 pixels that can only be accessed by graphic
commands by default. If the icon area is set to be printable, then CPT-711 can have
- 21 characters per line for small font, or
- 16 characters per line for large font.
Note that the system may still show the battery and alpha icons of this icon area,
even if is set to be printable for the user program.
Example
ICON_ZONE_PRINT(1) ' allow the printing of the icon area
Vista de pagina 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 197 198

Comentarios a estos manuales

Sin comentarios