JP6954422B2 - Concurrency device, concurrency method and concurrency system - Google Patents

Concurrency device, concurrency method and concurrency system Download PDF

Info

Publication number
JP6954422B2
JP6954422B2 JP2020134679A JP2020134679A JP6954422B2 JP 6954422 B2 JP6954422 B2 JP 6954422B2 JP 2020134679 A JP2020134679 A JP 2020134679A JP 2020134679 A JP2020134679 A JP 2020134679A JP 6954422 B2 JP6954422 B2 JP 6954422B2
Authority
JP
Japan
Prior art keywords
data
electronic control
control device
replog
processing
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.)
Active
Application number
JP2020134679A
Other languages
Japanese (ja)
Other versions
JP2021002352A (en
Inventor
雄三 原田
雄三 原田
龍哉 佐藤
龍哉 佐藤
泰生 森田
泰生 森田
翔 中村
翔 中村
和明 早川
和明 早川
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.)
Denso Corp
Original Assignee
Denso Corp
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 Denso Corp filed Critical Denso Corp
Publication of JP2021002352A publication Critical patent/JP2021002352A/en
Application granted granted Critical
Publication of JP6954422B2 publication Critical patent/JP6954422B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60RVEHICLES, VEHICLE FITTINGS, OR VEHICLE PARTS, NOT OTHERWISE PROVIDED FOR
    • B60R16/00Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for
    • B60R16/02Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements
    • B60R16/023Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements for transmission of signals between vehicle parts or subsystems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation
    • G06F13/4204Bus transfer protocol, e.g. handshake; Synchronisation on a parallel bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mechanical Engineering (AREA)
  • Small-Scale Networks (AREA)
  • Stored Programmes (AREA)

Description

本発明は、並行処理装置、並行処理方法及び並行処理システムに関する。 The present invention relates to a parallel processing apparatus, a parallel processing method and a parallel processing system.

従来より、電子制御装置(以下、ECU(Electronic Control Unit)と称する)を接続し、ECUに対するリプログアプリ、故障診断アプリ、鍵管理アプリ等の様々な独立したアプリの処理要求を受け付ける処理装置が供されている(例えば特許文献1参照)。 Conventionally, a processing device that connects an electronic control unit (hereinafter referred to as an ECU (Electronic Control Unit)) and receives processing requests of various independent applications such as a replog application, a failure diagnosis application, and a key management application for the ECU has been provided. (See, for example, Patent Document 1).

特開2003−46536号公報Japanese Unexamined Patent Publication No. 2003-46536

この種の処理装置は、ECUに対する処理要求を受け付けると、その受け付けた処理要求に応じた処理を実行する。この場合、処理装置は、処理要求の要求先であるECUとの間で1対1の通信を順番に実行し、処理要求を受け付けた順序にしたがって処理を順番に実行する。即ち、処理装置は、ECUに対する一の処理要求を受け付けると、その受け付けた一の処理要求に応じた一の処理を開始する。処理装置は、一の処理を完了する前、即ち一の処理を実行中にECUに対する別の処理要求を受け付けると、その受け付けた別の処理要求に応じた別の処理の開始を待機する。そして、処理装置は、一の処理を完了すると、その待機中の別の処理を開始する。 When this type of processing device receives a processing request to the ECU, it executes processing according to the received processing request. In this case, the processing device sequentially executes one-to-one communication with the ECU that is the request destination of the processing request, and executes the processing in order according to the order in which the processing request is received. That is, when the processing device receives one processing request to the ECU, the processing device starts one processing in response to the received one processing request. When the processing device receives another processing request to the ECU before completing one processing, that is, while executing one processing, the processing device waits for the start of another processing according to the received other processing request. Then, when the processing device completes one process, the processing device starts another process waiting for the process.

一方、近年では、制御の複雑化によるECUのプログラム容量の増加やシステムの複雑化等により、複数の処理をマルチタスクで実行する必要性が増している。しかしながら、前述した一の処理を完了するまで別の処理の開始を待機する構成では、複数の処理をマルチタスクで実行することはできない。 On the other hand, in recent years, there is an increasing need to execute a plurality of processes by multitasking due to an increase in the program capacity of the ECU due to complicated control and a complicated system. However, in the configuration of waiting for the start of another process until the above-mentioned one process is completed, a plurality of processes cannot be executed by multitasking.

本発明は、上記した事情に鑑みてなされたものであり、その目的は、独立したアプリの処理要求を複数同時に受け付けた場合に、その受け付けた複数の処理要求に応じた複数の処理をマルチタスクで実行することができる並行処理装置、並行処理方法及び並行処理システムを提供することにある。 The present invention has been made in view of the above circumstances, and an object of the present invention is to multitask a plurality of processes corresponding to a plurality of received processing requests when a plurality of processing requests of independent applications are simultaneously received. It is an object of the present invention to provide a concurrency processing apparatus, a concurrency processing method, and a concurrency processing system that can be executed by.

請求項1に記載した発明によれば、並行処理装置(3)は、リプログの対象である第1電子制御装置及び第2電子制御装置(11a〜11c,12a〜12c,13a〜13c,14a〜14c)と、前記第1電子制御装置のリプログデータ及び前記第2電子制御装置のリプログデータを格納するデータコミュニケーションモジュールと、バス(7〜10)を介して接続される。 According to the invention described in claim 1, the parallel processing device (3) is the first electronic control device and the second electronic control device (11a to 11c, 12a to 12c, 13a to 13c, 14a to 14a) which are the targets of the reprog. 14c) is connected to the data communication module that stores the replog data of the first electronic control device and the replog data of the second electronic control device via a bus (7 to 10).

処理実行部(31)は、前記第1電子制御装置及び前記第2電子制御装置へリプログデータを含むデータ信号を送信してから前記第1電子制御装置又は前記第2電子制御装置からリプログ応答信号を受信するまでの期間内において、前記第1電子制御装置又は前記第2電子制御装置のリプログデータの要求信号を前記データコミュニケーションモジュールへ送信し、前記第1電子制御装置及び前記第2電子制御装置からリプログ応答信号を受信してから前記第1電子制御装置又は前記第2電子制御装置へリプログデータを含むデータ信号を送信するまでの期間内においても、前記データコミュニケーションモジュールから前記第1電子制御装置又は前記第2電子制御装置のリプログデータを含むデータ信号を受信する。
The processing execution unit (31) transmits a data signal including the riplog data to the first electronic control device and the second electronic control device, and then the riplog response signal from the first electronic control device or the second electronic control device. Is transmitted to the data communication module by transmitting the request signal of the reprog data of the first electronic control device or the second electronic control device within the period until the first electronic control device and the second electronic control device are received. Even within the period from the reception of the riplog response signal from the data communication module to the transmission of the data signal including the riplog data to the first electronic control device or the second electronic control device, the first electronic control device is also used from the data communication module. Alternatively, a data signal including the replog data of the second electronic control device is received.

一実施形態のシステム全体の構成を示す図The figure which shows the structure of the whole system of one Embodiment 中央ゲートウェイ装置の構成を示す機能ブロック図Functional block diagram showing the configuration of the central gateway device クライアントプログラムの構成を示す図Diagram showing the configuration of the client program データの階層を示す図Diagram showing the data hierarchy セッション状態の遷移を示す図Diagram showing the transition of session state 全体の処理を示すフローチャートFlowchart showing the whole process 接続態様を示す図The figure which shows the connection mode シーケンス図Sequence Diagram フローチャートflowchart 接続態様を示す図The figure which shows the connection mode シーケンス図Sequence Diagram フローチャートflowchart 接続態様を示す図The figure which shows the connection mode シーケンス図Sequence Diagram フローチャートflowchart 接続態様を示す図The figure which shows the connection mode シーケンス図Sequence Diagram フローチャートflowchart フローチャートflowchart 接続態様を示す図The figure which shows the connection mode 接続態様を示す図The figure which shows the connection mode シーケンス図Sequence Diagram シーケンス図Sequence Diagram シーケンス図Sequence Diagram シーケンス図Sequence Diagram シーケンス図Sequence Diagram シーケンス図Sequence Diagram

以下、本発明を、車両に搭載される並行処理装置に適用した一実施形態について図面を参照して説明する。
マスタ電子制御装置(以下、マスタECU(Electronic Control Unit)と称する)1は、データコミュニケーションモジュール(以下、DCM(Data Communication Module)と称する)2と、中央ゲートウェイ装置(以下、CGW(Central Gate Way)と称する)3(並行処理装置に相当する)とを有する。
Hereinafter, an embodiment in which the present invention is applied to a parallel processing device mounted on a vehicle will be described with reference to the drawings.
The master electronic control unit (hereinafter referred to as a master ECU (Electronic Control Unit)) 1 includes a data communication module (hereinafter referred to as a DCM (Data Communication Module)) 2 and a central gateway device (hereinafter referred to as a CGW (Central Gate Way)). (Referred to as) 3 (corresponding to a parallel processing device).

