JPH07122896B2 - Graphic display - Google Patents

Graphic display

Info

Publication number
JPH07122896B2
JPH07122896B2 JP62327676A JP32767687A JPH07122896B2 JP H07122896 B2 JPH07122896 B2 JP H07122896B2 JP 62327676 A JP62327676 A JP 62327676A JP 32767687 A JP32767687 A JP 32767687A JP H07122896 B2 JPH07122896 B2 JP H07122896B2
Authority
JP
Japan
Prior art keywords
graphic
control unit
display
memory
input
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
JP62327676A
Other languages
Japanese (ja)
Other versions
JPH01166264A (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.)
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 JP62327676A priority Critical patent/JPH07122896B2/en
Publication of JPH01166264A publication Critical patent/JPH01166264A/en
Publication of JPH07122896B2 publication Critical patent/JPH07122896B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Description

【発明の詳細な説明】 〔概 要〕 本発明は、図形入力装置から入力する図形データを効率
よく取り込んで表示する図形表示装置に関し、 図形入力装置から入力される図形を描画機構が有する最
高の速度で描画することができる制御方式を提供するこ
とを目的とし、 図形入力装置から入力する図形データを図形メモリに格
納する図形制御部と、前記図形メモリに格納された図形
データを表示メモリに転送して表示装置で図形表示する
表示制御部と、前記図形制御部と前記表示制御部とをそ
れぞれ独立した制御タイミングで動作させる図形制御タ
イマと表示制御タイマと、当該装置を制御する制御部と
から構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] The present invention relates to a graphic display device for efficiently capturing and displaying graphic data input from a graphic input device. A graphic control unit that stores graphic data input from a graphic input device in a graphic memory and a graphic data stored in the graphic memory is transferred to a display memory for the purpose of providing a control method capable of drawing at a high speed. And a display control unit for performing graphic display on the display device, a graphic control timer and a display control timer for operating the graphic control unit and the display control unit at independent control timings, and a control unit for controlling the device. Constitute.

〔産業上の利用分野〕 本発明は、図形入力装置から入力する図形データを効率
よく取り込んで表示する図形表示装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic display device for efficiently capturing and displaying graphic data input from a graphic input device.

タブレット、あるいはディジタイザ等の図形入力装置か
ら図形、画像等を入力し、図形データとしてメモリに格
納し、その図形データをディスプレイ表示装置で画面に
表示する方法が図形処理の一般形式である。
A general form of graphic processing is a method of inputting a graphic, an image or the like from a graphic input device such as a tablet or a digitizer, storing the graphic data in a memory and displaying the graphic data on a screen by a display device.

この場合、図形データは図形入力装置で図形の画素に分
解されて画素ごとの座標で構成されて、図形表示装置に
入力する。
In this case, the graphic data is decomposed into the pixels of the graphic by the graphic input device, is composed of the coordinates of each pixel, and is input to the graphic display device.

この図形データが図形メモリと表示メモリで、所定の処
理が施されながら転送されることになるが、図形入力を
正確に高速描画することが要望される。
Although this graphic data is transferred to the graphic memory and the display memory while being subjected to predetermined processing, it is required to accurately and rapidly perform graphic input.

〔従来の技術〕[Conventional technology]

第3図は従来の図形描画機構を説明する図で、 第4図は描画手順を説明するフローチャート図である。 FIG. 3 is a diagram for explaining a conventional graphic drawing mechanism, and FIG. 4 is a flow chart for explaining a drawing procedure.

以下、第3図および第4図における各部の動作と、処理
の手順を括弧付き数字で対応ずけて説明する。
Hereinafter, the operation of each unit in FIGS. 3 and 4 and the procedure of the process will be described with corresponding numbers in parentheses.

第3図のように、制御部10は通常マイクロプロセッサで
構成され、制御プログラムに基づいて描画機構各部の動
作を制御する。
As shown in FIG. 3, the control unit 10 is usually composed of a microprocessor and controls the operation of each unit of the drawing mechanism based on a control program.

制御部10は図形入力装置、例えばタブレット1を起動し
(1)、タブレット1は制御部10への通知を行う。
The control unit 10 activates the graphic input device, for example, the tablet 1 (1), and the tablet 1 notifies the control unit 10.

即ち、割り込み待ち(ウエイト)(2)を経て、タブレ
ット1は図形の画素座標データを検知して割り込む
(3)。
That is, after waiting for an interrupt (wait) (2), the tablet 1 detects the pixel coordinate data of the figure and interrupts (3).

その座標データは制御部10によって図形制御部2にセッ
トされ、また図形制御部2を経て図形メモリ3にセット
される(4)。
The coordinate data is set in the graphic control unit 2 by the control unit 10, and is also set in the graphic memory 3 via the graphic control unit 2 (4).

