Intermec 6100 Guida Di Riferimento

Pagina di 26
SECTION 3
Component Reference
DOS Signature Capture Utility Programmer’s Reference Guide    3-3
Usage Notes
A touch screen driver must be loaded before calling
PSIGM0C, such as 61mouse.com, 62mouse.com, or
63mouse.com.
For 6100 Computers only:
VROTATE.EXE and PSEKM0C.EXE do not need to be
disabled before calling PSIGM0C.  PSIGM0C detects
the presence of these programs, disables them while it
executes, then enables them again before exiting.
PSIGM0C restores PSEKM0C plane 0.  If another
plane is required, the calling application must set it
after PSIGM0C exits.
For 6210 Computers only:
FONTMAP.EXE does not need to be disabled before
calling PSIGM0C.
PL/N Programming Example
EXTERNALS
NUMERIC FUNCTION SPAWNDOS =
IPFSDP6
STRING  FUNCTION STR =
IPFSTR6
SUBROUTINE       INIFILE  =
PGINI1P
LOCAL VARIABLES
01 RESPONSE
BINARY BYTE
FD INIFD
01 INIBUF
PIC X(128)
01 RESULT
BINARY WORD
; This updates the configuration file for the signature utility. 
; A template configuration file is bundled with the program files
; so that the location entries can be specific to the 6100 and 
; 6200 Computers, yet the same program is used on both the 6100 
; and 6200 Computers.
OPEN (INIFD, INIBUF) ME_NAME & ‘PSIGM0C.INI’,
ME_READ+ME_WRITE