EP1908026A1 - Procede de gestion de donnees d'un enregistreur de donnees de navigation d'un vehicule - Google Patents

Procede de gestion de donnees d'un enregistreur de donnees de navigation d'un vehicule

Info

Publication number
EP1908026A1
EP1908026A1 EP06763974A EP06763974A EP1908026A1 EP 1908026 A1 EP1908026 A1 EP 1908026A1 EP 06763974 A EP06763974 A EP 06763974A EP 06763974 A EP06763974 A EP 06763974A EP 1908026 A1 EP1908026 A1 EP 1908026A1
Authority
EP
European Patent Office
Prior art keywords
component
vehicle traveling
vdr
data recorder
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
EP06763974A
Other languages
German (de)
English (en)
Inventor
Bao Tang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Continental Automotive GmbH
Original Assignee
Siemens AG
Siemens VDO Automotive AG
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens AG, Siemens VDO Automotive AG filed Critical Siemens AG
Publication of EP1908026A1 publication Critical patent/EP1908026A1/fr
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C5/00Registering or indicating the working of vehicles
    • G07C5/08Registering or indicating performance data other than driving, working, idle, or waiting time, with or without registering driving, working, idle or waiting time
    • G07C5/0841Registering performance data
    • G07C5/085Registering performance data using electronic data carriers
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C5/00Registering or indicating the working of vehicles
    • G07C5/008Registering or indicating the working of vehicles communicating information to a remotely located station

