Installation Guide Part 2
d~ë=jÉíÉê=mêÉé~ê~íáçå=mêçÖê~ã=EdmêÉéF
`ÉääåÉí=d~ë=jçÇìäÉ=~åÇ=jÉíÉê=fåëí~ää~íáçå=dìáÇÉ VJR
; Disables "Re-Program Old" and "MRB" selections, leaving "Inspect",
; "Program New" and "Index Read" modes enabled.
; -------------------------------------------------------------------------
-----
; Operator Port selections are controled by variables:
;
; COM1, COM2, COM3 and COM4
;
; Setting any of these to "No" disables the menu item. The default is
"Yes".
;
; Example:
; COM4=No
; COM3=No
; COM1=Yes
; Disables "COM3" and "COM4" selections, leaving "COM1" and "COM2" enabled.
; -------------------------------------------------------------------------
-----
; MeterID is a pattern string for scanned (or entered) Meter IDs. The
length
; of the pattern gives the number of characters required and each character
; in the pattern corresponds to a character in the Meter ID; if it's:
;
; # - The character must be a decimal digit (0 - 9)
; $ - The character must be alphabetic (A - Z)
; _ - The character must be a blank
; ? - The character may be anything
; All other characters must match exactly.
;
; Note: If MeterID is not given then no pattern matching is done.
;
; Examples:
; MeterID=ABC### - IDs must must be 6 characters long, and start with
; "ABC" followed by 3 digits
; MeterID=Q???##_$$### - IDs must be 12 characters long, start with a "Q",
; followed by any 3 characters, then 2 digits, a
space,
; 2 alphabetic characters, and end with 3 digits.
; MeterID=- IDs are not checked against a prototype, only for
; valid characters.
; -------------------------------------------------------------------------
-----
; ProgramLog is the full path and file name for logging each time a module
is
; programmed. If not given, then no program log file is written.
;
; Examples:
;
; ProgramLog=c:\gprep\program.txt - program.txt in the gprep directory on
drive C:
; ProgramLog=program.txt - program.txt in the GPrep program
directory
; ProgramLog=program - program.txt in the GPrep program
directory
; ProgramLog=- Do not write a program log file
; -------------------------------------------------------------------------
-----
; InspectLog is the full path and file name for logging each time a module
is
; inspected. If not given, then no inspection log file is written.