JPH06348467A - Information processor - Google Patents

Information processor

Info

Publication number
JPH06348467A
JPH06348467A JP5136115A JP13611593A JPH06348467A JP H06348467 A JPH06348467 A JP H06348467A JP 5136115 A JP5136115 A JP 5136115A JP 13611593 A JP13611593 A JP 13611593A JP H06348467 A JPH06348467 A JP H06348467A
Authority
JP
Japan
Prior art keywords
program
menu
processing
name
program name
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
JP5136115A
Other languages
Japanese (ja)
Inventor
Yoshiho Osaku
美穂 尾作
Kazuto Kamikama
和人 上釜
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom 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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP5136115A priority Critical patent/JPH06348467A/en
Publication of JPH06348467A publication Critical patent/JPH06348467A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the addition and change of a processing program. CONSTITUTION:Processing programs and their program names are previously stored in a menu defining file F, and in the case of starting a certain program, its program name is read out from the file F, a program number is allocated to the program, a menu table Tm expressing correspondence among program names, program numbers and the storing addresses of corresponding processing programs is prepared, and program numbers are successively read out from the table Tm and their corresponding program names are displayed on a display device based upon the table Tm. When a required program name is selected, the storing addresses of the processing program corresponding to the program name is found out from the table Tm and the processing program of the corresponding address in the file F is executed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、表示装置に実行可能な
プログラム名を表示させ、表示されたプログラム名から
所望のプログラム名を選択し実行するプログラミング装
置等の情報処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing device such as a programming device for displaying an executable program name on a display device and selecting and executing a desired program name from the displayed program name.

【0002】[0002]

【従来の技術】従来、プログラミング装置等の情報処理
装置において、所望の処理プログラムを実行する場合に
は、情報処理装置に格納されている実行可能な処理プロ
グラムのプログラム名の一覧を表示装置に表示し、オペ
レータは、表示されたプログラム名に基づいて所望のプ
ログラム名を選択し、選択したプログラム名に該当する
処理プログラムを実行するようになされている。
2. Description of the Related Art Conventionally, in an information processing apparatus such as a programming apparatus, when a desired processing program is executed, a list of program names of executable processing programs stored in the information processing apparatus is displayed on a display device. Then, the operator selects a desired program name based on the displayed program name and executes the processing program corresponding to the selected program name.

【0003】このとき、情報処理装置は、予め、プログ
ラム名と機能番号との対応を示すメニューテーブルを作
成して保持しており、このメニューテーブルに基づきメ
ニュー表示処理によってプログラム名の表示を行い、情
報処理装置のメインプログラムに組み込まれた処理プロ
グラム呼び出し処理によって、選択されたプログラム名
に対応する処理プログラムの呼び出しを行っている。
At this time, the information processing apparatus previously creates and holds a menu table indicating the correspondence between the program name and the function number, and the program name is displayed by the menu display process based on this menu table. The processing program calling processing incorporated in the main program of the information processing apparatus calls the processing program corresponding to the selected program name.

【0004】図7は、メニュー表示処理の処理手順を示
すフローチャートである。まず、ステップS31におい
て、N=1としてステップS32に移行し、予め作成さ
れたメニューテーブルを参照して、機能番号“1”に対
応するプログラム名を読み込む。そして、ステップS3
3に移行し、読み込んだプログラム名を表示装置に表示
する。
FIG. 7 is a flowchart showing the processing procedure of the menu display processing. First, in step S31, the process proceeds to step S32 with N = 1, and the program name corresponding to the function number "1" is read by referring to the menu table created in advance. And step S3
The process moves to 3 and the read program name is displayed on the display device.

【0005】次いで、ステップS34に移行し、メニュ
ーテーブルから全てのプログラム名を読み込んだか否か
を判定し、全てのプログラム名を読み込んだ場合には、
メニュー表示処理を終了し、全てのプログラム名を読み
込んでいない場合にはステップS35に移行してN=N
+1とした後、ステップS32に移行し、上記と同様
に、機能番号“N”に該当するプログラム名をメニュー
テーブルから読み込み、表示装置に表示する。
Then, the process proceeds to step S34, it is determined whether all the program names have been read from the menu table, and if all the program names have been read,
When the menu display processing is completed and all program names have not been read, the process proceeds to step S35 and N = N.
After setting to +1, the process proceeds to step S32, and similarly to the above, the program name corresponding to the function number “N” is read from the menu table and displayed on the display device.

【0006】そして、オペレータのキー操作等によって
入力装置において、プログラム名の選択が行われた場合
には、図8に示す、メインプログラムに組み込まれた処
理プログラム呼び出し処理によって、処理プログラムの
呼び出しが行われる。図8において、プログラム名が選
択された場合には、まず、ステップS41において、メ
ニューテーブルに基づき、選択されたプログラム名に対
応する機能番号を求め、ステップS42に移行する。
When a program name is selected on the input device by an operator's key operation or the like, the processing program is called by the processing program calling processing incorporated in the main program shown in FIG. Be seen. In FIG. 8, when the program name is selected, first, in step S41, the function number corresponding to the selected program name is obtained based on the menu table, and the process proceeds to step S42.

