JP2770281B2 - Data transmission method - Google Patents

Data transmission method

Info

Publication number
JP2770281B2
JP2770281B2 JP4119688A JP11968892A JP2770281B2 JP 2770281 B2 JP2770281 B2 JP 2770281B2 JP 4119688 A JP4119688 A JP 4119688A JP 11968892 A JP11968892 A JP 11968892A JP 2770281 B2 JP2770281 B2 JP 2770281B2
Authority
JP
Japan
Prior art keywords
data
field
message
bit
acknowledgment
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 - Fee Related
Application number
JP4119688A
Other languages
Japanese (ja)
Other versions
JPH05292102A (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.)
Honda Motor Co Ltd
Original Assignee
Honda Motor Co Ltd
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 Honda Motor Co Ltd filed Critical Honda Motor Co Ltd
Priority to JP4119688A priority Critical patent/JP2770281B2/en
Publication of JPH05292102A publication Critical patent/JPH05292102A/en
Application granted granted Critical
Publication of JP2770281B2 publication Critical patent/JP2770281B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、車両に搭載される複数
の電子制御装置相互間でデータの送受信を行うデータ伝
送方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transmission method for transmitting and receiving data between a plurality of electronic control units mounted on a vehicle.

【0002】[0002]

【従来の技術】複数の電子制御装置(以下「ECU」と
いう)を共通の信号線(以下「ネットワークバス」とい
う)で接続し、相互にデータの伝送を行う場合、図8
(a)に示すような構成のメッセージを使用することが
従来より知られている(例えば特開平2−153646
号公報)。
2. Description of the Related Art In a case where a plurality of electronic control units (hereinafter, referred to as "ECU") are connected by a common signal line (hereinafter, referred to as "network bus") to mutually transmit data, FIG.
It is conventionally known to use a message having a configuration as shown in FIG.
No.).

【0003】同図において、一つのメッセージは、メッ
セージの開始を示すSOM(Startof Message)フィー
ルド、メッセージの宛先を示すDESNODE(Destin
ation Node)フィールド、メッセージを受信したECU
が受信確認信号を送出するACK(Acknowledge)フィ
ールド、送信データを示すDATAフィールド、誤り検
出を行うためのFCS(Frame Check Sequence)フィー
ルド等から成る。なお、ネットワークを構成するECU
は、ノードと呼ばれる。
In FIG. 1, one message has a SOM (Start of Message) field indicating the start of the message, and a DESNODE (Destin) indicating the destination of the message.
ation Node) field, ECU that received the message
Comprises an ACK (Acknowledge) field for transmitting a reception confirmation signal, a DATA field indicating transmission data, an FCS (Frame Check Sequence) field for performing error detection, and the like. The ECUs that make up the network
Are called nodes.

【0004】DESNODEフィールドは、例えば同図
(b)に示すように16ビット構成とし、各ビットを複
数のECUのそれぞれ(ノードN1〜N16)に対応さ
せるようにしたものや物理アドレス(N1〜N16)を
ファンクションアドレスに変換し、そのファンクション
アドレスを表示するようにしたものが知られている。
The DESNODE field has, for example, a 16-bit configuration as shown in FIG. 1B, in which each bit corresponds to each of a plurality of ECUs (nodes N1 to N16) or a physical address (N1 to N16). ) Is converted to a function address, and the function address is displayed.

【0005】一方、ACKフィールドは、DESNOD
Eフィールドと同様に、同図(b)に示すような構成と
したものや、同図(c)に示すようにメッセージを受信
した各ECU(例えばノードN3,N5,N8のEC
U)が優先順位の高い順に受信確認信号を送出するよう
にしたものが知られている。後者の場合には、一のEC
Uが自己が送出したメッセージとバス上のメッセージと
が異なること(メッセージの衝突)を検出したときに
は、他のECUが送出したメッセージの方が優先順位が
高いと判定し、メッセージの送出を中止する。送出を中
止した場合には、再送出を行うので、結果として優先順
位の高い順に受信確認信号が送出されることになる。
On the other hand, the ACK field is
Similarly to the E field, the ECU having the configuration as shown in FIG. 3B or the ECU (for example, the EC of the nodes N3, N5 and N8) which has received the message as shown in FIG.
U) is known in which reception acknowledgment signals are transmitted in descending order of priority. In the latter case, one EC
When U detects that the message transmitted by itself and the message on the bus are different (collision of the message), it determines that the message transmitted by the other ECU has a higher priority and suspends the transmission of the message. . When the transmission is stopped, retransmission is performed, and as a result, a reception acknowledgment signal is transmitted in descending order of priority.

