EP1927085A1 - Datenverarbeitungsanlage und verfahren zum betrieb - Google Patents

Datenverarbeitungsanlage und verfahren zum betrieb

Info

Publication number
EP1927085A1
EP1927085A1 EP06793467A EP06793467A EP1927085A1 EP 1927085 A1 EP1927085 A1 EP 1927085A1 EP 06793467 A EP06793467 A EP 06793467A EP 06793467 A EP06793467 A EP 06793467A EP 1927085 A1 EP1927085 A1 EP 1927085A1
Authority
EP
European Patent Office
Prior art keywords
memory
seq
event
data processing
lin
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.)
Withdrawn
Application number
EP06793467A
Other languages
German (de)
English (en)
French (fr)
Inventor
Andreas Lindinger
Horst NÄTHER
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 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 VDO Automotive AG filed Critical Siemens VDO Automotive AG
Publication of EP1927085A1 publication Critical patent/EP1927085A1/de
Withdrawn 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

Definitions

  • the invention relates to a data processing system, in particular a tachograph for a motor vehicle, with a controller and a memory.
  • a method for operating a data processing system of the type mentioned is the subject of the invention.
  • the invention has set itself the task to better ensure a traceability of the emergence of errors in the operation of a data processing system.
  • the memory is designed as a drain memory and the controller is designed such that the processes of the tachograph are logged in a flow memory, the drain memory has at least one ring memory, which is organized circularly and is designed such that the oldest entry is overwritten by the newest entry.
  • a method according to claim 4 for eliminating the disadvantages of the prior art is in side order proposed.
  • the decisive advantage of the invention lies in the fact that a multiplicity of run-off events can be logged in the process memory according to the invention, which possibly are harbingers of a significant error, and nevertheless the size of the memory does not have to exceed economically sensible limits even during prolonged operation of the system.
  • the size of the entire sequence memory can be selected such that it is always possible to sufficiently adequately document a sufficient time before any significant error.
  • a particularly reliable traceability of error generation offers the invention, when the corresponding memory is completely as Drain memory is formed. In this case, the drain memory forms its own hardware module and is thus sufficiently decoupled from the possibly faulty function of other components of the system.
  • Particularly useful is an embodiment of the drain memory according to the invention, if at least part of it is linearly organized.
  • Such a linear memory prevents the overwriting of particularly significant event information, which are preferably permanently stored in it.
  • errors or irregularities occurring in the process according to the invention caused by a controller can be permanently registered.
  • Run-time benefits have a coordinated writing of different functional modules of events that log the flow into the flow memory.
  • an entry may also comprise a text describing the event in more detail, which additionally simplifies the interpretation of the contents of the sequence memory.
  • the sequence memory additionally comprises the function of a debuggers, in addition to the tamper-evident function.
  • Each entry contains a record type that documents what type of event it is in the recorded.
  • a particularly advantageous breakdown of events in recording types results when a first assignment of the recording type to the
  • a classification of events in record types also has the advantage that the recording of events from the ring buffer to the linear memory can change if the record type indicates that the event to be recorded has some significance. In this way, significant events are also documented in critical functional states.
  • the linear memory has a certain storage volume. If the controller encounters the same limits when recording events in the linear memory, the entry other events is aborted.
  • Indicates writing position pointer In particular, if the contents of the sequence memory can be read out via an interface, it makes sense to hold the last reading position by means of a reading reading pointer, so that in close successive analyzes of the processes, for example as part of the elimination of programming errors, not always the full contents of the process memory time-consuming must be read. For this purpose, it is particularly useful that in the event that the last write operations have taken place in the ring memory, the data is read from the last reading position to the current writing position and in the event that the last write operations in the linear memory have taken place, the entire contents of the sequence memory is read out.
  • the ring memory differs from the linear memory in that the addressing order of the individual memory locations leads to those with the most significant address followed by those with the least significant address, so that the actually physically linear memory is cyclically rewritten over and over again and therefore never becomes full reached a limit. So that the ring memory and the entries coming from the linear memory can be perfectly identified even after the read-out, it makes sense if entries entered in the linear memory have a separate identification.
  • Figure 1 is a schematic representation of the invention.
  • FIG. 1 shows a digital tachograph DTCO which has a sequence memory SEQ according to the invention as part of a memory MEM.
  • the DTCO tachograph includes a Control CPU, which coordinates the sequences of the tachograph DTCO in general and the reading and writing of the sequence memory SEQ in particular
  • the sequence memory SEQ is composed of a ring memory RNG and a linear memory LIN.
  • the ring buffer RNG is described by the controller CPU in such a way that a respective newest entry NER is overwritten by the respectively oldest entry OER, if a complete assignment has already taken place once.
  • entries are sequentially filed among the addresses, with the oldest entry OEL in the linear memory at the least significant address and the newest entry NEL in the linear memory at the most significant occupied address.
  • the entries document various events E which occur during the operation of individual function modules FM1, FM2.
  • the ring memory RNG is separated from the linear memory LIN in the sense of a separation mark DRL, wherein the separation mark DRL can be shifted by the control CPU as required. In this way, the fixed storage volume VOL of
  • Sequence memory SEQ be used optimally.
  • the individual entries of events E each comprise a timestamp TSP, a record type ETY, a feature MOD identifying feature MOD, an event number ENR, a line number CNR in which a corresponding program code was executed on occurrence of the event, and a description ETX of the event ,
  • Record type ETY documents the type of event E that is recorded.
  • the record type ETY can have different classifying assignments FO1-FO6, which according to their final number have the following meanings: documentation of what the system was doing or in what state it was shifted (FO1), documentation of a state that points to an error (FO2 ), Documentation of an error whose effects are limited to a single module (F03), documentation of an error that requires a reboot of the entire system (F04), documentation of an error, which can only be remedied by means of an immediate system start (F05) and documentation, which is no longer possible to continue operation (F06).
  • the control CPU causes the event E to no longer be entered in the ring buffer RNG but instead into the linear memory LIN.
  • the subsequent events E are also entered in the linear memory LIN until it is completely occupied and the entry of events E is aborted.
  • the tachograph DTCO For reading out the recordings from the sequence memory SEQ, the tachograph DTCO has an interface IF. To speed up the writing and reading operations, the sequence memory is provided with a writing position indicator WI and a reading position indicator RI. If a plurality of read requests are carried out in quick succession, the interface IF transmits only the data volume beginning with the read position indicator RI up to the write position indicator WI. Subsequently, the
  • Reading position indicator updated so that a position is identical to the writing position indicator WI.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Retry When Errors Occur (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
EP06793467A 2005-09-19 2006-09-12 Datenverarbeitungsanlage und verfahren zum betrieb Withdrawn EP1927085A1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE102005044703A DE102005044703A1 (de) 2005-09-19 2005-09-19 Datenverarbeitungsanlage und Verfahren zum Betrieb
PCT/EP2006/066300 WO2007033923A1 (de) 2005-09-19 2006-09-12 Datenverarbeitungsanlage und verfahren zum betrieb

Publications (1)

Publication Number Publication Date
EP1927085A1 true EP1927085A1 (de) 2008-06-04

Family

ID=37269830

Family Applications (1)

Application Number Title Priority Date Filing Date
EP06793467A Withdrawn EP1927085A1 (de) 2005-09-19 2006-09-12 Datenverarbeitungsanlage und verfahren zum betrieb

Country Status (7)

Country Link
US (1) US20080262674A1 (ja)
EP (1) EP1927085A1 (ja)
JP (1) JP2009509256A (ja)
CN (1) CN101268495A (ja)
DE (1) DE102005044703A1 (ja)
RU (1) RU2008115461A (ja)
WO (1) WO2007033923A1 (ja)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102007049510A1 (de) 2007-10-15 2009-04-16 Continental Automotive Gmbh Verfahren zum Betreiben einer Datenverarbeitungsvorrichtung und Datenverarbeitungsvorrichtung
JP4803168B2 (ja) 2007-12-12 2011-10-26 トヨタ自動車株式会社 車両用情報記憶装置
DE102008010628A1 (de) * 2008-02-22 2009-08-27 Daimler Ag Verfahren zum Erfassen von Diagnosedaten in einem Kraftfahrzeug mittels eines flüchtigen Ringspeichers und anschließender Datenreduktion in einen nichtflüchtigen Speicher
DE102008024920A1 (de) * 2008-05-23 2009-12-10 Egger, Kurt Vorrichtung und Verfahren zur digitalen Fahrtaufzeichnung von Fahrzeugen
CN102142161B (zh) * 2011-04-06 2012-10-03 北京全路通信信号研究设计院有限公司 对列车自动防护系统记录数据进行处理的方法及装置
DE102015121178A1 (de) * 2015-12-04 2017-06-08 Endress + Hauser Gmbh + Co. Kg Verfahren zum Abspeichern von Messdatenpaketen in einem Feldgerät

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE8404844U1 (de) * 1984-02-17 1991-12-19 Licentia Patent-Verwaltungs-Gmbh, 6000 Frankfurt Unfalldatenschreiber
US5155693A (en) * 1990-09-05 1992-10-13 Hewlett-Packard Company Self documenting record of instrument activity and error messages stamped with date and time of occurrence
DE4136968C1 (ja) * 1991-11-11 1992-11-12 Mannesmann Kienzle Gmbh, 7730 Villingen-Schwenningen, De
DE4218397A1 (de) * 1992-06-04 1993-12-09 Mannesmann Kienzle Gmbh Einrichtung zur Kurzwegregistrierung für Kraftfahrzeuge
DE19650236A1 (de) * 1996-12-04 1998-06-10 Mannesmann Vdo Ag Verfahren zur Speicherung unfallbezogener Daten mit einem Unfalldatenspeicher
JP3743211B2 (ja) * 1999-05-28 2006-02-08 トヨタ自動車株式会社 車輌用データ記録装置
DE10029401A1 (de) * 2000-06-15 2001-12-20 Pascal Munnix Verfahren zum ereignisbedingten Abspeichern von Fahrzeugsystemdaten
DE10050243B4 (de) * 2000-10-11 2010-01-14 Volkswagen Ag System zur Diagnose- und/oder Unfallhergangsdokumentation für Fahrzeuge, insbesondere Kraftfahrzeuge
JP2003134427A (ja) * 2001-10-19 2003-05-09 Matsushita Electric Ind Co Ltd 車両用ドライブレコーダ
DE10360125A1 (de) * 2003-12-20 2005-07-21 Daimlerchrysler Ag Datenloggin in einem Kraftfahrzeug
JP2005166072A (ja) * 2005-02-07 2005-06-23 Fujitsu Ten Ltd 運転記録装置

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
WO2007033923A1 (de) 2007-03-29
JP2009509256A (ja) 2009-03-05
US20080262674A1 (en) 2008-10-23
RU2008115461A (ru) 2009-10-27
CN101268495A (zh) 2008-09-17
DE102005044703A1 (de) 2007-03-29

Similar Documents

Publication Publication Date Title
DE102008015352B4 (de) Verfahren zum Aufzeichnen von Daten und Datenaufzeichnungssystem
WO2007033923A1 (de) Datenverarbeitungsanlage und verfahren zum betrieb
DE102013102327B3 (de) Feldgerät
DE102015210651B4 (de) Schaltung und Verfahren zum Testen einer Fehlerkorrektur-Fähigkeit
DE102008010628A1 (de) Verfahren zum Erfassen von Diagnosedaten in einem Kraftfahrzeug mittels eines flüchtigen Ringspeichers und anschließender Datenreduktion in einen nichtflüchtigen Speicher
EP0854425A3 (de) Anordnung und Verfahren zur Verbesserung der Datensicherheit mittels Ringpuffer
WO2019121033A1 (de) Verfahren und vorrichtung zum betreiben einer inertialsensoreinheit für ein fahrzeug
EP2924522B1 (de) Verfahren zur Beeinflussung eines Steuerprogramms
EP2966622A1 (de) Unfalldatenspeichervorrichtung und lenksäulenmodul
DE102007008293A1 (de) Verfahren und Vorrichtung zum gesicherten Speichern und zum gesicherten Lesen von Nutzdaten
DE102007036589A1 (de) Verfahren zum Betreiben eines Tachographen und Tachograph
DE102009033967A1 (de) Verfahren zum Programmieren einer speicherprogrammierbaren Steuerung mit resistenter Abspeicherung von Daten
DE102016116221A1 (de) Verfahren und Einrichtung zur Überwachung der Ausführung eines Programmcodes
DE102017204400A1 (de) Verfahren zum Betrieb eines Sensors und Verfahren und Vorrichtung zum Analysieren von Daten eines Sensors
DE102009002898A1 (de) Verfahren zur Aktualisierung eines Steuergeräts eines Fahrzeugs
DE102016117569B3 (de) Watchdog mit Mustererkennung für wiederkehrende Lastsituationen und mit einem Empfangszeitraum gesteuerten Schieberegister
DE102016117567B3 (de) Watchdog mit Mustererkennung für wiederkehrende Lastsituationen mit einem empfangsgesteuerten Zwischenspeicher
WO2009103728A1 (de) Verfahren und vorrichtung zum speichern von informationsdaten
DE102013214803A1 (de) Tachografenanordnung und Verfahren zum Speichern von Daten in einer Tachografenanordnung
DE102016225308A1 (de) Verfahren und Vorrichtung zum Kalibrieren eines Steuergerätes
WO2024175581A1 (de) Verfahren und vorrichtung zur visualisierung von debug-daten eines komplexen datenverarbeitungsnetzwerks
DE102016015755A1 (de) Verfahren zum Betrieb eines Watchdog umfassend eine Mustererkennung für wiederkehrende Lastsituationen mit einem zweistufigen Ergebnisspeicher
DE10223368A1 (de) Verfahren zur Verarbeitung von Zuständen eines Steuergeräts
DE102007049510A1 (de) Verfahren zum Betreiben einer Datenverarbeitungsvorrichtung und Datenverarbeitungsvorrichtung
DE102016203303A1 (de) Fahrzeugdiagnose

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: 20080214

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR

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

Owner name: CONTINENTAL AUTOMOTIVE GMBH

17Q First examination report despatched

Effective date: 20090610

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

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20110401