JPH0282314A - Picture generating device - Google Patents

Picture generating device

Info

Publication number
JPH0282314A
JPH0282314A JP23344488A JP23344488A JPH0282314A JP H0282314 A JPH0282314 A JP H0282314A JP 23344488 A JP23344488 A JP 23344488A JP 23344488 A JP23344488 A JP 23344488A JP H0282314 A JPH0282314 A JP H0282314A
Authority
JP
Japan
Prior art keywords
command
command group
group
picture
display
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
JP23344488A
Other languages
Japanese (ja)
Inventor
Katsushi Sato
克司 佐藤
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP23344488A priority Critical patent/JPH0282314A/en
Publication of JPH0282314A publication Critical patent/JPH0282314A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To quickly display even a complicated picture and to improve the maintainability by not only reading out a command group stored in a command group storage part but also displaying a picture corresponding to the command group on a display device at the time of inputting a display command to a picture display control part. CONSTITUTION:Command groups are generated from a fixed picture source 6 and are stored in a command group storage device 4 at the time of offline, and a required command group is read out from the command group storage device 4 to generate a fixed picture on a CRT display device 7 at the time of online. Consequently, the processing to edit a command group from an execution subroutine group at the time of online is omitted, and contents of the fixed picture can be easily changed because the fixed picture source 6 is described in a descriptive language. Thus, even a complicated picture like a map picture is quickly displayed, and the maintainability is improved.

Description

【発明の詳細な説明】 〔発明の目的〕 (産業上の利用分野) 本発明は、固定画面などを高速表示させるときに使用さ
れる画面作成装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a screen creation device used when displaying a fixed screen or the like at high speed.

(従来の技術) 端末装置などにおける高速画面表示方法としては、−殻
内に正規化手法がとられている。
(Prior Art) As a high-speed screen display method for terminal devices and the like, a normalization method within the - shell is used.