【0006】[0006]

【発明が解決しようとする課題】しかしながらACKフ
ィールドを図8(b)に示すような構成とする場合に
は、メッセージが長くなり、受信確認に要する時間が長
くなるという問題がある。また、同図(c)に示すよう
な構成とする場合には、受信側ECUは受信確認信号の
送出時に常にバス上でのメッセージの衝突の有無を検出
し、衝突が発生したときには再送出する必要があるた
め、ECUの通信制御が複雑化するという問題がある。
However, when the ACK field is configured as shown in FIG. 8B, there is a problem that the message becomes longer and the time required for acknowledgment becomes longer. In the case of the configuration shown in FIG. 3C, the receiving ECU always detects the presence / absence of a message collision on the bus when transmitting the reception confirmation signal, and retransmits the message when a collision occurs. This necessitates a problem that communication control of the ECU is complicated.

【0007】特に車両用の制御システムにおいては、車
両の運転状態の検出データの伝送を行う必要があり、伝
送に要する時間は極力短くしなければならない。
Particularly, in a control system for a vehicle, it is necessary to transmit detection data of the driving state of the vehicle, and the time required for the transmission must be minimized.

【0008】本発明は上述の点に鑑みなされたものであ
り、特にメッセージの受信確認に要する時間の短縮及び
通信制御装置の負担の軽減を図ることができるデータ伝
送方法を提供することを目的とする。
The present invention has been made in view of the above points, and has as its object to provide a data transmission method that can reduce the time required for message reception confirmation and the load on the communication control device. I do.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するため
本発明は、車両に搭載され、共通の信号線で接続された
複数の制御装置相互間でメッセージの送受信を行うデー
タ伝送方法において、送信側の制御装置は、伝送すべき
データから成るデータフィールドと、前記データの送信
先を規定するアドレスフィールドと、前記データの受信
確認を行うためのフィールドであって、1ビットの確認
応答ビットと、1ビットの空白ビットからなるアクノリ
ッジフィールドとを含むメッセージを送出し、受信側の
制御装置は、前記データを正常に受信したとき、前記確
認応答ビットにおいて受信確認信号を送出し、前記送信
側の制御装置は、前記確認応答ビットを2つの異なる時
点でサンプリングすることにより、受信確認信号の有無
を確認し、前記受信確認信号が有れば、前記データの送
信完了と判定するようにしたものである。
Means for Solving the Problems] To achieve the above object the present invention is mounted on a vehicle, a data transmission method for sending and receiving messages between a plurality of control devices mutually connected by a common signal line, transmission The control device on the side includes a data field composed of data to be transmitted, an address field for defining a transmission destination of the data, and a field for confirming reception of the data.
A message including a response bit and an acknowledgment field consisting of one blank bit is transmitted,
When the control device receives the data normally, the control device
Send an acknowledgment signal in the acknowledgment bit,
The control device on the side sets the acknowledgment bit at two different times.
By sampling at points, the presence or absence of an acknowledgment signal
And if there is the acknowledgment signal, send the data.
It is determined that the communication has been completed .

【0010】[0010]

【0011】[0011]