【0007】ステップS42では、求めたプログラム名
に対応する機能番号“M”が、予め、プログラム名と処
理プログラムとが対応するように設定した処理プログラ
ムに対応する機能番号の、処理プログラムAに対応する
機能番号であるか否かを判定し、選択されたプログラム
名に対応する機能番号“M”が、処理プログラムAに対
応する機能番号と等しい場合には、ステップS43に移
行し、処理プログラムAを実行する。
In step S42, the function number "M" corresponding to the obtained program name corresponds to the processing program A of the function number corresponding to the processing program set in advance so that the program name corresponds to the processing program. If the function number “M” corresponding to the selected program name is equal to the function number corresponding to the processing program A, the process proceeds to step S43. To execute.

【0008】ステップS42で、求めた機能番号“M”
が処理プログラムAに対応する機能番号でない場合には
ステップS44に移行し、求めた機能番号“M”が処理
プログラムBに対応する機能番号であるか否かを判定す
る。そして、処理プログラムBに対応する機能番号であ
る場合には、ステップS45に移行して処理プログラム
Bを実行し、処理プログラムBに対応する機能番号でな
い場合には、その次の処理プログラムに対応する機能番
号であるか否かを判定し、順次、選択されたプログラム
名に対応する機能番号“M”と、処理プログラムの機能
番号とを比較して処理プログラムの機能番号と選択され
たプログラム名に対応する機能番号“M”とが一致した
とき、その処理プログラムを実行するようになされてい
る。
In step S42, the function number "M" obtained
If is not the function number corresponding to the processing program A, the process proceeds to step S44, and it is determined whether the obtained function number "M" is the function number corresponding to the processing program B. If the function number corresponds to the processing program B, the process proceeds to step S45 to execute the processing program B. If the function number does not correspond to the processing program B, the processing program B corresponds to the next processing program. Whether or not it is a function number is determined, and the function number “M” corresponding to the selected program name is sequentially compared with the function number of the processing program to determine the function number of the processing program and the selected program name. When the corresponding function number "M" matches, the processing program is executed.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、上記従
来の情報処理装置においては、メニュー表示処理によっ
て、メニューテーブルに基づいて表示処理を行い、メイ
ンプログラムに組み込まれた処理プログラム呼び出し処
理によって、選択されたプログラム名に該当する処理プ
ログラムを呼び出して実行しているため、新たに処理プ
ログラムの追加や、変更等を行う場合には、情報処理装
置のメインプログラムの変更を行った上、メニューテー
ブルの変更をも行わなければならず、容易に処理プログ
ラムの追加や、変更を行うことができないという未解決
の課題がある。
However, in the above-mentioned conventional information processing apparatus, the display processing is performed based on the menu table by the menu display processing, and the selection is performed by the processing program call processing incorporated in the main program. Since the processing program corresponding to the program name is called and executed, when adding or changing a processing program anew, first change the main program of the information processing device and then change the menu table. However, there is an unsolved problem that the processing program cannot be easily added or changed.

【0010】また、処理プログラム呼び出し処理におい
ては、プログラム名に対する処理プログラムの呼び出し
を、各処理プログラムに対して分岐処理によって行って
いるため、処理プログラムが多くなるにつれて分岐処理
が増え、プログラムサイズが大きくなってしまい、これ
に伴って処理速度が遅くなってしまうという問題もあ
る。
Further, in the processing program call processing, since the processing program is called for the program name by branch processing for each processing program, the branch processing increases as the number of processing programs increases, and the program size increases. There is also a problem that the processing speed becomes slower accordingly.

【0011】そこで、この発明は、上記従来の未解決の
課題に着目してなされたものであり、処理プログラムの
追加や、変更を容易に行うことができ、多数の処理プロ
グラムを格納した場合でも、高速に処理を行うことので
きる情報処理装置を提供とすることを目的としている。
Therefore, the present invention has been made by paying attention to the above-mentioned unsolved problems of the prior art, and it is possible to easily add or change processing programs, and even when a large number of processing programs are stored. It is an object of the present invention to provide an information processing device capable of high-speed processing.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するため
に、請求項1に係わる情報処理装置は、メニューテーブ
ルに格納されたプログラム名を読み出して表示装置に表
示し、該表示装置に表示されたプログラム名の中から選
択されたプログラム名に対応する処理プログラムを実行
する情報処理装置において、プログラム名と該プログラ
ム名に対応する処理プログラムとを格納するメニュー定
義ファイルと、起動時に該メニュー定義ファイルに格納
されたプログラム名と処理プログラムの格納位置とを読
み出してメニューテーブルを作成するテーブル作成手段
とを備えることを特徴としている。
In order to achieve the above object, an information processing apparatus according to claim 1 reads a program name stored in a menu table, displays it on a display device, and displays it on the display device. In the information processing apparatus that executes the processing program corresponding to the program name selected from among the program names selected, the menu definition file storing the program name and the processing program corresponding to the program name, and the menu definition file when starting up And a table creating means for creating a menu table by reading out the program name and the storage location of the processing program stored in.