この手法は、端末制御プロセッサの通信速度を最大限に
高めたり、画面内容を記述するときに余分なコマンド(
冗長的なコマンド)を最大限まで削除したりすることに
よってCRT上に画面を高速表示させる。
This technique maximizes the communication speed of the terminal control processor and eliminates unnecessary commands (
By deleting as many redundant commands as possible, the screen can be displayed on a CRT at high speed.

(発明が解決しようとする課題) ところでこのような正規化手法においては、通信速度を
上げて画面を高速表示させる方法をとっている。
(Problems to be Solved by the Invention) In this normalization method, a method is adopted in which the communication speed is increased to display the screen at high speed.

しかしながらこのような方法は、ハードウェア上の限界
があるため、データの処理時間を短縮するための根本的
な解決にはならない。
However, such a method is not a fundamental solution for shortening data processing time due to hardware limitations.

また、正規化手法においては、コマンドを厳選して余分
なコマンドを削除する必要があるため、最初の設計・製
造過程において、手間がかかりすぎるとともに、そのメ
ンテナンスも難しいという問題があった。
Furthermore, in the normalization method, it is necessary to carefully select commands and delete redundant commands, which poses problems in that it takes too much time and effort in the initial design and manufacturing process and is also difficult to maintain.

そこでこのような不都合を除くために、記述式言語によ
って画面を作成する方法が開発された。
In order to eliminate this inconvenience, a method of creating screens using descriptive language was developed.

この方法は、記述式言語によって固定画面を記述し、こ
れをバッチ処理して固定画面表示用の実行サブルーチン
群を生成する。そして、表示指令が入力されたときこの
実行サブルーチンに対応したコマンドを編集してCRT
上に前記コマンドに対応する固定画面を表示させながら
オンライン入力された表示情報を前記固定画面上に組み
込むことによって画面を作成する。
In this method, a fixed screen is described using a descriptive language, and then batch processing is performed to generate a group of execution subroutines for displaying the fixed screen. Then, when a display command is input, the command corresponding to this execution subroutine is edited and the CRT is
A screen is created by displaying a fixed screen corresponding to the command above and incorporating display information input online onto the fixed screen.

しかしながらこのような記述式言語によって画面を作成
する方法においては、表示指令が入力される毎に実行サ
ブルーチンの読出し動作と、この実行サブルーチンから
コマンドを作成する動作とが繰り返されるため、固定画
面の作成動作が遅くなってしまうという問題があった。
However, in the method of creating a screen using such a descriptive language, the operation of reading an execution subroutine and the operation of creating a command from this execution subroutine are repeated every time a display command is input, so it is difficult to create a fixed screen. There was a problem that the operation became slow.

特に、地図表示などのように固定画面の表示フォーマッ
トが複雑なものでは、バッチ処理で0軌生成される実行
サブルーチンの数が多くなるため、これら各実行サブル
ーチンからコマンドを編集するのに時間がかかりすぎて
表示速度が遅くなってしまうという問題があった。
In particular, when the fixed screen display format is complex, such as a map display, the number of execution subroutines that are generated during batch processing is large, so it takes time to edit commands from each of these execution subroutines. There was a problem that the display speed became too slow.

本発明は上記の事情に鑑み、地図画面のような複雑なも
のでも高速表示させることができるとともに、メンテナ
ンス性を向上させることができる画面作成装置を提供す
ることを目的としている。
In view of the above circumstances, it is an object of the present invention to provide a screen creation device that can display even complex images such as map screens at high speed and that can improve maintainability.

〔発明の構成〕[Structure of the invention]

(課題を解決するための手段) 上記の目的を達成するために本発明による画面作成装置
は、記述式言語によって記述された固定画面情報に基づ
いて必要な実行サブルーチンを作成する実行サブルーチ
ン作成部と、この実行サブルーチン作成部によって作成
された実行サブルーチン群に基づいてコマンド群を作成
するコマンド群作成部と、このコマンド群作成部によっ
て作成されたコマンド群を記憶するコマンド群記憶部と
、表示指令が入力されたとき前記コマンド群記憶部に記
憶されているコマンド群を読み出すとともに表示装置上
に前記コマンド群に対応した画面を表示させる画面表示
制御部とを備えたことを特徴としている。
(Means for Solving the Problems) In order to achieve the above object, a screen creation device according to the present invention includes an execution subroutine creation section that creates necessary execution subroutines based on fixed screen information written in a descriptive language. , a command group creation section that creates a command group based on the execution subroutine group created by this execution subroutine creation section, a command group storage section that stores the command group created by this command group creation section, and a display command. The present invention is characterized by comprising a screen display control section that reads out a command group stored in the command group storage section when input, and displays a screen corresponding to the command group on a display device.

(作用) 上記の構成において、表示動作より前において、コマン
ド群作成部は実行サブルーチン作成部によって作成され
た実行サブルーチン群からコマンド群を作成してこれを
コマンド群記憶部に記憶させる。そして、表示指令が人
力されたとき画面表示制御部は前記コマンド群記憶部に
記憶されているコマンド群を読み出すとともに、表示装
置上に前記コマンド群に対応した画面を表示させる。
(Operation) In the above configuration, before the display operation, the command group creation section creates a command group from the execution subroutine group created by the execution subroutine creation section and stores it in the command group storage section. Then, when a display command is manually input, the screen display control section reads out the command group stored in the command group storage section and displays a screen corresponding to the command group on the display device.

(実施例) 第1図は本発明による画面作成装置の一実施例を示すブ
ロック図である。
(Embodiment) FIG. 1 is a block diagram showing an embodiment of a screen creation device according to the present invention.

この図に示す画面作成装置は、固定画面ソース6を取り
込んで実行サブルーチン群を作成する実行サブルーチン
群作成装置1と、この実行サブルチン群作成装置1によ
って作成された実行サブルーチン群を記憶する実行サブ
ルーチン記憶装置2と、この実行サブルーチン記憶装置
2に記憶されている実行サブルーチン群を読み出してコ
マンド群を作成するコマンド群作成装置3と、このコマ
ンド群作成装置3によって作成されたコマンド群を記憶
するコマンド群記憶装置4と、このコマンド群記憶装置
4に記憶されているコマンド群を実行するコマンド群実
行装置5とを備えている。
The screen creation device shown in this figure includes an execution subroutine group creation device 1 that takes in a fixed screen source 6 and creates an execution subroutine group, and an execution subroutine storage that stores the execution subroutine groups created by this execution subroutine group creation device 1. device 2, a command group creation device 3 that reads the execution subroutine group stored in the execution subroutine storage device 2 and creates a command group, and a command group that stores the command group created by the command group creation device 3. It includes a storage device 4 and a command group execution device 5 that executes the command group stored in the command group storage device 4.

そしてオフライン時においては、変換指令が入力された
とき、記述式言語によって記述された固定画面ソース6
をコンパイルしてコマンド群を作成しこれをコマンド群
記憶部4に格納する。この後、オンライン時において表
示指令(マンマシン指令)が入力されたとき前記コマン
ド群記憶部4に格納されているコマンド群を読み出して
CRT表示装置7上に固定画面を表示させる。
When offline, when a conversion command is input, the fixed screen source 6 written in descriptive language
is compiled to create a command group, which is stored in the command group storage section 4. Thereafter, when a display command (man-machine command) is input while online, the command group stored in the command group storage section 4 is read out and a fixed screen is displayed on the CRT display device 7.

実行サブルーチン群作成装置1は、記述式言語によって
記述された固定画面ソース6を取り込んでこの固定画面
ソース6に対応する実行サブルーチン群を作成するバッ
チ処理部10を備えており、オフライン時において前記
固定画面ソース6が入力されたときこの固定画面ソース
6に対応する実行サブルーチンを編集して実行サブルー
チン群を作成し、これを実行ザブルーチン記憶装置2に
記憶させる。
The execution subroutine group creation device 1 includes a batch processing unit 10 that takes in a fixed screen source 6 written in a descriptive language and creates an execution subroutine group corresponding to this fixed screen source 6. When the screen source 6 is input, the execution subroutine corresponding to this fixed screen source 6 is edited to create an execution subroutine group, which is stored in the execution subroutine storage device 2.

実行サブルーチン記憶装置2は、外部記憶装置などによ
って構成されており、前記実行サブルーチン群作成装置
1から実行ザブルーチン群が供給されたときこれを記憶
し、読出し指令が供給されたとき記憶している実行サブ
ルーチン群を読み出してこれをコマンド群作成装置3に
供給する。
The execution subroutine storage device 2 is constituted by an external storage device, etc., and stores the execution subroutine group when it is supplied from the execution subroutine group creation device 1, and stores the stored execution subroutine group when a read command is supplied. The subroutine group is read out and supplied to the command group creation device 3.

コマンド群作成装置3は、オフライン時において変換指
令が入力されたとき前記実行サブルーチン記憶装置2に
記憶されている実行サブルーチン群を読み出しながらこ
の実行サブルーチン群に対応するコマンドを編集してコ
マンド群を作成するサブルーチン動作部11と、このサ
ブルーチン動作部1]によって作成されたコマンド群を
取り込んで出力する端末制御プロセッサ出力部12と、
この端末制御プロセッサ出力部12から出力されるコマ
ンド群を取り込む端末制御プロセッサ人力部13と、こ
の端末制御プロセッサ入力部13から出力されるコマン
ド群を取り込んでコマンド群記憶装置4に供給する入力
専用ドライバ14とを備えている。
When a conversion command is input while offline, the command group creation device 3 reads out the execution subroutine group stored in the execution subroutine storage device 2 and edits the commands corresponding to the execution subroutine group to create a command group. a terminal control processor output unit 12 that takes in and outputs the command group created by the subroutine operation unit 1];
A terminal control processor human power section 13 that takes in a group of commands output from this terminal control processor output section 12, and an input-only driver that takes in a group of commands that are output from this terminal control processor input section 13 and supplies them to the command group storage device 4. It is equipped with 14.