【作用】送信側の制御装置は、伝送すべきデータから成
るデータフィールドと、前記データの送信先を規定する
アドレスフィールドと、前記データの受信確認を行うた
めのフィールドであって、1ビットの確認応答ビット
と、1ビットの空白ビットからなるアクノリッジフィー
ルドとを含むメッセージを送出し、受信側の制御装置
は、前記データを正常に受信したとき、前記確認応答ビ
ットにおいて受信確認信号を送出し、前記送信側の制御
装置は、前記確認応答ビットを2つの異なる時点でサン
プリングすることにより、受信確認信号の有無を確認
し、前記受信確認信号が有れば、前記データの送信完了
と判定する。
The control device on the transmitting side is composed of data to be transmitted.
The data fields to be transmitted and the destination of the data
Address field and confirmation of receipt of the data
1-bit acknowledgment bit
And an acknowledgment fee consisting of one blank bit
Send a message containing the
Acknowledges the acknowledgment
A reception acknowledgment signal in the
The device samples the acknowledgment bit at two different times.
Check if there is a reception confirmation signal by pulling
If the reception confirmation signal is present, the transmission of the data is completed.
Is determined.

【0012】[0012]

【実施例】以下、本発明の実施例を図面を参照して説明
する。
Embodiments of the present invention will be described below with reference to the drawings.

【0013】図1は本発明の一実施例に係る車両用制御
システムの全体構成図であり、電子制御装置(以下「E
CU」という)1〜5はネットワークバス6を介して相
互に接続されている。ENG制御ECU1は、車両の運
転者のアクセルペダル操作等に応じてエンジンの作動を
制御するECU,MISS制御ECU2は車両の運転状
態に応じて自動変速機の制御を行うECU,TCS制御
ECU3は、車両の駆動輪のスリップ状態を検出し、エ
ンジンの出力トルクの制御を行うECU,サスペンショ
ン制御ECU4は、車両の運転状態に応じてサスペンシ
ョン(アクティブ サスペンション)の制御を行うEC
U,ブレーキ制御ECU5は車輪のロック状態を検出し
てブレーキ制御を行うECUである。これらのECU1
〜5は、制御パラメータやセンサによって検出される運
転パラメータを相互にモニタする必要があるため、ネッ
トワークバス6を介して接続され、相互に必要なデータ
の送受信を行う。
FIG. 1 is an overall configuration diagram of a vehicle control system according to an embodiment of the present invention.
1 to 5 are mutually connected via a network bus 6. The ENG control ECU 1 controls the operation of the engine according to the accelerator pedal operation of the driver of the vehicle. The MISS control ECU 2 controls the automatic transmission according to the driving state of the vehicle. The TCS control ECU 3 controls the automatic transmission. An ECU that detects the slip state of the drive wheels of the vehicle and controls the output torque of the engine, and a suspension control ECU 4 controls the suspension (active suspension) according to the driving state of the vehicle.
U, the brake control ECU 5 is an ECU that detects the locked state of the wheels and performs brake control. These ECUs 1
5 to 5 need to mutually monitor control parameters and operating parameters detected by sensors, are connected via a network bus 6, and mutually transmit and receive necessary data.

【0014】図2はENG制御ECU1の構成を示すブ
ロック図であり、中央処理装置(以下「CPU」とい
う)101は入出力インターフェイス104を介して複
数のセンサ11及び燃料噴射弁等のアクチュエータ12
に接続されている。CPU101は、バスライン107
を介してRAM(Random Access Memory)102、RO
M(Read Only Memory)103及び通信制御IC(Inte
grated Circuit)105に接続されている。通信制御I
C105はバスインターフェイス106を介してネット
ワークバス6に接続されている。
FIG. 2 is a block diagram showing the configuration of the ENG control ECU 1. A central processing unit (hereinafter referred to as "CPU") 101 includes a plurality of sensors 11 and actuators 12 such as fuel injection valves via an input / output interface 104.
It is connected to the. The CPU 101 has a bus line 107
(Random Access Memory) 102 via the
M (Read Only Memory) 103 and a communication control IC (Inte
grated Circuit) 105. Communication control I
C105 is connected to the network bus 6 via the bus interface 106.

【0015】CPU101は、ROM103に格納され
たプログラムに従って、センサ11の検出値に基づいて
制御パラメータを決定し、アクチュエータ12を駆動す
る。RAM102は、演算中のデータの一時的な記憶等
に使用される。また通信制御ICは、ネットワークバス
へのメッセージの送信及びネットワークバスからのメッ
セージの受信の制御を行う。
The CPU 101 determines a control parameter based on the detection value of the sensor 11 according to a program stored in the ROM 103, and drives the actuator 12. The RAM 102 is used for, for example, temporarily storing data being calculated. The communication control IC controls transmission of a message to the network bus and reception of a message from the network bus.

