TempScan / MultiScan User's Manual
Chapter 16: API Command Reference 291
*K
- Change Calibration Keyword
TYPE
Calibration
EXECUTION
Immediate
SYNTAX
*Kkey
Change the calibration keyword, where
key
is the keyword in the form of a 5-
digit number
nnnnn
. Therefore the password can be no longer than 5
characters.
DESCRIPTION
Note: This command is only for advanced users who perform their own calibration. It is not necessary
for normal, everyday operation.
The
Change Calibration Keyword
(
*K
) command allows the changing of the calibration keyword which is a user-
defined password. This password is a safety feature to prevent unauthorized personnel from entering
Calibration
Mode
and potentially altering calibration constants. The new keyword must be a 5-digit decimal number. Once
the keyword is set, it will thereafter be used by the
Enter Calibration Mode
(
K
) command to determine entry into
Calibration Mode
.
For more information on manual calibration, see chapter
System Calibration
.
Note:
This command is only valid when the calibration protection is disabled via the rear DIP microswitch 9.
EXAMPLE
PRINT#1, “OUTPUT07;K12345X”
‘ Enter
Calibration Mode
. Keyword =
12345
PRINT#1, “OUTPUT07;U2X”
‘ Check for keyword error
PRINT#1, “ENTER07”
INPUT#2, C%
‘ Get the Calibration Status Register (
CSR
)
IF (C% AND 16) THEN
PRINT,"ERROR — INVALID KEYWORD”
SLEEP 5
‘ If so, wait until keyword check jumper is disabled
PRINT#1, “OUTPUT07;*K67890X”
‘ Enter new Keyword =
67890
ENDIF
PRINT#1, “EX”
‘ End
Calibration Mode
Summary of Contents for MultiScan 1200
Page 2: ...TempScan MultiScan User s Manual...
Page 4: ...TempScan MultiScan User s Manual...
Page 10: ...vi TempScan MultiScan User s Manual Notes...
Page 20: ...10 Chapter 1 System Overview TempScan MultiScan User s Manual Notes...
Page 106: ...96 Chapter 8 ChartView ChartView Plus TempScan MultiScan User s Manual Notes...
Page 130: ...120 Chapter 9 TempView TempScan MultiScan User s Manual...
Page 150: ...140 Chapter 9 TempView TempScan MultiScan User s Manual Notes...
Page 166: ...156 Chapter 10 PostView TempScan MultiScan User s Manual Notes...
Page 234: ...224 Chapter 13 System Operation TempScan MultiScan User s Manual Notes...
Page 248: ...238 Chapter 14 System Calibration TempScan MultiScan User s Manual Notes...
Page 284: ...274 Chapter 15 Program Examples TempScan MultiScan User s Manual Notes...
Page 330: ...320 Chapter 16 API Command Reference TempScan MultiScan User s Manual...
Page 342: ...332 Chapter 16 API Command Reference TempScan MultiScan User s Manual...
Page 358: ...348 Appendix TempScan MultiScan User s Manual Notes...
Page 364: ...354 Index TempScan MultiScan User s Manual Notes...