JPH06131202A - Event control system - Google Patents

Event control system

Info

Publication number
JPH06131202A
JPH06131202A JP4278230A JP27823092A JPH06131202A JP H06131202 A JPH06131202 A JP H06131202A JP 4278230 A JP4278230 A JP 4278230A JP 27823092 A JP27823092 A JP 27823092A JP H06131202 A JPH06131202 A JP H06131202A
Authority
JP
Japan
Prior art keywords
event
specific area
display
message
control part
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
JP4278230A
Other languages
Japanese (ja)
Inventor
Mitsuhiko Nishimura
満彦 西村
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 Solution Innovators Ltd
Original Assignee
NEC Software Hokuriku 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 NEC Software Hokuriku Ltd filed Critical NEC Software Hokuriku Ltd
Priority to JP4278230A priority Critical patent/JPH06131202A/en
Publication of JPH06131202A publication Critical patent/JPH06131202A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To take out and process only an event which occurs last and shorten the processing time by providing a specific area wherein only one event is stored, and taking the overwritten event out of the specific area, and determining and displaying the display message corresponding to the event. CONSTITUTION:When an event to an event reception part 16 occurs at an event transmission part 11, the transmission part 11 sends a request to stores the event to an event control part 12, which stores the event in an event storage part 14 by using an event storage control part 13. At a request to take the event out, the control part 12 takes the specified event out of the event storage part 14 by using an event take-out control part 15 and passes it to the reception part 16. The reception part 16 analyzes the passed event and determines the display message corresponding to the event and a terminal control part 17 which is requested to display the message displays the display message on a color display 18.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータシステム
上で動作するプログラムのイベント管理方式に関し、特
に、タスク間のイベント管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an event management system for a program operating on a computer system, and more particularly to an event management system between tasks.

【0002】[0002]

【従来の技術】コンピュータシステム上で動作するプロ
グラムの従来のタスク間イベント管理方式としては、発
生順にイベントを格納し、発生順にイベントを取出す方
式か、または、優先順位を設定し、その優先順位毎に発
生順にイベントを格納し、発生順にイベントを取出す方
式が採用されている。
2. Description of the Related Art As a conventional inter-task event management method for a program operating on a computer system, an event is stored in the order of occurrence and the event is extracted in the order of occurrence, or a priority order is set and each priority order is set. The method of storing the events in the order of occurrence and extracting the events in the order of occurrence is adopted.

【0003】[0003]

【発明が解決しようとする課題】上述したような従来の
コンピュータシステムにおけるタスク間イベント管理方
式は、多数のタスクを実行しているコンピュータシステ
ムにおいて多く採用されいるが、例えば、イベント毎に
ディスプレイ装置の特定位置にメッセージを表示するよ
うな場合で、イベントの格納数が多いときは、同じメッ
セージを表示するときや最後に発生したイベントのみが
意味を持つときでも、過去に発生したすべてのイベント
を取出して処理しなければならないため、処理時間が長
くかかると欠点を有している。
The inter-task event management method in the conventional computer system as described above is often adopted in a computer system executing a large number of tasks. If you want to display a message at a specific position, and when the number of stored events is large, retrieve all the events that occurred in the past, even when displaying the same message or when only the last event occurred. Since it has to be processed in a long time, it has a drawback that the processing time is long.

【0004】本発明の目的は、最後に発生したイベント
のみを取出して処理することができるようにして、処理
時間を短縮することが可能なタスク間イベント管理方式
を提供することにある。
An object of the present invention is to provide an inter-task event management system capable of shortening the processing time by making it possible to extract and process only the event that occurred last.

【0005】[0005]

【課題を解決するための手段】本発明のイベント管理方
式は、コンピュータシステムにおける処理タスクの実行
イベントを管理するためのイベント管理方式において、
一つのイベントのみを格納する特定領域を設け、新たに
発生したイベントを前記特定領域に上書きして格納し、
イベントに関するメーッセージの表示を行うときは、前
記特定領域から前記上書きしたイベントを取出して前記
イベントに対応する表示メーッセージを決定して表示す
ることを含むものである。
An event management system of the present invention is an event management system for managing an execution event of a processing task in a computer system.
Provide a specific area to store only one event, store the newly generated event by overwriting the specific area,
Displaying a message regarding an event includes extracting the overwritten event from the specific area and determining and displaying a display message corresponding to the event.

【0006】[0006]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0007】図1は本発明の一実施例を示すフローチャ
ート、図2は図1の実施例を適用するコンピュータシス
テムの端末装置の一例を示すブロック図である。
FIG. 1 is a flow chart showing an embodiment of the present invention, and FIG. 2 is a block diagram showing an example of a terminal device of a computer system to which the embodiment of FIG. 1 is applied.