【0016】図3は、バスインターフェイス106の具
体的な構成を示す図であり、通信制御ICの送信端子は
抵抗114を介してトランジスタ115のベースに接続
されている。トランジスタ115のエミッタはアースに
接続され、コレクタはネットワークバス6に接続される
とともに、抵抗116を介して電源ラインVSUP,及
び抵抗117を介してコンパレータ111の非反転入力
に接続されている。コンパレータ111の反転入力は、
抵抗113を介してアースに接続され、抵抗112を介
して電源ラインVSUPに接続されている。コンパレー
タ111の出力は通信制御IC105の受信端子に接続
される。
FIG. 3 is a diagram showing a specific configuration of the bus interface 106. The transmission terminal of the communication control IC is connected to the base of a transistor 115 via a resistor 114. The emitter of the transistor 115 is connected to the ground, the collector is connected to the network bus 6, and connected to the power supply line VSUP via the resistor 116 and to the non-inverting input of the comparator 111 via the resistor 117. The inverting input of the comparator 111 is
It is connected to the ground via a resistor 113 and to the power supply line VSUP via a resistor 112. The output of the comparator 111 is connected to the receiving terminal of the communication control IC 105.

【0017】図3の構成により、ネットワークバス6上
の信号レベルの高(ハイ)/低(ロー)に対応して、コ
ンパレータ111の出力がハイ/ローに変化し、バス6
上の信号を受信することができる。また、通信制御IC
105の送信出力のハイ/ローに対応してトランジスタ
115のコレクタがロー/ハイに変化し、ネットワーク
バス6に信号が送出される。
With the configuration shown in FIG. 3, the output of the comparator 111 changes to high / low in response to the high (high) / low (low) signal level on the network bus 6, and the bus 6
The above signal can be received. Communication control IC
The collector of the transistor 115 changes to low / high in accordance with the high / low of the transmission output of 105, and a signal is sent to the network bus 6.

【0018】ECU2〜5も基本的にはECU1と同様
に構成されている。したがって、一のECUがネットワ
ークバス6にハイレベルの信号を送出しても、他のEC
Uがローレベルの信号を送出すると、バス6上の信号は
ローレベルとなるので、本実施例ではローレベルがドミ
ナント(優位)、ハイレベルがレセシブ(劣位)とな
る。
The ECUs 2 to 5 are basically configured similarly to the ECU 1. Therefore, even if one ECU sends a high-level signal to the network bus 6, the other ECU
When U sends a low level signal, the signal on the bus 6 goes low, so in this embodiment the low level is dominant (dominant) and the high level is recessive (inferior).

【0019】図4は、本実施例においてデータ伝送に使
用されるメッセージのフォーマットを示す図であり、一
のメッセージはSOMフィールド、DATA IDフィ
ールド、DESNODEフィールド(アドレスフィール
ド)、DATAフィールド(データフィールド)、FC
Sフィールド、ACKフィールド(アクノリッジフィー
ルド)及びEOMフィールドから成る。なお、以下の説
明においてECU1〜5をノード1〜5という。
FIG. 4 is a diagram showing the format of a message used for data transmission in this embodiment. One message is a SOM field, a DATA ID field, a DESNODE field (address field), and a DATA field (data field). , FC
It consists of an S field, an ACK field (acknowledge field), and an EOM field. In the following description, the ECUs 1 to 5 are referred to as nodes 1 to 5.

【0020】SOMフィールドは、メッセージの開始を
示すフィールドである。DATAIDフィールドは、デ
ータの識別子のフィールドであり、全てのデータについ
て異なる識別子が設定される。この識別子によって後述
するようにメッセージの優先順位が決定される。
The SOM field is a field indicating the start of a message. The DATAID field is a data identifier field, and a different identifier is set for all data. The priority of the message is determined by this identifier as described later.

