JPS62202266A - Graphic processing system - Google Patents

Graphic processing system

Info

Publication number
JPS62202266A
JPS62202266A JP61043987A JP4398786A JPS62202266A JP S62202266 A JPS62202266 A JP S62202266A JP 61043987 A JP61043987 A JP 61043987A JP 4398786 A JP4398786 A JP 4398786A JP S62202266 A JPS62202266 A JP S62202266A
Authority
JP
Japan
Prior art keywords
graphic
display
information
gdp
tablet
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
JP61043987A
Other languages
Japanese (ja)
Inventor
Masamitsu Akatsu
赤津 正光
Shuichi Senda
仙田 修一
Juntaro Kamei
亀井 淳太郎
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.)
Hitachi Ltd
Hitachi Information and Control Systems Inc
Original Assignee
Hitachi Ltd
Hitachi Process Computer Engineering Inc
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 Hitachi Ltd, Hitachi Process Computer Engineering Inc filed Critical Hitachi Ltd
Priority to JP61043987A priority Critical patent/JPS62202266A/en
Publication of JPS62202266A publication Critical patent/JPS62202266A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To discriminate a graphic element to be selected with a good responsiveness by storing inputted coordinate information into a segment buffer memory and executing continuously the identification and display by a display device while it monitors input coordinates. CONSTITUTION:The graphic information from a CPU 100 is stored into a segment buffer 120. When a graphic display processor (GDP) 140 is started from the CPU 100, the GDP 140 retrieves and selects the graphic element included in a small area with the coordinate information inputted from a tablet 180 as a center out of the graphic information stored in a buffer 120 and identifies and displays the selected graphic element into a display device 160. At such a time, the coordinate information inputted from the tablet 180 is stored into the buffer 120, a GDP 170 identifies and displays while it monitors the input coordinates, thereby, being able to discriminate the graphic element to be selected with a good responsiveness.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、グラフィックディスプレイ装置において、入
力装置の座標をもとに、CRT管面上に表示された図形
情報の中から図形要素を選択(ピック)し、表示する方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention is a graphic display device that selects a graphical element from graphical information displayed on a CRT screen based on the coordinates of an input device. (pick) and display methods.

〔従来の技術〕[Conventional technology]

CAD (コンピュータ・エイデイット・デザイン)分
野におけるグラフィックディスプレイ装置では、例えば
プリント基板のパターン図を作成する様な場合に、ディ
スプレイ上にゲートやIC。
In graphic display devices in the CAD (computer aided design) field, gates and ICs are displayed on the display, for example when creating a pattern diagram for a printed circuit board.

モード線などを配置又は配線しながら作成する過程で、
あるモード線を変更したい場合に、ユーザはそのモード
線の選択をしなければならない。ところが、モード図の
様に線が混み入った状態で、ユーザがタブレット等の入
力装置から、それが画面に対応したカーソルを変更した
いモード線上へ移動させ、ピックの指令を与えたとして
も、グラフィックディスプレイ装置は、ユーザが変更し
たいモード線とは別のモード線を選択してしまうという
問題が有り、それを解決するために、従来のグラフィッ
クディスプレイ装置では、ピック指令を与えなくてもカ
ーソルを移動させるだけで、そのカーソルの座標から、
その座標に近い図形要素をエコー表示(色を変えて表示
、マーカ表示等)することにより、今現在どの図形要素
が選択されているかをユーザに知らせることにより、ユ
ーザが真に選択したい図形要素を容易に判別できる機能
(ダイナミックビック機能)をもたせている。
In the process of creating mode lines while arranging or wiring them,
If a user wants to change a mode line, he or she must select that mode line. However, when the lines are crowded as in the mode diagram, even if the user uses an input device such as a tablet to move the cursor corresponding to the screen onto the mode line to be changed and gives a pick command, the graphic will not be displayed. Display devices have the problem of selecting a mode line that is different from the mode line that the user wants to change.To solve this problem, conventional graphic display devices move the cursor without giving a pick command. From the coordinates of the cursor,
By echo displaying (displaying in a different color, displaying a marker, etc.) the graphic elements close to the coordinates, the user is informed of which graphic element is currently selected. It has a function that makes it easy to distinguish (dynamic big function).