【0008】図2において、端末装置10は、イベント
を送信するイベント送信部11と、イベントを格納する
イベント格納部14と、イベント格納部14に対するイ
ベントの格納動作およびイベントの取出し動作の制御を
行うイベント制御部12と、イベント毎に処理を行って
表示すべきメーッセージを決定するイベント受信部16
と、イベント制御部12を含み、端末装置10全体の動
作の制御を行う端末制御部17と、メーッセージの表示
を行うカラーディスプレイ18とを備えており、イベン
ト制御部12は、イベントの格納動作の制御を行うイベ
ント格納制御部13と、イベントの取出し動作の制御を
行うイベント取出し制御部15とを有している。
In FIG. 2, the terminal device 10 controls an event transmitting section 11 for transmitting an event, an event storing section 14 for storing the event, and an event storing operation and an event extracting operation for the event storing section 14. An event control unit 12 and an event reception unit 16 that processes each event to determine a message to be displayed.
And a terminal control unit 17 that includes the event control unit 12 to control the overall operation of the terminal device 10, and a color display 18 that displays a message. It has an event storage control unit 13 for controlling, and an event extraction control unit 15 for controlling the event extraction operation.

【0009】次に、本発明の一実施例を図2の端末装置
に対して適用した場合の動作について、図1を参照して
説明する。
Next, the operation when one embodiment of the present invention is applied to the terminal device of FIG. 2 will be described with reference to FIG.

【0010】イベント送信部11においてイベント受信
部16に対するイベントが発生すると、イベント送信部
11は、イベント制御部12に対してイベント格納要求
を行い(ステップ21)、イベント制御部12は、イベ
ント格納制御部13を使用してそのイベントをイベント
格納部14に格納する(ステップ22)。この後イベン
ト制御部12は要求待ちの状態となり、イベント送信部
11からイベント格納要求を受けると、上記の動作を繰
返えす(ステップ23)。イベント送信部11からイベ
ント制御部12に対してイベント取出し要求があると
(ステップ24)、イベント制御部12は、イベント取
出し制御部15を使用してイベント格納部14から指定
されたイベントを取出し、それをイベント受信部16に
渡す(ステップ25)。イベント受信部16は、イベン
ト制御部12から渡されたイベントを解析し、そのイベ
ントに対応する表示メッセージを決定し(ステップ2
6)、端末制御部17に対して表示要求を出す(ステッ
プ27)。表示要求を受けた端末制御部17は、その表
示メッセージをカラーディスプレイ18に表示する(ス
テップ28)。
When an event for the event receiving unit 16 occurs in the event transmitting unit 11, the event transmitting unit 11 sends an event storage request to the event control unit 12 (step 21), and the event control unit 12 controls the event storage control. The event is stored in the event storage unit 14 using the unit 13 (step 22). After this, the event control unit 12 enters a request waiting state, and when an event storage request is received from the event transmission unit 11, the above operation is repeated (step 23). When the event transmission unit 11 sends an event retrieval request to the event control unit 12 (step 24), the event control unit 12 retrieves the specified event from the event storage unit 14 using the event retrieval control unit 15, It is passed to the event receiving unit 16 (step 25). The event receiving unit 16 analyzes the event passed from the event control unit 12 and determines a display message corresponding to the event (step 2
6) A display request is issued to the terminal control unit 17 (step 27). The terminal control unit 17, which has received the display request, displays the display message on the color display 18 (step 28).

【0011】このようにして、複数のイベントが発生す
るシステムにおいて、一つのイベントが発生することに
よってそれ以前に発生したイベントが無効になる場合
に、最後に発生したイベントのみを格納するように管理
することにより、1回のイベント取出し動作によって目
的とするイベントを取出すことができる。
In this way, in a system in which a plurality of events occur, when one event occurs and the previously occurring event becomes invalid, only the last occurring event is stored. By doing so, the target event can be extracted by one event extraction operation.

【0012】[0012]

【発明の効果】以上説明したように、本発明のイベント
管理方式は、コンピュータシステムにおけるイベント管
理方式において、イベントを格納する一つの特定領域を
設け、発生したイベントを特定領域に上書きして格納
し、ディスプレイ装置にメッセージを表示するときは、
その特定領域から上書きしたイベントを取出してそのイ
ベントに対応する表示メッセージを決定するように管理
することにより、一つのイベントが発生することによっ
てそれ以前に発生したイベントが無効になる場合に、1
回のイベント取出し動作によって最後に発生したイベン
トを取出すことが可能になるという効果があり、従って
処理時間を短縮することが可能になるという効果があ
る。
As described above, in the event management system of the present invention, in the event management system in the computer system, one specific area for storing the event is provided, and the generated event is overwritten and stored in the specific area. , When displaying a message on the display device,
By managing to take out the overwritten event from the specific area and determine the display message corresponding to the event, if one event invalidates the previously generated event, 1
There is an effect that it is possible to take out the event that occurred last by the event taking-out operation of the number of times, so that it is possible to shorten the processing time.

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