そして、オフライン時において変換指令が入力されたと
き、第2図に示す如く前記実行サブルーチン記憶装置2
に記憶されている実行サブルーチン群を読み出してこの
実行サブルーチン群に対応するコマンド群を生成し、こ
れをコマンド群記憶装置4に格納する。
When a conversion command is input offline, the execution subroutine storage device 2 as shown in FIG.
The execution subroutine group stored in the execution subroutine group is read out, a command group corresponding to this execution subroutine group is generated, and this is stored in the command group storage device 4.

コマンド群記憶装置4は、外部記憶装置などによって構
成されており、前記コマンド群作成装置3からコマンド
群が供給されたときこれを記憶し、読出し指令が供給さ
れたとき、記憶しているコマンド群を読み出してこれを
コマンド群実行装置5に供給する。
The command group storage device 4 is constituted by an external storage device, etc., and stores a command group when it is supplied from the command group creation device 3, and stores the stored command group when a read command is supplied. is read out and supplied to the command group execution device 5.

コマンド群実行装置5は、オンライン時においてマンマ
シン指令(表示指令)が供給されたとき前記コマンド群
記憶装置4に記憶されている各コマンド群のうち前記変
換指令によって指定されたものを読み出す出力専用ドラ
イバ15と、この出力専用ドライバ15によって読み出
されたコマンド群の各コマンドを順次実行してCRT表
示装置7上に固定画面を表示させる端末制御プロセッサ
出力部16とを備えている。
The command group execution device 5 is an output-only device that reads out the command group specified by the conversion command from among the command groups stored in the command group storage device 4 when a man-machine command (display command) is supplied during online operation. It includes a driver 15 and a terminal control processor output unit 16 that sequentially executes each command of the command group read by the output-only driver 15 to display a fixed screen on the CRT display device 7.

