JPH0612053A - Display device for computer - Google Patents

Display device for computer

Info

Publication number
JPH0612053A
JPH0612053A JP4193358A JP19335892A JPH0612053A JP H0612053 A JPH0612053 A JP H0612053A JP 4193358 A JP4193358 A JP 4193358A JP 19335892 A JP19335892 A JP 19335892A JP H0612053 A JPH0612053 A JP H0612053A
Authority
JP
Japan
Prior art keywords
display device
host computer
plotting
screen
command
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
JP4193358A
Other languages
Japanese (ja)
Inventor
Toshimichi Nakajima
利道 中島
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.)
SAN O IND CO
SANOU KOGYO KK
Original Assignee
SAN O IND CO
SANOU KOGYO KK
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 SAN O IND CO, SANOU KOGYO KK filed Critical SAN O IND CO
Priority to JP4193358A priority Critical patent/JPH0612053A/en
Publication of JPH0612053A publication Critical patent/JPH0612053A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To provide the display device for computer which reduces the burden to a host computer by saving the trouble of issuing a plotting command for each picture from the host computer to the display device. CONSTITUTION:A plotting pattern of a portion of one picture, plotting relative coordinates where coordinates of start and end points or the like as references of the plotting pattern are expressed by variables, and the plotting command from a host computer 2 which designates a plotting logic mode for each picture are stored in a first memory means 3. A plotting command control program from the host computer 2 which performs absolute coordinate transformation to substitute variables of plotting relative coordinates with peculiar values and successively updates peculiar values and indicates an end condition or the like of this successive update of peculiar values is stored in a second memory means 4. A display device 1 is provided with a program control means 5 which interprets and executes the plotting command subjected to absolute coordinate transformation based on this program to plot a picture on a display screen 7.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ホストコンピュータの
出力端末装置としてのコンピュータ用表示装置に係り、
特にホストコンピュータから1画面ごとに描画コマンド
を発行する手間を省き、ホストコンピュータの負担を低
減することができる等の機能を有するコンピュータ用表
示装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer display device as an output terminal device of a host computer,
In particular, the present invention relates to a computer display device having a function of saving the burden of issuing a drawing command for each screen from the host computer and reducing the load on the host computer.

【0002】[0002]

【従来の技術】従来、オフィスや工場等にあっては、各
セクションごとにCRTディスプレイ装置や液晶表示パ
ネル等のコンピュータ用表示装置と、キーボード、タッ
チパネル等の入力手段とが配置されており、例えば製造
ライン等にあっては、各工程ごとにそれぞれの作業内容
を作業者に指示する作業指導内容を表示している。これ
らの表示装置や入力手段は、1台のホストコンピュータ
に並列接続されて個別に制御されるシステムとすること
により、各表示装置ごとに独立して随時に画面表示を行
うことができるものである。
2. Description of the Related Art Conventionally, in offices or factories, a computer display device such as a CRT display device or a liquid crystal display panel and an input means such as a keyboard or a touch panel are arranged for each section. In a manufacturing line or the like, work instruction contents for instructing the worker about each work contents for each process are displayed. These display devices and input means are connected to one host computer in parallel and are individually controlled, so that each display device can independently display a screen at any time. .

【0003】このコンピュータ用表示装置にあっては、
図5のフローチャートのように、ホストコンピュータか
らの1画面分の描画コマンドをメモリー手段に格納し、
これを解釈してビデオRAMに描画出力して画面表示
し、そして次の1画面分の描画コマンドが発行されると
再びこれを繰り返すものである。例えば、表示装置の画
面上で、図3に示す縦横100ドット×100ドットの
大きさの四角形11と、この四角形11から上下左右と
も順次2ドットずつ小さくなる四角形とを同心状に合計
25個描く場合にあっては、図4に示す如く、最外周の
四角形11から最内周の四角形12までの25個の描画
コマンドをホストコンピュータが順次発行することによ
り描画している。
In this computer display device,
As shown in the flow chart of FIG. 5, the drawing command for one screen from the host computer is stored in the memory means,
It interprets this, draws and outputs it to the video RAM, displays it on the screen, and when the drawing command for the next one screen is issued, this is repeated again. For example, on the screen of the display device, a total of 25 concentric squares 11 each having a size of 100 dots vertically and 100 dots vertically shown in FIG. In this case, as shown in FIG. 4, the host computer sequentially issues 25 drawing commands from the outermost quadrangle 11 to the innermost quadrangle 12 to perform drawing.