DCM2は、センター4、ユーザデバイス5、ツール6との間で車外ネットワークを介したデータ通信を制御する。即ち、DCM2は、センター4との間で例えば3G回線や4G回線等による移動体通信網を介したデータ通信を制御する。又、DCM2は、ユーザデバイス5との間で例えばWiFi(登録商標)やBluetooth(登録商標)を介したデータ通信を制御する。又、DCM2は、ツール6との間で例えば有線接続によるデータ通信を制御する。DCM2は、センター4、ユーザデバイス5、ツール6等からアプリを受信すると、その受信したアプリをCGW3に送信する。例えばユーザがツール6を操作してリプログアプリを起動すると、DCM2は、ツール6からリプログアプリを受信し、その受信したリプログアプリをCGW3に送信する。又、例えばユーザがツール6を操作して故障診断アプリを起動すると、DCM2は、ツール6から故障診断アプリを受信し、その受信した故障診断アプリをCGW3に送信する。 The DCM2 controls data communication between the center 4, the user device 5, and the tool 6 via an external network. That is, the DCM2 controls data communication with the center 4 via a mobile communication network such as a 3G line or a 4G line. Further, the DCM2 controls data communication with the user device 5 via, for example, WiFi (registered trademark) or Bluetooth (registered trademark). Further, the DCM2 controls data communication with the tool 6, for example, by a wired connection. When the DCM2 receives an application from the center 4, the user device 5, the tool 6, or the like, the DCM2 transmits the received application to the CGW 3. For example, when the user operates the tool 6 to start the replog application, the DCM2 receives the replog application from the tool 6 and transmits the received replog application to the CGW 3. Further, for example, when the user operates the tool 6 to activate the failure diagnosis application, the DCM2 receives the failure diagnosis application from the tool 6 and transmits the received failure diagnosis application to the CGW 3.

CGW3は、DCM2からアプリを受信すると、そのアプリの処理要求を受け付ける。CGW3は、例えばDCM2からリプログアプリを受信すると、そのリプログアプリの処理要求を受け付ける。又、CGW3は、例えばDCM2から故障診断アプリを受信すると、その故障診断アプリの処理要求を受け付ける。 When the CGW 3 receives the application from the DCM2, the CGW 3 accepts the processing request of the application. When the CGW 3 receives the replog application from, for example, the DCM2, the CGW 3 accepts the processing request of the replog application. Further, when the CGW 3 receives the failure diagnosis application from, for example, the DCM2, the CGW 3 receives the processing request of the failure diagnosis application.

CGW3は、複数のバス7〜10を接続しており、車両に搭載されているECUとの間でバス7〜10を介したデータ通信を制御する。バス7〜10は、例えばマルチメディア系のバス、パワトレ系のバス、ボディ系のバス、環境系のバス、シャシ系のバス等である。バス7〜10は、例えばCAN(Controller Area Network)(登録商標)、LIN(Local Interconnect Network)(登録商標)、CXPI(Clock Extension Peripheral Interface)(登録商標)、FlexRay(登録商標)、MOST(Media Oriented Systems Transport)(登録商標)等であり、通信プロトコルが互いに異なり、通信速度や信号フォーマットが互いに異なる。 The CGW 3 connects a plurality of buses 7 to 10 and controls data communication with the ECU mounted on the vehicle via the buses 7 to 10. Buses 7 to 10 include, for example, a multimedia bus, a power train bus, a body bus, an environmental bus, a chassis bus, and the like. Buses 7 to 10 include, for example, CAN (Controller Area Network) (registered trademark), LIN (Local Interconnect Network) (registered trademark), CXPI (Clock Extension Peripheral Interface) (registered trademark), FlexRay (registered trademark), MOST (Media). Oriented Systems Transport) (registered trademark), etc., communication protocols are different from each other, and communication speed and signal format are different from each other.

バス7〜10にはそれぞれECU11a〜11c、12a〜12c、13a〜13c、14a〜14cが接続されている。例えばマルチメディア系のバスには、ナビゲーションの制御を行うナビゲーションECU、電子式料金収受システム(ETC:Electronic Toll Collection System:登録商標)との通信制御を行うETCECU等が接続されている。例えばパワトレ系のバスには、エンジンの制御を行うエンジンECU、ブレーキの制御を行うブレーキECU、自動変速機の制御を行うECTECU、パワーステアリングの制御を行うパワステECU等が接続されている。例えばボディ系のバスには、ドアのロック/アンロックの制御を行うドアECU、メータの表示制御を行うメータECU、エアコンの制御を行うエアコンECU、ウィンドウの開閉制御を行うウィンドウECU等が接続されている。 ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c are connected to buses 7 to 10, respectively. For example, a navigation ECU that controls navigation, an ETC ECU that controls communication with an electronic toll collection system (ETC: Electronic Toll Collection System: registered trademark), and the like are connected to a multimedia bus. For example, an engine ECU that controls an engine, a brake ECU that controls a brake, an ECT ECU that controls an automatic transmission, a power steering ECU that controls power steering, and the like are connected to a power steering bus. For example, a door ECU that controls door lock / unlock, a meter ECU that controls meter display, an air conditioner ECU that controls an air conditioner, a window ECU that controls window opening / closing, and the like are connected to a body bus. ing.

図2に示すように、CGW3は、マイクロコンピュータ(以下、マイコンと称する)15と、トランシーバ16と、電源回路17とを有する。マイコン15は、CPU18と、非遷移的記録媒体としてのROM19と、RAM20と、フラッシュメモリ21とが内部バス22を介して相互接続されている。マイコン15は、ROM19に格納されている制御プログラムをCPU18が実行し、CGW3の動作を制御する。トランシーバ16は、マイコン15からの命令により、DCM2とのデータ通信を制御すると共に、バス7〜10を介したECU11a〜11c、12a〜12c、13a〜13c、14a〜14cとのデータ通信を制御する。電源回路17は、アクセサリスイッチのオンオフを示すアクセサリ信号及びイグニッションスイッチのオンオフを示すイグニッション信号を入力する。電源回路17は、例えばアクセサリ信号のオフからオンへの切り換えを検知すると、バッテリ電源から供給された電力から動作電力を生成し、その生成した動作電力をマイコン15及びトランシーバ16に供給する。 As shown in FIG. 2, the CGW 3 includes a microcomputer (hereinafter referred to as a microcomputer) 15, a transceiver 16, and a power supply circuit 17. In the microcomputer 15, the CPU 18, the ROM 19 as a non-transitional recording medium, the RAM 20, and the flash memory 21 are interconnected via an internal bus 22. In the microcomputer 15, the CPU 18 executes a control program stored in the ROM 19 to control the operation of the CGW 3. The transceiver 16 controls the data communication with the DCM2 by the instruction from the microcomputer 15, and also controls the data communication with the ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c via the buses 7 to 10. .. The power supply circuit 17 inputs an accessory signal indicating on / off of the accessory switch and an ignition signal indicating on / off of the ignition switch. When the power supply circuit 17 detects, for example, switching from off to on of the accessory signal, it generates operating power from the power supplied from the battery power supply, and supplies the generated operating power to the microcomputer 15 and the transceiver 16.

ROM19には、制御プログラムの1つとしてクライアントプログラムが格納されている。クライアントプログラム23は、並行処理プログラムを含み、図3に示すように、各種データを格納する機能として、管理情報マスタデータを格納する管理情報マスタデータ格納部24、管理情報バスマスタデータを格納する管理情報バスマスタデータ格納部25、管理情報データを格納する管理情報データ格納部26を有する。管理情報マスタデータ格納部24は、バス7〜10の通信速度に関するデータ、スケジューリングの調整に関するデータ等を管理情報マスタデータとして格納している。管理情報バスマスタデータ格納部25は、管理情報データを割り当て済みのECU11a〜11c、12a〜12c、13a〜13c、14a〜14cに関するデータ、バス負荷の調整に関するデータ等を管理情報バスマスタデータとして格納している。管理情報データ格納部26は、受け付け中の処理要求の優先度に関するデータ、バス7〜10の状態に関するデータ、ECU11a〜11c、12a〜12c、13a〜13c、14a〜14cの状態に関するデータ、処理の進捗状態に関するデータ、処理のセッション状態に関するデータ等を管理情報データとして格納している。図4に示すように、クライアントプログラム23は、これらの管理情報マスタデータ、管理情報バスマスタデータ、管理情報データを階層化して管理している。 The ROM 19 stores a client program as one of the control programs. As shown in FIG. 3, the client program 23 includes a parallel processing program, and as a function of storing various data, the management information master data storage unit 24 for storing the management information master data and the management information for storing the management information bus master data. It has a bus master data storage unit 25 and a management information data storage unit 26 for storing management information data. The management information master data storage unit 24 stores data related to the communication speed of buses 7 to 10, data related to scheduling adjustment, and the like as management information master data. The management information bus master data storage unit 25 stores data related to ECUs 11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c to which management information data has been assigned, data related to bus load adjustment, and the like as management information bus master data. There is. The management information data storage unit 26 includes data regarding the priority of the processing request being accepted, data regarding the status of the buses 7 to 10, data regarding the status of the ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c, and processing. Data related to the progress status, data related to the session status of processing, etc. are stored as management information data. As shown in FIG. 4, the client program 23 manages the management information master data, the management information bus master data, and the management information data in a hierarchical manner.

又、クライアントプログラム23は、処理要求受付部27、管理情報マスタ更新部28、管理情報バスマスタ更新部29、管理情報割り当て部30、処理実行部31、スケジューリング調整部32、バス負荷調整部33、進捗状態判断部34、セッション状態判断部35を有する。 Further, the client program 23 includes a processing request reception unit 27, a management information master update unit 28, a management information bus master update unit 29, a management information allocation unit 30, a processing execution unit 31, a scheduling adjustment unit 32, a bus load adjustment unit 33, and progress. It has a state determination unit 34 and a session state determination unit 35.