【0013】また、請求項2に係わる情報処理装置は、
情報処理装置に処理プログラムを格納するとき、前記メ
ニュー定義ファイルに処理プログラムと該処理プログラ
ムに対応するプログラム名とを格納することを特徴とし
ている。さらに、請求項3に係わる情報処理装置は、前
記メニュー定義ファイルに前記プログラム名と共に付加
情報を格納し、前記テーブル作成手段は、前記付加情報
に基づき前記メニュー定義ファイルから読み出したプロ
グラム名をメニューテーブルに格納することを特徴とし
ている。
An information processing apparatus according to claim 2 is
When the processing program is stored in the information processing device, the menu definition file stores the processing program and the program name corresponding to the processing program. Further, the information processing apparatus according to claim 3 stores additional information together with the program name in the menu definition file, and the table creating means uses the program name read from the menu definition file based on the additional information as a menu table. It is characterized by storing in.

【0014】[0014]

【作用】例えば、メニューテーブルに格納されたプログ
ラム名を読み出して表示装置に表示し、該表示装置に表
示されたプログラム名の中から選択されたプログラム名
に対応する処理プログラムを実行する情報処理装置にお
いて、予め処理プログラムとそのプログラム名とをメニ
ュー定義ファイルに格納し、メニューテーブル作成手段
によって、メニュー定義ファイルに格納されたプログラ
ム名とその格納位置とをもとにメニューテーブルを作成
する。起動時には、作成したメニューテーブルからプロ
グラム名を読み出して、表示装置に表示し、表示装置で
選択されたプログラム名に対応する格納位置をメニュー
テーブルから求め、実行する。また、メニュー定義ファ
イルに付加情報を格納し、メニューテーブル作成する場
合には、付加情報に基づく格納順にプログラム名を格納
する。
For example, an information processing apparatus that reads out a program name stored in a menu table, displays it on a display device, and executes a processing program corresponding to the program name selected from the program names displayed on the display device. In the above, the processing program and its program name are stored in advance in the menu definition file, and the menu table creating means creates a menu table based on the program name and its storage position stored in the menu definition file. At startup, the program name is read from the created menu table, displayed on the display device, and the storage location corresponding to the program name selected on the display device is obtained from the menu table and executed. When the additional information is stored in the menu definition file and the menu table is created, the program names are stored in the storage order based on the additional information.

【0015】[0015]

【実施例】以下に、本発明の実施例を図面に基づいて説
明する。図1は、本発明の一実施例を示す概略構成図で
ある。情報処理装置1は、例えば、処理部2と、主記憶
部3と、補助記憶部4と、表示装置5と、入力装置6と
から構成され、処理部2は、入力装置6からの入力信号
を受信し、表示装置5へデータを出力すると共に、入力
信号に基づき主記憶部3及び補助記憶部4との間で情報
の授受を行う。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic configuration diagram showing an embodiment of the present invention. The information processing device 1 includes, for example, a processing unit 2, a main storage unit 3, an auxiliary storage unit 4, a display device 5, and an input device 6, and the processing unit 2 receives an input signal from the input device 6. Is received, data is output to the display device 5, and information is exchanged between the main storage unit 3 and the auxiliary storage unit 4 based on the input signal.

【0016】次に、上記実施例の動作を説明する。な
お、予め、図2に示すような、処理プログラムPrと、
データテーブルへの格納順を決定する付加情報が付加さ
れた処理プログラムPrに対応するプログラム名Pmと
からなるメニュー定義ファイルFを作成し、例えば、補
助記憶部4に格納しておくものとする。
Next, the operation of the above embodiment will be described. In addition, in advance, a processing program Pr as shown in FIG.
It is assumed that a menu definition file F including a program name Pm corresponding to the processing program Pr to which additional information for determining the storage order in the data table is added is created and stored in the auxiliary storage unit 4, for example.