【0004】この描画コマンド「BOX」において、ま
ず始めの「03h」は四角形を描けという意味を表わ
し、「00h」は「00」が16進数であることを表わ
し、「SX」は四角形の描画パターンにおける描画の基
準となる始点のX座標、「SY」は同じく始点のY座
標、「EX」は同じく終点のX座標、「EY」は同じく
終点のY座標をそれぞれ表わし、そして最後の「00
h」は描画論理モードであり、本コマンド以前の描画を
消去等することなく描画を「重ね書き」することを表わ
している。つまり、1番目の描画コマンドは、「(00
00h,0000h)(表示画面における左上端)を始
点とし、(0064h,0064h)(表示画面におけ
る右下端)を終点とする四角形を重ね書きモードにて描
け」ということを意味している。そして、この各描画コ
マンドはそれぞれ10バイトからなり、全25画面分の
描画コマンドで合計250バイトを要するものである。
In the drawing command "BOX", first "03h" means that a rectangle is drawn, "00h" means that "00" is a hexadecimal number, and "SX" means a rectangle drawing pattern. In the drawing, the X coordinate of the starting point which is the reference of drawing, "SY" is the Y coordinate of the starting point, "EX" is the X coordinate of the ending point, "EY" is the Y coordinate of the ending point, and the last "00".
“H” is a drawing logic mode, and represents that “drawing” before this command is “overwritten” without erasing the drawing. That is, the first drawing command is "(00
00h, 0000h) (upper left corner on the display screen) as a starting point, and (0064h, 0064h) (lower right corner on the display screen) as an end point are drawn in the overwriting mode ". Each drawing command consists of 10 bytes, and a total of 250 bytes are required for drawing commands for all 25 screens.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、前述し
た従来のコンピュータ用表示装置にあっては、1回の表
示に要する描画コマンドのバイト数が多いことに加え、
ホストコンピュータが制御する表示装置は複数台存在す
ることから、全ての表示装置を表示させるのに要する描
画コマンドのバイト数が極めて多くなっていた。すなわ
ち、各種演算、記憶、制御を行うホストコンピュータが
表示装置の制御に多大な負担を強いられ、ひいてはホス
トコンピュータによる表示制御も含む各種の処理速度の
遅延化を招いたり、若しくはこの遅延化を解決し素早い
処理を行うために更に一層処理速度の速い高価なホスト
コンピュータを導入することを余儀なくされていた。
However, in the above-mentioned conventional computer display device, in addition to the large number of bytes of the drawing command required for one display,
Since there are a plurality of display devices controlled by the host computer, the number of bytes of drawing commands required to display all the display devices is extremely large. In other words, the host computer that performs various calculations, storage, and control imposes a great burden on the control of the display device, and thus causes a delay in various processing speeds including display control by the host computer, or a solution to this delay. However, in order to perform quick processing, it was inevitable to introduce an expensive host computer with even higher processing speed.

【0006】本発明は、上述の点に鑑み案出されたもの
で、表示装置に描画する際にホストコンピュータが1画
面ごとの描画コマンドを発行する手間を省き、ホストコ
ンピュータの負担を低減することができる優れたコンピ
ュータ用表示装置の実現を目的とする。
The present invention has been devised in view of the above points, and saves the host computer the trouble of issuing a drawing command for each screen when drawing on the display device, and reduces the load on the host computer. It is an object of the present invention to realize an excellent display device for a computer that can achieve the above.

【0007】[0007]