Definitions

  • This invention relates to a method for managing data, and more particularly, to a method for managing data of a vehicle traveling data recorder data management system.
  • VDRDMS vehicle traveling data recorder data management system
  • Smart Card Component a functional entity responsible for communicating with a card reader and a smart card
  • vehicle traveling data recorder (VDR) Communication Component a functional entity responsible for providing communication between different components
  • User Interface Component a component for interacting between a terminal user and the vehicle traveling data recorder (VDR) system.
  • VDR vehicle traveling data recorder
  • the system Since the original vehicle traveling data recorder (VDR) device has been removed, the system will inform the user interface component that this data-reading operation cannot be performed. At this time the user interface has to update its status, then the terminal user can perform the previous operation once again to read data from the new vehicle traveling data recorder (VDR) device. That is to say, after the replacement of a vehicle traveling data recorder (VDR) device, the user has to click twice every time to be able to read data from a new vehicle traveling data recorder (VDR) device, and the delayed information updating causes inconveniency to the users.
  • VDR vehicle traveling data recorder
  • a method for managing data of a vehicle traveling data recorder in which, firstly, a mediator component is set in a vehicle traveling data recorder data management system (VDRDMS) , the mediator component is connected to a smart card component, a vehicle traveling data recorder (VDR) communication component, a database component and a user interface component, and each said component communicates with said other components through said mediator component; secondly, the attributes of said mediator component, said smart card component, said vehicle traveling data recorder (VDR) communication component, said database component and said user interface component are set as active attributes.
  • VDRDMS vehicle traveling data recorder data management system
  • a process, a set of state variables and a message queue are set for each said component, said process of each component maintains the state variables of the same component, and when any state variable of any said component changes, that component sends a message to inform said mediator component, which message is stored in the message queue of said mediator component, then said mediator component sends a message to inform the other components relevant to that component.
  • the process of any other component responds to a message from the message queue of that component, and which message comes from said mediator component or that component itself.
  • a message from said mediator component has a higher priority than a message from that component itself.
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • At least one slice command is set in the communication protocol, which slice command includes a data beginning identifier and a data length identifier.
  • Said slice command is an upload speed command of the vehicle traveling data recorder (VDR) .
  • a head is added in the data block of at least one command in said command protocol, which head includes a data beginning identifier and a data length identifier.
  • the command in said communication protocol is an upload speed command of the vehicle traveling data recorder (VDR) .
  • the length of the data beginning identifier and data length identifier is 2 bytes respectively.
  • the key point of this invention is that the attributes of the mediator component, smart card component, vehicle traveling data recorder (VDR) communication component, database component and user interface component in the vehicle traveling data recorder data management system (VDRDMS) are all set as active attributes .
  • Fig. 1 is an illustrating diagram of the system structure of a vehicle traveling data recorder.
  • Fig. 2 is an illustrating diagram of the method for managing data of a vehicle traveling data recorder in this invention.
  • VDRDMS vehicle traveling data recorder data management system
  • VDR vehicle traveling data recorder
  • COM RS232 port serial port
  • USB port USB port
  • smart card component such as a driver card or a company card
  • a user-friendly graphic interface provides to a user data communication, data display
  • VDR communication component and the smart card component are device-related software components. Due to the introduction of a mediator component into the vehicle traveling data recorder data management system (VDRDMS) by this invention, the other components such as the vehicle traveling data recorder (VDR) communication component, the smart card component, the database component and the user interface component, all communicate via the mediator component, therefore the mediator component plays the role of a control logic component.
  • VDRDMS vehicle traveling data recorder data management system
  • the active object mode is used in the vehicle traveling data recorder (VDR) software system.
  • VDR vehicle traveling data recorder
  • the so-called active object is considered in contrast with a passive object, where the initiation and execution of a process in the passive object is within the same thread, so the initiation of the process in the passive object is synchronized and blocked, and the ordinary objects all belong to the passive ones; while the initiation and execution of a process in an active object are separated and an active object has its own independent execution thread, the initiation of a process in an active object is made by another thread, but the process is executed by its own thread, therefore the initiation of an active object's process is asynchronized and non-blocking.
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • a mediator component is set in a vehicle traveling data recorder data management system (VDRDMS), and the smart card component, vehicle traveling data recorder (VDR) communication component, database component and user interface component in the vehicle traveling data recorder data management system (VDRDMS) are connected, via the mediator component, to the other components respectively.
  • the components have many attributes, such as mobility, reliability and scalability, and according to this invention, these attributes of said mediator component and said other components are set as active attributes.
  • VDR vehicle traveling data recorder
  • the process of the vehicle traveling data recorder (VDR) communication component will detect this change, and will update the corresponding state of the vehicle traveling data recorder (VDR) communication component to "disconnected”; on the other hand, when another vehicle traveling data recorder (VDR) device is connected, the process of the vehicle traveling data recorder (VDR) communication component will detect this change, and will update the corresponding state of the vehicle traveling data recorder (VDR) communication component to "connected”.
  • the vehicle traveling data recorder (VDR) communication component sends a message to inform the mediator component that the vehicle traveling data recorder (VDR) communication component's state is "disconnected” or "connected", and this message is kept in the message queue of the mediator component.
  • the mediator component decides which relevant components should be informed. Furthermore, the component relevant to the vehicle traveling data recorder (VDR) communication component is the user interface component, so the mediator component sends a message to inform the user interface component, and this message is kept in the message queue of the user interface component.
  • the process of the user interface component receives the message sent from the mediator component, it updates its own state, which is shown by the fact that an originally clickable button now changes to non- clickable (when the corresponding state in the vehicle traveling data recorder (VDR) communication component is updated to "disconnected”) or an originally non-clickable button now changes to clickable (when the corresponding state in the vehicle traveling data recorder (VDR) communication component is updated to "connected”) .
  • the vehicle traveling data recorder (VDR) device After the vehicle traveling data recorder (VDR) device has been connected to the PC via a serial port, due to the fact that the attributes of the vehicle traveling data recorder (VDR) communication component are set to active attributes, even if there is no instruction from the terminal user, it would actively upload data from the vehicle traveling data recorder (VDR) device to the PC.
  • the uploaded data would be stored first in the buffer area set for the data in the vehicle traveling data recorder (VDR) communication component, and when the mediator component requests the data (for example, when the terminal user requests to view the data) , the vehicle traveling data recorder (VDR) communication component would send the data to the mediator component, and the mediator component in turn would send the data to a corresponding user interface component.
  • the data in the buffer area of the vehicle traveling data recorder (VDR) communication component will go on being kept there, just like keeping a backup set locally for the data sent to the mediator component.
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • the process of the vehicle traveling data recorder (VDR) communication component responds to the messages in its own message queue.
  • a message may come not only from the mediator component (called as an external message) , but also from the vehicle traveling data recorder (VDR) communication component itself (called as an internal message) .
  • the mediator component may request via a message to read the speed data for the last 360 hours, and the vehicle traveling data recorder (VDR) communication component may also request via a message to read the complete logging session data.
  • its priority level is below that of the message from the mediator component.
  • the second embodiment of this invention is about the time spent during the process of uploading speed data from the vehicle traveling data recorder (VDR) device to the PC.
  • VDR vehicle traveling data recorder
  • the message coming from the mediator component has a priority lever higher than that of the message coming from the vehicle traveling data recorder (VDR) communication component itself, therefore the message from the mediator component should be executed first.
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • a sliced upload speed command is added in the original communication protocol. Since the upload speed command is set as a slice command, the slice command includes a data beginning identifier and a data length identifier.
  • a head is added to the data block of the original upload speed command in said communication protocol, which head includes a data beginning identifier and a data length identifier. The data beginning identifier and data length identifier are in 2 bytes respectively.
  • VDR vehicle traveling data recorder
  • the time for the process to respond to the message is Pi; and for this external message, if all the upload data are in the local (PC) buffer area, the time for the process to respond to the message is Ci, and it is know that Ci ⁇ Pi.
  • VDR vehicle traveling data recorder
  • VDR vehicle traveling data recorder
  • the time interval is BT, in the worst case when none of the data are in the local buffer area, the maximum responding time to this external message would be BT+Pi.
  • VDR vehicle traveling data recorder
  • the response time by the process may sometimes be BT+Pi, but as the connection time becomes longer and longer, the occurrences for the response time by the process to be BT+Pi would be fewer and fewer, and the occurrences of Ci would be more and more, until the time that all the data of vehicle traveling data recorder (VDR) device have been uploaded and the process response time would always be Ci.
  • VDR vehicle traveling data recorder

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Traffic Control Systems (AREA)