【0017】図3は、メニュー一覧表示時の処理部2の
処理手順を示すフローチャートである。まず、ステップ
S1において、補助記憶部4に格納されたメニュー定義
ファイルFを読み出し、次いで、ステップS2で、メニ
ュー定義ファイルFから読み出した各プログラム名Pm
に対し、読み出した順にプログラム番号Npを設定す
る。そして、ステップS3に移行し、プログラム名Pm
と、プログラム番号Npと、プログラム番号Npに対応
するプログラム名Pmの処理プログラムPrが格納され
ているメニュー定義ファイルFのアドレスAdとの対応
を表すメニューテーブルTm(図5)を作成し、ステッ
プS4に移行する。
FIG. 3 is a flowchart showing a processing procedure of the processing unit 2 when the menu list is displayed. First, in step S1, the menu definition file F stored in the auxiliary storage unit 4 is read, and then in step S2, each program name Pm read from the menu definition file F is read.
On the other hand, the program number Np is set in the order of reading. Then, the process proceeds to step S3, and the program name Pm
And the program number Np and the address Ad of the menu definition file F in which the processing program Pr of the program name Pm corresponding to the program number Np is stored, a menu table Tm (FIG. 5) is created, and step S4 is performed. Move to.

【0018】ステップS4では、プログラム名Pmに付
加された付加情報をもとに、予め設定した格納順にメニ
ューテーブルTmの配列を並び変える。そして、ステッ
プS5に移行してn=1とした後ステップS6に移行
し、メニューテーブルTmの1番目に格納されているプ
ログラム番号Npを読み出し、ステップS7で、読み出
したプログラム番号Npに対応するプログラム名を求
め、表示装置5に表示する。
In step S4, the arrangement of the menu table Tm is rearranged in the preset storage order based on the additional information added to the program name Pm. Then, the process proceeds to step S5 to set n = 1, and then proceeds to step S6 to read the program number Np stored first in the menu table Tm, and in step S7, the program corresponding to the read program number Np. The name is obtained and displayed on the display device 5.

【0019】そして、ステップS8に移行して、メニュ
ーテーブルTmから全てのプログラム名Pmを読み出し
たか否かを判定し、全てのプログラム名Pmを読み出し
た場合には処理を終了し、全てのプログラム名Pmを読
み出していない場合には、ステップS9に移行して、n
=n+1とした後、ステップS6に戻り、上記と同様
に、処理を行う。
Then, in step S8, it is determined whether or not all the program names Pm have been read from the menu table Tm. If all the program names Pm have been read, the processing is terminated and all the program names are read. If Pm has not been read, the process proceeds to step S9, where n
After setting = n + 1, the process returns to step S6, and the process is performed in the same manner as above.

【0020】ここで、ステップS1〜S4がテーブル作
成手段に対応している。そして、オペレータのキー操作
等によって、表示装置5に表示されたプログラム名の中
から任意のプログラム名が選択された場合には、図4に
示す処理プログラム呼び出し処理を実行し、まず、ステ
ップS21において、メニュー表示処理において作成し
たメニューテーブルに基づき、選択されたプログラム名
Pmに対応する処理プログラムが格納されたアドレスA
dを求めてステップS22に移行し、求めたアドレスA
dに該当するメニュー定義ファイルFのアドレスから処
理プログラムを読み出し、処理プログラム呼び出し処理
を終了する。
Here, steps S1 to S4 correspond to the table creating means. Then, when an arbitrary program name is selected from the program names displayed on the display device 5 by the key operation of the operator or the like, the process program calling process shown in FIG. 4 is executed, and first, in step S21. , The address A where the processing program corresponding to the selected program name Pm is stored based on the menu table created in the menu display processing
d is obtained, the process proceeds to step S22, and the obtained address A
The processing program is read from the address of the menu definition file F corresponding to d, and the processing program calling processing ends.

【0021】したがって、例えば、図2に示すように、
メニュー定義ファイルFに、メニューA、B、C、Dと
いう4つの処理プログラムが格納されているものとし、
各処理プログラムA〜Dが格納されているアドレスを、
Ad(A)、Ad(B)、Ad(C)、Ad(D)とす
る。そして、例えば、メニュー一覧表示時に、メニュー
A、B、C、Dの順にプログラム名を表示装置5に表示
させる場合には、予め、各プログラム名に表示順位を示
す付加情報として、メニューAには、“1”、メニュー
Bには、“2”、メニューCには、“3”、メニューD
には、“4”を付加しておく。
Therefore, for example, as shown in FIG.
It is assumed that the menu definition file F stores four processing programs of menus A, B, C, and D.
The address where each processing program A to D is stored is
Ad (A), Ad (B), Ad (C), and Ad (D). Then, for example, when the program names are displayed on the display device 5 in the order of the menus A, B, C, and D at the time of displaying the menu list, the menu A is previously added to the menu A as additional information indicating the display order. , “1”, Menu B is “2”, Menu C is “3”, Menu D
Is added with "4".