【図1】本発明の一実施例を示すフローチャートであ
る。
FIG. 1 is a flowchart showing an embodiment of the present invention.

【図2】図1の実施例を適用するコンピュータシステム
の端末装置の一例を示すブロック図である。
FIG. 2 is a block diagram showing an example of a terminal device of a computer system to which the embodiment of FIG. 1 is applied.

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

10 端末装置 11 イベント送信部 12 イベント制御部 13 イベント格納制御部 14 イベント格納部 15 イベント取出し制御部 16 イベント受信部 17 端末制御部 18 カラーディスプレイ 21〜28 ステップ 10 Terminal Device 11 Event Transmission Unit 12 Event Control Unit 13 Event Storage Control Unit 14 Event Storage Unit 15 Event Extraction Control Unit 16 Event Reception Unit 17 Terminal Control Unit 18 Color Display 21 to 28 Steps

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータシステムにおける処理タス
クの実行イベントを管理するためのイベント管理方式に
おいて、一つのイベントのみを格納する特定領域を設
け、新たに発生したイベントを前記特定領域に上書きし
て格納し、イベントに関するメーッセージの表示を行う
ときは、前記特定領域から前記上書きしたイベントを取
出して前記イベントに対応する表示メーッセージを決定
して表示することを含むことを特徴とするイベント管理
方式。
1. An event management method for managing execution events of processing tasks in a computer system, wherein a specific area for storing only one event is provided, and a newly generated event is overwritten and stored in the specific area. The event management method is characterized in that, when displaying a message related to an event, the overwritten event is extracted from the specific area, and a display message corresponding to the event is determined and displayed.
【請求項2】 コンピュータシステムにおける処理タス
クの実行イベントを管理するためのイベント管理方式に
おいて、一つのイベントのみを格納する特定領域を端末
装置に設け、新たに発生したイベントを前記特定領域に
上書きして格納し、イベントに関するメーッセージの表
示を行うときは、前記特定領域から前記上書きしたイベ
ントを取出して前記イベントに対応する表示メーッセー
ジを決定して端末装置の表示装置に表示することを含む
ことを特徴とするイベント管理方式。
2. An event management method for managing execution events of processing tasks in a computer system, wherein a specific area for storing only one event is provided in a terminal device, and a newly generated event is overwritten in the specific area. When storing the message and displaying the message regarding the event, the overwriting event is extracted from the specific area, the display message corresponding to the event is determined, and the message is displayed on the display device of the terminal device. Event management method.
JP4278230A 1992-10-16 1992-10-16 Event control system Withdrawn JPH06131202A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4278230A JPH06131202A (en) 1992-10-16 1992-10-16 Event control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4278230A JPH06131202A (en) 1992-10-16 1992-10-16 Event control system

Publications (1)

Publication Number Publication Date
JPH06131202A true JPH06131202A (en) 1994-05-13

Family

ID=17594437

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4278230A Withdrawn JPH06131202A (en) 1992-10-16 1992-10-16 Event control system

Country Status (1)

Country Link
JP (1) JPH06131202A (en)

Similar Documents

Publication Publication Date Title
CN104246696B (en) application automation based on image
JPH02201506A (en) Interactive device for plant monitoring
JPH0465711A (en) Display control system for display device
JPH06131202A (en) Event control system
JP2538040B2 (en) Process priority setting method and multi-process management device
JPS62285186A (en) Input method for multi-window system
CN100470471C (en) Apparatus and method for controlling key events when handling a graphics object
JPH05189183A (en) Window control system
EP0052754A1 (en) Text highlighting method in a text processing system
JPH0615318Y2 (en) Electronic scheduler
JPH05127925A (en) Event management processor
JPH11184716A (en) Queue managing system
JPH0793169A (en) Inter-process communication system
JPS61200579A (en) Multi-dimensional information display control system
JPH08328803A (en) Display managing system
JPH04291437A (en) Asynchronous input processing system
JPS6347890A (en) Trend display device
JPH05289843A (en) Cursor control method
JP2001203776A (en) System and method for displaying line state change and control program recording medium
JPH10254531A (en) Plant monitoring device
JPH0689152A (en) Monitoring picture display controller
JPH0798679A (en) Picture data receiving method
JPH06139037A (en) Window display control method and window display system
JPH10171666A (en) Task control block management mechanism and its managing method
JP2004005300A (en) Message editing device for monitoring controller

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20000104