Abstract

L'invention concerne un procédé de gestion de données d'un enregistreur de données de navigation d'un véhicule (VDR). Premièrement, un composant de médiation est installé dans le système de gestion de données de l'enregistreur de données de navigation d'un véhicule (VDRDMS). Le composant de médiation est connecté à un composant de carte intelligente, à un composant de communication de l'enregistreur de données de navigation d'un véhicule (VDR), à un composant de base de données et à un composant d'interface utilisateur. Chacun des composants communiquent les uns avec les autres par l'intermédiaire du composant de médiation. Deuxièmement, les attributs du composant de médiation, du composant de carte intelligente, du composant de communication de l'enregistreur de données de navigation d'un véhicule (VDR), du composant de base de données et du composant d'interface utilisateur sont définis en tant qu'attributs actifs. Un processus, un ensemble de variables d'état, une file d'attente de messages et un ensemble de tampons sont déterminés pour les attributs actifs de chacun des composants. Un identificateur de début des données et un identificateur de la longueur des données sont ajoutés dans une commande de vitesse en amont. Le procédé de cette invention augment la vitesse de réponse du système d'enregistrement de données de navigation d'un véhicule (VDR), et évite le problème du blocage à point unique. Ce procédé peut également informer à temps les autres composants quand l'état de l'un d'entre eux change.
EP06763974A 2005-06-30 2006-06-30 Procede de gestion de donnees d'un enregistreur de donnees de navigation d'un vehicule Ceased EP1908026A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNB200510080215XA CN100449550C (zh) 2005-06-30 2005-06-30 一种车辆行驶记录仪管理数据的方法
PCT/EP2006/063713 WO2007003586A1 (fr) 2005-06-30 2006-06-30 Procede de gestion de donnees d'un enregistreur de donnees de navigation d'un vehicule

Publications (1)

Publication Number Publication Date
EP1908026A1 true EP1908026A1 (fr) 2008-04-09

Family

ID=36928641

Family Applications (1)

Application Number Title Priority Date Filing Date
EP06763974A Ceased EP1908026A1 (fr) 2005-06-30 2006-06-30 Procede de gestion de donnees d'un enregistreur de donnees de navigation d'un vehicule

Country Status (4)