【0021】DESNODEフィールドは、データの送
信先を示すフィールドであり、本実施例では同図(b)
に示すように16ビットのフィールドとしている。1ノ
ードに対して1ビットを割当て、送信先のノードに対応
するビットを論理「1」とする。例えば、ノード1,
3,5に対して送信する場合、DESNODEフィール
ドは 1010100000000000 となる。なお、本実施例では、ノード数は5なので11
ビット分は使用していないが、システムの拡張(ノード
の増加)を考慮し、16ノードまで対応可能としてい
る。
The DESNODE field is a field indicating a data transmission destination, and in this embodiment, is shown in FIG.
As shown in FIG. One bit is assigned to one node, and the bit corresponding to the destination node is set to logic “1”. For example, node 1,
When transmitting to 3 and 5, the DESNODE field becomes 10101000000000000000. In this embodiment, since the number of nodes is 5, 11
Although the bits are not used, up to 16 nodes can be handled in consideration of system expansion (node increase).

【0022】DATAフィールドは、送信すべきデータ
の長さ及びそのデータから成るフィールドである。FC
Sフィールドは、SOMフィールドからDATAフィー
ルドまでのデータ列についてCRC(Cyclic Redundancy
Check)を行った結果を示すフィールドである。次式
(1)の生成多項式G(X)を用いて算出される。
The DATA field is a field including the length of data to be transmitted and the data. FC
The S field has a CRC (Cyclic Redundancy) for a data string from the SOM field to the DATA field.
Check). It is calculated using the generator polynomial G (X) of the following equation (1).

【0023】 G(X)=X16+X12+X5+1 …(1) ACKフィールドは、メッセージの受信確認を行うため
のフィールドであり、本実施例では送信側が2ビットの
レセシブビットを送出し、受信側が1ビットのドミナン
トビットを上書きすることにより受信確認応答を行うよ
うにしている。したがって、受信すべきノードが複数あ
る場合には、少なくとも1つのノードが受信確認応答を
行えば、送信ノードはデータ送信完了と判断しデータの
再送出は行わない。
G (X) = X 16 + X 12 + X 5 +1 (1) The ACK field is a field for confirming reception of a message. In the present embodiment, the transmitting side transmits two recessive bits and receives the message. The side performs a reception acknowledgment by overwriting one dominant bit. Therefore, when there are a plurality of nodes to be received, if at least one node performs a reception acknowledgment, the transmitting node determines that data transmission is completed and does not retransmit the data.

【0024】ACKフィールドをこのような構成とする
ことにより、受信確認に要する時間を短縮し、通信制御
ICの負担を軽減することができる。また、データのリ
アルタイム性を向上させるためにデータの伝送レートを
上げると(例えば、1メガビット/秒程度とすると)、
伝送遅れによる弊害を生ずるおそれがあるが、上述した
ようにACKフィールド全体として2ビット構成とし
て、受信確認信号を1ビットとすることによって、即ち
1ビットの空白ビットを設けることによってこの弊害を
防止することができる。図5及び図6を参照してこの点
を説明する。
With the ACK field having such a configuration, the time required for reception confirmation can be reduced, and the load on the communication control IC can be reduced. Also, if the data transmission rate is increased in order to improve the real-time property of data (for example, about 1 Mbit / sec),
Although there may be a problem due to the transmission delay, as described above, this problem is prevented by forming the ACK field as a two-bit structure and setting the reception acknowledgment signal to one bit, that is, providing one blank bit. be able to. This point will be described with reference to FIGS.

【0025】図5は、1ビットの空白ビットを設けてい
ない場合を示しており、データの伝送遅れTdがある
と、送信ノードがFCSフィールドの送信終了時点t1
から受信確認信号を受信する時点t2まで少なくとも時
間2Tdを要する。そのため、受信確認信号を時点ts
でサンプリングしても、その受信確認信号をチェックす
ることができない。
FIG. 5 shows a case in which one blank bit is not provided. If there is a data transmission delay Td, the transmitting node determines at the transmission end time t1 of the FCS field.
It takes at least 2Td until the time t2 when the reception confirmation signal is received. Therefore, the reception acknowledgment signal is output at time ts
, The reception confirmation signal cannot be checked.

