Specifications

Chapter 7 - CTKERN CARROLL TOUCH
7-14 Touch System Programmer’s Guide
Command Line
The command line for CALIB.EXE has the following syntax:
calib options
The available options are:
Kn = CTKERN software interrupt. n may be any unused
software interrupt. The default is 56H.
I = Load calibration parameters from an installed CTKERN
driver.
Dx = Pathname to calibration data file. x may be any valid
pathname. The default is CALIB.DAT in the current
DOS drive and directory. When CALIB.EXE exits, the
calibration data is saved in this file.
The command line is case-insensitive and the command line parameters
may be arranged in any order.
At startup, CALIB.EXE reads calibration data from either a calibration
data file (the default) or from an installed CTKERN driver if specified
on the command line. If the I and D command line parameters are both
specified, the I parameter takes precedence and CALIB.EXE loads the
calibration data from the installed CTKERN driver.
To run CALIB.EXE using the default values for the CTKERN
software interrupt and read the calibration data from CALIB.EXE in
the current DOS drive and directory, use the following command line:
calib
To run CALIB.EXE when the CTKERN driver is installed on software
interrupt 62H, and the calibration parameters are to be loaded from and
saved to a calibration data file named CARROLL.CAL in the \CALIB
directory of drive E:, use the following command line:
calib K62 de:\calib\carroll.cal
To run CALIB.EXE using the default value for the CTKERN software
interrupt and load the calibration data from the installed CTKERN
driver, use the following command line:
calib I