JPH04341029A - Data transfer device - Google Patents

Data transfer device

Info

Publication number
JPH04341029A
JPH04341029A JP3112940A JP11294091A JPH04341029A JP H04341029 A JPH04341029 A JP H04341029A JP 3112940 A JP3112940 A JP 3112940A JP 11294091 A JP11294091 A JP 11294091A JP H04341029 A JPH04341029 A JP H04341029A
Authority
JP
Japan
Prior art keywords
data
validity
transfer
control
control information
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.)
Pending
Application number
JP3112940A
Other languages
Japanese (ja)
Inventor
Masashi Shimoyama
下山 雅士
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP3112940A priority Critical patent/JPH04341029A/en
Publication of JPH04341029A publication Critical patent/JPH04341029A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Synchronisation In Digital Transmission Systems (AREA)

Abstract

PURPOSE:To establish the synchronization and to simplify the transfer means without need of an additional data such as a preamble and a delimiter. CONSTITUTION:The transfer device is provided with a transmission section 30 having an adding means 31 adding sets of control information 1a, 2a, na, 6a representing the validity of data 1,2,n,6 to be transferred and a transmission means 32 sending the resulting data to a communication line 21, and with a reception section 40 having a validity discrimination means 41 taking synchronization with the control information 1a, 2a, na, 6a of the received data and discriminating the validity of the data. Through the constitution above, the synchronization is taken and the transfer means is simplified without need of additional data.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】この発明はデータ転送装置に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer device.

【0002】0002

【従来の技術】図4は従来の同期転送方式におけるデー
タ構造を示す図であり、図において、1はデータ1、n
はデータn、3はプリアンプル、4は開始デリミタ、5
は終了デリミタ、6はCRCデータである。図5は従来
の同期転送方式における手順を示す流れ図であり、図に
おいて、7はプリアンプル判断工程、8は開始デリミタ
判断工程、9は終了デリミタ判断工程、10はデータ転
送工程である。
[Prior Art] FIG. 4 is a diagram showing a data structure in a conventional synchronous transfer method. In the figure, 1 is data 1, n
is data n, 3 is preamble, 4 is start delimiter, 5
is the end delimiter, and 6 is the CRC data. FIG. 5 is a flowchart showing a procedure in a conventional synchronous transfer method. In the figure, 7 is a preamble judgment step, 8 is a start delimiter judgment step, 9 is an end delimiter judgment step, and 10 is a data transfer step.

【0003】次に動作について説明する。データ1から
データnのnバイトの転送を行うために、送信側から受
信側に図5で示される構造のデータが送られる。ここで
送信側と受信側の同期を確立するために送信側からプリ
アンプル3とそれに続いて開始デリミタ4及び終了デリ
ミタ5が送られ、図5で示されるデータ構造にて転送が
行われる。受信側は、受信データの中からプリアンプル
判断工程7にてプリアンプル3を判別する。プリアンプ
ル3を受信した後、開始デリミタ判断工程8にて開始デ
リミタを判別し、開始デリミタ4を受信した時点で同期
が確立したと判断する。受信側は、同期が確立したと判
断してから、受信データの中から終了デリミタ判断工程
9にて終了デリミタ5を判別するまでに受信したデータ
を有効データとする。有効データはnバイトのデータと
CRCデータ6からなり、CRCデータ6でnバイトの
データの検査を行う。
Next, the operation will be explained. In order to transfer n bytes of data 1 to data n, data having the structure shown in FIG. 5 is sent from the transmitting side to the receiving side. Here, in order to establish synchronization between the transmitting side and the receiving side, the transmitting side sends a preamble 3 followed by a start delimiter 4 and an end delimiter 5, and the data is transferred in the data structure shown in FIG. The receiving side determines the preamble 3 from among the received data in a preamble determination step 7. After receiving the preamble 3, the start delimiter is determined in a start delimiter determining step 8, and when the start delimiter 4 is received, it is determined that synchronization has been established. On the receiving side, data received from the time when synchronization is determined to when the end delimiter 5 is determined in the end delimiter determining step 9 from among the received data is regarded as valid data. Valid data consists of n-byte data and CRC data 6, and the n-byte data is checked using CRC data 6.

【0004】0004

【発明が解決しようとする課題】(1)従来の同期転送
方式は以上のような手順で行われているので、データ転
送を行う場合に送信側と受信側との同期の確立を行うた
めにプリアンプル、開始デリミタ及び終了デリミタを付
加しなければならず、転送量が少ない場合に効率がわる
いという問題点があった。 (2)また、図5で示される構造のデータから有効デー
タを取り出すためにプリアンプル、開始デリミタ及び終
了デリミタを有効データと区別する必要が有り、そのた
めの手順及び回路が複雑になるという問題点があった。 (3)また、送信側と受信側との同期の確立を行うため
にプリアンプル、開始デリミタ及び終了デリミタを用い
ているために、有効データが連続している必要があり、
転送の開始前に転送するデータを全て用意していなけれ
ばならないという問題点があった。
[Problems to be Solved by the Invention] (1) Since the conventional synchronous transfer method is performed using the steps described above, in order to establish synchronization between the sending side and the receiving side when performing data transfer, A preamble, a start delimiter, and an end delimiter must be added, and there is a problem in that efficiency is poor when the amount of data to be transferred is small. (2) Furthermore, in order to extract valid data from the data having the structure shown in FIG. 5, it is necessary to distinguish the preamble, start delimiter, and end delimiter from valid data, which makes the procedure and circuit complicated. was there. (3) Also, since the preamble, start delimiter, and end delimiter are used to establish synchronization between the sending side and the receiving side, valid data must be continuous.
There was a problem in that all the data to be transferred had to be prepared before the transfer started.

【0005】この発明は上記のような問題点を解消する
ためになされたもので、プリアンプル、開始デリミタ及
び終了デリミタ等の付加データを必要としないとともに
、同期の確立と転送手順が容易なデータ転送装置を得る
ことを目的とする。
[0005] This invention was made to solve the above-mentioned problems, and it uses data that does not require additional data such as a preamble, start delimiter, and end delimiter, and that facilitates synchronization establishment and transfer procedures. The purpose is to obtain a transfer device.

【0006】[0006]

【課題を解決するための手段】この発明に係るデータ転
送装置は、転送するデータのビットの他に制御用のビッ
トを設け、データのビットと制御用のビットを合わせた
単位で転送を行い、その制御用のビットを用いてデータ
転送の制御を行うようにしたものであり、少なくとも以
下の送信部と受信部のいずれかを有するものである。 (a)以下の要素を有する送信部、(a1)転送するデ
ータに少なくとも、そのデータの有効性を示す有効性情
報を制御情報として付加する付加手段、(a2)付加手
段により制御情報が付加されたデータを転送単位として
送信する送信手段、 (b)以下の要素を有する受信部、(b1)上記送信部
により送信されたデータの有効性情報により、受信の同
期をとるとともに、受信したデータの有効性を判断する
有効性判断手段。
[Means for Solving the Problems] A data transfer device according to the present invention provides a control bit in addition to the data bits to be transferred, and performs transfer in units of the data bits and control bits. The control bit is used to control data transfer, and the device has at least one of the following transmitter and receiver. (a) a transmitter having the following elements; (a1) an addition means for adding at least validity information indicating the validity of the data to the data to be transferred as control information; (a2) control information is added by the addition means; (b) A receiving unit having the following elements; (b1) Validity information of the data transmitted by the transmitting unit synchronizes the reception and checks the received data. Effectiveness judgment means to judge effectiveness.

【0007】[0007]

【作用】この発明における制御用のビット(制御情報の
なかの有効性情報)は、送信側と受信側の同期を確立し
、同時に転送されるデータのビットが有効であるか無効
であるかを示すように作用する。
[Operation] The control bit (validity information in the control information) in this invention establishes synchronization between the sending side and the receiving side, and indicates whether the bits of data transferred at the same time are valid or invalid. It works as shown.

【0008】[0008]

【実施例】【Example】

実施例1.以下、この発明の一実施例を図について説明
する。図1はこの発明におけるデータ転送装置のブロッ
ク図であり、20はデータ転送装置、21はデータ転送
用の通信回線、30は送信部、31はデータに制御情報
を付加する付加手段、32は制御情報を付加したデータ
を通信回線21に送信する送信手段、40は受信部、4
1は制御情報で受信データの同期をとるとともに、受信
データの有効性を判断する有効性判断手段、42は制御
情報から受信データの種別を判断する種別判断手段、4
3はデータの転送やチェックを行なう処理手段、60は
送信データ、70は受信データ、70は処理手段、1a
、2a、na、6aは制御情報、1、2、n、6はそれ
ぞれ制御情報1a、2a、na、6aを含んだデータ1
、データ2、データn、CRCデータである。
Example 1. An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram of a data transfer device according to the present invention, in which 20 is a data transfer device, 21 is a communication line for data transfer, 30 is a transmitter, 31 is an addition means for adding control information to data, and 32 is a control a transmitting means for transmitting data with added information to the communication line 21; 40 is a receiving unit; 4;
Reference numeral 1 indicates validity determining means for synchronizing received data using control information and determining the validity of the received data; 42 indicates type determining means for determining the type of received data from control information; 4
3 is a processing means for transferring and checking data, 60 is sending data, 70 is receiving data, 70 is a processing means, 1a
, 2a, na, and 6a are control information, and 1, 2, n, and 6 are data 1 containing control information 1a, 2a, na, and 6a, respectively.
, data 2, data n, and CRC data.

【0009】図2はこの発明におけるデータ転送装置の
データの構造を示す図であり、1はデータ1、nはデー
タn、13はデータ・ビット、14は制御用ビットA(
有効性情報の一例)、15は制御用ビットB(種別情報
の一例)、1aはデータ1の制御情報である。
FIG. 2 is a diagram showing the data structure of the data transfer device according to the present invention, where 1 is data 1, n is data n, 13 is a data bit, and 14 is a control bit A (
(an example of validity information), 15 is control bit B (an example of type information), and 1a is control information of data 1.

【0010】図3はこの発明における転送の手順を示す
流れ図であり、16は制御ビットAの有効性の判断工程
、17は制御ビットBの種別判断工程、18はデータ転
送工程、19はCRCチェック工程である。
FIG. 3 is a flowchart showing the transfer procedure according to the present invention, in which 16 is a step of determining the validity of control bit A, 17 is a step of determining the type of control bit B, 18 is a data transfer step, and 19 is a CRC check. It is a process.

【0011】次に、動作について説明する。データ1か
らデータnのn単位の転送を行うために、送信部30か
ら他の装置の受信部に図1で示される構造のデータ60
が送られる。ここで制御ビットAは以下のような意味を
もつ。 制御ビットA=1  有効 制御ビットA=0  無効 また、制御ビットBは以下のような意味をもつ。 制御ビットB=1  CRCデータ 制御ビットB=0  通常の転送データ
Next, the operation will be explained. In order to transfer n units of data 1 to data n, data 60 having the structure shown in FIG.
will be sent. Here, control bit A has the following meaning. Control bit A=1 Valid control bit A=0 Invalid Control bit B has the following meaning. Control bit B=1 CRC data control bit B=0 Normal transfer data

【0012】付
加手段31は通常の転送データが発生した場合は、制御
ビットA=1、制御ビットB=0とした制御情報を生成
しデータに付加する。また、通常のデータが発生しない
ときは、制御ビットA=0とした制御情報(この場合の
制御ビットBの値は任意でかまわない)を生成しダミー
のデータに付加する。そして、CRCデータを転送する
場合には制御ビットA=1、制御ビットB=1とした制
御情報を生成してCRCデータに付加する。送信手段3
2は、付加手段31が作成した制御情報付きの各種デー
タを制御ビットAを先頭にして通信回線21へ送出する
When normal transfer data is generated, the adding means 31 generates control information with control bit A=1 and control bit B=0 and adds it to the data. Furthermore, when normal data is not generated, control information with control bit A=0 (the value of control bit B in this case may be arbitrary) is generated and added to the dummy data. When transferring CRC data, control information with control bit A=1 and control bit B=1 is generated and added to the CRC data. Transmission means 3
2 sends various data with control information created by the adding means 31 to the communication line 21 with the control bit A at the beginning.

【0013】受信部40は、転送されてきた受信データ
70の各データ1、2、n、6の先頭にある制御ビット
Aにより同期をとる。制御ビットA=1はデータの有効
性を示す情報であると同時に、同期信号としての意味を
もつ。制御ビットA=1のとき先頭の信号はONになり
このON信号の入力により受信部40はデータの受信を
検出し、以後の信号との同期をとる。また、受信部40
は、受信データ70の制御ビットAを制御ビットAの有
効性判断工程16にて判別し、”1”の場合にはデータ
・ビット13が有効であると判断する。
The receiving unit 40 synchronizes with the control bit A at the head of each data 1, 2, n, and 6 of the received data 70 transferred. The control bit A=1 is information indicating the validity of data, and at the same time has a meaning as a synchronization signal. When control bit A=1, the first signal is turned ON, and upon input of this ON signal, the receiving section 40 detects reception of data and synchronizes with subsequent signals. In addition, the receiving section 40
The control bit A of the received data 70 is determined in a control bit A validity determining step 16, and if it is "1", it is determined that the data bit 13 is valid.

【0014】受信側は、データ・ビット13が有効であ
る場合に、受信データの制御ビットBを制御ビットBの
種別判断工程17にて判別する。制御ビットBが”0”
の場合にはデータ・ビット13をデータ転送工程18で
転送し、制御ビットBが”0”の場合にはCRCチェッ
ク工程19で受信したCRCデータを用いてすでに転送
されてきたデータ・ビットの検査を行う。
When the data bit 13 is valid, the receiving side determines the control bit B of the received data in a control bit B type determination step 17. Control bit B is “0”
In this case, the data bit 13 is transferred in the data transfer step 18, and if the control bit B is "0", the received CRC data is used in the CRC check step 19 to check the data bits that have already been transferred. I do.

【0015】実施例2.なお、上記実施例では制御ビッ
トとして2ビットをデータ・ビットとは別に付加したが
、有効性情報としての1ビットを付加しても送信側と受
信側の同期を確立し、データ・ビットが有効であるか無
効であるかを示すという点では同様の効果を奏する。 また、上記実施例では制御ビット(制御情報)として2
ビットをデータ・ビットとは別に付加したが、3ビット
以上を付加しても同様の効果を奏する。
Example 2. Note that in the above embodiment, two bits are added as control bits separately from the data bits, but even if one bit is added as validity information, synchronization between the transmitting side and the receiving side is established, and the data bits are valid. The same effect can be achieved in that it indicates whether it is valid or invalid. In addition, in the above embodiment, 2 bits are used as control bits (control information).
Although the bits are added separately from the data bits, the same effect can be achieved even if three or more bits are added.

【0016】以上のように、この実施例では、データの
ビットの他に制御用のビットを設け、データのビットと
制御用のビットを合わせた単位で転送を行うとともに、
制御用のビットを用いてデータ転送の制御を行うデータ
転送装置において、有効データを抽出するためのプリア
ンプル、開始デリミタ、終了デリミタなどの付加情報を
不要とすることを特徴とするデータ転送装置を説明した
。また、有効データ・ビットを含む転送単位が連続せず
、無効なデータ・ビットが混在しても受信側では有効デ
ータ・ビット列のみ抽出できることを特徴とするデータ
転送装置を説明した。
As described above, in this embodiment, control bits are provided in addition to data bits, and transfer is performed in units of the data bits and control bits.
A data transfer device that controls data transfer using control bits is characterized in that it does not require additional information such as a preamble, start delimiter, and end delimiter for extracting valid data. explained. Furthermore, a data transfer device has been described which is characterized in that even if transfer units including valid data bits are not consecutive and invalid data bits are mixed, the receiving side can extract only valid data bit strings.

【0017】[0017]

【発明の効果】以上のように、この発明によれば転送す
るデータの他に制御情報を設け、データと制御情報を合
わせた単位で転送を行うようにしたので、送信側と受信
側の同期が1転送単位でとれる効果がある。また、送信
側と受信側の同期が1転送単位でとれるために、有効な
データ・ビットを含む転送単位が連続せず、無効なデー
タ・ビットを含む転送単位が混在しても正しく転送でき
るという効果がある。
[Effects of the Invention] As described above, according to the present invention, control information is provided in addition to the data to be transferred, and transfer is performed in units of data and control information, so that the sending side and the receiving side are synchronized. This has the effect that it can be obtained in one transfer unit. In addition, since the sending and receiving sides can be synchronized in one transfer unit, the transfer can be performed correctly even if the transfer units containing valid data bits are not consecutive and the transfer units containing invalid data bits are mixed. effective.

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

【図1】この発明の一実施例によるデータ転送装置のブ
ロック図。
FIG. 1 is a block diagram of a data transfer device according to an embodiment of the present invention.

【図2】この発明の一実施例によるデータ転送装置のデ
ータの構造図。
FIG. 2 is a data structure diagram of a data transfer device according to an embodiment of the present invention.

【図3】この発明の受信部の転送手順を示す流れ図。FIG. 3 is a flowchart showing the transfer procedure of the receiving section of the present invention.

【図4】従来のデータ転送装置のデータの構造図。FIG. 4 is a data structure diagram of a conventional data transfer device.

【図5】従来の受信側の転送手順を示す流れ図。FIG. 5 is a flowchart showing a conventional transfer procedure on the receiving side.

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

1  データ1 2  データ2 n  データn 6  CRCデータ 1a、2a、na、6a  制御情報 14  制御ビットA(有効性情報の一例)15  制
御ビットB(種別情報の一例)20  データ転送装置 21  通信回線 30  送信部 31  付加手段 32  送信手段 40  受信部 41  有効性判断手段 42  種別判断手段 43  処理手段 60  送信データ 70  受信データ
1 Data 1 2 Data 2 n Data n 6 CRC data 1a, 2a, na, 6a Control information 14 Control bit A (an example of validity information) 15 Control bit B (an example of type information) 20 Data transfer device 21 Communication line 30 Transmitting unit 31 Adding unit 32 Transmitting unit 40 Receiving unit 41 Validity determining unit 42 Type determining unit 43 Processing unit 60 Transmitted data 70 Received data

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  少なくとも以下の(a)と(b)のい
ずれか一方の要素を有するデータ転送装置(a)以下の
要素を有する送信部、(a1)転送するデータに少なく
とも、そのデータの有効性を示す有効性情報を制御情報
として付加する付加手段、(a2)付加手段により制御
情報が付加されたデータを転送単位として送信する送信
手段、 (b)以下の要素を有する受信部、(b1)上記送信部
により送信されたデータの有効性情報により、受信の同
期をとるとともに、受信したデータの有効性を判断する
有効性判断手段。
Claim 1: A data transfer device having at least one of the following elements (a) and (b): (a) a transmitter having the following elements; an addition means for adding validity information indicating validity as control information; (a2) a transmission means for transmitting data to which control information has been added by the addition means as a unit of transfer; (b) a reception unit having the following elements; ) Validity determining means for synchronizing reception and determining the validity of the received data based on the validity information of the data transmitted by the transmitter.
JP3112940A 1991-05-17 1991-05-17 Data transfer device Pending JPH04341029A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3112940A JPH04341029A (en) 1991-05-17 1991-05-17 Data transfer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3112940A JPH04341029A (en) 1991-05-17 1991-05-17 Data transfer device

Publications (1)

Publication Number Publication Date
JPH04341029A true JPH04341029A (en) 1992-11-27

Family

ID=14599311

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3112940A Pending JPH04341029A (en) 1991-05-17 1991-05-17 Data transfer device

Country Status (1)

Country Link
JP (1) JPH04341029A (en)

Similar Documents

Publication Publication Date Title
US4841521A (en) Method and system for bidirectionally transmitting data
US4876686A (en) Fault detection signal transmission system
JPH04341029A (en) Data transfer device
JPH10262040A (en) Synchronization method for data and transmitter and receiver for executing the method
JP3341326B2 (en) Frame synchronization method and transmission device
JPH0637738A (en) Data transmission error control system
JPS62159944A (en) Protocol conversion device
JPS61118032A (en) Data transmission circuit
JPS648941B2 (en)
JPS61101142A (en) Data protection circuit
JP2997574B2 (en) Transmission control method
JPS6121649A (en) Line exchange type loop network
JPH04185135A (en) Stop bit adjustment circuit
JPH0445638A (en) Data transmission system
JPS62239734A (en) Data transmission system
JPH06284121A (en) Synchronizing word detection system
KR19980057724A (en) Wireless communication method using modified HDLC frame
JPS598101B2 (en) In-station transmission path monitoring method
JPS62179249A (en) Data transmission equipment
JPH0568071A (en) Data transmission system
JPS6276835A (en) Transmission control system
JPS592461A (en) Virtual synchronism preventing system
JPS6271343A (en) Data transmission system
JPH05122212A (en) Digital data transmission system using frame synchronization bit
JPS59228443A (en) Synchronizing device