【0022】そして、この状態から情報処理装置1を起
動した場合には、まず、メニュー表示処理を行い、メニ
ュー定義ファイルFからプログラム名を読み出し、読み
出したプログラム名にプログラム番号Npを付与し、例
えば、メニューAにはNp1、メニューBにはNp2、
メニューCにはNp3、メニューDにはNp4を付与す
る。同時に、プログラム名Pmとプログラム番号Npと
メニュー定義ファイルFの各処理プログラムの格納位置
を表すアドレスとの対応を表すメニューテーブルTm
(図5)を作成する。
When the information processing apparatus 1 is started from this state, first, the menu display process is performed, the program name is read from the menu definition file F, and the program number Np is added to the read program name. , Menu A is Np1, Menu B is Np2,
Np3 is given to the menu C and Np4 is given to the menu D. At the same time, the menu table Tm showing the correspondence between the program name Pm, the program number Np, and the address showing the storage position of each processing program of the menu definition file F.
Create (Fig. 5).

【0023】そして、付加情報に基づいて、メニューテ
ーブルTmへの格納順を付加情報の数の小さい順に並び
替えを行い、この場合、メニューテーブルTmには付加
情報の小さい順に格納されているので、並び替えは行わ
ない。そして、メニューテーブルTmに格納されている
順に、まず、プログラム番号Np1を読み出し、プログ
ラム番号Np1に対応するプログラム名Pmを表示装置
5に表示し、この場合、図6に示すように、まず、“メ
ニューA”を表示する。
Based on the additional information, the storage order in the menu table Tm is rearranged in the ascending order of the number of additional information. In this case, the menu table Tm is stored in the ascending order of the additional information. Do not sort. Then, first, the program number Np1 is read in the order stored in the menu table Tm, and the program name Pm corresponding to the program number Np1 is displayed on the display device 5. In this case, as shown in FIG. Display menu A ".

【0024】同様にして、メニューテーブルTmから、
次のプログラム番号Np2を読み出し、対応するプログ
ラム名、“メニューB”を表示装置5に表示する。プロ
グラム番号Np3及びNp4についても、同様にして、
“メニューC”、“メニューD”を表示装置5に表示す
る。オペレータは、この表示装置5に表示された4つの
プログラム名の中から、所望のプログラム名を、例え
ば、入力装置6でのキー操作等によって選択する。
Similarly, from the menu table Tm,
The next program number Np2 is read and the corresponding program name, "Menu B", is displayed on the display device 5. Similarly for program numbers Np3 and Np4,
“Menu C” and “Menu D” are displayed on the display device 5. The operator selects a desired program name from the four program names displayed on the display device 5 by, for example, operating a key on the input device 6.

【0025】この場合、例えば、“メニューB”を選択
したものとすると、処理部2では、メニュー一覧表示時
に作成したメニューテーブルTm(図5)から、“メニ
ューB”に対応するプログラム番号、“Np2”を求
め、さらに、プログラム番号Np2に対応するアドレス
を求め、この場合、対応するアドレスは、Ad(B)と
なり、メニュー定義ファイルFのアドレスAd(B)に
格納されている処理プログラムBを読み出して、これを
実行する。
In this case, for example, if "menu B" is selected, the processing unit 2 selects the program number "menu B" corresponding to "menu B" from the menu table Tm (FIG. 5) created when the menu list is displayed. Np2 ″ is calculated, and the address corresponding to the program number Np2 is calculated. In this case, the corresponding address is Ad (B), and the processing program B stored in the address Ad (B) of the menu definition file F is calculated. Read and do this.

【0026】このとき、例えば、表示順位を表す付加情
報として、メニューAには、“3”、メニューBには、
“2”、メニューCには、“4”、メニューDには、
“1”が設定されている場合には、メニューテーブルT
mを作成した後、付加情報に基づいて、メニューテーブ
ルTmへの格納順の並び替えを行い、プログラム番号N
p4、Np2、Np1、Np3の順に格納する。
At this time, for example, as additional information indicating the display order, “3” is displayed in menu A and menu 3 is displayed in menu B.
"2", menu C has "4", menu D has
If "1" is set, the menu table T
After creating m, the storage order in the menu table Tm is rearranged based on the additional information, and the program number N
P4, Np2, Np1, and Np3 are stored in this order.

【0027】そして、格納された順にプログラム番号N
pを読み出し、すなわち、プログラム番号Np4、Np
2、Np1、Np3の順に読み出して、対応するプログ
ラム名を表示装置5に表示し、表示装置5には、メニュ
ーD、メニューB、メニューA、メニューCの順にプロ
グラム名が表示される。また、メニューA、B、C、D
という4つの処理プログラムが格納された情報処理装置
1に、新しく、メニューEという処理プログラムを追加
するものとする。
Program numbers N are stored in the order in which they are stored.
p is read, that is, program numbers Np4 and Np
2, Np1, Np3 are read out in order, and the corresponding program name is displayed on the display device 5, and the display device 5 displays the program name in the order of menu D, menu B, menu A, and menu C. Also, menus A, B, C, D
It is assumed that a processing program called menu E is newly added to the information processing apparatus 1 in which the four processing programs described above are stored.