処理要求受付部27は、ECU11a〜11c、12a〜12c、13a〜13c、14a〜14cに対する独立したアプリの処理要求を受け付ける。処理要求受付部27が処理要求を受け付けるアプリは、例えばリプログアプリ、故障診断アプリ、鍵管理アプリ等である。管理情報マスタ更新部28及び管理情報バスマスタ更新部29は、それぞれ処理実行部31が処理を実行することに応じて変化するバス7〜10の状態やECU11a〜11c、12a〜12c、13a〜13c、14a〜14cの状態を監視し、状態が変化することに応じて管理情報マスタデータ及び管理情報バスマスタデータの更新を行う。管理情報割り当て部30は、管理情報マスタデータ及び管理情報バスマスタデータを参照し、管理情報データを処理要求に割り当てる。 The processing request receiving unit 27 receives processing requests of independent applications for ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c. The application for which the processing request receiving unit 27 receives the processing request is, for example, a riplog application, a failure diagnosis application, a key management application, or the like. The management information master update unit 28 and the management information bus master update unit 29 have the states of the buses 7 to 10 and the ECUs 11a to 11c, 12a to 12c, 13a to 13c, which change according to the processing execution unit 31, respectively. The statuses of 14a to 14c are monitored, and the management information master data and the management information bus master data are updated as the status changes. The management information allocation unit 30 refers to the management information master data and the management information bus master data, and allocates the management information data to the processing request.

処理実行部31は、管理情報マスタデータ、管理情報バスマスタデータ、管理情報データを参照し、複数のアプリの処理要求を調停する。即ち、処理実行部33は、一のアプリの処理要求を受け付け中に別のアプリの処理要求を受け付けると、一のアプリの処理要求と別のアプリの処理要求との優先度、その時点でのバス7〜10の状態やECU11a〜11c、12a〜12c、13a〜13c、14a〜14cの状態等を判断し、一のアプリの処理要求と別のアプリの処理要求とを調停する。処理実行部31は、例えば一のアプリの処理要求が別のアプリの処理要求よりも優先度が高ければ一のアプリの処理要求に応じた処理を優先するように調停する。これとは逆に、処理実行部31は、例えば別のアプリの処理要求が一のアプリの処理要求よりも優先度が高ければ別のアプリの処理要求に応じた処理を優先するように調停する。又、処理実行部31は、処理要求の要求先であるECUの負荷やバスの負荷が比較的低ければ処理を実行し、負荷が比較的高ければ処理の実行を待機するように調停する。 The process execution unit 31 refers to the management information master data, the management information bus master data, and the management information data, and mediates the processing requests of a plurality of applications. That is, when the processing execution unit 33 receives the processing request of another application while accepting the processing request of one application, the priority of the processing request of one application and the processing request of another application, and the processing request of another application at that time. The state of the buses 7 to 10 and the states of the ECUs 11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c, etc. are determined, and the processing request of one application and the processing request of another application are arbitrated. For example, if the processing request of one application has a higher priority than the processing request of another application, the processing execution unit 31 mediates so as to give priority to the processing according to the processing request of one application. On the contrary, the processing execution unit 31 arbitrates so that, for example, if the processing request of another application has a higher priority than the processing request of one application, the processing corresponding to the processing request of another application is prioritized. .. Further, the process execution unit 31 arbitrates so as to execute the process if the load of the ECU or the load of the bus, which is the request destination of the process request, is relatively low, and to wait for the execution of the process if the load is relatively high.

スケジューリング調整部32は、管理情報マスタデータ格納部24に格納されているスケジューリングの調整に関するデータを用い、スケジューリングの調整を行う。スケジューリング調整部32は、スケジューリングの調整として例えば信号の送信間隔を調整する。バス負荷調整部33は、管理情報バスマスタデータ格納部25に格納されているバス負荷の調整に関するデータを用い、バス負荷の調整を行う。バス負荷調整部33は、バス負荷の調整としてバスのデータ通信量を調整する。進捗状態判断部34は、管理情報データ格納部26に格納されている進捗状態に関するデータを用い、処理の進捗状態の判断を行う。セッション状態判断部35は、管理情報データ格納部26に格納されているセッション状態に関するデータを用い、処理のセッション状態の判断を行う。 The scheduling adjustment unit 32 adjusts the scheduling by using the data related to the adjustment of the scheduling stored in the management information master data storage unit 24. The scheduling adjustment unit 32 adjusts, for example, a signal transmission interval as scheduling adjustment. The bus load adjusting unit 33 adjusts the bus load by using the data related to the bus load adjustment stored in the management information bus master data storage unit 25. The bus load adjusting unit 33 adjusts the data communication amount of the bus as the adjustment of the bus load. The progress status determination unit 34 determines the progress status of the process by using the data related to the progress status stored in the management information data storage unit 26. The session state determination unit 35 determines the session state of processing by using the data related to the session state stored in the management information data storage unit 26.

処理実行部31は、複数のアプリの処理要求を調停すると、スケジューリング調整部32により調整されたスケジューリング及びバス負荷調整部33により調整されたバス負荷にしたがい、進捗状態判断部34により判断された進捗状態及びセッション状態判断部35により判断されたセッション状態を監視しながら複数の処理を並行する。 When the processing execution unit 31 arbitrates the processing requests of a plurality of applications, the progress determined by the progress status determination unit 34 according to the scheduling adjusted by the scheduling adjustment unit 32 and the bus load adjusted by the bus load adjustment unit 33. A plurality of processes are performed in parallel while monitoring the session state determined by the state and session state determination unit 35.

ここで、セッション状態を監視する理由について説明する。図5に示すように、ECUは、通常状態にあるときにセッション移行要求信号を受信すると、通常状態から故障診断状態に移行するが、その後に故障診断要求信号を受信しない時間が所定時間(例えば5秒)継続すると、タイムアウトが発生して故障診断状態から通常状態から復帰する。このような事情から、クライアントプログラム23は、セッション移行要求信号を定期的にECUに送信することで、故障診断要求信号を送信する間隔が所定時間を越えてもECUを故障診断状態に維持することが可能となる。 Here, the reason for monitoring the session status will be described. As shown in FIG. 5, when the ECU receives the session transition request signal in the normal state, it shifts from the normal state to the failure diagnosis state, but after that, the time during which the failure diagnosis request signal is not received is a predetermined time (for example). (5 seconds) If it continues, a timeout will occur and the failure diagnosis state will be restored from the normal state. Under these circumstances, the client program 23 periodically transmits the session transition request signal to the ECU to maintain the ECU in the failure diagnosis state even if the interval for transmitting the failure diagnosis request signal exceeds a predetermined time. Is possible.

又、ECUは、故障診断状態にあるときにセッション移行要求信号を受信すると、故障診断状態からリプログ状態に移行するが、その後にリプログデータを含むデータ信号を受信しない時間が所定時間(例えば5秒)継続すると、タイムアウトが発生してリプログ状態から通常状態から復帰する。このような事情から、クライアントプログラム23は、セッション移行要求信号を定期的にECUに送信することで、リプログデータを含むデータ信号を送信する間隔が所定時間を越えてもECUをリプログ状態に維持することが可能となる。 Further, when the ECU receives the session transition request signal while in the failure diagnosis state, the ECU shifts from the failure diagnosis state to the replog state, but after that, the time during which the data signal including the replog data is not received is a predetermined time (for example, 5 seconds). ) If it continues, a timeout will occur and the replog state will return to the normal state. Under these circumstances, the client program 23 periodically transmits a session transition request signal to the ECU to maintain the ECU in the replog state even if the interval for transmitting the data signal including the replog data exceeds a predetermined time. It becomes possible.

次に、上記した構成の作用について図6から図27を参照して説明する。
CGW3において、マイコン15は、CPU18がクライアントプログラム23を実行することで以下の制御を行う。
Next, the operation of the above configuration will be described with reference to FIGS. 6 to 27.
In the CGW 3, the microcomputer 15 performs the following control by executing the client program 23 by the CPU 18.

マイコン15は、アプリの処理要求を処理要求受付部24が受け付けると(S1、処理要求受付手順)、その受け付けたアプリの処理要求を調停する(S2、調停手順)。即ち、マイコン15は、受け付け中のアプリの処理要求の優先度に関するデータ、バス7〜10の状態に関するデータ、ECU11a〜11c、12a〜12c、13a〜13c、14a〜14cの状態に関するデータを用い、その受け付けた処理要求に応じた処理を実行可能であるか否かを判断し、アプリの処理要求を調停する。マイコン15は、その受け付けたアプリの処理要求を調停したことでアプリの競合を回避したか否かを判定し(S3)、アプリの競合を回避したと判定すると(S3:YES)、管理情報データを処理要求に割り当てる(S4)。 When the processing request receiving unit 24 receives the processing request of the application (S1, the processing request receiving procedure), the microcomputer 15 mediates the processing request of the received application (S2, the arbitration procedure). That is, the microcomputer 15 uses data on the priority of the processing request of the application being accepted, data on the status of the buses 7 to 10, and data on the status of the ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c. It is determined whether or not the processing according to the received processing request can be executed, and the processing request of the application is arbitrated. When the microcomputer 15 determines whether or not the application conflict has been avoided by arbitrating the processing request of the received application (S3), and determines that the application conflict has been avoided (S3: YES), the management information data. Is assigned to the processing request (S4).