そして、オンライン時においてマンマシン指令が入力さ
れたとき、第3図に示す如く出力専用ドライバ]−5に
よって前記コマンド群記憶装置4に記憶されている複数
のコマンド群のうち前記マンマシン指令によって指定さ
れたものが読み出されるとともに、端末制御プロセッサ
出力部16によって前記コマンド群を構成する各コマン
ドが順次実行されてCRT表示装置7上に固定画面が表
示される。
When a man-machine command is input during online mode, the output-only driver ]-5 selects a command from among a plurality of command groups stored in the command group storage device 4 by the man-machine command as shown in FIG. At the same time, each command constituting the command group is sequentially executed by the terminal control processor output section 16, and a fixed screen is displayed on the CRT display device 7.

このようにこの実施例においては、オフライン時におい
て固定画面ソース6からコマンド群を作成してこれをコ
マンド群記憶装置4に記憶しておき、オンライン時にこ
のコマンド群記憶装置4から必要なコマンド群を読み出
してCRT表示装置7上に固定画面を作成するようにし
たので、オンライン時において実行サブルーチン群から
コマンド群を編集する処理を省略することができる。こ
れによって、地図画面のような複雑なものでも高速表示
させる。
In this embodiment, a command group is created from the fixed screen source 6 when offline and stored in the command group storage device 4, and a necessary command group is generated from the command group storage device 4 when online. Since the fixed screen is read out and created on the CRT display device 7, the process of editing the command group from the execution subroutine group when online can be omitted. This allows even complex items such as map screens to be displayed at high speed.

また上述した実施例においては、記述言語によって固定
画面ソース6を記述するようにしているので、固定画面
の内容を容易に変更することができ、これによってメン
テナンス性を向上させることができる。
Furthermore, in the above-described embodiment, since the fixed screen source 6 is described using a description language, the contents of the fixed screen can be easily changed, thereby improving maintainability.

また上述した実施例においては、記述式言語によって固
定画面ソース6を作成するようにしているが、マウスや
キーボードなどを使用してCRT画面上で固定画面を作
成し、この固定画面を記述式言語に変換して固定画面ソ
ース6を作成するようにしても良い。このようにすれば
、固定画面作成作業をより一層、機械化させることがで
きる。
Furthermore, in the embodiment described above, the fixed screen source 6 is created using a descriptive language, but a fixed screen is created on a CRT screen using a mouse, keyboard, etc., and this fixed screen is created using a descriptive language. Alternatively, the fixed screen source 6 may be created by converting it into . In this way, the fixed screen creation work can be further mechanized.

また上述した実施例においては、端末制御プロセッサ出
力部12.16と、端末制御プロセッサ入力部]3とを
独立しているものとして説明しているが、これらを1つ
の端末制御プロセッサの出内端子、入力端子によって構
成するようにしても良い。
Furthermore, in the above-described embodiment, the terminal control processor output section 12.16 and the terminal control processor input section ]3 are described as being independent, but these are connected to the output and output terminals of one terminal control processor. , may be configured by input terminals.

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

以上説明したように本発明によれば、地図画面のような
複雑なものでも高速表示させることができるとともに、
メンテナンス性を向上させることができる。
As explained above, according to the present invention, even complex items such as map screens can be displayed at high speed, and
Maintainability can be improved.

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

第1図は本発明による画面作成装置の一実施例を示すブ
ロック図、第2図は同実施例の動作例を説明するための
模式図、第3図は同実施例の動作例を説明するための模
式図である。 1・・・実行サブルーチン作成部 (実行サブルーチン群作成装置) 3・・・コマンド群作成部(コマンド群作成装置)4・
・・コマンド群記憶部(コマンド群記憶装置)5・・・
画面表示制御部(コマンド群実行装置)6・・・固定画
面情報(固定画面ソース)7・・・表示装置(CRT表
示装置)
Fig. 1 is a block diagram showing an embodiment of the screen creation device according to the present invention, Fig. 2 is a schematic diagram for explaining an example of the operation of the embodiment, and Fig. 3 is an illustration of an example of the operation of the embodiment. FIG. 1... Execution subroutine creation unit (execution subroutine group creation device) 3… Command group creation unit (command group creation device) 4.
...Command group storage unit (command group storage device) 5...
Screen display control unit (command group execution device) 6... Fixed screen information (fixed screen source) 7... Display device (CRT display device)

Claims (1)

【特許請求の範囲】[Claims] (1)記述式言語によって記述された固定画面情報に基
づいて必要な実行サブルーチンを作成する実行サブルー
チン作成部と、 この実行サブルーチン作成部によって作成された実行サ
ブルーチン群に基づいてコマンド群を作成するコマンド
群作成部と、 このコマンド群作成部によって作成されたコマンド群を
記憶するコマンド群記憶部と、 表示指令が入力されたとき前記コマンド群記憶部に記憶
されているコマンド群を読み出すとともに、表示装置上
に前記コマンド群に対応した画面を表示させる画面表示
制御部と、を備えたことを特徴とする画面作成装置。
(1) An execution subroutine creation unit that creates necessary execution subroutines based on fixed screen information written in a descriptive language, and a command that creates a command group based on the execution subroutines created by this execution subroutine creation unit. a group creation section; a command group storage section that stores the command group created by the command group creation section; and when a display command is input, the command group stored in the command group storage section is read out, and the display device A screen creation device comprising: a screen display control section that displays a screen corresponding to the command group above.
JP23344488A 1988-09-20 1988-09-20 Picture generating device Pending JPH0282314A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23344488A JPH0282314A (en) 1988-09-20 1988-09-20 Picture generating device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23344488A JPH0282314A (en) 1988-09-20 1988-09-20 Picture generating device

Publications (1)

Publication Number Publication Date
JPH0282314A true JPH0282314A (en) 1990-03-22

Family

ID=16955139

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23344488A Pending JPH0282314A (en) 1988-09-20 1988-09-20 Picture generating device

Country Status (1)

Country Link
JP (1) JPH0282314A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007275087A (en) * 2006-04-03 2007-10-25 Aloka Co Ltd Wireless ultrasonic diagnosing system
JP2007319176A (en) * 2006-05-30 2007-12-13 Aloka Co Ltd Wireless ultrasonic diagnostic equipment
WO2014162703A1 (en) * 2013-04-05 2014-10-09 株式会社デンソー Display control device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007275087A (en) * 2006-04-03 2007-10-25 Aloka Co Ltd Wireless ultrasonic diagnosing system
JP2007319176A (en) * 2006-05-30 2007-12-13 Aloka Co Ltd Wireless ultrasonic diagnostic equipment
WO2014162703A1 (en) * 2013-04-05 2014-10-09 株式会社デンソー Display control device
JP2014203297A (en) * 2013-04-05 2014-10-27 株式会社デンソー Display controller
US10372311B2 (en) 2013-04-05 2019-08-06 Denso Corporation Display control device

Similar Documents

Publication Publication Date Title
CN100407081C (en) Numerical control apparatus
EP0597127A1 (en) Numerical control apparatus
JP2004206550A (en) Numerical control apparatus
JPH0282314A (en) Picture generating device
JPH02310604A (en) Picture data display system
JPH0334100B2 (en)
JPS61262902A (en) Producing method for nc part program
JPH05204433A (en) Numerical controller with nc program generating function
JPH02216547A (en) Program design system
JPS60101609A (en) Robot controller
JPS62264387A (en) Image generation method
JPS62135958A (en) Simulation system
JPS62145423A (en) Automatically generating method for program specification
JPS61123973A (en) Composition and graphic editing system
JPH03167631A (en) Data generating/editing system for expert system
JPS60179875A (en) Picture processing system
JPH01195504A (en) Automatic generation method for equipment control program
JPH02310776A (en) Graphic output data image processing device
JPH02310614A (en) Automatic number extracting system for input item number
JPS63239524A (en) Preparing system for control command of crt
JPS6051903A (en) Generating method of process control program
JPH02173806A (en) Numerical control data producing device
JPS60173675A (en) Picture editorial processing system
JPH05113816A (en) Interactive numerical controller
JPS63188227A (en) Display system for pull-down menu