【0028】ここで、例えば、メニューAとBとは、演
算処理に関する処理プログラム、メニューCとDとは、
演算結果処理に関する処理プログラムであるものとし、
メニュー定義ファイルFには、メニューA〜Dの処理プ
ログラムが格納されており、このとき、各付加情報とし
て、メニューA、Bには、演算処理に関する処理プログ
ラムであるという情報が格納され、メニューC、Dに
は、演算結果処理に関する処理プログラムであるという
情報が格納され、表示装置5に表示する場合には、演算
処理に関する処理プログラム名の後に、演算結果処理に
関する処理プログラム名を表示させるものとする。
Here, for example, menus A and B are processing programs related to arithmetic processing, and menus C and D are
It is assumed that it is a processing program related to calculation result processing,
The menu definition file F stores the processing programs of the menus A to D. At this time, as additional information, the menus A and B store information indicating that they are processing programs related to arithmetic processing, and the menu C. , D stores information indicating that the program is a processing program related to calculation result processing, and when it is displayed on the display device 5, a processing program name related to calculation result processing is displayed after the processing program name related to calculation processing. To do.

【0029】そして、メニューEという処理プログラム
を情報処理装置1に追加する場合には、メニューEとい
うプログラム名と、処理プログラムEとをメニュー定義
ファイルFに格納し、このとき、プログラム名に付加し
て、付加情報として、メニューEは演算処理に関する処
理プログラムであるという情報を格納する。そして、情
報処理装置1を起動した場合には、例えば、読み出した
順にプログラム番号が付与され、メニューAはNp1、
メニューBはNp2、メニューCはNp3、メニューD
はNp4、メニューEはNp5となり、まず、この順に
メニューテーブルが作成される。そして、付加情報に基
づいて、メニューテーブルの並び替えが行われ、演算処
理に関する処理プログラムのプログラム番号であるNp
1、Np2、Np5、演算結果処理プログラムの処理プ
ログラムのプログラム番号であるNp3、Np4の順に
格納順が変更される。そして、このメニューテーブルT
mの格納順にプログラム名の表示が行われ、表示装置5
には、メニューA、メニューB、メニューE、メニュー
C、メニューDの順に表示される。
When a processing program called menu E is added to the information processing apparatus 1, the program name called menu E and the processing program E are stored in the menu definition file F and added to the program name at this time. As additional information, the information that the menu E is a processing program related to arithmetic processing is stored. Then, when the information processing apparatus 1 is started, for example, the program numbers are assigned in the order of reading, the menu A is Np1,
Menu B is Np2, Menu C is Np3, Menu D
Is Np4 and menu E is Np5. First, a menu table is created in this order. Then, the menu table is rearranged on the basis of the additional information, and Np which is the program number of the processing program relating to the arithmetic processing.
The storage order is changed in the order of 1, Np2, Np5, and the program numbers Np3 and Np4 of the processing program of the calculation result processing program. And this menu table T
The program names are displayed in the order of storing m, and the display device 5
, Menu A, menu B, menu E, menu C, and menu D are displayed in this order.

【0030】したがって、処理プログラムをメニュー定
義ファイルFに格納するようにしたので、処理プログラ
ムの変更、追加等は、メニュー定義ファイルFに対して
変更等の処理を行うだけで処理プログラムの変更等の処
理を行うことができ、情報処理装置のメインプログラム
を変更する必要がなく、作業が容易であり、また、修正
忘れ等の修正ミスを防止することができる。
Therefore, the processing program is stored in the menu definition file F. Therefore, when the processing program is changed or added, the processing program can be changed by simply changing the menu definition file F. The processing can be performed, there is no need to change the main program of the information processing apparatus, the work is easy, and correction mistakes such as forgetting to correct can be prevented.

【0031】また、処理プログラムをメニュー定義ファ
イルFに格納するときに、付加情報を格納するようにし
たので、メニュー定義ファイルFへの格納順に係わらず
付加情報に基づき、所望の順に表示装置にプログラム名
を表示させることができ、操作性を向上させることが可
能である。また、表示装置5で選択されたプログラム名
に対する処理プログラムの呼び出し処理を複数のメニュ
ーテーブルによって行うようにしたので、従来の処理に
比べてプログラムサイズを小さくすることができ、処理
速度を大きくすることができる。
Further, since the additional information is stored when the processing program is stored in the menu definition file F, regardless of the storage order in the menu definition file F, the program is displayed on the display device in the desired order based on the additional information. The name can be displayed, and operability can be improved. Further, since the processing program calling process for the program name selected on the display device 5 is performed by a plurality of menu tables, the program size can be reduced and the processing speed can be increased as compared with the conventional process. You can

