EP0445329B1 - Control installation for a combustion engine - Google Patents

Control installation for a combustion engine Download PDF

Info

Publication number
EP0445329B1
EP0445329B1 EP90104368A EP90104368A EP0445329B1 EP 0445329 B1 EP0445329 B1 EP 0445329B1 EP 90104368 A EP90104368 A EP 90104368A EP 90104368 A EP90104368 A EP 90104368A EP 0445329 B1 EP0445329 B1 EP 0445329B1
Authority
EP
European Patent Office
Prior art keywords
address
memory
data
avn
operating program
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.)
Expired - Lifetime
Application number
EP90104368A
Other languages
German (de)
French (fr)
Other versions
EP0445329A1 (en
Inventor
Helmut Dipl.-Ing. Schaff
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.)
Siemens AG
Original Assignee
Siemens 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 filed Critical Siemens AG
Priority to EP90104368A priority Critical patent/EP0445329B1/en
Priority to DE9090104368T priority patent/DE59000608D1/en
Priority to JP3040019A priority patent/JPH0588968A/en
Priority to US07/665,781 priority patent/US5235696A/en
Publication of EP0445329A1 publication Critical patent/EP0445329A1/en
Application granted granted Critical
Publication of EP0445329B1 publication Critical patent/EP0445329B1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F02COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
    • F02DCONTROLLING COMBUSTION ENGINES
    • F02D41/00Electrical control of supply of combustible mixture or its constituents
    • F02D41/24Electrical control of supply of combustible mixture or its constituents characterised by the use of digital means
    • F02D41/26Electrical control of supply of combustible mixture or its constituents characterised by the use of digital means using computer, e.g. microprocessor
    • F02D41/263Electrical control of supply of combustible mixture or its constituents characterised by the use of digital means using computer, e.g. microprocessor the program execution being modifiable by physical parameters
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F02COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
    • F02DCONTROLLING COMBUSTION ENGINES
    • F02D41/00Electrical control of supply of combustible mixture or its constituents
    • F02D41/24Electrical control of supply of combustible mixture or its constituents characterised by the use of digital means
    • F02D41/2406Electrical control of supply of combustible mixture or its constituents characterised by the use of digital means using essentially read only memories
    • F02D41/2409Addressing techniques specially adapted therefor

