0
1
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 “<” (Ch), “>” (Eh),
“\” (5Ch), “&” (6h) and “,” (Ch), 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=ICV145
Password=panasonic
SDate=005-09-1
SdayOfWeek=MON
STime=08:15
#EDate=005-09-1
#EdayOfWeek=MON
#ETime=0:00
WHoue=7:0
Shift=Patrol
Area=WEST
Source=Car1
# Format of the officer registration file
#
# Identifier=definition_value
#
# Identifier
Length
Description
# FirstName
50
First name
# MiddleName
1
Middle name
# LastName
50
Last name
# ID
50
Identifier of officer
# Password
1
Password. It is desirable to set for administrator certification.
# SDate
10
Service start date YYYY-MM-DD
# SdayOfWeek
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
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 identifier
#
# Definition value
# ASCII character Except < (0xc), > (0xe), \ (0x5c), & (0x6), ..., (0xc)
# control character (0x00 ~ 0x1f), Delete (0x7f)