JPS63282522A - Multiple picture control system - Google Patents

Multiple picture control system

Info

Publication number
JPS63282522A
JPS63282522A JP11590987A JP11590987A JPS63282522A JP S63282522 A JPS63282522 A JP S63282522A JP 11590987 A JP11590987 A JP 11590987A JP 11590987 A JP11590987 A JP 11590987A JP S63282522 A JPS63282522 A JP S63282522A
Authority
JP
Japan
Prior art keywords
screen
memory
real
virtual
constitution
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.)
Granted
Application number
JP11590987A
Other languages
Japanese (ja)
Other versions
JPH0610786B2 (en
Inventor
Kiyoshi Yoneda
潔 米田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP62115909A priority Critical patent/JPH0610786B2/en
Publication of JPS63282522A publication Critical patent/JPS63282522A/en
Publication of JPH0610786B2 publication Critical patent/JPH0610786B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To improve efficiency by allowing a real image constitution controller to start real picture constitution a certain time after the initial writing to a memory stored with virtual picture display information is started. CONSTITUTION:An address detector 8 detects tasks 3 and 4 storing display information in virtual picture memories 5 and 6 by comparing addresses and a timer 9 where a specific timer time is set is provided. Namely, the real picture constitution controllers starts the real picture constitution the certain time after the initial writing to the virtual picture memories 5 and 6 is started. Consequently, the system is used without rewriting original codes and the efficiency is higher than that of a system where the OS intervenues at each time; and the time until the start of the picture constitution control part is secured, so constant response is also secured.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理装置によって処理される独立した複
数の動的な画面イメージを同一の出力装置に多重化して
出力する多重画面制御方式に関し、特に、現実の資源を
有し、これを用いて処理をしていた従来の処理を、新た
な仮想資源環境下の1タスクとして動作させるときの表
示画面制御技術に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a multiple screen control method that multiplexes and outputs a plurality of independent dynamic screen images processed by an information processing device to the same output device. In particular, the present invention relates to a display screen control technique when a conventional process that has real resources and is processed using these resources is operated as one task under a new virtual resource environment.

〔従来の技術〕[Conventional technology]

従来、この種の多重画面制御の技術として、画面に表示
する情報を格納するメモリ(以下これを実画面メモリと
呼ぶ)と、画面表示制御装置と、仮想画面表示情報を格
納するメモリ (以下これを仮想画面メモリと呼ぶ)と
、画面構成制御装置を用い、タスクが仮想画面メモリへ
の書き込みを行う時点でオペレーティングシステム(以
下これをO8と呼ぶ)が仮想画面メモリへの書き込みを
行い引き続いて画面構成制御を行う方式がある。この方
式には、タスクが仮想画面メモリへの書き込みをO8の
システムコールに書き変える方式(方式1)と、仮想画
面メモリへの書き込みでトラップをかけて、制御をOS
に移す方式(方式2)とがある。
Conventionally, this type of multi-screen control technology has consisted of a memory that stores information to be displayed on the screen (hereinafter referred to as real screen memory), a screen display control device, and a memory that stores virtual screen display information (hereinafter referred to as real screen memory). When a task writes to the virtual screen memory, the operating system (hereinafter referred to as O8) writes to the virtual screen memory and then uses a screen configuration control device to write to the virtual screen memory. There are methods for controlling the configuration. This method includes two methods: a method in which the task rewrites the write to the virtual screen memory into an O8 system call (method 1), and a method in which the task traps the write to the virtual screen memory and controls the OS.
There is a method (Method 2) in which the data is transferred to

また、タスクの仮想画面メモリへの書き込みとは独立に
、定期的に画面構成を行う方式がある。
Furthermore, there is a method of periodically configuring the screen independently of writing tasks to the virtual screen memory.

この方式には、定期的に全画面を書′き変える方式(方
式3)と、仮想画面メモリの領域には実際にはメモリは
とらずに、書き込まれたアドレスとデータとを記憶蓄積
する装置を用意し、定期的に実画面を構成する方式(方
式4)とがある。
This method includes a method that periodically rewrites the entire screen (method 3), and a device that stores and stores written addresses and data without actually taking up memory in the virtual screen memory area. There is a method (method 4) in which a real screen is prepared and the real screen is periodically configured.

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

しかし、上述した従来の多重画面制御方式は、現実の資
源を有し、これを用いて処理をしていた従来の処理を、
新たな仮想資源環境下の1タスクとして動作させるとき
、前記方式1では、前記の従来の処理が仮想画面メモリ
への書き込みを行っている部分を、O8のシステムコー
ルに書き変えなければならないので、元のコードを書き
変えないで用いることができず、また前記方式2では、
前記の従来の処理が仮想画面メモリへの書き込みを行う
度に、O8が介在するのでそのオーバーヘッドのために
性能が低下し、また前記方式3では、前記の従来の処理
が仮想画面メモリへの書き込みを行っていないときにも
定期的に全画面を書き変えるのでそのオーバーヘッドの
ために性能が低下し、また前記方式4では、特別な装置
を必要とし、これによって仮想画面の個数が制限される
という欠点がある。
However, the conventional multi-screen control method described above has real resources, and the conventional processing using these resources is
When operating as one task under a new virtual resource environment, in method 1, the part where the conventional processing writes to the virtual screen memory must be rewritten into an O8 system call. It cannot be used without rewriting the original code, and in method 2,
Every time the conventional processing described above writes to the virtual screen memory, O8 intervenes, so the performance decreases due to the overhead, and in method 3, the conventional processing writes to the virtual screen memory. Since the entire screen is periodically rewritten even when the virtual screen is not being used, performance deteriorates due to the overhead.Moreover, in method 4, special equipment is required, which limits the number of virtual screens. There are drawbacks.

本発明の目的は上述のような欠点を解消し得る多重画面
制御方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a multi-screen control method that can overcome the above-mentioned drawbacks.

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

本発明の多重画面制御方式は、画面に表示する情報を予
め第1のメモリに格納しておき画面走査に同期してその
第1のメモリを読み出して表示イメージを構成する画面
表示装置と、 前記第1のメモリとは独立した画面表示情報を格納する
第2のメモリと、 この第2のメモリによる複数の仮想画面を重ね合わせて
実画面を構成する実画面構成制御装置と、前記第2のメ
モリへの最初の書き込みが起こってから一定時間後に前
記実画面構成制御装置による実画面構成を開始させる手
段とを備えることを特徴としている。
The multiple screen control method of the present invention includes a screen display device that stores information to be displayed on a screen in a first memory in advance and reads out the first memory in synchronization with screen scanning to configure a display image; a second memory that stores screen display information independent of the first memory; a real screen configuration control device that configures a real screen by overlapping a plurality of virtual screens from the second memory; The present invention is characterized by comprising means for causing the real screen configuration control device to start configuring the real screen after a predetermined period of time after the first writing to the memory occurs.

〔作用〕[Effect]

本発明の多重画面制御方式は、仮想画面表示情報を格納
するメモリへの最初の書き込みが起こってから一定時間
後に前記実画面構成制御装置が実画面構成を開始する方
式を用いることにより、従来のようなコードの書き変え
が不要となり、また、一定時間内のまとまった書き込み
に対して一括して画面構成を行えるため効率も良(、一
定の応答性も保証される。更に、一定時間後に実画面構
成を開始させるための手段も簡単なもので足りる。
The multi-screen control method of the present invention uses a method in which the real screen configuration control device starts real screen configuration after a certain period of time after the first writing to the memory that stores virtual screen display information occurs. This eliminates the need to rewrite code, and it is also efficient because the screen configuration can be done at once for a large number of entries within a certain period of time (and a certain level of responsiveness is also guaranteed. A simple means for starting screen configuration is also sufficient.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を説明するための多重画面制
御装置の一例を示すブロック図である。
FIG. 1 is a block diagram showing an example of a multi-screen control device for explaining an embodiment of the present invention.

第1図に示すように、本装置は、実画面メモリ1、画面
表示制御装置2、タスク3,4、仮想画面メモリ5,6
及び画面構成制御装置7を用いると共に、更にこれに加
えてアクセス検出装置8及びタイマ9を備えている。
As shown in FIG. 1, this device includes a real screen memory 1, a screen display control device 2, tasks 3 and 4, and virtual screen memories 5 and 6.
and a screen configuration control device 7, and further includes an access detection device 8 and a timer 9.

実画面メモリ1は、画面に表示する情報を予め格納する
。画面表示制御装置2は、画面走査に同期して前記実画
面メモリ1を読み出して表示イメージを構成する。実画
面メモリlと画面表示制御装置2で画面表示装置を構成
する。仮想画面メモリ5及び6は仮想資源環境下のタス
ク3及び4が画面に表示する情報を格納する。7は画面
構成制御装置であって、仮想画面メモリ5及び6に格納
された各々の仮想画面について、設定された表示対象部
分、実画面への写像位置、倍率、及び画面の重なり具合
に従って実画面イメージを構成し、実画面メモリ1に格
納する。
The real screen memory 1 stores information to be displayed on the screen in advance. The screen display control device 2 reads out the real screen memory 1 in synchronization with screen scanning and composes a display image. The real screen memory 1 and the screen display control device 2 constitute a screen display device. The virtual screen memories 5 and 6 store information displayed on the screen by the tasks 3 and 4 under the virtual resource environment. Reference numeral 7 denotes a screen configuration control device, which configures the real screen for each virtual screen stored in the virtual screen memories 5 and 6 according to the set display target portion, the mapping position to the real screen, the magnification, and the overlapping condition of the screens. An image is constructed and stored in the real screen memory 1.

これら実画面メモリ1、画面表示制御装置2、仮想画面
メモリ5及び6、及び画面構成制御装置7を用いて、従
来の方式1及び方式2による多重画面制御方式が実現さ
れる。
Using these real screen memory 1, screen display control device 2, virtual screen memories 5 and 6, and screen configuration control device 7, the conventional multi-screen control methods according to method 1 and method 2 are realized.

このように、画面に表示する情報を予め実画面メモリ1
に格納しておき画面走査に同期して実画面メモリ1を読
み出して表示イメージを構成する画面表示装置と、実画
面メモリ1とは独立した画面表示情報を格納する仮想画
面メモリ5,6と、複数の仮想画面を重ね合わせて実画
面を構成する実画面構成制御装置とを用いる多重画面制
御方式において、本実施例では、第1図に示す如(、タ
スク3.4が仮想画面メモリ5,6に表示情報を格納し
たことをアドレスの比較により検出するアドレス検出装
置8を設けると共に、所定のタイマ時間が設定されたタ
イマ9を設けてあり、これらにより、仮想画面メモリ5
,6への最初の書き込みが起こってから一定時間後に実
画面構成制御装置が実画面構成を開始するようにしてい
る。
In this way, information to be displayed on the screen is stored in advance in the real screen memory 1.
a screen display device that stores screen display information in the real screen memory 1 and reads out the real screen memory 1 in synchronization with screen scanning to form a display image; and virtual screen memories 5 and 6 that store screen display information independent of the real screen memory 1; In a multi-screen control method using a real screen configuration control device that configures a real screen by superimposing a plurality of virtual screens, in this embodiment, task 3.4 is performed using the virtual screen memory 5, An address detection device 8 is provided for detecting that display information is stored in the virtual screen memory 5 by comparing addresses, and a timer 9 to which a predetermined timer time is set is provided.
, 6, the real screen configuration control device starts real screen configuration after a certain period of time.

次に、これらアクセス検出装置8、タイマ9の動作につ
いて説明するに、アクセス検出装置8は、タスク3及び
4が仮想画面メモリ5及び6に表示情報を格納したこと
をアドレスの比較により検出すると、検出出力をタイマ
9に供給する。タイマ9は、アクセス検出装置8から仮
想画面メモリへのアクセスを検出したことを知らせる最
初の通知を受けてから一定時間後に画面構成制御装置7
に、画面構成制御を開始する契機を知らせる。
Next, the operations of the access detection device 8 and the timer 9 will be explained. When the access detection device 8 detects that tasks 3 and 4 have stored display information in the virtual screen memories 5 and 6 by comparing addresses, The detection output is supplied to timer 9. The timer 9 controls the screen configuration control device 7 after a certain period of time after receiving the first notification from the access detection device 8 that an access to the virtual screen memory has been detected.
Informs the operator of the opportunity to start screen configuration control.

そして、タイマ9は、画面構成制御装置7に、画面構成
制御を開始する契機を知らせると、再度アクセス検出装
置8から仮想画面メモリへのアクセスを検出したことを
知らせる最初の通知を待つようになる。
When the timer 9 notifies the screen configuration control device 7 of the opportunity to start screen configuration control, the timer 9 waits again for the first notification from the access detection device 8 notifying that access to the virtual screen memory has been detected. .

このようにして、仮想画面メモリ5,6への最初の書き
込みが起こってから一定時間後に実画面構成を開始させ
るようにしており、この方式によれば、元のコードを書
き変えないで用いることができると共に、毎回O3が介
在する方式に比べて効率もよく、画面構成制御部が起動
されるまでの時間が保証されているので一定の応答性も
保証される。
In this way, real screen configuration is started after a certain period of time after the first write to the virtual screen memories 5 and 6 occurs, and according to this method, the original code can be used without being rewritten. In addition, this method is more efficient than a method in which O3 intervenes each time, and a certain level of responsiveness is also guaranteed because the time until the screen configuration control section is activated is guaranteed.

更に、この多重画面制御方式では、実画面メモIJ1、
画面表示制御装置2、仮想画面メモリ5及び6、画面構
成制御装置7の他、一定時間後に実画面構成を開始させ
る手段としてアクセス検出装置8、及びタイマ9を用い
て多重画面制御を実現でき、簡単な構成を付加するだけ
で済む。
Furthermore, in this multiple screen control method, real screen memo IJ1,
In addition to the screen display control device 2, virtual screen memories 5 and 6, and screen configuration control device 7, multiple screen control can be realized using an access detection device 8 and a timer 9 as means for starting real screen configuration after a certain period of time, All you need to do is add a simple configuration.

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

以上説明したように本発明は、仮想画面表示情報を格納
するメモリへの最初の書き込みが起こってから一定時間
後に実画面構成制御装置が実画面構成を開始する方式を
用いることにより、現実の資源を有し、これを用いて処
理をしていた従来の処理を、新たな仮想資源環境下の1
タスクとして動作させるときに、元のコードを書き変え
ないで用いることができ、また前記の従来の処理には仮
想画面メモリへの書き込みをそのまま行わせ、一定時間
内のまとまった書き込みに対して一括して画面構成を行
うので毎回O8が介在するのに比べて効率が良く、また
前記の従来の処理の仮想画面メモリへの最初の書き込み
から画面構成制御部が起動されるまでの時間が保証され
ているので一定の応答性も保証できる効果があり、また
、構成も簡単である。
As explained above, the present invention utilizes a method in which the real screen configuration control device starts real screen configuration after a certain period of time after the first writing to the memory that stores virtual screen display information. It has a new virtual resource environment, and the conventional processing that was performed using this can be
When operating as a task, the original code can be used without being rewritten, and the conventional processing described above can be performed as is, writing to the virtual screen memory as is. Since the screen configuration is performed by the O8 every time, it is more efficient than when the O8 intervenes every time, and the time from the first writing to the virtual screen memory in the conventional processing described above to the activation of the screen configuration control unit is guaranteed. This has the effect of guaranteeing a certain level of responsiveness, and the configuration is simple.

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

第1図は本発明の一実施例の多重画面制御方式を示すブ
ロック図である。 1・・・・・実画面メモリ 2・・・・・画面表示制御装置 3.4・・・仮想資源環境下のタスク 5.6・・・仮想画面メモリ 7・・・・・画面構成制御装置 8・・・・・アクセス検出装置 9・・・・・タイマ
FIG. 1 is a block diagram showing a multiple screen control method according to an embodiment of the present invention. 1...Real screen memory 2...Screen display control device 3.4...Task under virtual resource environment 5.6...Virtual screen memory 7...Screen configuration control device 8... Access detection device 9... Timer

Claims (1)

【特許請求の範囲】[Claims] (1)画面に表示する情報を予め第1のメモリに格納し
ておき画面走査に同期してその第1のメモリを読み出し
て表示イメージを構成する画面表示装置と、 前記第1のメモリとは独立した画面表示情報を格納する
第2のメモリと、 この第2のメモリによる複数の仮想画面を重ね合わせて
実画面を構成する実画面構成制御装置と、前記第2のメ
モリへの最初の書き込みが起こってから一定時間後に前
記実画面構成制御装置による実画面構成を開始させる手
段とを備えることを特徴とする多重画面制御方式。
(1) A screen display device that stores information to be displayed on a screen in a first memory in advance and reads out the first memory in synchronization with screen scanning to configure a display image; What is the first memory? a second memory that stores independent screen display information; a real screen configuration control device that configures a real screen by overlapping a plurality of virtual screens from the second memory; and a first write to the second memory. and means for causing the real screen configuration control device to start real screen configuration after a predetermined period of time after occurrence of the multiple screen control method.
JP62115909A 1987-05-14 1987-05-14 Multiple screen controller Expired - Lifetime JPH0610786B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62115909A JPH0610786B2 (en) 1987-05-14 1987-05-14 Multiple screen controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62115909A JPH0610786B2 (en) 1987-05-14 1987-05-14 Multiple screen controller

Publications (2)

Publication Number Publication Date
JPS63282522A true JPS63282522A (en) 1988-11-18
JPH0610786B2 JPH0610786B2 (en) 1994-02-09

Family

ID=14674211

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62115909A Expired - Lifetime JPH0610786B2 (en) 1987-05-14 1987-05-14 Multiple screen controller

Country Status (1)

Country Link
JP (1) JPH0610786B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61107289A (en) * 1984-10-31 1986-05-26 株式会社東芝 Virtual screen display control system
JPS61110196A (en) * 1984-11-05 1986-05-28 アルプス電気株式会社 Multiwindow control system
JPS6232527A (en) * 1985-08-06 1987-02-12 Hitachi Ltd Display picture control system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61107289A (en) * 1984-10-31 1986-05-26 株式会社東芝 Virtual screen display control system
JPS61110196A (en) * 1984-11-05 1986-05-28 アルプス電気株式会社 Multiwindow control system
JPS6232527A (en) * 1985-08-06 1987-02-12 Hitachi Ltd Display picture control system

Also Published As

Publication number Publication date
JPH0610786B2 (en) 1994-02-09

Similar Documents

Publication Publication Date Title
JP2006139795A (en) Bios data storage device of computer system and its driving method
JP3987277B2 (en) Pulse signal generator
JPS63282522A (en) Multiple picture control system
JPH0554009A (en) Program load system
JPH05224707A (en) Program changing method for programmable controller
JP2529121B2 (en) Zoom Rome control system
JPH03288906A (en) Instruction executing system for pc
JPS62293581A (en) Memory control system
JPH09237207A (en) Memory dump transfer system
JP3022848B2 (en) Multitask task switching method and real-time operating system
JPH10232819A (en) Memory controller and memory access method
JPH0667898A (en) Task control system
JPH07271658A (en) Processor and method for program processing
JPS59195271A (en) Memory for crt display
JPH07160543A (en) History information storage system
JP2000132432A (en) Memory dump system for parallel nodes
JPH01188928A (en) Multi-window display system
JPH06242908A (en) Computer system
JPH03135628A (en) Terminal equipment
JPH04284552A (en) Data recovery system for cache memory loading device
JPH0264844A (en) Information processor
JPH05342336A (en) Picture display system
JPH04127230A (en) Information processor
JPH04273556A (en) Communication processor activating system
JPH04293131A (en) Alternate processing method for information processor

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080209

Year of fee payment: 14