Definitions

  • the invention relates to a control method for an internal combustion engine according to the preamble of claim 1.
  • one-chip computers In such control methods for internal combustion engines for controlling the ignition, injection, etc., so-called one-chip computers are often used. These have a microprocessor as a central unit, a read-only memory for storing an operating program and a working memory as well as the corresponding bus connections integrated on a chip. A customer-specific changeable external memory contains the data with which the operating program works.
  • Such an arrangement has the advantage that the operating program is always the same for a wide variety of motor types and only the data in the external memory need to be changed in a customer-specific manner. This is e.g. in European patent specification 154 034.
  • the external memory has the following structure:
  • the addresses of an address block remain the same for every variant, so that the operating program, which always accesses data via this address block, can be the same for all variants.
  • the memory contents of this address block are the addresses of specific data in data blocks or the addresses of an address distributor (called vector field in the European patent specification).
  • the memory contents of this address distributor are then one or more addresses of specific data.
  • the microprocessor addresses the first memory cell of the address block and reads out its memory content when it has reached the corresponding command during the execution of the operating program. With this The memory content is then addressed either directly to the corresponding memory cell in the data blocks or to a memory cell in the address distributor. In the second case, he must then address one or more memory cells in the data blocks via the memory content in the address distributor in order to finally access their memory contents.
  • the present invention is based on the object of developing a system according to the preamble of claim 1 so that the microprocessor requires fewer clock steps when accessing special data in the external memory, so that the program run is faster.
  • the system should be reprogrammable as easily as possible during driving tests.
  • an address block is used, the memory contents of which only refer to the address distributor.
  • a direct reference to a memory cell of a data block - as in the prior art - is not provided.
  • At least one address of a data block is stored as memory content in the address distributor.
  • the microcomputer When the control system is started, the microcomputer processes an initialization program before the actual operating program.
  • the address distributor is addressed via the address block and its memory contents are stored in the working memory of the microcomputer under addresses which are provided in the operating program for the individual data calls.
  • the operating program can then access the data in the external memory via the address distributor stored in the main memory. Therefore, the microcomputer no longer has to address indirectly twice in operation - as in the prior art - but only once, indirectly. This requires fewer cycle steps and therefore speeds up the execution of the operating program.
  • the system according to the invention ensures a simple change in access to the data used during driving tests. Since the assignment to this data is defined in the address distributor and this address distributor is in the main memory of the microcomputer, it can be changed very easily and as often as desired. Only the optimal solution that has finally been found must then be stored in the external memory.
  • FIG. 1 shows a block diagram of a control system for an internal combustion engine for operating the ignition and the injection.
  • a microcomputer MC is a commercially available one-chip computer with a read-only memory ROM integrated on the chip and a working memory RAM.
  • the microcomputer MC has access to an external memory in the form of an EPROMS via a bus connection and I / O via a corresponding interface on the ignition and injection system IGN, INJ of the internal combustion engine.
  • the microcomputer MC receives information about the operating state of the internal combustion engine via various sensors S to which it is also connected via the interface I / O.
  • An operating program BP is stored in the read-only memory ROM of the microcomputer MC, according to which the functions of the ignition and injection are controlled.
  • the read-only memory ROM also contains an initialization program IP, which will be explained later.
  • the operating program BP and the initialization program IP are the same for each motor variant, so that the microcomputer MC can be used for each variant when fully programmed.
  • the specific data for each individual motor variant are stored in the external EPROM, which the microcomputer MC can access via the bus connection.
  • the data structure in the individual memories can be seen in FIG. 2.
  • the initialization program IP is stored in the read-only memory ROM in a first memory area and the operating program BP in a second memory area.
  • An address block AB is stored in the EPROM in a first memory area and a data block DB1 to DBn, each with a preceding address distributor AV1 to AVn, is stored in further memory areas.
  • the individual blocks are linked as follows:
  • the memory contents of the address block AB are the addresses of the address distributors AV1 to AVn.
  • the address distributors AV1 to AVn then contain either only one address or a whole series of addresses in the form of a vector, under which specific data are stored in the individual data blocks DB1 to DBn.
  • the initialization program IP in the ROM is first called up via a corresponding hardware control.
  • the initialization program IP is the start address of the address block AB, in which the addresses of the individual address distributors AV1 to AVn are found as memory contents.
  • the initialization program IP reads out the address distributors AV1 to AVn and stores them in the RAM, namely under addresses which are determined by the operating program BP. This process is indicated in FIG. 2 by the dashed lines and the arrows.
  • the operating program BP then addresses one of the address distributors AV1 to AVn in the RAM with each data call. This process is shown in Figure 3. Since the individual address distributors AV1 to AVn contain the addresses of the specific data in the data blocks DB1 to DBn, the operating program BP can access this data.
  • the address block AB and the address distributors AV1 to AVn in the EPROM are therefore not used in operation.
  • the program run of the operating program BP is significantly shortened.
  • the assignment of the specific data in the data blocks DB1 to DBn is thus determined during operation via the address distributors AV1 to AVn stored in the RAM. Should this data assignment, e.g. when driving tests are changed, this can be done by changing the addresses in the address distributors AV1 to AVn in the RAM. Such RAM access is easy - e.g. via a diagnostic command - possible and in particular the content of a RAM can be changed as often as desired without adverse effects. If, on the other hand, these changes had to be made in the EPROM itself, the service life of the EPROM would soon be exhausted. In addition, the change process for an EPROM is significantly more complex. Of course, the EPROM must contain all of the data that is to be accessed in an optimization process from the start.