【0032】なお、上記実施例においては、一旦メニュ
ーテーブルTmを作成した後、付加情報に基づいて、メ
ニューテーブルへの格納順を変更しているが、付加情報
に基づいて格納順を設定しながら、メニューテーブルを
作成するようにすることも可能である。また、上記実施
例では、付加情報として、優先順位を設定した場合につ
いて説明したが、本発明はこれに限らず、順位付けが可
能な付加情報であれば、どのような情報でも付加情報と
することができる。また、プログラム番号付与時に、読
み出した順にプログラム番号を付与するようになされて
いるが、これに限らず、表示する順にプログラム番号を
付与し、プログラム番号の若い順にメニューテーブルT
mに格納するようにすることも可能である。
In the above embodiment, after the menu table Tm is once created, the storage order in the menu table is changed based on the additional information, but the storage order is set based on the additional information. It is also possible to create a menu table. Further, in the above-mentioned embodiment, the case where the priority order is set as the additional information has been described, but the present invention is not limited to this, and any information that can be prioritized may be any additional information. be able to. Further, when the program numbers are assigned, the program numbers are assigned in the order in which the program numbers are read out. However, the present invention is not limited to this.
It is also possible to store it in m.

【0033】[0033]

【発明の効果】以上説明したように、本発明に係わる情
報処理装置によれば、プログラム名と該プログラム名に
対応する処理プログラムとを格納するメニュー定義ファ
イルと、起動時に該メニュー定義ファイルに格納された
プログラム名と処理プログラムの格納位置とを読み出し
てメニューテーブルを作成するテーブル作成手段とを備
えることによって、プログラムの変更、追加等の処理
は、メニュー定義ファイルに対して行うことによって容
易に行うことができ、メニューテーブル作成時には、プ
ログラム名に付加した付加情報に基づいてメニューテー
ブルへの格納順を設定することによって、表示装置に表
示するプログラム名の表示順を任意に設定することがで
きる。
As described above, according to the information processing apparatus of the present invention, the menu definition file storing the program name and the processing program corresponding to the program name, and the menu definition file stored at the time of startup are stored. By providing the created program name and the storage location of the processing program and creating the menu table, the table creating means is provided, so that the processing such as changing and adding the program can be easily performed by performing the processing on the menu definition file. When the menu table is created, the display order of the program names displayed on the display device can be arbitrarily set by setting the storage order in the menu table based on the additional information added to the program names.

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

【図1】本発明の一実施例を示す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.

【図2】メニュー定義ファイルの構成を示す説明図であ
る。
FIG. 2 is an explanatory diagram showing the structure of a menu definition file.

【図3】メニュー表示処理の処理手順を示すフローチャ
ートである。
FIG. 3 is a flowchart showing a processing procedure of menu display processing.

【図4】処理プログラム呼び出し処理の処理手順を示す
フローチャートである。
FIG. 4 is a flowchart showing a processing procedure of processing program calling processing.

【図5】メニューテーブルTmの構成を示す説明図であ
る。
FIG. 5 is an explanatory diagram showing a configuration of a menu table Tm.

【図6】表示装置のメニュー表示例である。FIG. 6 is a menu display example of a display device.

【図7】従来のメニュー表示処理の処理手順を示すフロ
ーチャートである。
FIG. 7 is a flowchart showing a processing procedure of conventional menu display processing.

【図8】従来の処理プログラム呼び出し処理の処理手順
を示すフローチャートである。
FIG. 8 is a flowchart showing a processing procedure of conventional processing program calling processing.

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

1 情報処理装置 2 表示装置 F メニュー定義ファイル Tm メニューテーブル 1 Information processing device 2 Display device F Menu definition file Tm menu table

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 メニューテーブルに格納されたプログラ
ム名を読み出して表示装置に表示し、該表示装置に表示
されたプログラム名の中から選択されたプログラム名に
対応する処理プログラムを実行する情報処理装置におい
て、プログラム名と該プログラム名に対応する処理プロ
グラムとを格納するメニュー定義ファイルと、起動時に
該メニュー定義ファイルに格納されたプログラム名と処
理プログラムの格納位置とを読み出してメニューテーブ
ルを作成するテーブル作成手段とを備えることを特徴と
する情報処理装置。
1. An information processing apparatus for reading a program name stored in a menu table, displaying the program name on a display device, and executing a processing program corresponding to the program name selected from the program names displayed on the display device. A menu definition file for storing a program name and a processing program corresponding to the program name, and a table for creating a menu table by reading the program name and the storage location of the processing program stored in the menu definition file at startup An information processing apparatus comprising: a creating unit.
【請求項2】 情報処理装置に処理プログラムを格納す
るとき、前記メニュー定義ファイルに処理プログラムと
該処理プログラムに対応するプログラム名とを格納する
ことを特徴とする請求項1記載の情報処理装置。
2. The information processing apparatus according to claim 1, wherein when the processing program is stored in the information processing apparatus, the processing program and a program name corresponding to the processing program are stored in the menu definition file.
【請求項3】 前記メニュー定義ファイルに前記プログ
ラム名と共に付加情報を格納し、前記テーブル作成手段
は、前記付加情報に基づき前記メニュー定義ファイルか
ら読み出したプログラム名をメニューテーブルに格納す
ることを特徴とする請求項1又は2記載の情報処理装
置。
3. The menu definition file stores additional information together with the program name, and the table creating means stores the program name read from the menu definition file based on the additional information in a menu table. The information processing device according to claim 1 or 2.
JP5136115A 1993-06-07 1993-06-07 Information processor Pending JPH06348467A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5136115A JPH06348467A (en) 1993-06-07 1993-06-07 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5136115A JPH06348467A (en) 1993-06-07 1993-06-07 Information processor

