31
Text Files Used with the Recorder
(continued)
If no definition is provided for a required item (that is, it is
undefined), necessary data is considered to be incomplete
and invalid for registration or testing. Identifiers are not
case sensitive.
All item definition values are character strings consisting
of alphanumeric symbols other than “<” (3Ch), “>” (3Eh),
“\” (5Ch), “&” (26h) and “,” (2Ch), control character codes
00h to 1Fh, and “Delete” character code 7Fh. Characters
(including spaces) following “=” on a line are considered to
be the definition value. Any invalid characters are handled
as spaces. Characters exceeding the maximum character
length are ignored.
Identifiers having no defining characters are considered to
be undefined. For example, if a line contains a “=” followed
by a line feed character, that identifier is considered to be
undefined. If an identifier is multiply defined on different
lines, the last definition line has priority.
•
•
•
Sample Files
Officer data file:
If work day and time data (SDate, EDate, ETime) are not
specified, the time loading the officer data will be the work
start day and time. The work end day and time will be the
day and time after the work time (WHour) elapsed.
If WHour has not be specified, the work hour will be 8 hours.
FirstName=John
#MiddleName=
LastName=Smith
ID=ICV12345
Password=panasonic
SDate=2005-09-12
SdayOfWeek=MON
STime=08:15
#EDate=2005-09-12
#EdayOfWeek=MON
#ETime=20:00
WHoue=7:30
Shift=Patrol
Area=WEST
Source=Car123
# Format of the ofcer registration le
#
# Identier=denition_value
#
# Identier Length Description
# FirstName 50 First name
# MiddleName 1 Middle name
# LastName 50 Last name
# ID 50 Identier of ofcer
# Password 12 Password. It is desirable to set for administrator certication.
# SDate 10 Service start date YYYY-MM-DD
# SdayOfWeek 3 Service start day of week SUN/MON/TUE/WED/THU/FRI/SAT
# STime 5 Service start time hh:mm
# EDate 10 Service end date YYYY-MM-DD
# EdayOfWeek 3 Service end day of week SUN/MON/TUE/WED/THU/FRI/SAT
# ETime 5 Service end time hh:mm
# WHour 5 Service Time hh:mm
# Shift 50 The name of service
# Area 50 Regional name
# Source 50 Vehicles identier
#
# Denition value
# ASCII character Except < (0x3c), > (0x3e), \ (0x5c), & (0x26), ..., (0x2c)
# control character (0x00 ~ 0x1f), Delete (0x7f)