マイコン15は、管理情報データを処理要求に割り当てると、管理情報マスタデータを更新する(S5)。マイコン15は、複数の処理要求に応じた複数の処理のスケジューリングを調整し(S6)、複数の処理のスケジューリングを調整すると、管理情報バスマスタデータを更新する(S7)。マイコン15は、バス負荷を計算し(S8)、バス負荷を監視し(S9)、処理要求の要求先のECUに送信する信号の送信間隔を調整する(S10)。そして、マイコン15は、進捗状態及びセッション状態を監視しながら複数の処理を並行する(S11、処理並行手順)。 When the management information data is assigned to the processing request, the microcomputer 15 updates the management information master data (S5). The microcomputer 15 adjusts the scheduling of a plurality of processes in response to the plurality of processing requests (S6), and updates the management information bus master data when the scheduling of the plurality of processes is adjusted (S7). The microcomputer 15 calculates the bus load (S8), monitors the bus load (S9), and adjusts the transmission interval of the signal to be transmitted to the ECU of the request destination of the processing request (S10). Then, the microcomputer 15 performs a plurality of processes in parallel while monitoring the progress state and the session state (S11, process parallel procedure).

以下、ECUの接続態様として、バスに接続されている同一のECUに対する複数の処理要求を同時に受け付けた場合、同一のバスに接続されている複数のECUに対する複数の処理要求を同時に受け付けた場合、別々のバスに接続されている複数の電子制御装置に対する複数の処理要求を同時に受け付けた場合について説明する。 Hereinafter, as the connection mode of the ECU, when a plurality of processing requests for the same ECU connected to the bus are simultaneously received, and when a plurality of processing requests for a plurality of ECUs connected to the same bus are simultaneously received. A case where a plurality of processing requests for a plurality of electronic control units connected to different buses are received at the same time will be described.

(1)バスに接続されている同一のECUに対する複数の処理要求を同時に受け付けた場合
図7に示すように、マイコン15は、CGW3がバス41を接続し、バス41にエンジンECU51が接続されており、そのエンジンECU51に対するリプログアプリの処理要求と故障診断アプリの処理要求とを同時に受け付けると、それらの処理要求を調停し、図8に示すように、リプログデータを含むデータ信号の送信と故障診断要求信号の送信とを並行する。この場合、同時に受け付けるとは、リプログアプリの処理要求に応じたリプログ処理を実行中に故障診断アプリの処理要求を受け付けた場合、又は故障診断アプリの処理要求に応じた故障診断処理を実行中にリプログアプリの処理要求を受け付けた場合を意味する。
(1) When a plurality of processing requests for the same ECU connected to the bus are received at the same time As shown in FIG. 7, in the microcomputer 15, the CGW 3 connects the bus 41 and the engine ECU 51 is connected to the bus 41. When the processing request of the replog application and the processing request of the failure diagnosis application for the engine ECU 51 are simultaneously received, the processing request is arbitrated, and as shown in FIG. 8, the transmission of the data signal including the riplog data and the failure diagnosis are performed. Parallel to the transmission of the request signal. In this case, "accept at the same time" means that the processing request of the failure diagnosis application is received while the reprog processing according to the processing request of the reprolog application is being executed, or the failure diagnosis processing according to the processing request of the failure diagnosis application is being executed. It means when the processing request of the replog application is accepted.

マイコン15は、リプログデータを含むデータ信号を送信してからリプログ応答信号を受信するまでの期間内において、故障診断要求信号を送信してもエンジンECU51の負荷及びバス41の負荷に支障がない(例えば他の処理や他のバス通信を妨げない等)と判断すると、その期間内で故障診断要求信号を送信する。又、マイコン15は、故障診断要求信号を送信してから故障診断データ(例えばDTCコード等の各種データ)を含むデータ信号を受信するまでの期間内において、リプログデータを含むデータ信号を送信してもエンジンECU51の負荷及びバス41の負荷に支障がないと判断すると、その期間内でリプログデータを含むデータ信号を送信する。このようにして、マイコン15は、エンジンECU51に対するリプログ処理と故障診断処理とをマルチタスクで実行する。即ち、マイコン15は、エンジンECU51に対するリプログ処理と故障診断処理とを、一方の処理の完了を待機して他方の処理を開始するのではなく、エンジンECU51の負荷及びバス41の負荷に応じてマルチタスクで実行することで、それらの処理を完了するまでに要する時間を短縮することが可能となる。 The microcomputer 15 does not interfere with the load of the engine ECU 51 and the load of the bus 41 even if the failure diagnosis request signal is transmitted within the period from the transmission of the data signal including the replog data to the reception of the replog response signal (the load of the engine ECU 51 and the load of the bus 41 are not hindered). For example, it does not interfere with other processing or other bus communication), and a failure diagnosis request signal is transmitted within that period. Further, the microcomputer 15 transmits the data signal including the reprog data within the period from the transmission of the failure diagnosis request signal to the reception of the data signal including the failure diagnosis data (for example, various data such as the DTC code). If it is determined that there is no problem with the load of the engine ECU 51 and the load of the bus 41, a data signal including riplog data is transmitted within that period. In this way, the microcomputer 15 executes the reprog processing and the failure diagnosis processing for the engine ECU 51 by multitasking. That is, the microcomputer 15 multitasks the reprog processing and the failure diagnosis processing for the engine ECU 51 according to the load of the engine ECU 51 and the load of the bus 41, instead of waiting for the completion of one processing and starting the other processing. By executing it as a task, it is possible to shorten the time required to complete those processes.

マイコン15は、図9に示すように、エンジンECU51に対するリプログ処理として、リプログのエントリ処理(S21)、エンジンECU51のフラッシュメモリに記憶されているデータの消去(S22)、リプログデータを含むデータ信号の送信(S23)、リプログ応答信号の受信(S24)、リプログの検証(S25)、エンジンECU51の初期化(S26)を実行する。又、マイコン15は、エンジンECU51に対する故障診断処理として、故障診断要求信号の送信(S31)、故障診断データを含むデータ信号の受信(S32)を実行する。 As shown in FIG. 9, the microcomputer 15 performs the reprog entry process (S21), the erasure of the data stored in the flash memory of the engine ECU 51 (S22), and the data signal including the reprog data as the reprog process for the engine ECU 51. Transmission (S23), reception of the replog response signal (S24), verification of the replog (S25), and initialization of the engine ECU 51 (S26) are executed. Further, the microcomputer 15 executes the transmission of the failure diagnosis request signal (S31) and the reception of the data signal including the failure diagnosis data (S32) as the failure diagnosis process for the engine ECU 51.

又、マイコン15は、リプログデータを含むデータ信号の送信と故障診断要求信号の送信とに加え、DCM2からのリプログデータの受信を並行しても良い。即ち、図10に示すように、エンジンECU51のリプログデータがDCM2に格納されている構成である場合に、図11に示すように、マイコン15は、例えば故障診断要求信号を送信してからリプログ応答信号を受信するまでの期間内でリプログデータの要求信号をDCM2に送信し、故障診断データを含むデータ信号を受信してからリプログデータを含むデータ信号を送信するまでの期間内でDCM2からリプログデータを含むデータ信号を受信する。 Further, the microcomputer 15 may receive the replog data from the DCM2 in parallel in addition to the transmission of the data signal including the replog data and the transmission of the failure diagnosis request signal. That is, as shown in FIG. 10, when the replog data of the engine ECU 51 is stored in the DCM2, as shown in FIG. 11, the microcomputer 15 transmits, for example, a failure diagnosis request signal and then responds to the replog. The request signal of the reprog data is transmitted to the DCM2 within the period until the signal is received, and the reprog data is transmitted from the DCM2 within the period from the reception of the data signal including the failure diagnosis data to the transmission of the data signal including the reprog data. Receives a data signal containing.

このようにして、マイコン15は、エンジンECU51に対するリプログアプリの処理要求に応じたリプログ処理及び故障診断アプリの処理要求に応じた故障診断処理と、DCM2からリプログデータを取得する処理とをマルチタスクで実行する。マイコン15は、図12に示すように、リプログデータの取得処理として、データ要求信号の送信(S41)、リプログデータを含むデータ信号の取得(S42)を実行する。 In this way, the microcomputer 15 multitasks the replog processing in response to the processing request of the replog application to the engine ECU 51, the failure diagnosis processing in response to the processing request of the failure diagnosis application, and the processing of acquiring the replog data from the DCM2. Run. As shown in FIG. 12, the microcomputer 15 executes the transmission of the data request signal (S41) and the acquisition of the data signal including the replog data (S42) as the acquisition process of the replog data.

このような構成では、CGW3においては、DCM2から取得したリプログデータをエンジンECU51に送信するので、エンジンECU51に送信するリプログデータを記憶しておくための記憶媒体の容量を低減することができる。尚、データ要求信号をDCM2に送信するタイミング及びDCM2からリプログデータを含むデータ信号を受信するタイミングはどのようなタイミングでも良い。又、以上は、エンジンECU51に対する2つの処理要求を同時に受け付けた場合を例示したが、エンジンECU51に対する3つ以上の処理要求を同時に受け付けた場合も同様である。 In such a configuration, in the CGW 3, since the replog data acquired from the DCM2 is transmitted to the engine ECU 51, the capacity of the storage medium for storing the replog data to be transmitted to the engine ECU 51 can be reduced. The timing of transmitting the data request signal to the DCM2 and the timing of receiving the data signal including the reprog data from the DCM2 may be any timing. Further, the above has illustrated the case where two processing requests to the engine ECU 51 are received at the same time, but the same applies to the case where three or more processing requests to the engine ECU 51 are received at the same time.