【課題を解決するための手段】上述の目的を達成するた
め、本発明のコンピュータ用表示装置は、1画面分の描
画パターン、該描画パターンにおける描画の基準となる
始点、終点等の画面上の座標を変数を用いて表わしてな
る描画相対座標及び1画面ごとの描画の持続、追記、消
去、更新等の描画論理モードを指定するホストコンピュ
ータからの描画コマンドを格納する第1のメモリー手段
と、前記描画コマンドにおける描画相対座標の変数を固
有値に置換することによる絶対座標変換、前記固有値の
順次更新及び該固有値の順次更新の終了条件等を指示す
るホストコンピュータからの描画コマンド制御プログラ
ムを格納する第2のメモリー手段と、前記描画コマンド
制御プログラムにより絶対座標変換された描画コマンド
を解釈及び実行して画面表示させるプログラム制御手段
を備えたことを特徴とするものである。
In order to achieve the above-mentioned object, a display device for a computer according to the present invention has a drawing pattern for one screen, a starting point, an ending point, and the like which are the reference for drawing in the drawing pattern. First memory means for storing drawing relative coordinates in which coordinates are expressed using variables and drawing commands from a host computer for specifying drawing logic modes such as drawing continuation, additional writing, erasing, and updating for each screen; Storing a drawing command control program from a host computer for instructing absolute coordinate conversion by replacing a variable of drawing relative coordinates in the drawing command with an eigenvalue, sequential updating of the eigenvalue, and ending conditions of the sequential updating of the eigenvalue 2 memory means and interprets and executes the drawing command whose absolute coordinates are converted by the drawing command control program. It is characterized in that it comprises a program control means for the screen display.

【0008】また、描画相対座標の変数としてデータメ
モリーのアドレスを用いてもよい。
The address of the data memory may be used as a variable of the drawing relative coordinates.

【0009】[0009]

【作用】1画面分の描画パターン、該描画パターンにお
ける描画の基準となる始点、終点等の画面上の座標を変
数を用いて表わしてなる描画相対座標及び1画面ごとの
描画の持続、追記、消去、更新等の描画論理モードを指
定するホストコンピュータからの描画コマンドを格納す
る第1のメモリー手段と、前記描画コマンドにおける描
画相対座標の変数を固有値に置換することによる絶対座
標変換、前記固有値の順次更新及び該固有値の順次更新
の終了条件等を指示するホストコンピュータからの描画
コマンド制御プログラムを格納する第2のメモリー手段
と、前記描画コマンド制御プログラムにより絶対座標変
換された描画コマンドを解釈及び実行して画面表示させ
るプログラム制御手段を備えたことで、表示装置のプロ
グラム制御手段が、第2のメモリー手段に格納された描
画コマンド制御プログラムを用い、第1のメモリー手段
に格納された描画コマンドを解釈及び実行して描画コマ
ンドを順次発行することが可能となり、従来の如くホス
トコンピュータから表示装置に対し描画コマンドを順次
発行することなく、ホストコンピュータが表示装置に係
わる負担を大幅に低減することができる。
A drawing pattern for one screen, a drawing relative coordinate in which coordinates on the screen such as a start point and an end point which are a reference of drawing in the drawing pattern are expressed using variables, and drawing continuation for each screen, additional writing, First memory means for storing a drawing command from the host computer that designates a drawing logic mode such as erasing and updating; absolute coordinate conversion by replacing a variable of drawing relative coordinates in the drawing command with an eigenvalue; Second memory means for storing a drawing command control program from the host computer for instructing the end condition of the sequential update and the sequential update of the eigenvalue, and interpreting and executing the drawing command whose absolute coordinates are converted by the drawing command control program. By providing the program control means for displaying on the screen, the program control means of the display device Using the drawing command control program stored in the second memory means, it becomes possible to interpret and execute the drawing commands stored in the first memory means and issue the drawing commands sequentially. The load on the display device by the host computer can be significantly reduced without sequentially issuing drawing commands to the display device.

【0010】[0010]

【実施例】図1は、本発明のコンピュータ用表示装置を
示す説明図、図2は本発明で用いられる描画コマンド制
御プログラムのフローチャートである。
1 is an explanatory view showing a display device for a computer of the present invention, and FIG. 2 is a flow chart of a drawing command control program used in the present invention.

【0011】図中1は本発明のコンピュータ用表示装置
を示し、2は表示装置1を制御するホストコンピュー
タ、3はホストコンピュータ2からの描画コマンドを格
納する第1のメモリー手段、4はホストコンピュータ2
からの描画コマンド制御プログラムを格納する第2のメ
モリー手段、5は表示装置1自体で制御を行うためのC
PUからなるプログラム制御手段、6は表示画面7に対
して描画出力する画像処理専用随時書き込み読み出しメ
モリーであるビデオRAMである。
In the figure, 1 is a display device for a computer of the present invention, 2 is a host computer for controlling the display device 3, 3 is a first memory means for storing drawing commands from the host computer 2, and 4 is a host computer. Two
The second memory means 5 for storing a drawing command control program from C is used for controlling the display device 1 itself.
A program control unit 6 made up of a PU, and a video RAM 6 which is a memory for occasional writing and reading dedicated to image processing for drawing and outputting to the display screen 7.