図形制御部(2)は例えば、先に入力された座標を図形
メモリ3から読み出し、入力された座標との間を結ぶ直
線上の画点座標を生成して、即ち、ベクトルを図形メモ
リ3上に生成して描画終了の割り込みを通知する
(6)。
The figure control unit (2), for example, reads previously input coordinates from the figure memory 3 and generates image point coordinates on a straight line connecting the input coordinates, that is, a vector on the figure memory 3. Is generated and the interruption of drawing end is notified (6).

次いで、制御部10は表示制御部4を起動し(7)、表示
制御部4は図形メモリ3に形成されたベクトルのデータ
を取り出し、表示メモリ5に表示画像を形成する。
Next, the control unit 10 activates the display control unit 4 (7), and the display control unit 4 takes out the vector data formed in the graphic memory 3 and forms a display image in the display memory 5.

そして、表示メモリ4に形成された図形はディスプレイ
表示装置6の画面に表示される。
Then, the graphic formed in the display memory 4 is displayed on the screen of the display device 6.

一画面の表示が終了すると、表示制御部4は制御部10に
割り込んで(8)、表示終了を制御部10に割り込んで通
知する(9)。
When the display of one screen is completed, the display control unit 4 interrupts the control unit 10 (8) and notifies the control unit 10 of the completion of the display (9).

次いで、タブレット1を起動して、次ぎの座標データを
読み込む動作を行い、上記した手順を繰り返す。
Next, the tablet 1 is started up, an operation of reading the next coordinate data is performed, and the above procedure is repeated.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

この従来の方式では、例えば、座標データが入力された
場合、その座標と先に入力された座標との間にベクトル
が生成し、表示が行われるまでの間、図形入力装置から
たとえ入力しようとしても、受付けられない。
In this conventional method, for example, when coordinate data is input, a vector is generated between the coordinate and the previously input coordinate, and an attempt is made to input from the graphic input device until the vector is displayed. Is not accepted.

即ち、表示終了の割り込みが通知されるまで、次の入力
ができない。
That is, the next input cannot be performed until the display end interrupt is notified.

そのため必要な画素が欠落し、表示される図形に欠落部
分を生じ、あるいは、異なる図形が表示されることがあ
った。
As a result, necessary pixels may be missing, a missing part may appear in the displayed graphic, or a different graphic may be displayed.

本発明はこのような点に鑑みて創作されたものであっ
て、図形入力装置から入力される図形を描画機構が有す
る最高の速度で描画することができる制御方式を提供す
ることを目的としてる。
The present invention was created in view of the above circumstances, and an object thereof is to provide a control system capable of drawing a graphic input from a graphic input device at the maximum speed of the drawing mechanism. .

〔問題点を解決するための手段〕[Means for solving problems]

上記した目的を達成するため、図形制御部と、表示制御
部と、両制御部を互いに独立したタイミングで制御する
図形制御タイマと表示制御タイマと当該装置の制御部を
具備した図形表示装置を構成する。
In order to achieve the above-mentioned object, a graphic display device including a graphic control unit, a display control unit, a graphic control timer for controlling both control units at mutually independent timings, a display control timer, and a control unit of the device is configured. To do.

〔作 用〕[Work]

図形入力装置から入力する画像画素の座標データは、図
形制御部を経て図形メモリに格納される制御タイミング
と、図形メモリから表示制御部を経て表示メモリに格納
され、表示装置で表示される制御タイミングとを独立し
たタイミングで制御する。
The coordinate data of the image pixels input from the figure input device is the control timing stored in the figure memory via the figure control unit and the control timing stored in the display memory from the figure memory via the display control unit and displayed on the display device. And are controlled at independent timings.

即ち、図形制御部と表示制御部はそれぞれ図形タイマと
表示タイマで動作する。
That is, the graphic control unit and the display control unit operate with the graphic timer and the display timer, respectively.

表示画面の形成の原資となる画像画素の座標データが図
形表示の終了を待つことなく入力されるので、データを
図形制御部が有する最大の性能で取り込む。
Since the coordinate data of the image pixels, which is the source of the formation of the display screen, is input without waiting for the end of the graphic display, the data is captured with the maximum performance of the graphic control unit.

即ち、画像の欠落を避けるよう入力データはできるだけ
正確に取り込むことができる。
That is, the input data can be captured as accurately as possible so as to avoid image loss.

一方、取り込まれたデータを表示する表示装置の画面表
示は、その周期が1秒あたり30画面程度であっても、人
の視覚的見地からして十分である。
On the other hand, the screen display of the display device for displaying the fetched data is sufficient from the human visual point of view even if the cycle is about 30 screens per second.

〔実施例〕〔Example〕