上記原理を以下に説明する。CPU−グラフィックディ
スプレイプロセッサ(以降、GDPと呼ぶ)のソフト・
ハードインターフェイスを第2図に示す。インターフェ
イスの前段階として、タブレットコントローラ270は
、タブレット280からの入力座標をM−8(主記憶装
置)290上へ報告する。その報告された座標をもとに
CPU200は、セグメントバッファ220内の起動情
報中の起動モード221をピックとして、現在表示して
いる図形データ227全てを実行させる様に、先頭アド
レス222と終了アドレス223を設定し、グラフィッ
クインターフェース230を介してGDP240へ起動
をかける。G D P 240は、指定されたピック領
域224にかかる図形要素を押し出し、その図形要素情
報を、セグメントバッファ220内のピック報告エリア
225へ報告する。ここで、図形データ227の図形要
素の構成を第3図(a)に示す。図形要素は図形要素属
性310、図形要素番号320、描画図形属性330、
図形描画命令340から成り立ち、ピック報告エリア2
25へは、図形要素番号320とその図形要素が存在す
るセグメントバッファアドレスを報告する。こ゛こで第
3図(b)は円を描画する図形要素の一例である。
The above principle will be explained below. CPU - Graphic display processor (hereinafter referred to as GDP) software
The hard interface is shown in Figure 2. As a pre-interface step, tablet controller 270 reports input coordinates from tablet 280 onto M-8 (main memory) 290. Based on the reported coordinates, the CPU 200 picks the startup mode 221 in the startup information in the segment buffer 220 and selects the start address 222 and end address 223 so as to execute all of the currently displayed graphic data 227. , and activates the GDP 240 via the graphic interface 230. The G D P 240 extrudes the graphical element covering the designated pick area 224 and reports the graphical element information to the pick report area 225 in the segment buffer 220 . Here, the configuration of the graphic elements of the graphic data 227 is shown in FIG. 3(a). The graphic elements include a graphic element attribute 310, a graphic element number 320, a drawn graphic attribute 330,
Consisting of graphic drawing commands 340, pick report area 2
25, the graphic element number 320 and the segment buffer address where the graphic element exists are reported. Here, FIG. 3(b) is an example of a graphic element for drawing a circle.

ピック報告を受けとったCPU200は、ピックされた
図形要素があったか判定し、有った場合は、現在エコー
表示している図形要素と同一かを判定し、同一であれば
、現在エコー表示を消去する指令をGDP240に対し
て行なう。そして、今回ピックした図形要素のエコー表
示をする指令をGDP240に対して行なう。それが終
了したならば、タブレットコントローラ270からの次
の座標についても同様に行ない、それをくり返すことに
より、ダイナミックピックの機能を実現している。
Upon receiving the pick report, the CPU 200 determines whether there is a picked graphical element, and if so, determines whether it is the same as the graphical element currently echoed, and if it is the same, erases the current echoed display. A command is given to GDP240. Then, a command is issued to the GDP 240 to echo-display the graphic element picked this time. When this is completed, the same process is performed for the next coordinate from the tablet controller 270, and by repeating this process, the dynamic pick function is realized.

この様に、CPU200は、タブレットコントローラ2
70からの入力座標をもとに、1つの座標に対して、G
DP240に1〜3回の起動をかける処理を行なってい
る。210はシステムバス、250はフレームメモリ、
260はディスプレイなお、この種の装置として関連す
るものは、例えば、特開昭60−194488号、同6
0−159790号等が挙げられる。
In this way, the CPU 200 controls the tablet controller 2.
Based on the input coordinates from 70, for one coordinate, G
The DP 240 is activated one to three times. 210 is a system bus, 250 is a frame memory,
260 is a display. Related devices of this type are, for example, Japanese Patent Application Laid-open Nos. 60-194488 and 60-194488.
0-159790 and the like.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記ダイナミックピック機能の処理は、タブレットコン
トローラからの入力座標の1つに対して、CPUがGD
Pへ起動をかける回数が、少なくとも1度発生し、エコ
ー表示する場合は、3度の起動が発生する為、入力から
エコー表示するまでの処理時間がかなりかかつてしまい
、ユーザがカーソルを移動させることによる、エコー表
示の追従性が悪く、カーソル表示の追従性もよくないと
いう問題点が指摘されていた。
The processing of the dynamic pick function described above is performed when the CPU selects GD for one of the input coordinates from the tablet controller.
If activation is applied to P at least once and echo display is performed, activation occurs three times, so the processing time from input to echo display is quite long, and the user has to move the cursor. Problems have been pointed out that, due to this, the followability of the echo display is poor and the followability of the cursor display is also poor.

本発明の目的は、前記ダイナミックピック機能をユーザ
に対して応答性良くスムーズにエコー表示することを可
能としたグラフィックディスプレイ装置を提供すること
にある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a graphic display device that allows the dynamic pick function to be echo-displayed smoothly and responsively to the user.

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