(2)同一のバスに接続されている複数のECUに対する複数の処理要求を同時に受け付けた場合
図13に示すように、マイコン15は、CGW3がバス42を接続し、バス42にエンジンECU52とメータECU53とが接続されており、そのエンジンECU52に対するリプログアプリの処理要求とメータECU53に対するリプログアプリの処理要求とを同時に受け付けると、それらの処理要求を調停し、図14に示すように、エンジンECU52のリプログデータを含むデータ信号の送信とメータECU53のリプログデータを含むデータ信号の送信とを並行する。この場合、同時に受け付けるとは、エンジンECU52に対するリプログアプリの処理要求に応じたリプログ処理を実行中にメータECU53に対するリプログアプリの処理要求を受け付けた場合、又はメータECU53に対するリプログアプリの処理要求に応じたリプログ処理を実行中にエンジンECU52に対するリプログアプリの処理要求を受け付けた場合を意味する。
(2) When a plurality of processing requests for a plurality of ECUs connected to the same bus are simultaneously received. As shown in FIG. 13, in the microcomputer 15, the CGW 3 connects the bus 42, and the engine ECU 52 and the meter are connected to the bus 42. When the ECU 53 is connected and the processing request of the replog application for the engine ECU 52 and the processing request of the replog application for the meter ECU 53 are simultaneously received, those processing requests are arbitrated, and as shown in FIG. 14, the engine ECU 52 The transmission of the data signal including the replog data and the transmission of the data signal including the replog data of the meter ECU 53 are performed in parallel. In this case, "accepting at the same time" means that the processing request of the replog application to the meter ECU 53 is received while the replog processing corresponding to the processing request of the replog application to the engine ECU 52 is being executed, or the processing request of the replog application to the meter ECU 53 is accepted. This means that a processing request of the replog application to the engine ECU 52 is received while the replog processing is being executed.

マイコン15は、エンジンECU52のリプログデータを含むデータ信号を送信してからリプログ応答信号を受信するまでの期間内において、メータECU53のリプログデータを含むデータ信号を送信してもメータECU53の負荷及びバス42の負荷に支障がないと判断すると、その期間内でメータECU53のリプログデータを含むデータ信号を送信する。又、マイコン15は、メータECU53のリプログデータを含むデータ信号を送信してからリプログ応答信号を受信するまでの期間内において、エンジンECU52のリプログデータを含むデータ信号を送信してもエンジンECU52の負荷及びバス42の負荷に支障がないと判断すると、その期間内でエンジンECU52のリプログデータを含むデータ信号を送信する。 Even if the microcomputer 15 transmits the data signal including the replog data of the meter ECU 53 within the period from the transmission of the data signal including the replog data of the engine ECU 52 to the reception of the replog response signal, the load and the bus of the meter ECU 53 If it is determined that the load of 42 is not hindered, a data signal including the replog data of the meter ECU 53 is transmitted within that period. Further, even if the microcomputer 15 transmits the data signal including the replog data of the engine ECU 52 within the period from the transmission of the data signal including the replog data of the meter ECU 53 to the reception of the replog response signal, the load on the engine ECU 52 If it is determined that the load on the bus 42 is not hindered, a data signal including the replog data of the engine ECU 52 is transmitted within that period.

このようにして、マイコン15は、エンジンECU52に対するリプログ処理とメータECU53に対するリプログ処理とをマルチタスクで実行する。即ち、マイコン15は、エンジンECU52に対するリプログ処理とメータECU53に対するリプログ処理とを、一方の処理の完了を待機して他方の処理を開始するのではなく、エンジンECU52の負荷、メータECU53の負荷及びバス42の負荷に応じてマルチタスクで実行することで、それらの処理を完了するまでに要する時間を短縮することが可能となる。 In this way, the microcomputer 15 executes the replog processing for the engine ECU 52 and the replog processing for the meter ECU 53 in a multitasking manner. That is, the microcomputer 15 does not start the reprog processing for the engine ECU 52 and the reprog processing for the meter ECU 53 after waiting for the completion of one process, but starts the other process, but the load of the engine ECU 52, the load of the meter ECU 53, and the bus. By executing multitasking according to the load of 42, it is possible to shorten the time required to complete those processes.

マイコン15は、図15に示すように、エンジンECU52に対するリプログ処理として、リプログのエントリ処理(S51)、エンジンECU52のフラッシュメモリに記憶されているデータの消去(S52)、リプログデータを含むデータ信号の送信(S53)、リプログ応答信号の受信(S54)、リプログの検証(S55)、エンジンECU52の初期化(S56)を実行する。又、マイコン15は、メータECU53に対するリプログ処理として、リプログのエントリ処理(S61)、メータECU53のフラッシュメモリに記憶されているデータの消去(S62)、リプログデータを含むデータ信号の送信(S63)、リプログ応答信号の受信(S64)、リプログの検証(S65)、メータECU53の初期化(S66)を実行する。 As shown in FIG. 15, the microcomputer 15 performs a replog entry process (S51), an erasure of data stored in the flash memory of the engine ECU 52 (S52), and a data signal including the replog data as the replog process for the engine ECU 52. Transmission (S53), reception of the replog response signal (S54), verification of the replog (S55), and initialization of the engine ECU 52 (S56) are executed. Further, as the replog processing for the meter ECU 53, the microcomputer 15 includes a replog entry process (S61), erasure of data stored in the flash memory of the meter ECU 53 (S62), and transmission of a data signal including the replog data (S63). The reception of the replog response signal (S64), the verification of the replog (S65), and the initialization of the meter ECU 53 (S66) are executed.

この場合も、マイコン15は、リプログデータを含むデータ信号の送信に加え、DCM2からのリプログデータの受信を並行しても良い。即ち、図16に示すように、エンジンECU52のリプログデータ及びメータECU53のリプログデータがDCM2に格納されている構成である場合に、マイコン15は、図17から図19に示すように、エンジンECU52に対するリプログ処理及びメータECU53に対するリプログ処理と、リプログデータの取得処理とを並行しても良い。マイコン15は、図18に示すように、エンジンECU52のリプログデータの取得処理として、データ要求信号の送信(S71)、リプログデータを含むデータ信号の取得(S72)を実行する。マイコン15は、図19に示すように、メータECU53のリプログデータの取得処理として、データ要求信号の送信(S81)、リプログデータを含むデータ信号の取得(S82)を実行する。 In this case as well, the microcomputer 15 may receive the replog data from the DCM2 in parallel in addition to transmitting the data signal including the replog data. That is, as shown in FIG. 16, when the replog data of the engine ECU 52 and the replog data of the meter ECU 53 are stored in the DCM2, the microcomputer 15 relates to the engine ECU 52 as shown in FIGS. 17 to 19. The replog processing, the replog processing for the meter ECU 53, and the acquisition processing of the replog data may be performed in parallel. As shown in FIG. 18, the microcomputer 15 executes a data request signal transmission (S71) and a data signal acquisition including the replog data (S72) as a process of acquiring the replog data of the engine ECU 52. As shown in FIG. 19, the microcomputer 15 executes a data request signal transmission (S81) and a data signal acquisition including the replog data (S82) as a process of acquiring the replog data of the meter ECU 53.

このような構成でも、CGW3においては、DCM2から取得したエンジンECU52のリプログデータをエンジンECU52に送信し、DCM2から取得したメータECU53のリプログデータをメータECU53に送信するので、エンジンECU52に送信するリプログデータやメータECU53に送信するリプログデータを記憶しておくための記憶媒体の容量を低減することができる。尚、この場合も、データ要求信号をDCM2に送信するタイミング及びDCM2からリプログデータを含むデータ信号を受信するタイミングはどのようなタイミングでも良い。又、以上は、同一のバス42に接続されている2つのECU52,53に対する2つの処理要求を同時に受け付けた場合を例示したが、3つ以上のECUに対する3つ以上の処理要求を同時に受け付けた場合も同様である。 Even with such a configuration, in the CGW 3, the replog data of the engine ECU 52 acquired from the DCM2 is transmitted to the engine ECU 52, and the replog data of the meter ECU 53 acquired from the DCM2 is transmitted to the meter ECU 53. And the capacity of the storage medium for storing the reprog data to be transmitted to the meter ECU 53 can be reduced. Also in this case, the timing of transmitting the data request signal to the DCM2 and the timing of receiving the data signal including the reprog data from the DCM2 may be any timing. Further, the above has illustrated the case where two processing requests for two ECUs 52 and 53 connected to the same bus 42 are simultaneously received, but three or more processing requests for three or more ECUs are simultaneously received. The same applies to the case.

(3)別々のバスに接続されている複数ECUに対する複数の処理要求を同時に受け付けた場合について説明する。
図20に示すように、マイコン15は、CGW3が第1のバス43及び第2のバス43を接続し、第1のバス43にエンジンECU54が接続されており、第2のバス44にメータECU55が接続されており、そのエンジンECU54に対するリプログアプリの処理要求とメータECU55に対するリプログアプリの処理要求とを同時に受け付けると、それらの処理要求を調停し、図20に示すように、エンジンECU54のリプログデータを含むデータ信号の送信とメータECU55のリプログデータを含むデータ信号の送信とを並行する。尚、この場合は、エンジンECU54とメータECU55とが別々のバスに接続されているので、マイコン15は、バスの通信速度を判断し、エンジンECU54のリプログデータを含むデータ信号の送信とメータECU55のリプログデータを含むデータ信号の送信とを並行する。
(3) A case where a plurality of processing requests for a plurality of ECUs connected to different buses are received at the same time will be described.
As shown in FIG. 20, in the microcomputer 15, the CGW 3 connects the first bus 43 and the second bus 43, the engine ECU 54 is connected to the first bus 43, and the meter ECU 55 is connected to the second bus 44. Is connected, and when the processing request of the replog application for the engine ECU 54 and the processing request of the replog application for the meter ECU 55 are simultaneously received, those processing requests are arbitrated, and as shown in FIG. 20, the replog data of the engine ECU 54. The transmission of the data signal including the above and the transmission of the data signal including the replog data of the meter ECU 55 are performed in parallel. In this case, since the engine ECU 54 and the meter ECU 55 are connected to separate buses, the microcomputer 15 determines the communication speed of the bus, transmits a data signal including the reprog data of the engine ECU 54, and transmits the data signal of the meter ECU 55. Parallel transmission of data signals including riplog data.