【0012】本発明において、ホストコンピュータ2か
ら表示装置1に対し、図3の表示を行うべく発行する描
画コマンド「BOX」は下記の通りである。 「D」は従来の描画コマンドと異なり、データメモリー
を用いることを示す記号である。すなわち、データメモ
リーにおける0100番地というアドレスが始点の描画
相対座標を、データメモリーにおける0101番地とい
うアドレスが終点の描画相対座標をそれぞれ表わしてい
る。そして、本発明の表示装置1は前記描画コマンドを
受信すると、これを第1のメモリー手段3に格納するも
のである。
In the present invention, the drawing command "BOX" issued from the host computer 2 to the display device 1 to perform the display of FIG. 3 is as follows. "D" is a symbol indicating that a data memory is used unlike the conventional drawing command. That is, the address 0100 in the data memory represents the drawing relative coordinates of the start point, and the address 0101 in the data memory represents the drawing relative coordinates of the end point. When the display device 1 of the present invention receives the drawing command, it stores the drawing command in the first memory means 3.

【0013】また表示装置1が、ホストコンピュータ2
から発行される図2のフローチャートにて表わされる描
画コマンド制御プログラムを受信すると、これを第2の
メモリー手段4に格納する。
Further, the display device 1 is a host computer 2
When the drawing command control program shown in the flowchart of FIG. 2 issued by the computer is received, it is stored in the second memory means 4.

【0014】そして、描画の実行を指示するコマンドが
プログラム制御手段5に発行されると、図2のフローチ
ャートに示す如く、まずプログラム制御手段5は、本発
明の描画コマンドの描画相対座標に用いられるデータメ
モリーの0100番地に「0000(16進数)」を、
同じく0101番地に「0064(16進数)」を書き
込む。
When a command instructing execution of drawing is issued to the program control means 5, the program control means 5 is first used for the drawing relative coordinates of the drawing command of the present invention, as shown in the flowchart of FIG. "0000 (hexadecimal number)" at address 0100 of the data memory,
Similarly, "0064 (hexadecimal number)" is written in the address 0101.

【0015】次に、プログラム制御手段5は、第1のメ
モリー手段3に格納された描画コマンドの「SX,S
Y,EX,EY」で示された描画相対座標に対し、前記
データメモリーの2つのアドレス(本実施例の描画パタ
ーンが対角上の2点を決定するだけで描画できる「四角
形」であることから、描画相対座標として用いるデータ
メモリーのアドレスは2つでよいこととなる)に書き込
まれた各数値をそれぞれ代入して描画コマンドを解釈
し、この結果をビデオRAM6に描画出力し、更にビデ
オRAM6は表示画面7に1画面分の描画、すなわち図
3における最外周の四角形11を描画する。
Next, the program control means 5 uses the drawing commands "SX, S stored in the first memory means 3".
Y, EX, EY ”with respect to the drawing relative coordinates, the two addresses of the data memory (the drawing pattern of this embodiment is a“ quadrangle ”that can be drawn only by determining two points on the diagonal). Therefore, the number of addresses of the data memory used as the drawing relative coordinates may be two), and the drawing command is interpreted by substituting each numerical value written in the drawing, and the result is drawn and output to the video RAM 6, and further, the video RAM 6 Draws one screen on the display screen 7, that is, draws the outermost quadrangle 11 in FIG.

【0016】そして、次の描画を行うべく、データメモ
リーの0100番地に書き込まれている値「0000
(16進数)」に「2」を加算して「0002(16進
数)」とする。同じく、データメモリーの0101番地
に書き込まれている値「0064(16進数)」から
「2」を減算して「0062(16進数)」とする。
Then, in order to perform the next drawing, the value "0000" written in the address 0100 of the data memory.
"2" is added to "(hexadecimal number)" to obtain "0002 (hexadecimal number)". Similarly, the value "0064 (hexadecimal number)" written in the address 0101 of the data memory is subtracted from "2" to obtain "0062 (hexadecimal number)".