バッファ上に持つことと、GDPがタブレットからの入
力座標を監視しながら、ダイナミックピックの処理機能
をもつことにより、CPUの負荷なしにダイナミックビ
ック機能を実現することで達成される。
This is achieved by having the dynamic pick function on the buffer and by having the dynamic pick processing function while monitoring the input coordinates from the tablet.

〔作用〕[Effect]

タブレットコントローラは、タブレットからの入力座標
を指定されたセグメントバッファ内へ報告し、その座標
が有効であるというフラグを立てる。GDPは、そのフ
ラグが有効であることを確認した後、座標を取り込み、
その座標からピック領域を設定して、与えられている図
形データ中でピック領域にかかる図形要素を捜し出し、
見つけたならば現在エコー表示している図形要素を消去
し、新しいエコー表示をする。これをくり返す一二とに
より、CPUの介在なしにダイナミックピックの動作を
することができる。
The tablet controller reports input coordinates from the tablet into the specified segment buffer and flags the coordinates as valid. After GDP confirms that the flag is valid, it captures the coordinates and
Set the pick area from the coordinates, find the graphic element that falls on the pick area in the given graphic data,
If found, the currently echoed graphical element is deleted and a new echoed display is performed. By repeating steps 1 and 2, dynamic pick operation can be performed without the intervention of the CPU.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を用いて説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図に、本発明のCPU−GDPの構成図を示す。C
PU100は、セグメントバッファ120内の、先頭ア
ドレス122、終了アドレス123に、処理したい図形
データ127のトップとラストアドレスをセットし、そ
の起動モード121を選択して、グラフィックインター
フェイス130内の先頭アドレスレジスタ131(図示
せず)とデータ語数レジスタ132(図示せず)に起動
情報先頭アドレスと、処理全体のデータ語数をセットし
て、GDP140に起動をかける。すると、ハードウェ
アが動作し、読み出し専用FIF○1133(図示せず
)に、先頭アドレスレジスタ131で指定したセグメン
トバッファアドレスの内容(命令パターン)が入り、G
DP140のマイクロプログラムにより、命令が解読さ
れる。先ず、G D P 14.0は起動情報を受は取
り、内部メモリに格納し、先頭アドレス122で示され
るアドレスヘジャンプし、各図形要素データの処理をり
)150に−書き込むことによって、ディスプレイ16
0へ表示される。又、ピックモード時は、それぞれの図
形要素データが、CPU100が指定するピック領域1
24にかかるかどうかの判定をしながら、かかる図形要
素の情報をピック報告エリア125へ、グラフィックイ
ンターフェイス130内の書き込みFIFO2(図示せ
ず)134を使用して書き込む。又、GDP140が1
つの起動動作を終了したならば、終了の割込みをCPU
100へ行なう。その後、CPU100が次の起動をG
DP140へ行なうまでの間、G D P 140は、
タブレットコントローラ170が、タブレット180か
ら入力される座標を、セグメントバッファ120内のタ
ブレット座標データ126上に書き込むと、それを解読
としてディスプレイ160上にカーソルを表示する。
FIG. 1 shows a configuration diagram of the CPU-GDP of the present invention. C
The PU 100 sets the top and last addresses of the graphic data 127 to be processed in the start address 122 and end address 123 in the segment buffer 120, selects the startup mode 121, and sets the start address register 131 in the graphic interface 130. (not shown) and the data word number register 132 (not shown) are set with the start address of the start information and the number of data words for the entire process, and the GDP 140 is started. Then, the hardware operates, the contents of the segment buffer address (instruction pattern) specified by the start address register 131 are entered into the read-only FIF○ 1133 (not shown), and the G
The instructions are decoded by the DP 140 microprogram. First, the GDP 14.0 receives the activation information, stores it in the internal memory, jumps to the address indicated by the start address 122, and writes the processing of each graphic element data to the display 150. 16
Displayed to 0. Also, in the pick mode, each graphic element data is placed in the pick area 1 designated by the CPU 100.
24, information about the graphical element is written to the pick report area 125 using write FIFO 2 (not shown) 134 in the graphic interface 130. Also, GDP140 is 1
After completing one startup operation, the CPU sends a termination interrupt.
Go to 100. After that, the CPU 100 starts the next
Until it goes to DP 140, G DP 140 will:
When tablet controller 170 writes the coordinates input from tablet 180 onto tablet coordinate data 126 in segment buffer 120, it decodes the coordinates and displays a cursor on display 160.

