资源描述
公安交通集成指挥平台通信协议交通设施管理系统
ICS93.080.79
Q 87
GA
中华人民共和国公共安全行业标准
GA/T 1049.8—2014
公安交通集成指挥平台通信协议
第8部分:交通设施管理系统
Communication protocol for integrated road traffic command platform— Part 8:Traffic facilities management system
2014-03-24发布
中华人民共和国公安部发布
2014-05-01实施
GA/T 1049.8—2014
目次
前言 II
1 范围 1
2 规范性引用文件 1
3 术语与定义 1
4 通用技术要求 2
5 数据对象 3
附录A(资料性附录) XML纲要 8
附录B(规范性附录) 交通设施管理系统数据对象定义 22
参考文献 27
前言
GA/T 1049《公安交通集成指挥平台通信协议》分为以下部分:
——第1部分:总则;
——第2部分:交通信号控制系统;
——第3部分:交通视频监视系统;
——第4部分:交通流信息采集系统;
——第5部分:交通违法监测记录系统;
——第6部分:交通信息发布系统;
——第7部分:警用车辆与单警定位系统;
——第8部分:交通设施管理系统;
——第9部分:交通事件采集系统;
——第10部分:机动车缉查布控系统;
——第11部分:部省市三级指挥平台;
……
本部分为GA/T 1049的第8部分。
本部分按照GB/T 1.1—2009给出的规则起草。
本部分由公安部道路交通管理标准化技术委员会提出并归口。
本部分负责起草单位:公安部交通管理科学研究所。
本部分参加起草单位:无锡华通智能交通技术开发有限公司、北京易华录信息技术股份有限公司。
本部分主要起草人:张雷元、顾金刚、王建强、徐棱、方艾芬、何广进、树爱兵、宋波、代磊磊、冯一鸣。
55
公安交通集成指挥平台通信协议
第8部分:交通设施管理系统
1 范围
GA/T 1049的本部分规定了公安交通集成指挥平台与交通设施管理系统信息层之间的通信协议。
本部分适用于公安交通集成指挥平台、交通设施管理系统的设计和开发。
2 规范性引用文件
下列文件对于本文件的应用是必不可少的。凡是注日期的引用文件,仅注日期的版本适用于本文件。凡是不注日期的引用文件,其最新版本(包括所有的修改单)适用于本文件。
GA/T 16.33—2012 道路交通管理信息代码 第33部分:交通违法地点编码规则
GA 380 全国公安机关机构代码编制规则
GA/T 1043—2013 道路交通技术监控设备运行维护规范
GA/T 1049.1—2013 公安交通集成指挥平台通信协议 第1部分:总则
GA/T 1049.2—2013 公安交通集成指挥平台通信协议 第2部分:交通信号控制系统
3 术语与定义
GA/T 1043—2013界定的以及下列术语和定义适用于本文件。
3.1
道路交通安全设施 road traffic safety facility
为保障道路交通安全而设置的设施,包括道路交通标志、交通标线、安全防护和服务设施等。
3.2
道路交通技术监控设备 road traffic monitoring and control equipment
安装在道路或车辆上,用于交通控制、交通信息采集和发布的设备。
[GA/T 1043—2013,定义3.1]
3.3
交通设施 road traffic facility
为保障道路交通有序、安全、畅通而设置的设施,包括道路交通安全设施和道路交通技术监控设备。
3.4
交通设施管理系统 road traffic facility management system
用于交通设施登记、使用状态监控、日常维护维修等管理工作的信息系统。
4 通用技术要求
4.1 一般要求
一般要求见GA/T 1049.1—2013的5.1、5.2和5.3。对数据包的格式和数据内容应进行校验,校验规则参见附录A。
4.2 操作要求
4.2.1 配置参数、运行信息、控制命令的请求应答
由公安交通集成指挥平台发出REQUEST类型数据包进行查询请求,交通设施管理系统发出RESPONSE类型或ERROR类型数据包进行应答。数据包格式如下,其中TDMSCmd对象见5.3。
a)查询请求
<?xml version="1.0" encoding="UTF-8"?>
<Message>
<Version>1.0</Version>
<Token>令牌</Token>
<From><Address><Sys> TICP </Sys><SubSys/><Instance/></Address></From>
<To>目的地址</To>
<Type>REQUEST</Type>
<Seq>序列号</Seq>
<Body>
<Operation order="X" name="Get或Set">
<TDMSCmd>……</TDMSCmd>或<Object>……</Object>
</Operation>
</Body>
</Message>
b)查询应答
<?xml version="1.0" encoding="UTF-8"?>
<Message>
<Version>1.0</Version>
<Token>令牌</Token>
<From>源地址</From>
<To> TICP </To>
<Type>RESPONSE</Type>
<Seq>序列号</Seq>
<Body>
<Operation order="X" name="Get或Set">
<Object>……</Object>
</Operation>
</Body>
</Message>
4.2.2 配置参数、运行信息的主动推送
配置参数、运行信息发生变化时,由交通设施管理系统向公安交通集成指挥平台发送PUSH类型数据包进行通知。主动推送通知使用如下数据包格式:
<?xml version="1.0" encoding="UTF-8"?>
<Message>
<Version>1.0</Version>
<Token>令牌</Token>
<From>源地址</From>
<To><Address><Sys> TICP </Sys><SubSys/><Instance/></Address></To>
<Type>PUSH</Type>
<Seq>序列号</Seq>
<Body>
<Operation Order="X" name="Notify">
<Object>……</Object>
</Operation>
</Body>
</Message>
5 数据对象
5.1 配置参数
5.1.1 逻辑关系结构
交通设施管理系统配置参数中所包含各类参数的逻辑关系结构见图1。
图1 交通设施管理系统参数逻辑关系结构图
5.1.2 系统参数
<SysInfo>
<SysName>系统名称</SysName>
<SysVersion>版本号</SysVersion>
<Supplier>供应商</Supplier>
<RegionIDList>
<RegionID>区域编号</RegionID>
……
</RegionIDList>
</SysInfo>
系统参数对象描述见附录B中B.1.1 。
5.1.3 区域参数
<RegionParam>
<RegionID>区域编号</RegionID>
<RegionName>区域名称</RegionName>
<FacilityIDList>
<!—道路交通管理基础设施编号列表-->
<FacilityID >设施编号</FacilityID >
……
</FacilityIDList >
<DeviceIDList>
<!—道路交通技术监控设备编号列表 -->
<DeviceID>设备编号</DeviceID>
……
</DeviceIDList>
</RegionParam>
区域参数对象描述见附录B中B.1.2。
5.1.4 道路交通安全设施参数
<FacilityParam>
<FacilityID>设施编号</FacilityID>
<FacilityName>名称</FacilityName>
<FacilityCatalog>类型</FacilityCatalog>
<BuildingTime>安装时间</BuildingTime>
<ImageURLList>
<!--图片列表-->
<ImageURL>图片URL</ImageURL>
……
</ImageURLList>
<!--管辖单位-->
<DepartmentID>管辖单位编号</DepartmentID>
<DepartmentName>管辖单位名称</DepartmentName>
<!—安装位置信息-->
<RoadSegID>路段编号</RoadSegID>
<CrossID>路口编号</CrossID>
<Longitude>经度</Longitude>
<Latitude>纬度</Latitude>
<Altitude>高程</Altitude>
<NearbyMarkBuilding>附近标志性建筑</NearbyMarkBuilding>
</FacilityParam>
道路交通安全设施参数对象描述见附录B中B.1.3 。
5.1.5 道路交通技术监控设备参数
<DeviceParam>
<DeviceID>设备编号</DeviceID>
<DeviceName>设备名称</DeviceName>
<DeviceCatalog>设备类型</DeviceCatalog>
<BuildingTime>安装时间</BuildingTime>
<!--图片列表-->
<ImageURLList>
<ImageURL>图片URL</ImageURL>
……
</ImageURLList>
<!--设备管辖单位-->
<DepartmentID>管辖单位编号</DepartmentID>
<DepartmentName>管辖单位名称</DepartmentName>
<!—安装位置信息-->
<LocationID>路口或路段编号</LocationID>
<Longitude>经度</Longitude>
<Latitude>纬度</Latitude>
<Altitude>高程</Altitude>
<NearbyMarkBuilding>附近标志性建筑</NearbyMarkBuilding>
<!—网络通信参数-->
<ConnectionPattern>通讯方式</ConnectionPattern>
<ProtocalType>协议类型</ProtocalType>
<IPParam>
<IPAddress>IP地址</IPAddress>
<Port>端口号</Port>
<Mask>子网掩码</Mask>
<Gate>网关</Gate>
<Type>网络类型</Type>
</IPParam>
<SerialParam>
<SerialPort>串口号</SerialPort>
<Baudrate>波特率</Baudrate>
<DataBits>数据位</DataBits>
<StopBit>停止位</StopBit>
<CheckDigit>奇偶校验位</CheckDigit>
</SerialParam>
</DeviceParam>
道路交通技术监控设备参数对象描述见附录B中B.1.4。
5.2 运行信息
5.2.1 系统状态
<SysState>
<Value>系统状态</Value>
</SysState>
系统状态对象描述见附录B中B.2.1。
5.2.2 交通设施使用状态
<FacilityState>
<FacilityID>交通设施或设备编号</FacilityID>
<Value>状态</Value>
</FacilityState>
交通设施使用状态对象描述见附录B中B.2.2。
5.3 控制命令
<TDMSCmd>
<ObjName>对象的名称</ObjName>
<ID>对象的编号</ID>
<No>索引号</No>
</TDMSCmd>
用于配置参数变更后的自动通知以及对配置参数及运行信息的查询。对象描述见附录B中B.3。
附 录 A
(资料性附录)
XML纲要
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1=" xmlns:ns2=" xmlns=" targetNamespace=" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace=" schemaLocation="./general.xsd"/>
<xs:import namespace=" schemaLocation="./UTCS.xsd"/>
<xs:element name="SysInfo">
<xs:annotation>
<xs:documentation>系统参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SysName" type="xs:string">
<xs:annotation>
<xs:documentation>系统名称</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SysVersion" type="xs:float">
<xs:annotation>
<xs:documentation>版本号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Supplier" type="xs:string">
<xs:annotation>
<xs:documentation>供应商</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="RegionIDList"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RegionParam">
<xs:annotation>
<xs:documentation>区域参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="RegionID"/>
<xs:element name="RegionName">
<xs:annotation>
<xs:documentation>区域名称</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="FacilityIDList"/>
<xs:element ref="DeviceIDList"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="FacilityParam">
<xs:annotation>
<xs:documentation>道路交通安全设施参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="FacilityID"/>
<xs:element name="FacilityName" type="xs:string">
<xs:annotation>
<xs:documentation>设施名称</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FacilityCategory" type="DeviceType">
<xs:annotation>
<xs:documentation>设施类型</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BuildingTime" type="xs:date">
<xs:annotation>
<xs:documentation>设置时间</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="ImageURLList"/>
<xs:element name="DepartmentID" type="xs:string">
<xs:annotation>
<xs:documentation>管辖单位编号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepartmentName" type="xs:string">
<xs:annotation>
<xs:documentation>管辖单位名称</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationID" type="xs:string">
<xs:annotation>
<xs:documentation>路口或路段编号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Longitude" type="xs:string">
<xs:annotation>
<xs:documentation>经度</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Latitude" type="xs:string">
<xs:annotation>
<xs:documentation>纬度</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Altitude" type="xs:string">
<xs:annotation>
<xs:documentation>高程</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NearbyMarkBuilding" type="xs:string">
<xs:annotation>
<xs:documentation>附件标志性建筑</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DeviceParam">
<xs:annotation>
<xs:documentation>道路交通技术监控设备参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="DeviceID"/>
<xs:element name="DeviceName" type="xs:string">
<xs:annotation>
<xs:documentation>设备名称</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeviceCatagory" type="DeviceType">
<xs:annotation>
<xs:documentation>设备类型</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BuildingTime" type="xs:date">
<xs:annotation>
<xs:documentation>设置时间</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="ImageURLList"/>
<xs:element name="DepartmentID" type="xs:string">
<xs:annotation>
<xs:documentation>管辖单位编号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepartmentName" type="xs:string">
<xs:annotation>
<xs:documentation>管辖单位名称</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationID" type="xs:string">
<xs:annotation>
<xs:documentation>路口或路段编号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Longitude" type="xs:string">
<xs:annotation>
<xs:documentation>经度</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Latitude" type="xs:string">
<xs:annotation>
<xs:documentation>纬度</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Altitude" type="xs:string">
<xs:annotation>
<xs:documentation>高程</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConnectionPattern" type="ConnectionPattern">
<xs:annotation>
<xs:documentation>通讯连接方式</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProtocalType" type="ProtocalType">
<xs:annotation>
<xs:documentation>协议类型</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="IPParam"/>
<xs:element ref="SerialParam"/>
<xs:element name="NearbyMarkBuilding" type="xs:string">
<xs:annotation>
<xs:documentation>附件标志性建筑</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IPParam">
<xs:annotation>
<xs:documentation>网络通讯参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="IPAddress" type="xs:string">
<xs:annotation>
<xs:documentation>IP地址</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Port" type="xs:integer">
<xs:annotation>
<xs:documentation>端口号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Mask" type="xs:string">
<xs:annotation>
<xs:documentation>子网掩码</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Gate" type="xs:string">
<xs:annotation>
<xs:documentation>网关</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Type" type="NetworkType">
<xs:annotation>
<xs:documentation>网络类型</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SerialParam">
<xs:annotation>
<xs:documentation>串口通讯参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SerialPort" type="xs:string">
<xs:annotation>
<xs:documentation>串口号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Baudrate" type="xs:integer">
<xs:annotation>
<xs:documentation>波特率</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DataBits" type="xs:integer">
<xs:annotation>
<xs:documentation>数据位</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StopBit" type="xs:integer">
<xs:annotation>
<xs:documentation>停止位</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CheckDigit" type="xs:integer">
<xs:annotation>
<xs:documentation>奇偶校验位</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SysState">
<xs:annotation>
<xs:documentation>系统状态</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Value" type="ns2:DictLineState">
<xs:annotation>
<xs:documentation>系统状态</xs:do
展开阅读全文