この場合も、マイコン15は、図21に示すように、エンジンECU54に対するリプログ処理及びメータECU55に対するリプログ処理と、リプログデータの取得処理とを並行しても良い。尚、以上は、2本のバス43,44に別々に接続されている2つのECU54,55に対する2つの処理要求を同時に受け付けた場合を例示したが、3本以上のバスに別々に接続されている3つ以上のECUに対する3つ以上の処理要求を同時に受け付けた場合も同様である。 In this case as well, as shown in FIG. 21, the microcomputer 15 may perform the replog processing for the engine ECU 54, the replog processing for the meter ECU 55, and the replog data acquisition processing in parallel. In the above, the case where two processing requests for two ECUs 54 and 55 separately connected to the two buses 43 and 44 are received at the same time is illustrated, but the two buses are connected separately to three or more buses. The same applies when three or more processing requests to the three or more ECUs are received at the same time.

次に、鍵管理アプリについて図22から図27を参照して説明する。ここでは、CGW3が鍵をエンジンECU62及びメータECU63に配布する場合について説明する。尚、ンジンECU62及びメータECU63は、同一のバスに接続されていても良いし別々のバスに接続されていても良い。図22に示すように、鍵管理アプリは、鍵生成フェーズ、鍵配布フェーズ、鍵確認フェーズ、鍵センター通知フェーズ、DTC検証フェーズを含む。 Next, the key management application will be described with reference to FIGS. 22 to 27. Here, a case where the CGW 3 distributes the key to the engine ECU 62 and the meter ECU 63 will be described. The engine ECU 62 and the meter ECU 63 may be connected to the same bus or may be connected to different buses. As shown in FIG. 22, the key management application includes a key generation phase, a key distribution phase, a key confirmation phase, a key center notification phase, and a DTC verification phase.

鍵生成フェーズは、工場ツール61が鍵を生成する場合とCGW3が鍵を生成する場合とがある。工場ツール61が鍵を生成する場合では、図23に示すように、工場ツール61は、鍵を生成すると、その生成した鍵を特定可能な鍵情報を含む鍵情報信号をCGW3に送信する。CGW3において、マイコン15は、工場ツール61から鍵情報信号を受信すると、その受信した鍵情報信号に含まれる鍵情報から鍵を特定し、その特定した鍵を記憶し、応答信号を工場ツール61に送信する。又、CGW3が鍵を生成する場合では、図24に示すように、工場ツール61は、鍵生成指示信号をCGW3に送信する。CGW3において、マイコン15は、工場ツール61から鍵生成指示信号を受信すると、鍵を生成し、その生成した鍵を記憶し、応答信号を工場ツール61に送信する。 In the key generation phase, the factory tool 61 may generate the key or the CGW 3 may generate the key. When the factory tool 61 generates a key, as shown in FIG. 23, when the factory tool 61 generates a key, the factory tool 61 transmits a key information signal including key information that can identify the generated key to the CGW 3. In CGW3, when the microcomputer 15 receives the key information signal from the factory tool 61, the microcomputer 15 identifies the key from the key information included in the received key information signal, stores the specified key, and sends the response signal to the factory tool 61. Send. When the CGW 3 generates a key, the factory tool 61 transmits a key generation instruction signal to the CGW 3, as shown in FIG. 24. In the CGW 3, when the microcomputer 15 receives the key generation instruction signal from the factory tool 61, it generates a key, stores the generated key, and transmits a response signal to the factory tool 61.

鍵配布フェーズでは、図25に示すように、工場ツール61は、鍵書込指示信号をCGW3に送信する。CGW3において、マイコン15は、工場ツール61から鍵書込指示信号を受信すると、記憶している鍵を読出し、その読出した鍵を含む鍵書込要求信号をエンジンECU62及びメータECU63に送信する。マイコン15は、鍵書込要求信号のエンジンECU62への送信とメータECU63への送信とを並行する。エンジンECU62及びメータECU63は、それぞれCGW3から鍵書込要求信号を受信すると、その受信した鍵書込要求信号に含まれる鍵を取得して記憶し、鍵書込応答信号をCGW3に送信する。このようにして、マイコン15は、エンジンECU62への鍵配布処理とメータECU63への鍵配布処理とをマルチタスクで実行する。即ち、マイコン15は、エンジンECU62への鍵配布処理とメータECU63への鍵配布処理とを、一方の処理の完了を待機して他方の処理を開始するのではなく、エンジンECU62の負荷、メータECU63の負荷及びバスの負荷に応じてマルチタスクで実行することで、それらの処理を完了するまでに要する時間を短縮することが可能となる。 In the key distribution phase, as shown in FIG. 25, the factory tool 61 transmits a key writing instruction signal to the CGW 3. In the CGW 3, when the microcomputer 15 receives the key writing instruction signal from the factory tool 61, it reads out the stored key and transmits the key writing request signal including the read key to the engine ECU 62 and the meter ECU 63. The microcomputer 15 transmits the key writing request signal to the engine ECU 62 and the meter ECU 63 in parallel. When the engine ECU 62 and the meter ECU 63 each receive the key write request signal from the CGW 3, the engine ECU 62 and the meter ECU 63 acquire and store the key included in the received key write request signal, and transmit the key write response signal to the CGW 3. In this way, the microcomputer 15 executes the key distribution process to the engine ECU 62 and the key distribution process to the meter ECU 63 in a multitasking manner. That is, the microcomputer 15 does not start the key distribution process to the engine ECU 62 and the key distribution process to the meter ECU 63 after waiting for the completion of one process, but starts the other process, but the load of the engine ECU 62 and the meter ECU 63. By executing multitasking according to the load of the bus and the load of the bus, it is possible to shorten the time required to complete those processes.

鍵確認フェーズは、CGW3が鍵を確認する場合と工場ツール61が後段のDTC検証フェーズにおいて鍵を確認する場合とがある。CGW3が鍵を確認する場合では、図26に示すように、CGW3において、マイコン15は、チェック値要求信号をエンジンECU62に送信する。エンジンECU62は、CGW3からチェック値要求信号を受信すると、チェック値を生成し、その生成したチェック値を含むチェック値信号をCGW3に送信する。CGW3において、マイコン15は、エンジンECU62からチェック値信号を受信すると、その受信したチェック値信号に含まれるチェック値を判定し、エンジンECU62への鍵の書込みを正常に完了しているか否かを確認する。マイコン15は、エンジンECU62への鍵の書込みを正常に完了しているか否かの確認を完了すると、チェック値要求信号をメータECU63に送信し、メータECU63への鍵の書込みを正常に完了しているか否かの確認を同様の手順にしたがって行う。 The key confirmation phase may be a case where the CGW 3 confirms the key or a case where the factory tool 61 confirms the key in the subsequent DTC verification phase. When the CGW 3 confirms the key, as shown in FIG. 26, in the CGW 3, the microcomputer 15 transmits a check value request signal to the engine ECU 62. When the engine ECU 62 receives the check value request signal from the CGW 3, it generates a check value and transmits the check value signal including the generated check value to the CGW 3. When the microcomputer 15 receives the check value signal from the engine ECU 62 in the CGW 3, the microcomputer 15 determines the check value included in the received check value signal and confirms whether or not the writing of the key to the engine ECU 62 is normally completed. do. When the microcomputer 15 completes the confirmation of whether or not the key writing to the engine ECU 62 is normally completed, the microcomputer 15 transmits a check value request signal to the meter ECU 63, and normally completes the key writing to the meter ECU 63. Check if it is present or not according to the same procedure.

又、工場ツール61が後段のDTC検証フェーズにおいて鍵を確認する場合では、図27に示すように、工場ツール61は、チェック指示信号をCGW3に送信する。CGW3において、マイコン15は、工場ツール61からチェック指示信号を受信すると、チェック要求信号をエンジンECU62に送信する。エンジンECU62は、CGW3からチェック要求信号を受信すると、鍵の書込みを正常に完了しているか否かを確認し、その確認結果を記憶し、チェック応答信号をCGW3に送信する。CGW3において、マイコン15は、エンジンECU62からチェック応答信号を受信すると、チェック要求信号をメータECU63に送信し、メータECU63への鍵の書込みを正常に完了しているか否かの確認を同様の手順にしたがって行う。これ以降、工場ツール61は、DTC検証フェーズにおいて、DTC要求をエンジンECU62に送信し、確認結果を含むDTC応答をエンジンECU62から受信すると、その受信したDTC応答に含まれる確認結果を判定し、エンジンECU62への鍵の書込みを正常に完了しているか否かを確認する。工場ツール61は、エンジンECU62への鍵の書込みを正常に完了しているか否かの確認を完了すると、DTC要求をメータECU63に送信し、メータECU63への鍵の書込みを正常に完了しているか否かの確認を同様の手順にしたがって行う。 When the factory tool 61 confirms the key in the DTC verification phase in the subsequent stage, the factory tool 61 transmits a check instruction signal to the CGW 3, as shown in FIG. 27. In the CGW 3, when the microcomputer 15 receives the check instruction signal from the factory tool 61, the microcomputer 15 transmits the check request signal to the engine ECU 62. When the engine ECU 62 receives the check request signal from the CGW 3, it confirms whether or not the key writing is normally completed, stores the confirmation result, and transmits the check response signal to the CGW 3. In the CGW 3, when the microcomputer 15 receives the check response signal from the engine ECU 62, the microcomputer 15 transmits a check request signal to the meter ECU 63, and confirms whether or not the writing of the key to the meter ECU 63 is normally completed in the same procedure. Therefore, do so. After that, in the DTC verification phase, the factory tool 61 transmits a DTC request to the engine ECU 62, receives a DTC response including the confirmation result from the engine ECU 62, determines the confirmation result included in the received DTC response, and determines the engine. It is confirmed whether or not the writing of the key to the ECU 62 is completed normally. When the factory tool 61 completes the confirmation of whether or not the writing of the key to the engine ECU 62 is completed normally, the factory tool 61 transmits a DTC request to the meter ECU 63 and confirms whether or not the writing of the key to the meter ECU 63 is normally completed. Confirm whether or not it is performed according to the same procedure.

