T600 Tag Tester
DOC#:
UM 360420-835
REVISION F
Page 42 of 55
© Kapsch TrafficCom Canada Inc. 2022
These drawings and specifications contain confidential and proprietary information and are the property of Kapsch TrafficCom Canada Inc. and are issued in strict confidence
and will be kept confidential and used solely for the purpose intended and for no other purpose and shall not be transmitted, reproduced, copied, and/or used as the basis for
manufacture or sale of apparatus unless otherwise agreed to in writing by Kapsch TrafficCom Canada Inc.
FILE: UM 360420-835 REV F, T600 OPERATOR AND MAINTENANCE MANUAL.DOCX 03/28/2022 3:02
Kapsch TrafficCom
Open Microsoft WordPad.
In WordPad, open T600Cfg.xml.
Note
:
T600Cfg.xml
is located in the same directory as the executable
T600TagTester.exe
.
To specify the tag serial number range for FME model, go to the appropriate Agency ID to make the changes. Refer
to the Examples below.
On the line with Tag Model="FME", change the field value of
SerialNum_Start
and
SerialNum_End
to the start
and end of the tag serial number which are non-zero for the FME model respectively.
Note
: If there are multiple serial number ranges, use multiple lines with each line specifying one number range.
Click
Save
in WordPad to save the file
Restart T600 application, T600TagTester.exe, for the new settings to take effect.
Note
: If the agency mapping file is not found, or corrupted when the application starts, a new file will be generated
with
“0” as the default value of
SerialNum_Start
and
SerialNum_End
for the FME model for all agencies. This
means that all tags with type# 2 will be identified as the old model LPT which is NOT supported in T600 and cannot
be tested.
Examples
Example 1: The default serial number range of
“0” on both G4E and FME for agency "Kapsch" will have all tags of
type#0 and type#2 identified as the old model, FPT (G3B)and LPT respectively.
<Agency ID="0" Name="Kapsch">
<Tag Model="G4E" SerialNum_Start="0" SerialNum_End="0" />
<Tag Model="FME" SerialNum_Start="0" SerialNum_End="0" />
</Agency>
Example 2: Change serial number range to full range with start at
“1” and end at “16777215” on both G4E and FME
for agency "Kapsch" will have all tags of type#0 and type#2 identified as the new model, Interior OBU (G4E) and
Exterior OBU (FME) respectively.
<Agency ID="0" Name="Kapsch">
<Tag Model="G4E" SerialNum_Start="1" SerialNum_End="16777215" />
<Tag Model="FME" SerialNum_Start="1" SerialNum_End="16777215" />
</Agency>
Example 3: If serial number range for a particular model is not contiguous, specify the range start and end number.
In the following example,
FPT (G3B) : 1 - 99999, 200001 - 399999
Interior OBU (G4E) : 100000 - 200000, 400000 - 16777215
LPT : 1 - 49999, 80001 - 89999
Exterior OBU (FME) : 50000 - 80000, 90000 - 16777215
<Agency ID="0" Name="Kapsch">
<Tag Model="G4E" SerialNum_Start="100000" SerialNum_End="200000" />
<Tag Model="G4E" SerialNum_Start="400000" SerialNum_End="16777215" />
<Tag Model="FME" SerialNum_Start="50000" SerialNum_End="80000" />
<Tag Model="FME" SerialNum_Start="90000" SerialNum_End="16777215" />
</Agency>