ICD-001 Classification Report
Introduction
This page covers the ICD-001 Classification Report.
Contents
Example Size Classification Report
<?xml version="1.0" encoding="utf-8" ?>
<SizeClassificationReport xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns="ICDNAV001-SizeClassificationReport" Start="2012-06-01T14:19:18.6525998+01:00" End="2012-06-01T15:19:18.6525998+01:00" TimePeriod="60">
<Classifications>
<Classification CarriageWayId="3" LaneId="0" SectionId="7" Classification="Short" Count="1" AverageSize="6.556" AverageSpeed="4.999"/>
<Classification CarriageWayId="3" LaneId="0" SectionId="9" Classification="Short" Count="1" AverageSize="9.988" AverageSpeed="5.0186"/>
<Classification CarriageWayId="3" LaneId="1" SectionId="7" Classification="Short" Count="4" AverageSize="7.898" AverageSpeed="10.683"/>
<Classification CarriageWayId="3" LaneId="1" SectionId="9" Classification="Short" Count="13" AverageSize="5.985" AverageSpeed="9.491"/>
</Classifications>
<Occupancy>
<Details CarriageWayId="3" LaneId="0" SectionId="7" Occupancy="0.201"/>
<Details CarriageWayId="3" LaneId="0" SectionId="9" Occupancy="0.005"/>
<Details CarriageWayId="3" LaneId="1" SectionId="7" Occupancy="0.7"/>
<Details CarriageWayId="3" LaneId="1" SectionId="9" Occupancy="0.15"/>
</Occupancy>
</SizeClassificationReport>
Size Classification Report Element
Attribute | Description | Type | Unit |
Start | Date & time at start of recording period | DateTime |  |
End | Date & time at end of recording period | DateTime | Â |
TimePeriod | The time period, in minutes, of the recording period | Integer | Â |
Classifications Element
The classifications element will contain the statistics for each configured section and classification type. If no tracks have passed through the specified section during the reporting period, the classification will be omitted from the list.
Classification Element
Attribute | Description | Type | Unit |
CarriageWayId | Id of carriageway | Integer | Â |
LaneId | Id of Lane (note: this is the user entered Id not the system Id) | Integer | Â |
SectionId | Id of section (note: this is the user entered Id not the system Id) | Integer | Â |
Classification | Classification type from Size Classification plugin | String | Â |
Count | Number of tracks meeting the classification within the section and time period | Integer | Â |
AverageSize | The average size of all tracks meeting the classification within the section and time period | Double | Â |
AverageSpeed | The average speed of all tracks meeting the classification within the section and time period | Double | Â |
Occupancy Element
The optional occupancy element will contain the occupancy details for each configured section.
Details Element
Attribute | Description | Type | Unit |
CarriageWayId | Id of carriageway | Integer | Â |
LaneId | Id of Lane (note: this is the user entered Id not the system Id) | Integer | Â |
SectionId | Id of section (note: this is the user entered Id not the system Id) | Integer | Â |
Occupancy | The percentage occupancy for the given lane/section area to the nearest 0.1% ranged from 0-1 If the section is in a queue state the occupancy value will be set to 1 | Double | Â |
Â
Related Information
-
ICD-001 Track Filter Command (Witness 4.0)
-
ICD-001 Acknowledge Alarm Command (Witness 4.0)
-
ICD-001 Request Status Command (Witness 4.0)
-
ICD-001 Detection Command (Witness 4.0)
-
ICD-001 Update Entity Command (Witness 4.0)
-
ICD-001 System Profile Command (Witness 4.0)
-
ICD-001 External Trigger Command (Witness 4.0)
-
ICD-001 Plugin (Witness 4.0)
-
ICD-001 Command Reply (Witness 4.0)
-
ICD-001 Camera Command (Witness 4.0)
Â