このような構成のもとで、起動モードにタイナミツクピ
ックモードを設け、GDP140にその先ず、CPU1
00は、起動モード121をダイナミックピックモード
とし、先頭アドレス122と終了アドレス123は、図
形データ127全てを処理する様に設定し、GDP 1
40へ起動をかける。起動をかけられたGDP140の
処理フローを、第4図に示す。
Under such a configuration, a dynamic pick mode is provided as a startup mode, and first, CPU1 is set to GDP140.
00 sets the startup mode 121 to dynamic pick mode, the start address 122 and end address 123 are set to process all the graphic data 127, and GDP 1
Start up to 40. The processing flow of the activated GDP 140 is shown in FIG.

GDP140は、先ず、ダイナミックモードであること
を判断し、先頭アドレス122と終了アドレス123を
内部メモリへ格納する。これは、くり返し処理をするた
め、内部へ覚えておくものである。次に、現在のタブレ
ット座標データを取り込み、カーソル表示を行ない、そ
してタブレット座標より、ピック領域を内部メモリへ設
定する。
The GDP 140 first determines that it is in the dynamic mode and stores the start address 122 and end address 123 in internal memory. This is stored internally for repeated processing. Next, the current tablet coordinate data is taken in, a cursor is displayed, and the pick area is set in the internal memory based on the tablet coordinates.

ここで、タブレット座標データ中には、このダイナミッ
クピックモード起動の終了を示すフラグがあり、これは
、CPUl00によってコントロールされる。もし、終
了であれば、その時点でエコー表示中の図形要素の情報
をピック報告エリアへ書き込むことにより、CPU10
0へ選択した図形要素を知らせることができる。終了で
なければ、図形データ中でピック領域にかかる図形要素
を捜し出す。もし、その図形要素がなかった場合、又は
ピックした図形要素が現在エコー表示している図形要素
と同じ場合は、次のタブレット座標の取り込みに行く。
Here, the tablet coordinate data includes a flag indicating the end of activation of the dynamic pick mode, which is controlled by the CPU 100. If it ends, the CPU 10 writes the information of the graphical element currently being echoed to the pick report area
0 can be notified of the selected graphical element. If not completed, a graphic element corresponding to the pick area is searched in the graphic data. If that graphical element does not exist, or if the picked graphical element is the same as the graphical element currently being echoed, the next tablet coordinates are imported.

新しい図形要素がピックされた場合、現在表示している
エコー表示を消去しなければならない。そのためには、
ピックした図形要素のアドレスと、その時点の図形描画
属性情報を押避しておく必要がある。その後で現在エコ
ー表示している図形要素のアドレスと図形描画属性情報
を回復させて、その図形要素だけを実行させて消去させ
る。そして、今回ピックした図形要素のアドレスと図形
描画属性を回復させて、その図形要素だけを実行させて
エコー表示を行なう。ここで、この図形要素のアドレス
と図形描画属性は、次、のエコー表示時に消去するため
、内部メモリに退避させておく必要がある。それが終了
したならば、次のタブレット座標を取り込む処理へ戻り
、以下同様にくり返すことで、CPU100の介在なし
に、ダイナミックビック機能が実現できる。
When a new graphical element is picked, the currently displayed echo display must be cleared. for that purpose,
It is necessary to save the address of the picked graphic element and the graphic drawing attribute information at that time. Thereafter, the address and graphic drawing attribute information of the graphic element currently being echoed are recovered, and only that graphic element is executed and erased. Then, the address and graphic drawing attributes of the currently picked graphical element are restored, and only that graphical element is executed for echo display. Here, the address and graphic drawing attribute of this graphic element must be saved in the internal memory because they will be erased during the next echo display. When this is completed, the process returns to the process of taking in the next tablet coordinates, and the process is repeated in the same manner, thereby realizing the dynamic big function without the intervention of the CPU 100.

〔発明の効果〕〔Effect of the invention〕

本、全開によれば、ダイナ1ミツクビツクの機能を□□ (:、Jl:iυの介在なしに、GDPだけの処理で実
現できるので、高速にエコー表示・カーソル表示できマ
ンマシンインターフェイスの大幅な向上に効果がある。
According to the book, Zenkai, the functions of Dyna 1 Mitsukubitsuku can be realized by processing only GDP without the intervention of is effective.

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

第1図は本発明の構成図、第2図は従来方式の構成図、
第3図は図形要素の構成図、第4図は本発明のグラフィ
ックディスプレイ処理のフローを示す図である。 100・・・CPU、120・・・セグメントバッファ
メモリ、126・・・タブレット座標データ、130・
・・佑3図 (α) (b) 磨4図 TART 1n都 メモリへ屑4納 ・ノLf−’9’1女り込み ピア■憾作へ ブイナミ、、7ビー/フ終了、、)?  eS−フピ、
フZξ5工里 〜中り昏n刑 No °−・7昏Tす畷l腎hf)・?       
       ビッツ専臣吉IIヱに1−、ト YeS     コー未ホ中の ′−開目−ENO ビッツLだしrb電素つ トレ又す親