以上に説明したように本実施形態によれば、次に示す効果を得ることができる。
CGW3において、ECU11a〜11c,12a〜12c,13a〜13c,14a〜14cに対する独立したアプリの処理要求を同時に受け付けると、その受け付け中の複数の処理要求を調停し、複数の処理要求に応じた複数の処理を並行するようにした。これにより、独立したアプリの処理要求を複数同時に受け付けた場合に、その受け付けた複数の処理要求に応じた複数の処理をマルチタスクで実行することができる。
As described above, according to the present embodiment, the following effects can be obtained.
When the CGW3 simultaneously receives processing requests of independent applications for ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c, a plurality of processing requests being accepted are arbitrated, and a plurality of processing requests corresponding to the plurality of processing requests are arbitrated. Processed in parallel. As a result, when a plurality of processing requests of independent applications are received at the same time, a plurality of processes corresponding to the received multiple processing requests can be executed by multitasking.

又、CGW3において、複数の処理要求に応じた複数の処理と、リプログデータをDCM2から取得する処理とを並行するようにした。これにより、リプログデータをDCM2から取得し、その取得したリプログデータをECU11a〜11c,12a〜12c,13a〜13c,14a〜14cに送信することができ、リプログデータを記憶しておくための記憶媒体の容量を低減することができる。 Further, in CGW3, a plurality of processes corresponding to a plurality of processing requests and a process of acquiring riplog data from DCM2 are performed in parallel. As a result, the replog data can be acquired from the DCM2, and the acquired replog data can be transmitted to the ECUs 11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c, and is a storage medium for storing the replog data. Capacity can be reduced.

又、CGW3において、受け付け中の処理要求の優先度に関するデータ、バス7〜10の状態に関するデータ、ECU11a〜11c,12a〜12c,13a〜13c,14a〜14cの状態に関するデータを用い、複数の処理要求を調停するようにした。受け付け中の処理要求の優先度、バス7〜10の状態、ECU11a〜11c,12a〜12c,13a〜13c,14a〜14cの状態を指標として複数の処理要求を調停することができる。 Further, in the CGW 3, a plurality of processes are used by using the data regarding the priority of the processing request being accepted, the data regarding the status of the buses 7 to 10, and the data regarding the status of the ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c. Made to arbitrate requests. A plurality of processing requests can be arbitrated using the priority of the processing request being accepted, the status of the buses 7 to 10, and the status of the ECUs 11a to 11c, 12a to 12c, 13a to 13c, and 14a to 14c as indexes.

又、CGW3において、処理の進捗状態やセッション状態を監視しながら複数の処理を並行するようにした。処理の進捗状態やセッション状態の変化に適切に対応しながら複数の処理をマルチタスクで実行することができる。 Further, in CGW3, a plurality of processes are performed in parallel while monitoring the progress status and session status of the processes. It is possible to execute multiple processes by multitasking while appropriately responding to changes in the progress status and session status of the processes.

本開示は、実施例に準拠して記述されたが、当該実施例や構造に限定されるものではないと理解される。本開示は、様々な変形例や均等範囲内の変形をも包含する。加えて、様々な組み合わせや形態、更には、それらに一要素のみ、それ以上、或いはそれ以下を含む他の組み合わせや形態をも、本開示の範疇や思想範囲に入るものである。
リプログアプリ、故障診断アプリ、鍵管理アプリ以外のアプリを受け付ける構成であっても良い。
The present disclosure has been described in accordance with the examples, but it is understood that the present disclosure is not limited to the examples and structures. The present disclosure also includes various modifications and modifications within a uniform range. In addition, various combinations and forms, as well as other combinations and forms containing only one element, more or less, are also within the scope of the present disclosure.
It may be configured to accept applications other than the replog application, the failure diagnosis application, and the key management application.

リプログデータがDCM2に格納されている構成を例示したが、DCM2とは別にストレージデバイスが設けられ、リプログデータがストレージデバイスに格納され、ストレージデバイスからリプログデータを取得する処理を並行する構成であっても良い。 Although the configuration in which the replog data is stored in the DCM2 is illustrated, the configuration is such that a storage device is provided separately from the DCM2, the replog data is stored in the storage device, and the process of acquiring the replog data from the storage device is performed in parallel. Is also good.

図面中、3は中央ゲートウェイ装置(並行処理装置)、7〜10はバス、11a〜11c,12a〜12c,13a〜13c,14a〜14cは電子制御装置、27は処理要求受付部、31は処理実行部、32はスケジューリング調整部、33はバス負荷調整部、34は進捗状態判断部、35はセッション状態判断部である。 In the drawing, 3 is a central gateway device (parallel processing device), 7 to 10 is a bus, 11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c are electronic control devices, 27 is a processing request receiving unit, and 31 is processing. The execution unit, 32 is a scheduling adjustment unit, 33 is a bus load adjustment unit, 34 is a progress status determination unit, and 35 is a session status determination unit.

Claims (3)

リプログの対象である第1電子制御装置及び第2電子制御装置(11a〜11c,12a〜12c,13a〜13c,14a〜14c)と、前記第1電子制御装置のリプログデータ及び前記第2電子制御装置のリプログデータを格納するデータコミュニケーションモジュールと、バス(7〜10)を介して接続される並行処理装置(3)であって、
前記第1電子制御装置及び前記第2電子制御装置へリプログデータを含むデータ信号を送信してから前記第1電子制御装置又は前記第2電子制御装置からリプログ応答信号を受信するまでの期間内において、前記第1電子制御装置又は前記第2電子制御装置のリプログデータの要求信号を前記データコミュニケーションモジュールへ送信し、前記第1電子制御装置及び前記第2電子制御装置からリプログ応答信号を受信してから前記第1電子制御装置又は前記第2電子制御装置へリプログデータを含むデータ信号を送信するまでの期間内においても、前記データコミュニケーションモジュールから前記第1電子制御装置又は前記第2電子制御装置のリプログデータを含むデータ信号を受信する処理実行部(31)を有する並行処理装置。
The first electronic control device and the second electronic control device (11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c) which are the targets of the riplog, the riplog data of the first electronic control device, and the second electronic control. A data communication module that stores the replog data of the device and a parallel processing device (3) connected via a bus (7 to 10).
Within the period from the transmission of the data signal including the riplog data to the first electronic control device and the second electronic control device to the reception of the riplog response signal from the first electronic control device or the second electronic control device. , The request signal of the replog data of the first electronic control device or the second electronic control device is transmitted to the data communication module, and the replog response signal is received from the first electronic control device and the second electronic control device. From the data communication module to the first electronic control device or the second electronic control device even within the period from the data communication module to the transmission of the data signal including the riplog data to the first electronic control device or the second electronic control device. A parallel processing device having a processing execution unit (31) for receiving a data signal including riplog data.
リプログの対象である第1電子制御装置及び第2電子制御装置(11a〜11c,12a〜12c,13a〜13c,14a〜14c)と、前記第1電子制御装置のリプログデータ及び前記第2電子制御装置のリプログデータを格納するデータコミュニケーションモジュールと、バス(7〜10)を介して接続される並行処理装置(3)が信号を送受信する方法において、
前記第1電子制御装置及び前記第2電子制御装置へリプログデータを含むデータ信号を送信してから前記第1電子制御装置又は前記第2電子制御装置からリプログ応答信号を受信するまでの期間内において、前記第1電子制御装置又は前記第2電子制御装置のリプログデータの要求信号を前記データコミュニケーションモジュールへ送信し、前記第1電子制御装置及び前記第2電子制御装置からリプログ応答信号を受信してから前記第1電子制御装置又は前記第2電子制御装置へリプログデータを含むデータ信号を送信するまでの期間内において、前記データコミュニケーションモジュールから前記第1電子制御装置又は前記第2電子制御装置のリプログデータを含むデータ信号を受信する並行処理方法
The first electronic control device and the second electronic control device (11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c) which are the targets of the riplog, the riplog data of the first electronic control device, and the second electronic control. In a method in which a data communication module that stores replog data of an apparatus and a parallel processing apparatus (3) connected via a bus (7 to 10) transmit and receive signals.
Within the period from the transmission of the data signal including the riplog data to the first electronic control device and the second electronic control device to the reception of the riplog response signal from the first electronic control device or the second electronic control device. , The request signal of the replog data of the first electronic control device or the second electronic control device is transmitted to the data communication module, and the replog response signal is received from the first electronic control device and the second electronic control device. From the data communication module to the first electronic control device or the second electronic control device even within the period from the data communication module to the transmission of the data signal including the riplog data to the first electronic control device or the second electronic control device. A parallel processing method that receives a data signal containing riplog data.
リプログの対象である第1電子制御装置及び第2電子制御装置(11a〜11c,12a〜12c,13a〜13c,14a〜14c)と、
前記第1電子制御装置のリプログデータ及び前記第2電子制御装置のリプログデータを格納するデータコミュニケーションモジュール(2)と、
バス(7〜10)を介して前記第1電子制御装置、前記第2電子制御装置、及び前記データコミュニケーションモジュールと接続される並行処理装置(3)と、を備える並行処理システムであって
前記並行処理装置は、前記第1電子制御装置及び前記第2電子制御装置へリプログデータを含むデータ信号を送信してから前記第1電子制御装置又は前記第2電子制御装置からリプログ応答信号を受信するまでの期間内において、前記第1電子制御装置又は前記第2電子制御装置のリプログデータの要求信号を前記データコミュニケーションモジュールへ送信し、前記第1電子制御装置及び前記第2電子制御装置からリプログ応答信号を受信してから前記第1電子制御装置又は前記第2電子制御装置へリプログデータを含むデータ信号を送信するまでの期間内においても、前記データコミュニケーションモジュールから前記第1電子制御装置又は前記第2電子制御装置のリプログデータを含むデータ信号を受信する並行処理システム
The first electronic control device and the second electronic control device (11a to 11c, 12a to 12c, 13a to 13c, 14a to 14c), which are the targets of the replog,
A data communication module (2) that stores the replog data of the first electronic control device and the replog data of the second electronic control device, and
Via said bus (7-10) the first electronic control unit, said second electronic control unit, and the parallel processing apparatus connected to the data communication module and (3), a parallel processing system comprising,
The parallel processing device transmits a data signal including riplog data to the first electronic control device and the second electronic control device, and then receives a riplog response signal from the first electronic control device or the second electronic control device. Within the period until the above, the request signal of the replog data of the first electronic control device or the second electronic control device is transmitted to the data communication module, and the riplog is transmitted from the first electronic control device and the second electronic control device. Even within the period from the reception of the response signal to the transmission of the data signal including the riplog data to the first electronic control device or the second electronic control device, the first electronic control device or the first electronic control device or the said A parallel processing system that receives a data signal including replog data of the second electronic control unit.
JP2020134679A 2016-11-25 2020-08-07 Concurrency device, concurrency method and concurrency system Active JP6954422B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2016228959 2016-11-25
JP2016228959 2016-11-25
JP2017103606A JP6922417B2 (en) 2016-11-25 2017-05-25 Concurrent processing device and parallel processing program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2017103606A Division JP6922417B2 (en) 2016-11-25 2017-05-25 Concurrent processing device and parallel processing program