Publications (1)

Publication Number Publication Date
JPH06348467A true JPH06348467A (en) 1994-12-22

Family

ID=15167655

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5136115A Pending JPH06348467A (en) 1993-06-07 1993-06-07 Information processor

Country Status (1)

Country Link
JP (1) JPH06348467A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0744346A (en) * 1993-07-26 1995-02-14 Nec Corp Batch control system for menu
JPH08221262A (en) * 1995-02-17 1996-08-30 Tec Corp Device for starting program
JPH09146569A (en) * 1995-11-20 1997-06-06 Yamaha Corp Computer system and karaoke device
JP2008171441A (en) * 2008-02-08 2008-07-24 Yamaha Corp Management program and information processor
US8972867B1 (en) 1998-12-31 2015-03-03 Flashpoint Technology, Inc. Method and apparatus for editing heterogeneous media objects in a digital imaging device
US8970761B2 (en) 1997-07-09 2015-03-03 Flashpoint Technology, Inc. Method and apparatus for correcting aspect ratio in a camera graphical user interface
WO2015181658A1 (en) * 2014-05-30 2015-12-03 International Business Machines Corporation Customized ready-to-go componentized application definitions
US9224145B1 (en) 2006-08-30 2015-12-29 Qurio Holdings, Inc. Venue based digital rights using capture device with digital watermarking capability

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0744346A (en) * 1993-07-26 1995-02-14 Nec Corp Batch control system for menu
JPH08221262A (en) * 1995-02-17 1996-08-30 Tec Corp Device for starting program
JPH09146569A (en) * 1995-11-20 1997-06-06 Yamaha Corp Computer system and karaoke device
US8970761B2 (en) 1997-07-09 2015-03-03 Flashpoint Technology, Inc. Method and apparatus for correcting aspect ratio in a camera graphical user interface
US8972867B1 (en) 1998-12-31 2015-03-03 Flashpoint Technology, Inc. Method and apparatus for editing heterogeneous media objects in a digital imaging device
US9224145B1 (en) 2006-08-30 2015-12-29 Qurio Holdings, Inc. Venue based digital rights using capture device with digital watermarking capability
JP2008171441A (en) * 2008-02-08 2008-07-24 Yamaha Corp Management program and information processor
WO2015181658A1 (en) * 2014-05-30 2015-12-03 International Business Machines Corporation Customized ready-to-go componentized application definitions
JP2017525006A (en) * 2014-05-30 2017-08-31 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Defining customized ready-to-go componentized applications

Similar Documents

Publication Publication Date Title
US20060248474A1 (en) Method for displaying menu items on menu screen with improved convenience
JP2000099236A (en) Icon menu display method and device therefor
JPH06348467A (en) Information processor
JPH08137804A (en) Information processor
JPH10214171A (en) Information processor
JPH03184087A (en) Data processor
JP2827874B2 (en) Menu display control method
JPH04230517A (en) Hierarchical menu processor
JPH05324257A (en) Document processor
JP2941273B2 (en) Graph creation device
JP2830568B2 (en) Information processing device capable of displaying processing history
JPH05189504A (en) Graphic display system for cad system
JP2764732B2 (en) Numerical control unit
JP3225512B2 (en) Data processing device
JP2594370B2 (en) Image communication device
JPH08221401A (en) System and method for managing document file
JPH0883162A (en) Screen display system
JPH05134716A (en) Programing device for programable controller
KR950009486A (en) Design Support Method and Design Support System
JP2020113846A5 (en)
JPS63189932A (en) Image display output control system
JP2018166002A (en) Screen display device and screen display method
JPH05204590A (en) Cursor display device
JPH05204627A (en) Menu display processor
JPH09198431A (en) Personal information managing device and method therefor