Landscapes

  • Engineering & Computer Science (AREA)
  • Chemical & Material Sciences (AREA)
  • Combustion & Propulsion (AREA)
  • Mechanical Engineering (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Combined Controls Of Internal Combustion Engines (AREA)
  • Memory System (AREA)

Description

Die Erfindung betrifft ein Steuerverfahren für eine Brennkraftmaschine gemäß Oberbegriff von Anspruch 1.The invention relates to a control method for an internal combustion engine according to the preamble of claim 1.

Bei solchen Steuerverfahren für Brennkraftmaschinen zur Steuerung der Zündung, Einspritzung usw. werden häufig sogenannte Ein-Chip-Computer verwendet. Diese haben einen Mikroprozessor als Zentraleinheit, einen Festwertspeicher zur Speicherung eines Betriebsprogramms und einen Arbeitsspeicher sowie die entsprechenden Busverbindungen auf einem Chip integriert. Ein kundenspezifisch änderbarer externer Speicher enthält die Daten, mit denen das Betriebsprogramm arbeitet.In such control methods for internal combustion engines for controlling the ignition, injection, etc., so-called one-chip computers are often used. These have a microprocessor as a central unit, a read-only memory for storing an operating program and a working memory as well as the corresponding bus connections integrated on a chip. A customer-specific changeable external memory contains the data with which the operating program works.

Eine solche Anordnung hat den Vorteil, daß das Betriebsprogramm für verschiedenste Motortypen immer gleich ist und nur die Daten in dem externen Speicher kundenspezifisch geändert werden müssen. Dies ist z.B. in der europäischen Patentschrift 154 034 beschrieben.Such an arrangement has the advantage that the operating program is always the same for a wide variety of motor types and only the data in the external memory need to be changed in a customer-specific manner. This is e.g. in European patent specification 154 034.

Der externe Speicher hat hierbei folgende Struktur: Die Adressen eines Adreßblocks bleiben bei jeder Variante gleich, so daß das Betriebsprogramm, das immer über diesen Adreßblock auf Daten zugreift, bei allen Varianten gleich sein kann. Die Speicherinhalte dieses Adreßblocks sind die Adressen spezifischer Daten in Datenblöcken oder die Adressen eines Adreßverteilers (in der europäischen Patentschrift Vektorenfeld genannt). Die Speicherinhalte dieses Adreßverteilers wiederum sind dann ein oder mehrere Adressen von spezifischen Daten.The external memory has the following structure: The addresses of an address block remain the same for every variant, so that the operating program, which always accesses data via this address block, can be the same for all variants. The memory contents of this address block are the addresses of specific data in data blocks or the addresses of an address distributor (called vector field in the European patent specification). The memory contents of this address distributor are then one or more addresses of specific data.

Beim Betrieb eines solchen Systems adressiert der Mikroprozessor, wenn er bei der Abarbeitung des Betriebsprogramms den entsprechenden Befehl erreicht hat die erste Speicherzelle des Adreßblocks und liest deren Speicherinhalt aus. Mit diesem Speicherinhalt adressiert er dann entweder direkt die entsprechende Speicherzelle in den Datenblöcken oder eine Speicherzelle in dem Adreßverteiler. Im zweitgenannten Fall muß er dann über den Speicherinhalt in dem Adreßverteiler ein oder mehrere Speicherzellen in den Datenblöcken adressieren, um schließlich an deren Speicherinhalte zu gelangen.During the operation of such a system, the microprocessor addresses the first memory cell of the address block and reads out its memory content when it has reached the corresponding command during the execution of the operating program. With this The memory content is then addressed either directly to the corresponding memory cell in the data blocks or to a memory cell in the address distributor. In the second case, he must then address one or more memory cells in the data blocks via the memory content in the address distributor in order to finally access their memory contents.

Im zuletzt genannten Fall führt der Weg zu einem bestimmten Speicherinhalt über zwei indirekte Adressierungen. Durch die dafür nötige Anzahl von Taktschritten verlangsamt sich der Programmlauf des Betriebsprogramms entsprechend.In the latter case, the path leads to a certain memory content via two indirect addresses. The number of cycle steps required for this slows down the program run of the operating program accordingly.

Bei dem beschriebenen System ist es außerdem relativ schwierig die Speicherinhalte in dem externen Speicher - z.B. bei Fahrversuchen oder Optimierungen - zu ändern. Dazu muß entweder der ganze Speicher ausgetauscht oder von außen her gelöscht und umprogrammiert werden.In the system described, it is also relatively difficult to store the contents of the external memory - e.g. when driving tests or optimizations - to change. To do this, either the entire memory must be replaced or deleted and reprogrammed from the outside.

Der vorliegenden Erfindung liegt dem gegenüber die Aufgabe zugrunde, ein System gemäß dem Oberbegriff von Anspruch 1 so weiterzubilden, daß der Mikroprozessor beim Zugriff auf spezielle Daten in dem externen Speicher weniger Taktschritte benötigt, so daß der Programmlauf schneller wird. Außerdem soll das System bei Fahrversuchen möglichst einfach umprogrammierbar sein.The present invention is based on the object of developing a system according to the preamble of claim 1 so that the microprocessor requires fewer clock steps when accessing special data in the external memory, so that the program run is faster. In addition, the system should be reprogrammable as easily as possible during driving tests.

Die erfindungsgemäße Lösung ist im Anspruch 1 gekennzeichnet.The solution according to the invention is characterized in claim 1.

Bei der erfindungsgemäßen Lösung wird ein Adreßblock verwendet, dessen Speicherinhalte ausschließlich auf den Adreßverteiler hinweisen. Ein direkter Hinweis auf eine Speicherzelle eines Datenblocks - wie beim Stand der Technik - ist nicht vorgesehen. Im Adreßverteiler ist als Speicherinhalt mindestens eine Adresse eines Datenblocks abgelegt.In the solution according to the invention, an address block is used, the memory contents of which only refer to the address distributor. A direct reference to a memory cell of a data block - as in the prior art - is not provided. At least one address of a data block is stored as memory content in the address distributor.

Beim Start des Steuersystems arbeitet der Mikrorechner vor dem eigentlichen Betriebsprogramm ein Initialisierungsprogramm ab. Dabei wird über den Adreßblock der Adreßverteiler adressiert und dessen Speicherinhalte in dem Arbeitsspeicher des Mikrorechners unter Adressen abgespeichert, die in dem Betriebsprogramm bei den einzelnen Datenaufrufen vorgesehen sind. Im eigentlichen Betrieb kann dann das Betriebsprogramm auf die Daten in dem externen Speicher über den im Arbeitsspeicher abgelegten Adreßverteiler zugreifen. Daher muß der Mikrorechner im Betrieb nicht mehr zweifach indirekt adressieren - wie beim Stand der Technik, - sondern nur noch einfach, indirekt. Dies erfordert entsprechend weniger Taktschritte und verschnellert daher den Ablauf des Betriebsprogramms.When the control system is started, the microcomputer processes an initialization program before the actual operating program. In this case, the address distributor is addressed via the address block and its memory contents are stored in the working memory of the microcomputer under addresses which are provided in the operating program for the individual data calls. In actual operation, the operating program can then access the data in the external memory via the address distributor stored in the main memory. Therefore, the microcomputer no longer has to address indirectly twice in operation - as in the prior art - but only once, indirectly. This requires fewer cycle steps and therefore speeds up the execution of the operating program.

Das erfindungsgemäße System gewährleistet eine einfache Änderung des Zugriffs auf die verwendeten Daten bei Fahrversuchen. Da die Zuordnung zu diesen Daten in dem Adreßverteiler festgelegt ist und dieser Adreßverteiler sich im Arbeitsspeicher des Mikrorechners befindet, kann er sehr leicht und beliebig oft geändert werden. Erst die endgültig gefundene optimale Lösung muß dann in dem externen Speicher abgelegt werden.The system according to the invention ensures a simple change in access to the data used during driving tests. Since the assignment to this data is defined in the address distributor and this address distributor is in the main memory of the microcomputer, it can be changed very easily and as often as desired. Only the optimal solution that has finally been found must then be stored in the external memory.

Die Erfindung wird anhand der Figuren näher erläutert. Dabei zeigen:

  • Figur 1 ein Blockschaltbild eines Steuersystems,
  • Figur 2 die Datenstruktur in den einzelnen Speichern und den Vorgang bei einem Initialisierungsprogramm, und
  • Figur 3 den Vorgang bei einem Betriebsprogramm.
The invention is illustrated by the figures. Show:
  • FIG. 1 shows a block diagram of a control system,
  • Figure 2 shows the data structure in the individual memories and the process in an initialization program, and
  • Figure 3 shows the process in an operating program.

Die Figur 1 zeigt ein Blockschaltbild eines Steuersystems für eine Brennkraftmaschine zum Betreiben der Zündung und der Einspritzung. Ein Mikrorechner MC ist ein handelsüblicher Ein-Chip-Computer mit einem auf dem Chip integrierten Festwertspeicher ROM und einem Arbeitsspeicher RAM. Der Mikrorechner MC hat über eine Busverbindung Zugriff auf einen externen Speicher in Form eines EPROMS und über eine entsprechende Schnittstelle I/O auf das Zündungs- und Einspritzsystem IGN, INJ der Brennkraftmaschine. Die Information über den Betriebszustand der Brennkraftmaschine erhält der Mikrorechner MC über diverse Sensoren S mit denen er ebenfalls über die Schnittstelle I/O verbunden ist. In dem Festwertspeicher ROM des Mikrorechners MC ist ein Betriebsprogramm BP abgelegt, gemäß dem die Funktionen der Zündung und Einspritzung gesteuert werden. Der Festwertspeicher ROM enthält außerdem ein Initialisierungsprogramm IP, das später erläutert wird.FIG. 1 shows a block diagram of a control system for an internal combustion engine for operating the ignition and the injection. A microcomputer MC is a commercially available one-chip computer with a read-only memory ROM integrated on the chip and a working memory RAM. The microcomputer MC has access to an external memory in the form of an EPROMS via a bus connection and I / O via a corresponding interface on the ignition and injection system IGN, INJ of the internal combustion engine. The microcomputer MC receives information about the operating state of the internal combustion engine via various sensors S to which it is also connected via the interface I / O. An operating program BP is stored in the read-only memory ROM of the microcomputer MC, according to which the functions of the ignition and injection are controlled. The read-only memory ROM also contains an initialization program IP, which will be explained later.

Das Betriebsprogramm BP und das Initialisierungsprogramm IP sind für jede Motorvariante gleich, so daß der Mikrorechner MC fertig programmiert für jede Variante einsetzbar ist. Die spezifischen Daten für jede einzelne Motorvariante sind in dem externen EPROM abgelegt, auf die der Mikrorechner MC über die Busverbindung zugreifen kann.The operating program BP and the initialization program IP are the same for each motor variant, so that the microcomputer MC can be used for each variant when fully programmed. The specific data for each individual motor variant are stored in the external EPROM, which the microcomputer MC can access via the bus connection.

Die Datenstruktur in den einzelnen Speichern ist aus Figur 2 ersichtlich. In dem Festwertspeicher ROM ist in einem ersten Speicherbereich das Initialisierungsprogramm IP und in einem zweiten Speicherbereich das Betriebsprogramm BP abgelegt.The data structure in the individual memories can be seen in FIG. 2. The initialization program IP is stored in the read-only memory ROM in a first memory area and the operating program BP in a second memory area.

In dem EPROM ist in einem ersten Speicherbereich ein Adreßblock AB und in weiteren Speicherbereichen jeweils ein Datenblock DBl bis DBn mit jeweils einem vorangestellten Adreßverteiler AVl bis AVn abgelegt.An address block AB is stored in the EPROM in a first memory area and a data block DB1 to DBn, each with a preceding address distributor AV1 to AVn, is stored in further memory areas.

Die einzelnen Blöcke sind folgendermaßen verknüpft: Die Speicherinhalte des Adreßblocks AB sind die Adressen der Adreßverteiler AVl bis AVn. Die Adreßverteiler AVl bis AVn enthalten dann entweder nur eine Adresse oder eine ganze Reihe von Adressen in Form eines Vektors, unter denen spezifische Daten in den einzelnen Datenblöcken DBl bis DBn abgelegt sind.The individual blocks are linked as follows: The memory contents of the address block AB are the addresses of the address distributors AV1 to AVn. The address distributors AV1 to AVn then contain either only one address or a whole series of addresses in the form of a vector, under which specific data are stored in the individual data blocks DB1 to DBn.

Beim Start des Steuersystems wird über eine entsprechende Hardwaresteuerung zuerst das Initialisierungsprogramm IP im ROM aufgerufen. In dem Initialisierungsprogramm IP ist die Anfangsadresse des Adreßblocks AB abgelegt, in dem sich als Speicherinhalte die Adressen der einzelnen Adreßverteiler AVl bis AVn finden. Das Initialisierungsprogramm IP liest über diesen Weg die Adreßverteiler AVl bis AVn aus und legt sie in dem RAM ab, und zwar unter Adressen, die durch das Betriebsprogramm BP bestimmt sind. Dieser Vorgang ist in der Figur 2 durch die gestrichelten Linien und die Pfeile angedeutet.When the control system is started, the initialization program IP in the ROM is first called up via a corresponding hardware control. In the initialization program IP is the start address of the address block AB, in which the addresses of the individual address distributors AV1 to AVn are found as memory contents. In this way, the initialization program IP reads out the address distributors AV1 to AVn and stores them in the RAM, namely under addresses which are determined by the operating program BP. This process is indicated in FIG. 2 by the dashed lines and the arrows.

Im Betrieb des Steuersystems adressiert dann das Betriebsprogramm BP bei jedem Datenaufruf einen der Adreßverteiler AVl bis AVn im RAM. Dieser Vorgang ist in Figur 3 gezeigt. Da die einzelnen Adreßverteiler AVl bis AVn die Adressen der spezifischen Daten in den Datenblöcken DBl bis DBn enthalten, kann das Betriebsprogramm BP auf diese Daten zugreifen.In operation of the control system, the operating program BP then addresses one of the address distributors AV1 to AVn in the RAM with each data call. This process is shown in Figure 3. Since the individual address distributors AV1 to AVn contain the addresses of the specific data in the data blocks DB1 to DBn, the operating program BP can access this data.

Der Adreßblock AB und die Adreßverteiler AVl bis AVn in dem EPROM werden also im Betrieb nicht gebraucht. Da sich also die Taktschritte zum Adressieren und Auslesen dieser Blöcke erübrigen, wird der Programmlauf des Betriebsprogramms BP demgegenüber wesentlich verkürzt.The address block AB and the address distributors AV1 to AVn in the EPROM are therefore not used in operation. In contrast, since the clock steps for addressing and reading out these blocks are superfluous, the program run of the operating program BP is significantly shortened.

Die Zuordnung der spezifischen Daten in den Datenblöcken DBl bis DBn ist damit im Betrieb über die im RAM abgelegten Adreßverteiler AVl bis AVn festgelegt. Soll diese Datenzuordnung, z.B. bei Fahrversuchen, geändert werden, so kann dies über eine Änderung der Adressen in den Adreßverteilern AVl bis AVn im RAM geschehen. Ein solcher Zugriff auf den RAM ist einfach - z.B. über einen Diagnosebefehl - möglich und insbesondere kann der Inhalt eines RAMs ohne nachteilige Auswirkungen beliebig oft geändert werden. Müßten diese Änderungen dagegen im EPROM selbst durchgeführt werden, so wäre die Lebensdauer des EPROMs bald erschöpft. Außerdem ist der Änderungsvorgang bei einem EPROM deutlich aufwendiger. Selbstverständlich muß das EPROM alle Daten, auf die bei einem Optimierungsprozeß zugegriffen werden soll, von vornherein enthalten.The assignment of the specific data in the data blocks DB1 to DBn is thus determined during operation via the address distributors AV1 to AVn stored in the RAM. Should this data assignment, e.g. when driving tests are changed, this can be done by changing the addresses in the address distributors AV1 to AVn in the RAM. Such RAM access is easy - e.g. via a diagnostic command - possible and in particular the content of a RAM can be changed as often as desired without adverse effects. If, on the other hand, these changes had to be made in the EPROM itself, the service life of the EPROM would soon be exhausted. In addition, the change process for an EPROM is significantly more complex. Of course, the EPROM must contain all of the data that is to be accessed in an optimization process from the start.

Claims (1)

  1. Control method for an internal combustion engine, comprising a microcomputer (MC) which has
    - a read-only- memory (ROM) for an operating program (BP) and
    - a working memory (RAM), and
    having a variable external memory (EPROM) for specific data which the operating program (BO) accesses, in which case the following are stored in the external memory:
    - an address block (AB) whose memory contents have at least one address of at least one address distributor (AV1 to AVn);
    - in which case at least one data block (DB1 to DBn) is provided to which such an address distributor (AV1 to AVn) is assigned in such a way that the memory contents of the address distributor (AV1 to AVn) are the addresses of the data in the assigned data block (DB1 to DBn);
    - and in which case the operating program (BP) accesses the data in each data block (DB1 to DBn) via the assigned address distributor (AV1 to AVn) stored in the working memory (RAM),
    characterised in that an initialising program (IP) is stored in the read-only memory (ROM), which program reads out all the address distributors (AV1 to AVn) from the external memory at the start of the control process with the aid of the address block (AB) and stores them in the address memory (RAM) at addresses which are determined by the operating program (BP).
EP90104368A 1990-03-07 1990-03-07 Control installation for a combustion engine Expired - Lifetime EP0445329B1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP90104368A EP0445329B1 (en) 1990-03-07 1990-03-07 Control installation for a combustion engine
DE9090104368T DE59000608D1 (en) 1990-03-07 1990-03-07 CONTROL METHOD FOR AN INTERNAL COMBUSTION ENGINE.
JP3040019A JPH0588968A (en) 1990-03-07 1991-03-06 Method of controlling internal combustion engine
US07/665,781 US5235696A (en) 1990-03-07 1991-03-07 Method for controlling an internal combustion engine including a step of storing addresses of control programs in a separate storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
EP90104368A EP0445329B1 (en) 1990-03-07 1990-03-07 Control installation for a combustion engine

Publications (2)

Publication Number Publication Date
EP0445329A1 EP0445329A1 (en) 1991-09-11
EP0445329B1 true EP0445329B1 (en) 1992-12-16

Family

ID=8203728

Family Applications (1)

Application Number Title Priority Date Filing Date
EP90104368A Expired - Lifetime EP0445329B1 (en) 1990-03-07 1990-03-07 Control installation for a combustion engine

Country Status (4)

Country Link
US (1) US5235696A (en)
EP (1) EP0445329B1 (en)
JP (1) JPH0588968A (en)
DE (1) DE59000608D1 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4302248C2 (en) * 1992-01-28 1996-07-04 Jatco Corp Device for the electronic control of a motor vehicle automatic transmission
JP2871408B2 (en) * 1993-08-02 1999-03-17 日産自動車株式会社 Internal combustion engine output control device
US5438513A (en) * 1993-11-19 1995-08-01 Chrysler Corporation Automotive electronics test system
IT1274843B (en) * 1994-07-19 1997-07-25 Weber Srl MOTORISTIC PARAMETERS PROCESSING METHOD AND SYSTEM FOR THE MANAGEMENT OF SYSTEMS AND BODIES INSTALLED IN A VEHICLE.
JPH1049439A (en) * 1996-03-26 1998-02-20 Robert Bosch Gmbh Operating method for controller
US6009372A (en) * 1997-10-01 1999-12-28 Cummins Engine Company, Inc. Management of programming and memory space for an internal combustion engine control system
US20040243284A1 (en) * 2003-05-28 2004-12-02 Caterpillar Inc. Methods and systems for modifying flash files
JP5880192B2 (en) * 2012-03-23 2016-03-08 スズキ株式会社 Storage control device, storage control method and program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55146501A (en) * 1979-05-04 1980-11-14 Nissan Motor Co Ltd Digital control device for internal combustion engine
DE3407920A1 (en) * 1984-03-03 1985-09-05 Robert Bosch Gmbh, 7000 Stuttgart ELECTRONIC CONTROL SYSTEM FOR CONTROLLING TECHNICAL PLANTS AND MACHINES AND CONTROL METHODS USING THEM
DE3411402A1 (en) * 1984-03-28 1985-10-10 Atlas Fahrzeugtechnik GmbH, 5980 Werdohl INTERMITTENT FUEL INJECTION ARRANGEMENT
DE3419559A1 (en) * 1984-05-25 1985-11-28 Robert Bosch Gmbh, 7000 Stuttgart CONTROL DEVICE FOR FUNCTIONS IN THE MOTOR VEHICLE
US4794523A (en) * 1985-09-30 1988-12-27 Manolito Adan Cache memory architecture for microcomputer speed-up board

Also Published As

Publication number Publication date
US5235696A (en) 1993-08-10
JPH0588968A (en) 1993-04-09
DE59000608D1 (en) 1993-01-28
EP0445329A1 (en) 1991-09-11

Similar Documents

Publication Publication Date Title
EP0154034B1 (en) Electronic control system for machines
EP0163775B1 (en) Programme control device for a motor vehicle
EP0268285B1 (en) Method and circuit arrangement for the initial loading of a secondary computer
EP0524344B1 (en) Configurable machine tool control
DE2936913A1 (en) METHOD AND SYSTEM FOR CONTROLLING INPUT AND OUTPUT IN A PROCESS CONTROL
EP0445329B1 (en) Control installation for a combustion engine
WO1986003034A1 (en) Processor for sewing machines
EP0765495B1 (en) Method of optimising data and/or program parts for programmed control units, and associated control unit
EP0753815A2 (en) Method and system for the automatic detection and correction of invalid data sets
EP0499213B1 (en) Modular structured ISDN communication system
DE4436371B4 (en) Device and method for controlling an internal combustion engine
DE10318470A1 (en) Control appliance programming method for e.g. motor vehicle, uses control device to identify control devices, operator elements and actuators connected to control appliance
EP0848843A1 (en) Method of generating and storing a user programme consisting of instructions for a stored-programme control unit, and method of operating the stored-programme control unit
EP0814320A2 (en) Method for changing an electronic memory for usage-related data of a vehicle
EP0917053B1 (en) Program controlled unit and method of operating
EP0535265B1 (en) Method to create an executable configuration of a system program loadable in a system memory range of a processor system
DE3727658A1 (en) ANALOGUE OUTPUT SYSTEM SUITABLE FOR A DIGITAL SYSTEM BUS
DE19949050A1 (en) Process and device for controlling processes in connection with an internal combustion engine
DE3541114C2 (en)
EP0587936B1 (en) Control device, particularly for use in a motor vehicle
DE10052552A1 (en) System for controlling vehicle-operating processes interlinks first/second control units to exchange information using the second control unit with a register for storing information already exchanged/waiting to be exchanged.
DE19722015B4 (en) Method and device for controlling an internal combustion engine
EP0821533B1 (en) Method for loading an instruction sequence in a telecommunications exchange
EP1045968B1 (en) Method for operating an internal combustion engine
DE19629055C2 (en) Method for establishing a start state with regard to an interface by means of two identical command sequences

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

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IT LI LU NL SE

RBV Designated contracting states (corrected)

Designated state(s): DE FR GB IT

17Q First examination report despatched

Effective date: 19920110

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE FR GB IT

REF Corresponds to:

Ref document number: 59000608

Country of ref document: DE

Date of ref document: 19930128

ET Fr: translation filed
ITF It: translation for a ep patent filed

Owner name: STUDIO JAUMANN

GBT Gb: translation of ep patent filed (gb section 77(6)(a)/1977)

Effective date: 19930219

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

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

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed
REG Reference to a national code

Ref country code: GB

Ref legal event code: IF02

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20050303

Year of fee payment: 16

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.

Effective date: 20050307

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20050331

Year of fee payment: 16

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20050519

Year of fee payment: 16

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20060307

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20061003

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20060307

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

Effective date: 20061130

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20060331