第1図は本発明の図形表示装置の一実施例の構成を示す
ブロック図、 第2図は本発明の制御手順を示すフローチャート図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the graphic display device of the present invention, and FIG. 2 is a flow chart diagram showing the control procedure of the present invention.

なお、全図を通じて同一符号は同一対象物を示す。The same reference numerals denote the same objects throughout the drawings.

以下、第1図の各部の動作を第2図における括弧付き数
字で示す処理の手順に対応させて説明する。
The operation of each unit in FIG. 1 will be described below in association with the procedure of the process shown in parentheses in FIG.

図形入力装置は、例えば図形に対してタブレット1、ま
た図形処理のためのキーボード1Aが接続される。
In the figure input device, for example, a tablet 1 for a figure and a keyboard 1A for figure processing are connected.

図形入力装置が起動され(1)、上記した第3図の制御
手順と同じ過程(1)〜(4)を経る。
The figure input device is activated (1), and the same steps (1) to (4) as the control procedure of FIG. 3 described above are performed.

即ち、タブレット1は入力される図形の画素座標を検知
して(2)、図形制御部2にセットされ、また図形制御
部2を経て図形メモリ3にセットされる(3)。
That is, the tablet 1 detects the pixel coordinates of an input graphic (2), is set in the graphic control unit 2, and is set in the graphic memory 3 via the graphic control unit 2 (3).

図形制御部2は入力された座標を図形メモリ3から読み
出し、所定の処理を行って描画終了の割り込みを通知す
る(4)。
The figure control unit 2 reads the input coordinates from the figure memory 3, performs a predetermined process, and notifies an interruption of drawing end (4).

そして、直ちにタブレット1の起動を行い、上述の手順
を繰り返す。
Then, the tablet 1 is immediately activated and the above procedure is repeated.

一方、この図形制御部2の動作と併用して表示制御タイ
マ12が起動され、例えば画面表示速度1/30秒とすると、
この時間が経過すると表示制御タイマ12が制御部10に割
り込み通知する。
On the other hand, when the display control timer 12 is started in combination with the operation of the graphic control unit 2 and the screen display speed is set to 1/30 seconds, for example,
When this time has elapsed, the display control timer 12 notifies the control unit 10 of interruption.

表示制御部4は図形メモリ3からデータを取り出して画
像を形成してセットする(5)。
The display control unit 4 takes out data from the graphic memory 3, forms an image and sets it (5).

表示メモリ5に形成された図形は、ディスプレイ表示装
置6の画面に表示され、表示制御部4は表示終了を制御
部10に通知する(6)。
The graphic formed in the display memory 5 is displayed on the screen of the display device 6, and the display control unit 4 notifies the control unit 10 of the end of display (6).

次いで、表示制御タイマ12を起動する手順を繰り返す。Then, the procedure of starting the display control timer 12 is repeated.

このように、図形制御部2と表示制御部4は独自のタイ
ミングで併行して動作する。なお、第1図に示す印刷ユ
ニット7は、印刷制御部71と印刷装置72とからなり、図
形メモリ3に格納された図形データの図形を印刷するも
ので、表示装置の画面に表示された図形を複写印刷(ハ
ードコピー)する。
In this way, the graphic control unit 2 and the display control unit 4 operate in parallel at their own timing. The printing unit 7 shown in FIG. 1 is composed of a print control unit 71 and a printing device 72, and prints the graphics of the graphics data stored in the graphics memory 3, and the graphics displayed on the screen of the display device. Copy print (hard copy).

また、図形制御部2と図形制御タイマ11、及び、表示制
御部4と表示制御タイマ12は、制御部10が制御タイミン
グの基準となる図示しない制御タイマによって、それぞ
れのタイマ相当のタイミングを生成してもよく、あるい
は、いずれかの制御タイミングを制御タイマから生成
し、他のタイマを独立して設けてもよいのは云うまでも
ない。
Further, the graphic control unit 2 and the graphic control timer 11, and the display control unit 4 and the display control timer 12 generate timings corresponding to their respective timers by a control timer (not shown) that is a control timing reference for the control unit 10. It goes without saying that any control timing may be generated from the control timer and the other timer may be provided independently.

また、これらの機能は、制御部10が実行する制御プログ
ラムの図形入力装置の入力を制御するタスクと、表示装
置に表示するタスクとが独立して行うことによって可能
である。
Further, these functions are possible by independently performing the task of controlling the input of the graphic input device of the control program executed by the control unit 10 and the task of displaying on the display device.

〔発明の効果〕〔The invention's effect〕

以上述べてきたように、本発明によれば、図形制御部と
表示制御部とが独自のタイミングで動作させることによ
って、画像入力データのサンプリング回数を多くし、正
確な画像の描写を行うことができ、工業的には際めて有
用である。
As described above, according to the present invention, the graphic control unit and the display control unit operate at their own timing, so that the number of samplings of image input data can be increased and an accurate image can be drawn. It is possible and industrially very useful.

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