Country Link
EP (1) EP1908026A1 (fr)
CN (1) CN100449550C (fr)
BR (1) BRPI0613073A2 (fr)
WO (1) WO2007003586A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164883A (zh) * 2011-12-16 2013-06-19 上海博泰悦臻电子设备制造有限公司 汽车安全黑匣子装置
CN103164885B (zh) * 2011-12-16 2016-10-12 上海博泰悦臻电子设备制造有限公司 驾车行为控制系统
CN104035363A (zh) * 2014-05-28 2014-09-10 湖南三一路面机械有限公司 一种车载记录管理系统及其管理方法
AU2016280664B2 (en) * 2015-06-15 2020-07-23 Assa Abloy Ab Credential cache

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0825568A2 (fr) * 1996-08-19 1998-02-25 Data Tec Co., Ltd. Enregistreur de la conduite d'un véhicule, analyseur de la conduite d'un véhicule, et support de mémorisation
WO1998047109A1 (fr) * 1997-04-17 1998-10-22 Stage Iii Technologies, L.C. Dispositif d'enregistrement, de localisation, et de transmission de donnees relatives a l'accident d'un vehicule

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7046638B1 (en) * 2000-10-12 2006-05-16 Robert Bosch Gmbh Wireless access to closed embedded networks
CN100339859C (zh) * 2001-08-10 2007-09-26 株式会社智卡平 采集车辆数据并诊断车辆的系统和方法
EP1293937A1 (fr) * 2001-09-17 2003-03-19 Koninklijke KPN N.V. Système de médiateur des services pour véhicules et des voyageurs de véhicules dans un réseau de circulation
US20050066371A1 (en) * 2003-09-19 2005-03-24 Bin Lu Mobile digital security system and method
US6978198B2 (en) * 2003-10-23 2005-12-20 General Motors Corporation System and method to load vehicle operation software and calibration data in general assembly and service environment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0825568A2 (fr) * 1996-08-19 1998-02-25 Data Tec Co., Ltd. Enregistreur de la conduite d'un véhicule, analyseur de la conduite d'un véhicule, et support de mémorisation
WO1998047109A1 (fr) * 1997-04-17 1998-10-22 Stage Iii Technologies, L.C. Dispositif d'enregistrement, de localisation, et de transmission de donnees relatives a l'accident d'un vehicule

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2007003586A1 *

Also Published As

Publication number Publication date
CN1889082A (zh) 2007-01-03
WO2007003586A1 (fr) 2007-01-11
BRPI0613073A2 (pt) 2010-12-21
CN100449550C (zh) 2009-01-07

Similar Documents

Publication Publication Date Title
US5146561A (en) Communication network data manager system
US6941429B1 (en) System and method for improving performance of a data backup operation
JPH10171681A (ja) オブジェクト指向装置管理システム
CN104471523A (zh) 计算机系统及其控制方法
CN105045533A (zh) 适用于双控高可用存储系统的磁盘心跳收发方法
EP1908026A1 (fr) Procede de gestion de donnees d'un enregistreur de donnees de navigation d'un vehicule
US20230229571A1 (en) Data Storage Method and Device
JP4700204B2 (ja) ストレージ管理データ制御システム
US20020186400A1 (en) Printing system and print control apparatus and method
EP0409604A2 (fr) Procédé de traitement au moyen duquel un fonctionnement en continu de programme de commande de communication est obtenu
US5206937A (en) Data communication system having plural stations connected to a single transmission path
CN106789191A (zh) 一种分布式部署服务进程自动重启方法及装置
US5734918A (en) Computer system with an input/output processor which enables direct file transfers between a storage medium and a network
US7240043B2 (en) Method of controlling storage control apparatus, storage control apparatus, and computer readable program for controlling the same
US7171465B1 (en) Method for determining a server computer which carried out a process most recently, and high availability computer system
CN108011751B (zh) 一种机载FlexRay通信接口装置与方法
CN112416656A (zh) 一种用于车站应用服务器的数据离线存储方法
CN111414130B (zh) 计算节点系统及其数据获取方法以及电子设备
JP2000267703A (ja) プログラマブルコントローラ
CN101300535A (zh) 数据处理装置及其运行方法
CN113094110B (zh) 一种串口数据过滤的方法和系统
JPH1188647A (ja) ファクシミリ装置の制御方法
JP2008219445A (ja) 保守用カスタマイズメモリ管理システムおよび方法
JP2508612B2 (ja) タイムレコ―ダ
JP2699826B2 (ja) ダウンロードによる端末時刻自動更新方式

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20080130

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): DE FR SE

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: SIEMENS VDO AUTOMOTIVE AG

RBV Designated contracting states (corrected)

Designated state(s): DE FR SE

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: CONTINENTAL AUTOMOTIVE GMBH

DAX Request for extension of the european patent (deleted)
17Q First examination report despatched

Effective date: 20100504

RIC1 Information provided on ipc code assigned before grant

Ipc: G07C 5/00 20060101AFI20101129BHEP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R003

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20121005