【0017】ここで、前記データメモリーの0100番
地に書き込まれている値が「0030(16進数)」以
下であるならば、すなわち25番目の最内周の四角形1
2の絶対座標以内であるならば、再度前述した如く描画
コマンドを解釈、実行して2画面目の描画を行う。この
際、描画コマンドにおける描画論理モードが「00(1
6進数)」、すなわち「重ね書き」であることから、本
実施例における全ての描画コマンドによる四角形の描画
データはビデオRAM6に保持され、これにより前記最
内周の四角形の内側に、上下左右とも2ドットずつ小さ
くなる四角形が順次追記されていく。このようにして、
描画コマンドが25回実行されると、図3に示す如き図
形が表示されるものである。
Here, if the value written at address 0100 of the data memory is "0030 (hexadecimal number)" or less, that is, the 25th innermost quadrangle 1
If it is within the absolute coordinate of 2, the drawing command is again interpreted and executed as described above to draw the second screen. At this time, the drawing logical mode in the drawing command is "00 (1
Hexadecimal number) ", that is," overwriting ", so that the drawing data of the quadrangle by all the drawing commands in the present embodiment is held in the video RAM 6, whereby the quadrangle at the innermost circumference is vertically and horizontally A quadrangle that becomes smaller by 2 dots is sequentially added. In this way
When the drawing command is executed 25 times, the graphic as shown in FIG. 3 is displayed.

【0018】前述した実施例にあっては、ホストコンピ
ュータ2から表示装置1に対して発行される描画コマン
ド及び描画コマンド制御プログラムの総バイト数は78
バイト程度で、従来の表示装置による同様の表示を行う
場合に必要な250バイトと比較すると大幅に減少し、
本発明の表示装置がホストコンピュータの負担を低減す
ることは明らかである。
In the above-described embodiment, the total number of bytes of drawing commands and drawing command control programs issued from the host computer 2 to the display device 1 is 78.
Compared with the 250 bytes required for similar display on conventional display devices, the number of bytes is significantly reduced,
It is obvious that the display device of the present invention reduces the burden on the host computer.

【0019】このように、本発明の表示装置1にあって
は、予めホストコンピュータ2から描画コマンド及び描
画コマンド制御プログラムをそれぞれ第1のメモリー手
段3及び第2のメモリー手段4に格納しておき、必要に
応じて表示装置1に接続される入力手段(図示せず)か
らプログラム制御手段5に適宜なコマンドを発行するこ
とにより、ホストコンピュータ2からコマンドを発行さ
れることなく表示装置1自体で所望する表示が得られる
ものである。
As described above, in the display device 1 of the present invention, the drawing command and the drawing command control program are stored in advance in the first memory means 3 and the second memory means 4 from the host computer 2, respectively. By issuing an appropriate command from the input means (not shown) connected to the display device 1 to the program control means 5 as necessary, the display device 1 itself can be issued without issuing a command from the host computer 2. The desired display is obtained.

【0020】また、本発明の表示装置1は、一定の描画
パターンの連続表示や、描画パターンを複写することに
極めて優れているだけでなく、第1のメモリー手段3及
び第2のメモリー手段4をそれぞれ複数組備えておき、
これらに予めホストコンピュータ2から複数の描画コマ
ンド及び複数の描画コマンド制御プログラムをそれぞれ
格納、すなわちダウンロードしておき、これらを適宜に
用い各種の表示を組み合わせる等により複雑かつ緻密な
表示を行わせることも可能である。
Further, the display device 1 of the present invention is not only excellent in continuous display of a fixed drawing pattern and copying of the drawing pattern, but also the first memory means 3 and the second memory means 4 are provided. Have multiple sets of each,
It is also possible to store or download a plurality of drawing commands and a plurality of drawing command control programs from the host computer 2 in advance, respectively, and use these appropriately to combine various displays to perform complicated and precise display. It is possible.

【0021】尚、本発明の表示装置1にあっては、前述
した実施例のみならず、従来の表示装置におけるホスト
コンピュータからの1画面ごとの描画コマンドによって
描画を行うシステムも備えておいて、一定のコマンドに
よりどちらかの描画方法を自在に選択し得るようにして
もよいものである。このような構成とすることで、本発
明の表示装置1は更に便宜となるものである。
The display device 1 of the present invention is not limited to the above-described embodiment, and is also provided with a system for performing drawing by a drawing command for each screen from the host computer in the conventional display device. Either drawing method may be freely selected by a fixed command. With such a configuration, the display device 1 of the present invention is more convenient.

【0022】[0022]

【発明の効果】以上詳述の如く、本発明のコンピュータ
用表示装置によれば、1画面分の描画パターン、該描画
パターンにおける描画の基準となる始点、終点等の画面
上の座標を変数を用いて表わしてなる描画相対座標及び
1画面ごとの描画の持続、追記、消去、更新等の描画論
理モードを指定するホストコンピュータからの描画コマ
ンドを格納する第1のメモリー手段と、前記描画コマン
ドにおける描画相対座標の変数を固有値に置換すること
による絶対座標変換、前記固有値の順次更新及び該固有
値の順次更新の終了条件等を指示するホストコンピュー
タからの描画コマンド制御プログラムを格納する第2の
メモリー手段と、前記描画コマンド制御プログラムによ
り絶対座標変換された描画コマンドを解釈及び実行して
画面表示させるプログラム制御手段を備えたことで、表
示装置のプログラム制御手段が、第2のメモリー手段に
格納された描画コマンド制御プログラムを用い、第1の
メモリー手段に格納された描画コマンドを解釈及び実行
して描画コマンドを順次発行することが可能となり、従
来の如くホストコンピュータから表示装置に対し1画面
分ごとに描画コマンドを順次発行する手間を省き、ホス
トコンピュータが表示装置に係わる負担を大幅に低減す
ることができるものである。これにより、表示装置に係
わる負担が大きいことで生じるホストコンピュータの各
種処理の遅延を防止し、高価で処理速度の速いホストコ
ンピュータを導入することなく素早い処理を行うことが
可能となるものである。
As described above in detail, according to the display device for a computer of the present invention, the drawing pattern for one screen and the coordinates on the screen such as the start point and the end point which are the reference of the drawing in the drawing pattern are changed. First memory means for storing a drawing relative coordinate represented by using a drawing command from a host computer for designating a drawing logical mode such as continuous, additional writing, erasing and updating of drawing for each screen; Second memory means for storing a drawing command control program from a host computer for instructing absolute coordinate conversion by replacing a variable of drawing relative coordinates with an eigenvalue, sequential updating of the eigenvalue, and ending conditions of the sequential updating of the eigenvalue And a command for interpreting and executing the drawing command whose absolute coordinates have been converted by the drawing command control program and displaying it on the screen. With the gram control means, the program control means of the display device uses the drawing command control program stored in the second memory means to interpret and execute the drawing command stored in the first memory means. It becomes possible to issue drawing commands one after another, and save time and labor for issuing a drawing command to the display device one by one from the host computer as in the past, and to significantly reduce the burden on the display device by the host computer. Is something that can be done. As a result, it is possible to prevent the delay of various processes of the host computer caused by the heavy load on the display device, and to perform the quick process without introducing an expensive and high-speed host computer.

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

【図1】本発明のコンピュータ用表示装置を示す説明図
である。
FIG. 1 is an explanatory diagram showing a computer display device of the present invention.

【図2】本発明のコンピュータ用表示装置で用いられる
描画コマンド制御プログラムのフローチャートである。
FIG. 2 is a flowchart of a drawing command control program used in the computer display device of the present invention.

【図3】コンピュータ用表示装置による表示例を示す説
明図である。
FIG. 3 is an explanatory diagram showing a display example by a display device for a computer.

【図4】従来のコンピュータ用表示装置で用いられる描
画コマンドを示す説明図である。
FIG. 4 is an explanatory diagram showing drawing commands used in a conventional computer display device.

【図5】従来のコンピュータ用表示装置の動作を示すフ
ローチャートである。
FIG. 5 is a flowchart showing the operation of a conventional computer display device.

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

1 表示装置 2 ホストコンピュータ 3 第1のメモリー手段 4 第1のメモリー手段 5 プログラム制御手段 6 ビデオRAM 7 表示画面 1 Display Device 2 Host Computer 3 First Memory Means 4 First Memory Means 5 Program Control Means 6 Video RAM 7 Display Screen

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 1画面分の描画パターン、該描画パター
ンにおける描画の基準となる始点、終点等の画面上の座
標を変数を用いて表わしてなる描画相対座標及び1画面
ごとの描画の持続、追記、消去、更新等の描画論理モー
ドを指定するホストコンピュータからの描画コマンドを
格納する第1のメモリー手段と、前記描画コマンドにお
ける描画相対座標の変数を固有値に置換することによる
絶対座標変換、前記固有値の順次更新及び該固有値の順
次更新の終了条件等を指示するホストコンピュータから
の描画コマンド制御プログラムを格納する第2のメモリ
ー手段と、前記描画コマンド制御プログラムにより絶対
座標変換された描画コマンドを解釈及び実行して画面表
示させるプログラム制御手段を備えたことを特徴とする
コンピュータ用表示装置。
1. A drawing pattern for one screen, drawing relative coordinates formed by using variables to represent coordinates on the screen such as a starting point and an ending point as a reference of drawing in the drawing pattern, and drawing continuation for each screen, A first memory means for storing a drawing command from a host computer for designating a drawing logic mode such as additional writing, erasing, updating, and absolute coordinate conversion by replacing a variable of a drawing relative coordinate in the drawing command with an eigenvalue; Second memory means for storing a drawing command control program from the host computer for instructing the sequential update of the eigenvalue and the ending condition of the sequential update of the eigenvalue, and interpreting the drawing command whose absolute coordinates have been converted by the drawing command control program. And a computer display characterized by comprising program control means for executing and displaying on a screen apparatus.
【請求項2】 描画相対座標の変数としてデータメモリ
ーのアドレスを用いたことを特徴とする請求項1記載の
コンピュータ用表示装置。
2. A display device for a computer according to claim 1, wherein an address of a data memory is used as a variable of the drawing relative coordinates.
JP4193358A 1992-06-26 1992-06-26 Display device for computer Pending JPH0612053A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4193358A JPH0612053A (en) 1992-06-26 1992-06-26 Display device for computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4193358A JPH0612053A (en) 1992-06-26 1992-06-26 Display device for computer

Publications (1)

Publication Number Publication Date
JPH0612053A true JPH0612053A (en) 1994-01-21

Family

ID=16306585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4193358A Pending JPH0612053A (en) 1992-06-26 1992-06-26 Display device for computer

Country Status (1)

Country Link
JP (1) JPH0612053A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9616690B2 (en) 2009-03-31 2017-04-11 Brother Kogyo Kabushiki Kaisha Tape cassette

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0242587A (en) * 1988-08-03 1990-02-13 Fujitsu Ltd Picture processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0242587A (en) * 1988-08-03 1990-02-13 Fujitsu Ltd Picture processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9616690B2 (en) 2009-03-31 2017-04-11 Brother Kogyo Kabushiki Kaisha Tape cassette

Similar Documents

Publication Publication Date Title
US4819189A (en) Computer system with multiwindow presentation manager
US5237653A (en) Multiwindow control method and apparatus for work station having multiwindow function
US5179655A (en) Multiwindow control method and apparatus for work station having multiwindow function
JPH056197B2 (en)
JPH0325792B2 (en)
EP0147542B1 (en) A multiple window display system
JPH0612053A (en) Display device for computer
JPS61107289A (en) Virtual screen display control system
JP2554876B2 (en) Address translation device
JPH0869368A (en) Image output device
JP3260390B2 (en) Document editing device
JPS63180173A (en) Graphic display system
JPS6243779A (en) Template picture drawing device for graphic processing
JPH04102895A (en) Display device
JPH1027086A (en) Display device
JPH05290139A (en) Graphic drawing system
JPS6159484A (en) Segment control system
JPS6135571B2 (en)
JPH0268594A (en) Scrolling control system for image plane
JPH0944693A (en) Graphic display device
JPH03266151A (en) Vram access system
JPS62164175A (en) Picture display device
JPS6235396A (en) Graphic display unit
JPH10172001A (en) Plotter, plotting method, and its recording medium
JPH0644030A (en) Computer device