【0026】これに対し本実施例では、図6に示すよう
に、空白ビットを設け、時点tsa及びtsbにおいて
受信確認信号のサンプリングを行うことにより、受信確
認信号を確実にチェックすることができる。
On the other hand, in the present embodiment, as shown in FIG. 6, by providing a blank bit and sampling the reception confirmation signal at times tsa and tsb, it is possible to reliably check the reception confirmation signal.

【0027】なお、ACKフィールドの構成は、例えば
全体として4ビットとし、受信ノードが2ビットの受信
確認信号を上書きするようにしてもよい。
The configuration of the ACK field may be, for example, 4 bits as a whole, and the receiving node may overwrite the 2-bit reception acknowledgment signal.

【0028】また、上述したACKフィールドの構成で
は、受信ノードが複数ある場合に、受信ノードごとに受
信確認を行うことができないが、受信確認信号が返送さ
れれば少なくとも一のノードは確実に受信を行ってお
り、その他のノードが何らかの問題で正常受信できなか
った場合は、エラーフレームを送出することで送信ノー
ドに知らせることができる。従って、接続されていない
場合を除いてエラーの検出は可能である。
In the above-described configuration of the ACK field, if there are a plurality of receiving nodes, it is not possible to perform reception confirmation for each reception node. However, if a reception confirmation signal is returned, at least one of the nodes will surely receive. And if the other nodes fail to receive data normally due to some problem, it can notify the transmitting node by sending an error frame. Therefore, an error can be detected except when the connection is not established.

【0029】EOMフィールドは、メッセージの終了を
示すフィールドである。
The EOM field is a field indicating the end of the message.

【0030】次にデータの送信手順について説明する。Next, the data transmission procedure will be described.

【0031】送信すべきデータがあるノードは、まずネ
ットワークバス6がアイドル状態(無信号状態)にある
か否かを確認し、アイドル状態にあるときにはSOMフ
ィールドから順次メッセージの送出を行う。このメッセ
ージ送出により、DATAIDフィールドにおいて、メ
ッセージの衝突が発生したときには調停が行われる。
A node having data to be transmitted first confirms whether or not the network bus 6 is in an idle state (no signal state). When the node is in an idle state, the nodes sequentially transmit messages from the SOM field. By this message transmission, arbitration is performed when a message collision occurs in the DATAID field.

【0032】例えば、ENG制御ECU1から吸気圧力
Pbのデータを含むメッセージが送出され、同時にMI
SS制御ECU2から車速Vのデータを含むメッセージ
が送出された場合には、図7に示すように、ENG制御
ECU1の出力がバス上の信号と一致するのでENG制
御ECU1はメッセージの送出を継続する。一方、MI
SS制御ECU2は、同図中に矢印で示すビットにおい
て、自身が送出した信号とバス上の信号とが一致しなく
なるので、この時点で調停に負けたと判定して以後の送
出を中止する。したがって、吸気圧力Pbは、車速Vよ
り優先してデータの送受信が行われることになる。
For example, a message including data of the intake pressure Pb is transmitted from the ENG control ECU 1 and the
When a message including data of the vehicle speed V is sent from the SS control ECU 2, the output of the ENG control ECU 1 matches the signal on the bus as shown in FIG. 7, so that the ENG control ECU 1 continues sending the message. . On the other hand, MI
The SS control ECU 2 determines that the arbitration has been lost at this point, and stops the subsequent transmission, because the signal transmitted by the SS control ECU 2 does not match the signal on the bus in the bit indicated by the arrow in FIG. Therefore, the transmission / reception of the intake pressure Pb is performed with priority over the vehicle speed V.

【0033】なお、本実施例では論理「1」をドミナン
ト、論理「0」をレセシブに対応させている。また、3
以上のメッセージが競合した場合も同様の調停が行われ
る。
In this embodiment, logic "1" corresponds to dominant and logic "0" corresponds to recessive. Also, 3
Similar arbitration is performed when the above messages conflict.