Publications (2)

Publication Number Publication Date
JP2021002352A JP2021002352A (en) 2021-01-07
JP6954422B2 true JP6954422B2 (en) 2021-10-27

Family

ID=62566253

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2017103606A Active JP6922417B2 (en) 2016-11-25 2017-05-25 Concurrent processing device and parallel processing program
JP2020134679A Active JP6954422B2 (en) 2016-11-25 2020-08-07 Concurrency device, concurrency method and concurrency system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2017103606A Active JP6922417B2 (en) 2016-11-25 2017-05-25 Concurrent processing device and parallel processing program

Country Status (3)

Country Link
JP (2) JP6922417B2 (en)
CN (1) CN110036601B (en)
DE (1) DE112017005979T5 (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020022265A1 (en) 2018-07-25 2020-01-30 株式会社デンソー Electronic control system for vehicle, method for determining authorization of program update, and program for determining authorization of program update
JP7379892B2 (en) 2018-07-25 2023-11-15 株式会社デンソー Vehicle electronic control systems, vehicle-side systems, and mobile terminals
JP7427879B2 (en) 2018-08-10 2024-02-06 株式会社デンソー Vehicle master device, group management method to be rewritten, and group management program to be rewritten
JP7354631B2 (en) 2018-08-10 2023-10-03 株式会社デンソー Electronic control device, electronic control system for vehicle, method for determining consistency of differential data, and program for determining consistency of differential data
JP7354658B2 (en) 2018-08-10 2023-10-03 株式会社デンソー Vehicle electronic control system, progress display screen display control method, and progress display screen display control program
JP7024765B2 (en) 2018-08-10 2022-02-24 株式会社デンソー Vehicle master device, update data distribution control method, and update data distribution control program
JP7047819B2 (en) 2018-08-10 2022-04-05 株式会社デンソー Electronic control device, electronic control system for vehicles, activation execution control method and activation execution control program
JP7419689B2 (en) 2018-08-10 2024-01-23 株式会社デンソー Vehicle electronic control system, center device, vehicle master device, display control information transmission control method, display control information reception control method, display control information transmission control program, and display control information reception control program
JP7439402B2 (en) 2018-08-10 2024-02-28 株式会社デンソー Display control device, rewriting progress display control method, and rewriting progress display control program
JP7111074B2 (en) 2018-08-10 2022-08-02 株式会社デンソー Vehicle master device, security access key management method, security access key management program, and vehicle electronic control system
CN112602057A (en) 2018-08-10 2021-04-02 株式会社电装 Electronic control device, electronic control system for vehicle, rewriting execution control method, rewriting execution control program, and data structure of specification data
JP7400232B2 (en) 2018-08-10 2023-12-19 株式会社デンソー Electronic control device, retry point identification method, retry point identification program, and vehicle electronic control system
JP7338280B2 (en) 2018-08-10 2023-09-05 株式会社デンソー Vehicle electronic control system, vehicle master device, meter device, program update notification control method, indicator display instruction program, and indicator display program
JP7003976B2 (en) 2018-08-10 2022-01-21 株式会社デンソー Vehicle master device, update data verification method and update data verification program
JP6973450B2 (en) 2018-08-10 2021-12-01 株式会社デンソー Vehicle master device, installation instruction judgment method and installation instruction judgment program
JP7232785B2 (en) 2020-02-19 2023-03-03 株式会社デンソー Data delivery device, data delivery system and data delivery program

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002300165A (en) * 2001-03-29 2002-10-11 Hitachi Ltd Highly safe distributed system
JP4942261B2 (en) 2001-07-31 2012-05-30 株式会社デンソー Vehicle relay device and in-vehicle communication system
JP2006287738A (en) * 2005-04-01 2006-10-19 Fujitsu Ten Ltd Network system
JP5363192B2 (en) * 2009-05-21 2013-12-11 富士通テン株式会社 Gateway device and data transmission method
JP2011238154A (en) * 2010-05-13 2011-11-24 Seiko Epson Corp Installation control device, installation control program and installation control method
JP5418517B2 (en) * 2011-01-31 2014-02-19 株式会社デンソー Communications system
JP5451705B2 (en) * 2011-09-21 2014-03-26 日立オートモティブシステムズ株式会社 Electronic control device for automobile and data communication method
JP5949417B2 (en) * 2012-10-09 2016-07-06 株式会社デンソー Relay device
JP5949416B2 (en) * 2012-10-09 2016-07-06 株式会社デンソー Relay device
CN105095307A (en) * 2014-05-20 2015-11-25 比亚迪股份有限公司 Vehicle condition information query system and method and vehicle condition information query device
JP5687380B1 (en) * 2014-07-16 2015-03-18 ガンホー・オンライン・エンターテイメント株式会社 Terminal device
JP6390302B2 (en) * 2014-09-18 2018-09-19 株式会社オートネットワーク技術研究所 Program transmission system and program transmission apparatus
JP6111316B1 (en) 2015-12-01 2017-04-05 株式会社フジクラ Cable type antenna and wireless communication device

Also Published As

Publication number Publication date
JP6922417B2 (en) 2021-08-18
JP2018092577A (en) 2018-06-14
CN110036601A (en) 2019-07-19
CN110036601B (en) 2021-08-17
DE112017005979T5 (en) 2019-08-01
JP2021002352A (en) 2021-01-07

Similar Documents

Publication Publication Date Title
JP6954422B2 (en) Concurrency device, concurrency method and concurrency system
US11740937B2 (en) Parallel process apparatus, parallel process system, and parallel processing method for parallelizing multiple processes in accordance with multiple process requests
US10764372B2 (en) Vehicular communication device
WO2019202965A1 (en) In-vehicle updating device, in-vehicle updating system, updating processing method, and updating processing program
JP5861438B2 (en) Control device and process monitoring method
JP4987760B2 (en) Relay device, communication system, and communication method
JP2007034359A (en) Distributed control system
US11340887B2 (en) Method for performing a software update in a control unit of a motor vehicle, and motor vehicle designed accordingly
JP7042138B2 (en) Processing equipment
US20150112507A1 (en) Method, a vehicle mountable controller and a device for operating a vehicle mountable controller in a computer network
JP2004038766A (en) Communication system for vehicle
JP7394185B2 (en) Communications system
WO2014053074A1 (en) Method and apparatus using high-efficiency atomic operations
JP5110998B2 (en) Distribution device, communication system, and communication method
US11377056B2 (en) In-vehicle system
JP4457306B2 (en) Automotive control unit
US11167766B2 (en) Steering control apparatus and steering control method and, steering system
JP7091630B2 (en) Electronic control device
JP2020022019A (en) Vehicle system
JP2019009678A (en) On-vehicle communication network system
JP2022007618A (en) Server, update management method, update management program and software update device
JP2021149605A (en) Electronic control device and program re-write control method
JP3797049B2 (en) Communication device between control nodes
JP2020021506A (en) Electronic controller and session establishing program
US20230315429A1 (en) In-vehicle system and control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200807

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210616

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210622

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210729

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210831

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210913

R151 Written notification of patent or utility model registration

Ref document number: 6954422

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151