Figure 1 is a configuration diagram of the present invention, Figure 2 is a configuration diagram of the conventional system,
FIG. 3 is a diagram showing the configuration of graphical elements, and FIG. 4 is a diagram showing the flow of graphic display processing according to the present invention. 100...CPU, 120...Segment buffer memory, 126...Tablet coordinate data, 130...
...Yu 3 figure (α) (b) Ma 4 figure TART 1n Miyako memory to waste 4 no Lf-'9'1 female intrusion peer ■ buinami to last work,, 7 B/F end,,)? eS-fupi,
FuZξ5kri~Nakari kana n punishment No °-・7kTsuwa l kidney hf)・?
Bits Chief Minister Yoshi II 1-, To YesS Ko Miho's '-opened eyes-ENO Bits L and rb electric element training again parent

Claims (1)

【特許請求の範囲】[Claims] 1、図形情報を処理する中央処理装置、座標情報を入力
する入力装置、図形情報を表示するディスプレイ装置及
び該ディスプレス装置に対する該中央処理装置からの図
形情報を記憶するセグメントバッファメモリを備え、該
セグメントバッファメモリに格納された図形情報の中か
ら、該入力装置より入力された座標情報を中心とした小
領域に含まれる図形要素を検索、選択し、選択した図形
要素を識別表示するグラフィックディスプレイ装置の図
形処理方式において、前記入力装置より入力された座標
情報を前記セグメントバッファメモリに記憶し、前記デ
ィスプレイ装置は入力座標を監視しながら前記識別表示
を連続的に行なうことを特徴とする図形処理方式。
1. A central processing unit for processing graphic information, an input device for inputting coordinate information, a display device for displaying graphic information, and a segment buffer memory for storing graphic information from the central processing unit for the display device; A graphic display device that searches for and selects a graphical element included in a small area centered on the coordinate information input from the input device from among graphical information stored in a segment buffer memory, and identifies and displays the selected graphical element. In the graphic processing method, coordinate information input from the input device is stored in the segment buffer memory, and the display device continuously displays the identification while monitoring the input coordinates. .
JP61043987A 1986-03-03 1986-03-03 Graphic processing system Pending JPS62202266A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61043987A JPS62202266A (en) 1986-03-03 1986-03-03 Graphic processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61043987A JPS62202266A (en) 1986-03-03 1986-03-03 Graphic processing system

Publications (1)

Publication Number Publication Date
JPS62202266A true JPS62202266A (en) 1987-09-05

Family

ID=12679069

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61043987A Pending JPS62202266A (en) 1986-03-03 1986-03-03 Graphic processing system

Country Status (1)

Country Link
JP (1) JPS62202266A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5331335A (en) * 1990-08-10 1994-07-19 Fujitsu Limited Panning control device for controlling area of display image in computer aided design system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5331335A (en) * 1990-08-10 1994-07-19 Fujitsu Limited Panning control device for controlling area of display image in computer aided design system

Similar Documents

Publication Publication Date Title
JP2774703B2 (en) CAD equipment
JPS62202266A (en) Graphic processing system
JP2738851B2 (en) Input data processing display method using multiple cursors
JPH03185558A (en) Device and method for editing document
WO1996031819A2 (en) Data processing device and scrolling method
JPH0358090A (en) Display device
JP2832007B2 (en) Information processing device
JPH08328613A (en) Method for preparing sequence/program and method for setting data
JP3210511B2 (en) Handwriting input method and device
JP3048748B2 (en) Pen input method and pen input system
JP2829051B2 (en) Character display method
JP2520485B2 (en) Dragging and rubber band independent display system
JPH01191269A (en) Image controller
JP2616427B2 (en) String display device
JP2616426B2 (en) String display device
JPH05314269A (en) Graph preparing device
JPH0311396A (en) Character display system
JPH0348929A (en) Display control system
JPS63106078A (en) Display method for character string echo of graphic processor
JP2000306082A (en) Method and device for plotting intersection
JPH0424748B2 (en)
JPH05334379A (en) Graphic processor
JPH0440517A (en) Input/output device
JPS6068375A (en) Screen control system for display unit
JPH05128228A (en) Graphic processor