【0034】[0034]

【発明の効果】以上詳述したように本発明のデータ伝送
方法では、送信側の制御装置は、伝送すべきデータから
成るデータフィールドと、前記データの送信先を規定す
るアドレスフィールドと、前記データの受信確認を行う
ためのフィールドであって、1ビットの確認応答ビット
と、1ビットの空白ビットからなるアクノリッジフィー
ルドとを含むメッセージを送出し、受信側の制御装置
は、前記データを正常に受信したとき、前記確認応答ビ
ットにおいて受信確認信号を送出し、前記送信側の制御
装置は、前記確認応答ビットを2つの異なる時点でサン
プリングすることにより、受信確認信号の有無を確認
し、前記受信確認信号が有れば、前記データの送信完了
と判定するようにしたので、送信側の制御装置から受信
側の制御装置までのデータ伝送遅延時間が無視できない
場合でも、確実に受信確認を行うことができ、しかも
信確認に要する時間の短縮及び通信制御装置の負担の軽
減を図ることができる。
As described in detail above, in the data transmission method according to the present invention, the control device on the transmitting side transmits the data to be transmitted from
Data field and a destination of the data.
Address field and the reception confirmation of the data.
1-bit acknowledgment bit
And an acknowledgment fee consisting of one blank bit
Send a message containing the
Acknowledges the acknowledgment
A reception acknowledgment signal in the
The device samples the acknowledgment bit at two different times.
Check if there is a reception confirmation signal by pulling
If the reception confirmation signal is present, the transmission of the data is completed.
Received from the control device on the transmitting side.
Data transmission delay time to the control device on the side cannot be ignored
Even in this case, it is possible to reliably perform the reception confirmation, and it is possible to reduce the time required for the reception confirmation and the load on the communication control device.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例に係る車両用制御システムの
全体構成図である。
FIG. 1 is an overall configuration diagram of a vehicle control system according to an embodiment of the present invention.

【図2】図1のシステムを構成する電子制御装置の構成
を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration of an electronic control device that configures the system of FIG. 1;

【図3】図2のバスインターフェイスの具体的な構成を
示す図である。
FIG. 3 is a diagram showing a specific configuration of a bus interface of FIG. 2;

【図4】電子制御装置間で送受信されるメッセージの構
成を示す図である。
FIG. 4 is a diagram showing a configuration of a message transmitted and received between electronic control devices.

【図5】伝送遅れが無視できない場合の受信確認を説明
するためのタイミングチャートである。
FIG. 5 is a timing chart for explaining reception confirmation when a transmission delay cannot be ignored.

【図6】伝送遅れが無視ではない場合の受信確認を説明
するためのタイミングチャートである。
FIG. 6 is a timing chart for explaining reception confirmation when a transmission delay is not ignored.

【図7】メッセージの衝突発生時における調停を説明す
るための図である。
FIG. 7 is a diagram for explaining arbitration when a message collision occurs.

【図8】従来技術を説明するための図である。FIG. 8 is a diagram for explaining a conventional technique.

【符号の説明】[Explanation of symbols]