第1図は本発明の図形表示装置の一実施例の構成を示す
ブロック図、 第2図は本発明の制御手順を示すフローチャート図、 第3図は従来の図形描画機構を説明する図、 第4図は従来の制御手順を説明するフローチャート図で
ある。 図において、 1はタブレット、2は図形制御部、 3は図形メモリ、4は表示制御部、 5は表示メモリ、6は表示装置、 10は制御部、11は図形制御タイマ、 12は表示制御タイマを示す。
FIG. 1 is a block diagram showing a configuration of an embodiment of a graphic display device of the present invention, FIG. 2 is a flow chart diagram showing a control procedure of the present invention, FIG. 3 is a diagram explaining a conventional graphic drawing mechanism, FIG. 4 is a flow chart for explaining a conventional control procedure. In the figure, 1 is a tablet, 2 is a graphic control unit, 3 is a graphic memory, 4 is a display control unit, 5 is a display memory, 6 is a display device, 10 is a control unit, 11 is a graphic control timer, and 12 is a display control timer. Indicates.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】図形入力装置(1)から入力する二次元座
標の図形データに所定の処理をして、図形メモリ(3)
に格納することの制御を行う図形制御部(2)、前記図
形メモリ(3)に格納された図形データを取り出し、画
像を形成して表示メモリ(5)にセットし、表示装置
(6)で図形表示することの制御を行う表示制御部
(4)と、当該装置を制御する制御部とからなる図形表
示装置において、 前記図形制御部(2)を動作させるタイミングをとる図
形制御タイマ(11)と、前記表示制御部(4)を動作さ
せるタイミングをとる表示制御タイマ(12)とを有し、 前記図形制御部と前記表示制御部とは、互いに独自のタ
イミングで同時に作動することを特徴とする図形表示装
置。
1. A graphic memory (3) which performs predetermined processing on graphic data of two-dimensional coordinates input from a graphic input device (1).
The graphic control unit (2) for controlling storage in the graphic memory, takes out the graphic data stored in the graphic memory (3), forms an image, and sets it in the display memory (5). In a graphic display device comprising a display control unit (4) for controlling the graphic display and a control unit for controlling the device, a graphic control timer (11) for timing the operation of the graphic control unit (2). And a display control timer (12) for timing the operation of the display control unit (4), wherein the graphic control unit and the display control unit operate simultaneously at their own timing. Graphic display device.
JP62327676A 1987-12-23 1987-12-23 Graphic display Expired - Fee Related JPH07122896B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62327676A JPH07122896B2 (en) 1987-12-23 1987-12-23 Graphic display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62327676A JPH07122896B2 (en) 1987-12-23 1987-12-23 Graphic display

Publications (2)

Publication Number Publication Date
JPH01166264A JPH01166264A (en) 1989-06-30
JPH07122896B2 true JPH07122896B2 (en) 1995-12-25

Family

ID=18201727

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62327676A Expired - Fee Related JPH07122896B2 (en) 1987-12-23 1987-12-23 Graphic display

Country Status (1)

Country Link
JP (1) JPH07122896B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60114926A (en) * 1984-11-05 1985-06-21 Hitachi Ltd Converter of two-dimension coordinate data

Also Published As

Publication number Publication date
JPH01166264A (en) 1989-06-30

Similar Documents

Publication Publication Date Title
US5636336A (en) Graphics processing unit for use with a stylus pen and tablet, and method therefore
CN114007053A (en) Image generation method, image generation system, and recording medium
JPH0727448B2 (en) Data input device
JPH07122896B2 (en) Graphic display
JP3594924B2 (en) Image display device and method, computer program
JP3133093B2 (en) Electronic image correction method and apparatus
JPH05342330A (en) Computer animation camera production system
JP2568217B2 (en) Character processor
JP3039825B2 (en) Stitch data creation device for sewing machine
JPS6222134A (en) Input device
JP2904994B2 (en) Coordinate connection display method
JPH02190896A (en) Cursor movement control system for input picture
JPS60250482A (en) Picture rotation indicating system
JPH07307895A (en) Still image display device and its operation panel
JP4517903B2 (en) Print data generation apparatus, print data generation method, and print data generation program
JP2810399B2 (en) Image reading device
JPH0465777A (en) Image data transfer system
JPH04267428A (en) Hard copy controller
JPS60258636A (en) Graphic processor
JPH01220962A (en) Picture processor
JPH02103680A (en) Picture information processor
JPS6274124A (en) Display control device for home computer
JPH06149960A (en) Image forming device provided with editing function
JPS63311421A (en) Display control system
JPS6373419A (en) Output system for virtual picture

Legal Events

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