JPH04271429A - Display system for character string echo - Google Patents

Display system for character string echo

Info

Publication number
JPH04271429A
JPH04271429A JP3033187A JP3318791A JPH04271429A JP H04271429 A JPH04271429 A JP H04271429A JP 3033187 A JP3033187 A JP 3033187A JP 3318791 A JP3318791 A JP 3318791A JP H04271429 A JPH04271429 A JP H04271429A
Authority
JP
Japan
Prior art keywords
command
commands
display
processing unit
character string
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP3033187A
Other languages
Japanese (ja)
Inventor
Keiko Matsuo
松生 敬子
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3033187A priority Critical patent/JPH04271429A/en
Publication of JPH04271429A publication Critical patent/JPH04271429A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To realize the high-speed processing in the display system of character string echo where a character string is displayed on a graphic picture of a graphic display device. CONSTITUTION:A command group consisting of plural commands issued from a host computer 1 is successively analyzed in a command processing part 11, and analyzed commands are transferred to a graphic data display processing part 13 to display data on display devices 6 and 7 in accordance with commands. In this display system of character string echo, an identifier indicating the command to be last analyzed of the command group is included in the command group, and analyzed commands are held until the command processing part 11 recognizes this identifier, and the held command group is collectively transferred to the graphic data display processing part 13 when the command processing part 11 recognizes the identifier.

Description

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

【0001】0001

【産業上の利用分野】本発明は文字列エコーの表示方式
に係り、特にグラフィックディスプレイ図形画面に文字
列を表示させる文字列エコーの表示方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character string echo display method, and more particularly to a character string echo display method for displaying a character string on a graphic display screen.

【0002】近年、コンピュータを用いたグラフィク処
理の発展は著しく、これに伴いコンピュータの高速処理
化が図られている。
[0002] In recent years, graphics processing using computers has made remarkable progress, and along with this, efforts have been made to increase the processing speed of computers.

【0003】そこで、ホストコンピュータから供給され
る情報に基づき画像の表示処理を行うディスプレイ装置
においても高速処理化が望まれている。
[0003] Therefore, there is a desire for faster processing in display devices that perform image display processing based on information supplied from a host computer.

【0004】0004

【従来の技術】図4はディスプレイ装置に採用される従
来の文字列エコーの表示方式を示している。図中、1は
ホストコンピュータ、2はディスプレイ装置であり、デ
ィスプレイ装置2はコマンド処理部3,共通メモリ4,
図形データ表示処理部5,ビデオプロセッサ6,CRT
(cathode ray tube)7等により構成
されている。
2. Description of the Related Art FIG. 4 shows a conventional character string echo display method employed in a display device. In the figure, 1 is a host computer, 2 is a display device, and the display device 2 includes a command processing unit 3, a common memory 4,
Graphic data display processing section 5, video processor 6, CRT
(cathode ray tube) 7, etc.

【0005】いま、ホストコンピュータ1より文字列エ
コーに関するコマンド群としてコマンド1〜3がディス
プレイ装置2に発行されたとする。コマンド処理部3は
、ホストコンピュータ1よりコマンド1〜3が供給され
ると、各コマンド1〜3を解析して文字列エコーに必要
なデータ(エコーの指標,エコーする位置,エコーの状
態等)を、コマンド1,コマンド2,コマンド3の順で
コマンド処理部3内に設けられた内部メモリ8に格納す
る。続いてコマンド処理部3は内部メモリ8に格納され
たデータを共通メモリ4に転写する。本例に示すディス
プレイ装置2は、コマンド処理部3と図形データ表示処
理部5との間で直接データのアクセスを行うことができ
ない構成となっているため、インタフェースとして共通
メモリ4が設けられている。
Now, assume that the host computer 1 issues commands 1 to 3 as a group of commands related to character string echo to the display device 2. When commands 1 to 3 are supplied from the host computer 1, the command processing unit 3 analyzes each command 1 to 3 and generates data necessary for string echo (echo index, echo position, echo state, etc.) are stored in the internal memory 8 provided in the command processing section 3 in the order of command 1, command 2, and command 3. Subsequently, the command processing unit 3 transfers the data stored in the internal memory 8 to the common memory 4. The display device 2 shown in this example has a configuration that does not allow direct data access between the command processing section 3 and the graphic data display processing section 5, and therefore a common memory 4 is provided as an interface. .

【0006】コマンド処理部3は、コマンド1の分析を
実行した時点で、図形データ表示処理部5に表示依頼を
行う。この表示依頼により、図形データ表示処理部5は
インタフェースとして機能する共通メモリ4よりコマン
ド1のデータを読出し、ビデオプロセッサ6を介してC
RT7に表示する。
[0006] When the command processing section 3 executes the analysis of the command 1, it issues a display request to the graphic data display processing section 5. In response to this display request, the graphic data display processing section 5 reads the data of command 1 from the common memory 4 functioning as an interface, and sends the data to the C through the video processor 6.
Display on RT7.

【0007】同様に、コマンド2の解析を実行した時点
でコマンド処理部3は図形データ表示処理部5に表示依
頼を行い、コマンド3の解析を実行した時点でコマンド
処理部3は図形データ表示処理部5に表示依頼を行い表
示処理を実行する構成とされていた。即ち、従来の文字
列エコーの表示方式では、各コマンドの解析を行う毎に
図形データ表示処理部5に表示依頼を行っていたため、
コマンドの数だけ表示依頼を行う構成とされていた。
Similarly, when the command 2 is analyzed, the command processing unit 3 requests the graphic data display processing unit 5 to display the data, and when the command 3 is analyzed, the command processing unit 3 requests the graphic data display processing unit 5 to display the graphic data. The configuration is such that a display request is made to section 5 and display processing is executed. That is, in the conventional character string echo display method, a display request is made to the graphic data display processing section 5 every time each command is analyzed.
The configuration was such that display requests were made as many times as there were commands.

【0008】[0008]

【発明が解決しようとする課題】上記のように従来の表
示方式では、コマンド処理部3が各コマンドの解析を行
う毎に図形データ表示処理部5に表示依頼を行なってい
たため、表示依頼をコマンドの数だけ実行することにな
り、文字列表示に時間がかかり、高速処理を行うことが
できないという問題点があった。
[Problems to be Solved by the Invention] As described above, in the conventional display method, the command processing unit 3 requests the graphic data display processing unit 5 to display each time it analyzes each command. The problem is that it takes time to display the string, and high-speed processing cannot be performed.

【0009】本発明は上記の点に鑑みてなされたもので
あり、高速処理を実現し得る文字列エコーの表示方式を
提供することを目的とする。
The present invention has been made in view of the above points, and it is an object of the present invention to provide a method for displaying character string echoes that can realize high-speed processing.

【0010】0010

【課題を解決するための手段】上記課題を解決するため
に、本発明では、ホストコンピュータが発行する複数の
コマンドより構成されるコマンド群をコマンド処理部に
おいて順次解析すると共に、解析されたコマンドを図形
データ表示処理部に転送して表示装置にコマンドに従い
表示を行う文字列エコーの表示方式において、上記コマ
ンド群の中で最後に解析されるコマンドを示す識別子を
コマンド群に含めておき、この識別子をコマンド処理部
が認識するまで、上記解析されたコマンドを保持してお
き、識別子をコマンド処理部が認識した際、上記保持さ
れていたコマンド群を一括的に図形データ表示処理部に
転送する構成としたことを特徴とするものである。
[Means for Solving the Problems] In order to solve the above problems, the present invention sequentially analyzes a command group consisting of a plurality of commands issued by a host computer in a command processing section, and also analyzes the analyzed commands. In the display method of character string echo, which is transferred to the graphic data display processing unit and displayed on the display device according to the command, an identifier indicating the last command to be analyzed in the above command group is included in the command group, and this identifier The parsed command is held until the command processing unit recognizes the identifier, and when the command processing unit recognizes the identifier, the held command group is collectively transferred to the graphic data display processing unit. It is characterized by the following.

【0011】また、上記コマンド処理部と図形データ表
示処理部はインタフェースとして機能する共通メモリを
介して接続されており、この共通メモリに上記解析され
たコマンドが保持されることを特徴とするものである。
[0011]Furthermore, the command processing section and the graphic data display processing section are connected through a common memory functioning as an interface, and the analyzed command is held in the common memory. be.

【0012】0012

【作用】上記構成とされた文字列エコーの表示方式は、
コマンドの解析が終了する毎に解析されたコマンドを図
形データ表示処理部に転送処理することはせず、コマン
ド群を構成する全てのコマンドの解析処理が終了した時
点で一括的に図形データ表示処理部に転送される。よっ
て、1回の転送処理で複数の解析されたコマンドを図形
データ表示処理部に転送するため、表示時間の短縮を図
ることができる。
[Operation] The display method of the string echo configured above is as follows:
The analyzed commands are not transferred to the graphic data display processing unit each time the command analysis is completed, but the graphic data display processing is performed at once when the analysis processing of all commands that make up the command group is completed. transferred to the department. Therefore, since a plurality of analyzed commands are transferred to the graphic data display processing section in one transfer process, the display time can be shortened.

【0013】[0013]

【実施例】次に本発明の実施例について図面と共に説明
する。図1は本発明の一実施例である文字列エコーの表
示方式を適用したディスプレイ装置10を示している。 尚、ディスプレイ装置10は図4を用いて説明したディ
スプレイ装置2と共通の構成を多く有するため、図4を
用いて説明したディスプレイ装置2と同一構成について
は同一符号を付してその説明を省略する。
Embodiments Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 shows a display device 10 to which a character string echo display method is applied, which is an embodiment of the present invention. Note that since the display device 10 has many configurations in common with the display device 2 described using FIG. 4, the same components as the display device 2 described using FIG. do.

【0014】ディスプレイ装置10はコマンド処理部1
1,共通メモリ12,図形データ表示処理部13,ビデ
オプロセッサ6,CRT(cathode ray t
ube)7等により構成されている。コマンド処理部1
1は、ホストコンピュータ1より供給されるコマンドを
解析処理すると共に、共通メモリ12から図形データ表
示処理部13へのデータの転送を制御する。このコマン
ド処理部11は、後述する処理プログラムに従い動作す
るプロセッサと、内部メモリ14とにより構成されてい
る。共通メモリ12は、図4で示した共通メモリ4と同
様に、コマンド処理部11と図形データ表示処理部13
間におけるインタフェースとして機能すると共に、複数
のデータを同時に図形データ表示処理部13に転送でき
る構成となっている。また、図形データ表示処理部13
も複数のデータを一括的に入力でき、このデータに基づ
き表示処理を行い得る構成となっている。尚、ビデオプ
ロセッサ6,CRT(cathode ray tub
e)7は従来から用いられているものと同じ構成とされ
ている。
The display device 10 has a command processing section 1
1, common memory 12, graphic data display processing section 13, video processor 6, CRT (cathode ray t
7 etc. Command processing section 1
1 analyzes commands supplied from the host computer 1 and controls the transfer of data from the common memory 12 to the graphic data display processing section 13. This command processing unit 11 is composed of a processor that operates according to a processing program to be described later, and an internal memory 14. Similar to the common memory 4 shown in FIG. 4, the common memory 12 includes a command processing section 11 and a graphic data display processing section 13.
It functions as an interface between the two, and is configured to be able to simultaneously transfer a plurality of data to the graphic data display processing section 13. In addition, the graphic data display processing section 13
The system also allows multiple data to be input at once, and display processing can be performed based on this data. In addition, the video processor 6, CRT (cathode ray tube)
e) 7 has the same configuration as that used conventionally.

【0015】いま、ホストコンピュータ1より文字列エ
コーに関するコマンド群としてコマンド1〜3がディス
プレイ装置2に発行されたとする。図3は、ホストコン
ピュータ1からコマンド処理部11に供給されるコマン
ド群を示している。同図に示されるように、コマンド1
〜3の先頭には先頭パラメタが付与されており、また最
後にはラストパラメタが付与されている。この先頭パラ
メタ及びラストパラメタは、ホストコンピュータ1より
コマンド処理部11にコマンドを発行する際、必ず付与
されるパラメタである。
Now, assume that the host computer 1 issues commands 1 to 3 as a group of commands related to character string echo to the display device 2. FIG. 3 shows a group of commands supplied from the host computer 1 to the command processing section 11. As shown in the figure, command 1
A first parameter is assigned to the beginning of ~3, and a last parameter is assigned to the end. The first parameter and last parameter are parameters that are always given when a command is issued from the host computer 1 to the command processing section 11.

【0016】コマンド処理部3は、ホストコンピュータ
1よりコマンド1〜3が供給されると、図2に示す処理
プログラムに従ってコマンド処理を実行する。以下、図
2に基づきコマンド処理部3の動作について説明する。
When the command processing unit 3 receives commands 1 to 3 from the host computer 1, it executes command processing according to the processing program shown in FIG. The operation of the command processing section 3 will be explained below based on FIG. 2.

【0017】コマンド処理部3は、先頭パラメタを認識
することにより図2に示す処理を開始する。先ず、コマ
ンド処理部3は供給されたデータがラストパラメタかど
うかを判断する(ステップ10。以下、ステップをSと
略して示す)。供給されたデータがラストパラメタでな
い場合には、供給されたデータはコマンドであるため、
S20においてコマンドの読み取り処理がおこなわれる
と共に、S30でコマンドを解析して文字列エコーに必
要なデータ(エコーの指標,エコーする位置,エコーの
状態等)を生成する。次に、コマンド処理部3は、この
解析処理されたコマンドをコマンド処理部11内の内部
メモリ14に格納(S40)し、続いてこの格納された
データを共通メモリ4に転送する(S50)。
The command processing section 3 starts the processing shown in FIG. 2 by recognizing the first parameter. First, the command processing unit 3 determines whether the supplied data is the last parameter (step 10; hereinafter, step is abbreviated as S). If the supplied data is not the last parameter, the supplied data is a command, so
The command is read in S20, and the command is analyzed in S30 to generate data necessary for character string echoing (echo index, echoing position, echoing state, etc.). Next, the command processing section 3 stores the analyzed command in the internal memory 14 in the command processing section 11 (S40), and then transfers the stored data to the common memory 4 (S50).

【0018】上記のS10〜S50の処理は、コマンド
処理部3がラストパラメータを認識するまで続けられる
。よって、ホストコンピュータ1から供給される全ての
コマンド(本実施例の場合は、コマンド1〜3)に対し
て解析処理が実行され、解析されたコマンドは共通メモ
リ12に転送される。この際、一つのコマンド(例えば
コマンド1)の解析処理が終了しても、従来のようにコ
マンド処理部3はこのコマンド1を図形データ表示処理
部13に転送する指示は出さず、共通メモリ12内に格
納した状態を維持させる。従って、S10にてラストパ
ラメータを認識した状態で、共通メモリ12内には解析
処理を実施した全てのコマンドが保持された状態となっ
ている。
The above processing of S10 to S50 is continued until the command processing section 3 recognizes the last parameter. Therefore, analysis processing is executed for all commands (commands 1 to 3 in this embodiment) supplied from the host computer 1, and the analyzed commands are transferred to the common memory 12. At this time, even if the analysis processing of one command (for example, command 1) is completed, the command processing unit 3 does not issue an instruction to transfer this command 1 to the graphic data display processing unit 13 as in the conventional case, but instead Maintain the state stored inside. Therefore, in the state in which the last parameter is recognized in S10, all the commands that have been analyzed are held in the common memory 12.

【0019】S10においてラストパラメータを認識す
ると、コマンド処理部11は図形データ表示処理部5に
表示依頼を行い、共通メモリ11に保持されていたコマ
ンドを一括的に図形データ表示処理部13に転送する。 前記したように、ラストパラメータを認識した状態でホ
ストコンピュータ1から供給される全てのコマンドの解
析処理は終了しており、共通メモリ12内に解析処理を
実施した全てのコマンドが保持された状態となっている
。従って、ラストパラメータを認識をトリガとして転送
処理を行うことにより、1回の転送処理で全てのコマン
ドを図形データ表示処理部5に転送することができる。 これにより、従来であったならばコマンド群を構成する
コマンドの数だけ(本実施例の場合では3個)行う必要
があった転送処理を1回で行うことが可能となり、転送
時間の短縮を実現できるため文字列エコーの表示処理を
高速に行うことができる。
When the last parameter is recognized in S10, the command processing unit 11 issues a display request to the graphic data display processing unit 5, and transfers the commands held in the common memory 11 to the graphic data display processing unit 13 in a batch. . As mentioned above, the analysis processing of all commands supplied from the host computer 1 has been completed with the last parameter recognized, and all the commands for which analysis processing has been performed are held in the common memory 12. It has become. Therefore, by performing the transfer process using recognition of the last parameter as a trigger, all commands can be transferred to the graphic data display processing section 5 in one transfer process. As a result, the transfer process, which conventionally required the number of commands that make up the command group (three in this example), can be performed in one go, reducing transfer time. Since this can be realized, display processing of character string echoes can be performed at high speed.

【0020】図形データ表示処理部5は、複数のデータ
を平行処理できる構成とされており、よって転送された
コマンドは平行処理されビデオプロセッサ6を介してC
RT7に表示される。
The graphic data display processing section 5 is configured to be able to process a plurality of data in parallel, so that the transferred commands are processed in parallel and sent to the C through the video processor 6.
Displayed on RT7.

【0021】尚、上記実施例ではラストパラメータを識
別子として共通メモリ11に保持されていたコマンドを
一括的に図形データ表示処理部13に転送する構成とし
たが、識別子はラストパラメータに限定されるものでは
なく、コマンド群の構成等により他の識別子を付与する
構成としてもよい。
In the above embodiment, the commands held in the common memory 11 are collectively transferred to the graphic data display processing section 13 using the last parameter as an identifier, but the identifier is limited to the last parameter. Instead, other identifiers may be assigned depending on the composition of the command group.

【0022】[0022]

【発明の効果】上述の如く本発明によれば、コマンド群
を構成する全てのコマンドの解析処理が終了した時点で
一括的に図形データ表示処理部に転送されるため、1回
の転送処理で複数の解析されたコマンドを図形データ表
示処理部に転送するため、表示時間の短縮を図ることが
できる等の特長を有する。
Effects of the Invention As described above, according to the present invention, all commands constituting a command group are transferred to the graphic data display processing unit at once when the analysis process is completed, so that the data can be transferred in one transfer process. Since a plurality of analyzed commands are transferred to the graphic data display processing unit, the display time can be shortened.

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

【図1】本発明の一実施例である文字列エコーの表示方
式を適用したディスプレイ装置の構成図である。
FIG. 1 is a configuration diagram of a display device to which a character string echo display method is applied, which is an embodiment of the present invention.

【図2】コマンド処理部が実行する処理動作を示すフロ
ーチャートである。
FIG. 2 is a flowchart showing processing operations executed by a command processing unit.

【図3】コマンド群の構成を示す図である。FIG. 3 is a diagram showing the configuration of a command group.

【図4】従来の文字列エコーの表示方式を適用したディ
スプレイ装置の構成図である。
FIG. 4 is a configuration diagram of a display device to which a conventional character string echo display method is applied.

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

6  ビデオプロセッサ 7  CRT 10  ディスプレイ装置 11  コマンド処理部 12  共通メモリ 13  図形データ表示処理部 14  内部メモリ 6 Video processor 7 CRT 10 Display device 11 Command processing section 12 Common memory 13 Graphic data display processing section 14 Internal memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  ホストコンピュータ(1)が発行する
複数のコマンドより構成されるコマンド群をコマンド処
理部(11)において順次解析すると共に、解析された
該コマンドを図形データ表示処理部(13)に転送して
表示装置(6,7)に該コマンドに従い表示を行う文字
列エコーの表示方式において、該コマンド群の中で最後
に解析されるコマンドを示す識別子を該コマンド群に含
めておき、該識別子を該コマンド処理部(11)が認識
するまで、上記解析されたコマンドを保持しておき、該
識別子を該コマンド処理部(11)が認識した際、上記
保持されていたコマンド群を一括的に該図形データ表示
処理部(13)に転送することを特徴とする文字列エコ
ーの表示方式。
1. A command processing unit (11) sequentially analyzes a command group consisting of a plurality of commands issued by a host computer (1), and sends the analyzed commands to a graphic data display processing unit (13). In a string echo display method in which the command is transferred and displayed on the display device (6, 7) according to the command, an identifier indicating the last command to be analyzed in the command group is included in the command group, and The parsed commands are held until the command processing unit (11) recognizes the identifier, and when the command processing unit (11) recognizes the identifier, the group of held commands is collectively stored. A character string echo display method characterized in that the character string echo is transferred to the graphic data display processing section (13).
【請求項2】  該コマンド処理部(11)と該図形デ
ータ表示処理部(13)はインタフェースとして機能す
る共通メモリ(12)を介して接続されており、該共通
メモリ(12)に上記解析されたコマンドが保持される
ことを特徴とする請求項1の文字列エコーの表示方式。
2. The command processing unit (11) and the graphic data display processing unit (13) are connected via a common memory (12) that functions as an interface, and the common memory (12) stores the analyzed data. 2. The method for displaying character string echoes according to claim 1, wherein a command is retained.
JP3033187A 1991-02-27 1991-02-27 Display system for character string echo Withdrawn JPH04271429A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3033187A JPH04271429A (en) 1991-02-27 1991-02-27 Display system for character string echo

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3033187A JPH04271429A (en) 1991-02-27 1991-02-27 Display system for character string echo

Publications (1)

Publication Number Publication Date
JPH04271429A true JPH04271429A (en) 1992-09-28

Family

ID=12379490

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3033187A Withdrawn JPH04271429A (en) 1991-02-27 1991-02-27 Display system for character string echo

Country Status (1)

Country Link
JP (1) JPH04271429A (en)

Similar Documents

Publication Publication Date Title
JP2585515B2 (en) Drawing method
US5367628A (en) Multi-window system and display method for controlling execution of an application for a window system and an application for a non-window system
JPH0252271B2 (en)
JPH04271429A (en) Display system for character string echo
US5727190A (en) Method and system for the acceleration of graphics images in a multiprocessor or preemptive processing computer system
JP2000293151A (en) Graphics display device and graphics display method by means of display list
JPH02150919A (en) Display system for state display row at the time of dividing and displaying
US6972770B1 (en) Method and apparatus for performing raster operations in a data processing system
JPH05205026A (en) Method and device for processing simultaneous pick event
JPH05233807A (en) Device and method for labelling processing
RU2229745C2 (en) Concurrent active video computing system
JPH06214533A (en) High-speed screen display system
JP2578884B2 (en) Display text scrolling execution method
JPS6126087B2 (en)
JP2825847B2 (en) Data processing system
JPH07182536A (en) System and device for plotting
JPH02191025A (en) Graphic display device
JPH0581948B2 (en)
JPH06308939A (en) Real time display system for graphics
JPH07168946A (en) Plotting system and display device
JPH0311396A (en) Character display system
JPH0262641A (en) Command history register/selection device
JPH06259214A (en) Window replotting method
JPH04165469A (en) Circuit diagram display device
JPS63170779A (en) Graphic pattern selecting and processing system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514