1 エンジン制御電子制御装置 6 ネットワークバス 101 中央処理装置(CPU) 105 通信制御IC 106 バスインターフェイス DESCRIPTION OF SYMBOLS 1 Engine control electronic control unit 6 Network bus 101 Central processing unit (CPU) 105 Communication control IC 106 Bus interface

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) H04L 12/40──────────────────────────────────────────────────続 き Continued on front page (58) Field surveyed (Int.Cl. 6 , DB name) H04L 12/40

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 車両に搭載され、共通の信号線で接続さ
れた複数の制御装置相互間でメッセージの送受信を行う
データ伝送方法において、送信側の制御装置は、伝送す
べきデータから成るデータフィールドと、前記データの
送信先を規定するアドレスフィールドと、前記データの
受信確認を行うためのフィールドであって、1ビットの
確認応答ビットと、1ビットの空白ビットからなるアク
ノリッジフィールドとを含むメッセージを送出し、受信
側の制御装置は、前記データを正常に受信したとき、前
確認応答ビットにおいて受信確認信号を送出し、前記
送信側の制御装置は、前記確認応答ビットを2つの異な
る時点でサンプリングすることにより、受信確認信号の
有無を確認し、前記受信確認信号が有れば、前記データ
の送信完了と判定することを特徴とするデータ伝送方
法。
In a data transmission method for transmitting and receiving a message between a plurality of control devices mounted on a vehicle and connected by a common signal line, a control device on a transmission side includes a data field including data to be transmitted. And an address field for specifying a destination of the data, and a field for confirming the reception of the data, wherein
A message including an acknowledgment bit and an acknowledgment field consisting of one blank bit is transmitted, and when the control device on the receiving side has normally received the data, the reception acknowledgment bit is received in the acknowledgment bit . And the transmitting control unit sends the acknowledgment bit to two different
Sampling at a certain point in time
A data transmission method comprising: confirming the presence / absence; and determining that the transmission of the data is completed if the reception confirmation signal is present .
JP4119688A 1992-04-13 1992-04-13 Data transmission method Expired - Fee Related JP2770281B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4119688A JP2770281B2 (en) 1992-04-13 1992-04-13 Data transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4119688A JP2770281B2 (en) 1992-04-13 1992-04-13 Data transmission method

Publications (2)

Publication Number Publication Date
JPH05292102A JPH05292102A (en) 1993-11-05
JP2770281B2 true JP2770281B2 (en) 1998-06-25

Family

ID=14767596

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4119688A Expired - Fee Related JP2770281B2 (en) 1992-04-13 1992-04-13 Data transmission method

Country Status (1)

Country Link
JP (1) JP2770281B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6397282B1 (en) 1998-04-07 2002-05-28 Honda Giken Kogyo Kabushikikaisha Communication controller for transferring data in accordance with the data type
JPH11308253A (en) 1998-04-20 1999-11-05 Honda Motor Co Ltd Network system
JP4677876B2 (en) * 2005-10-11 2011-04-27 株式会社デンソー Vehicle diagnostic device
JP4650248B2 (en) * 2005-12-09 2011-03-16 株式会社デンソー Vehicle network system and network node

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6294037A (en) * 1985-10-21 1987-04-30 Hitachi Ltd Token ring communication system
JPS62183638A (en) * 1986-02-07 1987-08-12 Fujitsu Ltd Multiple address communication control system in local area network
JPH01289339A (en) * 1988-05-17 1989-11-21 Mitsubishi Electric Corp Communication controller

Also Published As

Publication number Publication date
JPH05292102A (en) 1993-11-05

Similar Documents

Publication Publication Date Title
EP1022878B1 (en) Data transmission system
US6385210B1 (en) Method for detecting and resolving data corruption in a UART based communication network
JP2770282B2 (en) Vehicle data transmission system
JP2770281B2 (en) Data transmission method
US6816503B1 (en) Network system having at least one data processor capable of transmitting at least one message more than other data processors
JPH10257078A (en) Vehicle multiple communication equipment
JP2775659B2 (en) Data transmission method
KR100609493B1 (en) Method for transmitting multiple sensors data with a CAN message
JP3051533B2 (en) Multiplex transmission method and multiple transmission device
JP2857655B2 (en) Vehicle data transmission system
JP2947437B2 (en) Data transmission method
JP2775662B2 (en) Vehicle data transmission system
JP3354070B2 (en) Vehicle multiplex communication device
JP3401360B2 (en) Multiplex transmission equipment
CA2363980C (en) Data transmission method and system therefor
CA2226421C (en) Data transmission method and system therefor
JP2965817B2 (en) Vehicle data transmission system
JP2784709B2 (en) Vehicle data transmission system
JPH05316125A (en) Serial multiplex communication system
JPH06276578A (en) Data transmission system for vehicle
Joshi et al. Controller Area Network Based Accident Avoidance System
JPS6238637A (en) Control system for transmission in multi-drop
JPS61228600A (en) Remote monitor controller
JPH0761082B2 (en) Data transmission system
JPH05191415A (en) Multiplex communication system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees