JPH06250920A - Optimizing method for information processor - Google Patents

Optimizing method for information processor

Info

Publication number
JPH06250920A
JPH06250920A JP4023093A JP4023093A JPH06250920A JP H06250920 A JPH06250920 A JP H06250920A JP 4023093 A JP4023093 A JP 4023093A JP 4023093 A JP4023093 A JP 4023093A JP H06250920 A JPH06250920 A JP H06250920A
Authority
JP
Japan
Prior art keywords
address
program
information processing
data
platform
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
JP4023093A
Other languages
Japanese (ja)
Inventor
Tatsuo Echizenya
達夫 越前谷
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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor Co 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 Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP4023093A priority Critical patent/JPH06250920A/en
Publication of JPH06250920A publication Critical patent/JPH06250920A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To efficiently operate a platform by dividing the address of a storage area into plural blocks and eliminating the block where an address which is not used is included for the respective blocks. CONSTITUTION:When all branching conditions are executed and the use address table of the accessed address is generated, the address where the platform is developed is divided into the blocks by an address division part 14. A block table stored in a block table storage part 15 is compared with the use address table, the block included in the address which is not accessed once in the blocks of the block table is eliminated and the new block table is generated by a new block table generation part 16. A new block table relocation part 17 relocates the generated new block table and it is used as the address of the platform 100.

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,
In particular, the present invention relates to an information processing device for comprehensively managing and managing information, work processes, etc. in factories and offices.

【0002】[0002]

【従来の技術】FAやOA等、工場や事務所内における
情報や作業工程等を高度に自動化し、総合的に管理運営
するための装置を構築する上で、コンピュータ端末や作
業ロボット等において、そのメーカーやコンピュータ上
のOS等にとらわれずに自由にFAやOAのシステムを
組むことができるいわゆるマルチベンダー環境がユーザ
ーサイドから求められている。
2. Description of the Related Art In constructing a device for highly automating information and work processes in factories and offices such as FAs and OAs, and for comprehensive management and operation, in computer terminals, work robots, etc. There is a demand from the user side for a so-called multi-vendor environment in which an FA or OA system can be freely assembled without being bound by the manufacturer or the OS on the computer.

【0003】このマルチベンダー環境を組む上での問題
として、異機種間でのプログラムやデータの相互利用が
できない等問題がある。これは、例えば、ある工場Aに
おいて、作業や工程等をコンピュータを用いて管理し、
自動化(オートメーション化)したシステムを作上げ、
これを他の工場B等に移す場合に、そこで用いられてい
るコンピュータが同一機種であれば問題はないが、異種
が異なる場合には、その工場Bとして行う作業等は同一
であっても、その工場Bで使用するコンピュータに合わ
せたプログラムを作らねばならない。これには、通常、
前の工場Aで作成されたものを移植することにより行わ
れ、この移植は、事実上、まったく別なプログラムを作
成するのとほぼ同様の労力やコストが必要となる。ま
た、ある作業や処理の追加には、追加したい作業処理の
部分を組み込んだ新たなプログラムが必要であり、それ
は結局、メインルーチンは元のプログラムであるにして
も、わずかな追加変更であっても、元のプログラムとは
異なる新規なプログラムを作成するのと何等変わること
のないものとなり、多くの労力が必要で、また、その様
に新たに作ったプログラムは、全体のデバグやテストラ
ン等が必要でありさらに多くの労力や時間、コストが必
要となり大きな問題がある。
As a problem in setting up this multi-vendor environment, there is a problem that programs and data cannot be mutually used between different models. This is because, for example, in a certain factory A, work and processes are managed using a computer,
Create an automated system,
When this is transferred to another factory B or the like, there is no problem if the computers used there are of the same model, but if the computers are different, the work performed as that factory B is the same, You have to create a program for the computer used in Factory B. This is usually
This is done by porting what was created in the previous Factory A, which requires virtually the same effort and cost as writing a completely different program. In addition, adding a certain work or process requires a new program that incorporates the part of the work process you want to add, which means that even if the main routine is the original program, it is a slight addition change. Even if you create a new program that is different from the original program, it will be no different from the original program, and it will require a lot of effort, and the newly created program will be used for the whole debugging and test run. Is necessary, and more labor, time, and cost are required, which is a big problem.

【0004】本出願人においては、このようなマルチベ
ンダー環境を組む上での問題を解決するために、個々の
OSを補完するような機能を各OS上に付加することに
より異なる機種またはOSであっても、その機種やOS
を意識することなくプログラムの移植や、プログラムの
実行をおこなえるようにしたプラットフォームなるもの
を開発した。
In order to solve such a problem in setting up such a multi-vendor environment, the applicant of the present invention adds a function for complementing each OS to each OS so that different models or OSs can be used. Even if there is that model and OS
We have developed a platform that allows program porting and program execution without being aware of the above.

【0005】図6は、このプラットフォームを概念的に
示した図面である。
FIG. 6 is a drawing conceptually showing this platform.

【0006】このプラットフォームは、判断処理や情報
の記憶保持の処理を包含せず実行要素手順のみによって
定義される一つもしくは複数のアプリケーションキット
1および2を記憶する記憶手段と、該キット1および2
をハードウェアやOSに依存せずに構築し、かつ構築さ
れたキットの流れを記憶し、処理するためのライブラリ
群よりなる手段SKI3と、各アプリケーション間で共
有する情報の一時保存および処理を一括管理し、実行す
るための手段BASE4と、該BASEに付属したOS
が直接アクセスすることができないデバイスとのアクセ
スを行なうデバイスドライバ(D/D)41や画面に図
表を表示させるためのグラフィックユーザインタフェー
ス(GUI)42と、該キット1および2やBASE4
をハードウェアやOS7から完全に切り離し動作させる
ための関数群を供給する手段OSI5と、特定のOS上
でのみ機能する作業手順を記憶した記憶手段を作り変え
ることなく該SKI3およびBASE4上で機能させ、
前記キット1または2との整合性をとる手段API6と
を有することを特徴とする情報処理装置である。
This platform includes a storage means for storing one or a plurality of application kits 1 and 2 defined only by an execution element procedure without including a determination process and a process of storing and retaining information, and the kits 1 and 2
Means SKI3 consisting of a group of libraries for building and running the kit independent of hardware and OS, and storing and processing the flow of the built kit, and temporary storage and processing of information shared between applications. Means BASE4 for managing and executing and OS attached to the BASE
A device driver (D / D) 41 for accessing a device that cannot be directly accessed by the user, a graphic user interface (GUI) 42 for displaying a chart on the screen, and the kits 1 and 2 and BASE 4
Means for supplying a function group for completely separating and operating the OS from the hardware or OS7, and a storage means for storing a work procedure that functions only on a specific OS, function on the SKI3 and BASE4 without remaking. ,
An information processing device comprising: a means API6 for matching with the kit 1 or 2.

【0007】しかしながら、このプラットフォームを個
々のOS上で機能させた場合、機種やOSの違いを意識
することなくプログラムの移植やプログラムの実行を行
なうことができるものの、このプラットフォームの機能
の全てを使わないような処理装置にあっては、多くの機
能に対応させたプラットフォームが、かえって処理装置
内のプログラムの処理に当たって実行速度を遅らせてし
まうなどの問題が生じた。
However, when this platform is made to function on each OS, although the program can be ported and the program can be executed without being aware of the difference in the model and the OS, all the functions of this platform are used. In the case of such a processing device, a platform corresponding to many functions causes a problem that the execution speed is delayed when the program in the processing device is processed.

【0008】[0008]

【発明が解決しようとする課題】そこで本発明は、ハー
ドウェアやOS等の違いにとらわれずに自由にFAやO
Aのシステムを組むことができるいわゆるマルチベンダ
ー環境に適合した情報処理装置を、プログラムの処理速
度を低下させることなく実現する情報処理装置の最適化
方法を提供することを目的とする。
Therefore, in the present invention, FA or O can be freely set regardless of the difference in hardware or OS.
An object of the present invention is to provide an optimization method of an information processing device that realizes an information processing device that is suitable for a so-called multi-vendor environment in which the system A can be assembled without reducing the processing speed of the program.

【0009】[0009]

【課題を解決するための手段】上記目的は、ある1つの
基本処理を行なうように構成された1単位の基本プログ
ラムを複数用意してそれらの基本プログラムを任意の順
序で起動させて所定の処理を行なわせる一方、任意のハ
ードウェアにおいて使用されている既存のプログラムに
よって所定の処理を行なわせる情報処理装置において、
該情報処理装置内の記憶領域のアドレスを複数のブロッ
クに分割し、前記情報処理装置で実行される前記基本プ
ログラムまたは既存のプログラムの処理に必要なアドレ
スを検索して特定し、該特定したアドレスが含まれてい
ない前記ブロックをユーザー使用領域として解放するこ
とを特徴とする情報処理装置の最適化方法により達成さ
れる。
The above-described object is to prepare a plurality of one-unit basic programs configured to perform a certain basic process, activate the basic programs in an arbitrary order, and perform a predetermined process. On the other hand, in an information processing device that causes a predetermined process to be performed by an existing program used in arbitrary hardware,
An address of a storage area in the information processing device is divided into a plurality of blocks, an address necessary for processing the basic program or an existing program executed by the information processing device is searched and specified, and the specified address This is achieved by the method for optimizing the information processing apparatus, characterized in that the block not containing is released as a user use area.

【0010】[0010]

【作用】本発明の情報処理装置の最適化方法は、ハード
ウェアやOS等の違いにとらわれることなく自由にFA
やOAのシステムを組むことができるいわゆるマルチベ
ンダー環境に適合させるための多くの機能に対応させた
プラットフォームをのせた情報処理装置、すなわち、あ
る1つの基本処理を行なうように構成された1単位の基
本プログラムを複数用意してそれらの基本プログラムを
任意の順序で起動させて所定の処理を行なわせる一方、
任意のハードウェアにおいて使用されている既存のプロ
グラムによって所定の処理を行なわせる情報処理装置に
おいて、プラットフォームが展開されている記憶領域の
アドレスを複数のブロックに分割し、この情報処理装置
上で実行させるプログラムが使用するアドレスを検索、
特定して、使用していないアドレスが含まれているブロ
ックをブロックごと削除して、削除したブロック中にあ
るプログラム実行の際に必要のない機能を削除すること
によって、効率的なプラットフォームの運用を行なうこ
とができる。このため、プログラムの処理速度を低下さ
せることなくマルチベンダー環境に適応させた処理装置
が可能となる。
The method of optimizing the information processing apparatus according to the present invention allows the FA to be freely selected regardless of the difference in hardware or OS.
Or OA system capable of forming a so-called multi-vendor environment, an information processing device equipped with a platform supporting many functions, that is, one unit configured to perform a certain basic process. While preparing a plurality of basic programs and activating these basic programs in an arbitrary order to perform predetermined processing,
In an information processing apparatus that causes an existing program used in arbitrary hardware to perform a predetermined process, the address of a storage area in which a platform is developed is divided into a plurality of blocks and executed on this information processing apparatus. Find addresses used by the program,
Efficient platform operation can be achieved by identifying and deleting the block containing the unused address for each block, and deleting the functions that are not required for program execution in the deleted block. Can be done. Therefore, a processing device adapted to a multi-vendor environment can be realized without reducing the processing speed of the program.

【0011】[0011]

【実施例】以下、本発明を添付した図面を参照しながら
説明する。なお、図中同一の機能を有する構成要素にお
いては同一の付号を付した。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the accompanying drawings. It should be noted that in the drawings, components having the same function are denoted by the same reference numerals.

【0012】まず、本発明の情報処理装置の最適化方法
を用いる情報処理装置について説明する。
First, an information processing apparatus using the optimization method of the information processing apparatus of the present invention will be described.

【0013】図1は、本発明を用いる情報処理装置のプ
ラットフォームを表したブロック図である。
FIG. 1 is a block diagram showing a platform of an information processing apparatus using the present invention.

【0014】判断処理や情報の記憶保持の処理を包含せ
ず実行要素手順のみによって定義される基本プログラム
であるアプリケーションキット1および2(図1中では
2個のキットであるが、2個以上の複数個在ってもよ
い)を記憶する一つもしくは複数の記憶手段は、一つの
機能として処理が閉じている最小単位の処理モジュール
であるキットを記憶しており、該キット1および2は、
SKI3によって提供される関数のみを使用し外部関数
を直接参照することなく動作させることができるもので
ある。本発明の情報処理装置を利用する利用者は、この
キット1および2をその利用したい処理に合わせて適宜
選択して接続する(データフローダイアグラム(DF
D)と称する)ことにより、ある処理または作業を実行
することができる。
Application kits 1 and 2 (two kits in FIG. 1, which are two or more in FIG. 1) are basic programs defined only by the execution element procedure without including the judgment processing and the processing of storing and storing information. One or a plurality of storage means for storing a plurality of) may store a kit, which is a minimum unit processing module in which processing is closed as one function, and the kits 1 and 2 are:
It is possible to operate using only the functions provided by SKI3 without directly referencing the external function. A user who uses the information processing apparatus of the present invention appropriately selects and connects the kits 1 and 2 in accordance with the processing to be used (data flow diagram (DF
It is possible to execute a certain process or work by (D).

【0015】次に、SKI3は上述のキット1および2
を組み合わせることにより構築されて指定された処理手
順に合わせて各キット1および2を接続し、かつ構築さ
れた処理手順を実行するためのライブラリ群を有し、各
ソフトやキット1および2がハードウェアやOSに関係
なく動作させるための手段である。SKI3は、そのた
めに概念的には図2に示すようにソフトキットインター
フェイス(I/F)部31とソフトキットリンク管理部
32に別れている。
Next, SKI3 is the kit 1 and 2 described above.
It has a library group for connecting each kit 1 and 2 according to the designated processing procedure constructed by combining the above and executing the constructed processing procedure, and each software and kit 1 and 2 are hardware. It is a means for operating regardless of software or OS. Therefore, the SKI 3 is conceptually divided into a soft kit interface (I / F) unit 31 and a soft kit link management unit 32 as shown in FIG.

【0016】ソフトキットインターフェイス部31で
は、OS、BASEとの標準インターフェイスを制御す
るもので、具体的には、例えば以下のような機能を有す
るものである。 ソフトキットインターフェイス機能例 (1)OSインターフェース ・別項OSI機能をソフトウェアキットに提供する(キ
ットからのコールに応える)。 (2)BASEインターフェース ・ポイントデータのタグ名ライト/リード(W/R)。 ・ポイントデータベース(D/B)のファイルのタグ名
W/R。 ・入出力インターフェース。 ・ポイントD/Bの検索。 ・アラーム。 ・現在時刻リード。 ・テーブルのリード。
The software kit interface section 31 controls a standard interface with the OS and BASE, and specifically has the following functions, for example. Example of software kit interface function (1) OS interface-Another OSI function is provided to the software kit (in response to a call from the kit). (2) BASE interface-Point data tag name write / read (W / R). -Tag name W / R of the point database (D / B) file. -Input / output interface.・ Point D / B search. ·alarm.・ Read current time.・ Table read.

【0017】ソフトキットリンク管理部32では、コン
ピュータのノードに関係なくメッセージとデータでシー
ケンシャルにリンクするもので、具体的には、例えば以
下のような機能を有するものである。 ソフトキットリンク管理部機能例 (1)DFDリンク ・DFD形式で設定した条件に従い、各キットを順次結
合、実行する。 (2)リンクデータ作成 ・キット間のリンクデータをタグ名で登録し、それに従
いデータを自動作成する。 (3)ネットワーク管理 ・異なるノードのポイントデータR/Wあるいはキット
とのリンク時のネットワーク制御を行なう。 (4)最適メッセージ選択 ・ノード間あるいはノード内のキット間通信時、メッセ
ージタイプを自動選択する。
The software kit link management unit 32 sequentially links messages and data regardless of the nodes of the computer, and specifically has the following functions, for example. Example of function of software kit link management unit (1) DFD link ・ The kits are sequentially combined and executed according to the conditions set in the DFD format. (2) Link data creation-Link data between kits is registered with a tag name, and data is automatically created according to it. (3) Network management ・ Performs network control when linking with point data R / W of different nodes or kits. (4) Optimal message selection-When communicating between nodes or between kits within a node, the message type is automatically selected.

【0018】次に、各アプリケーション間で共有する情
報の一時保存および処理を一括管理し、実行するための
手段BASE4部は、SKI3で生成された各キット1
および2のデータを結合し、キット1および2の起動命
令やキット間の同期を制御し、また、キット起動のシー
ケンス管理等を行うキット統合機能、端末8や接続され
ている各種デバイス9の起動実行の管理(デバイスドラ
イバ(D/D))、デバイス上の物理データ(デバイス
内での特定のあるアドレスに保存されているデータ)を
本発明の情報処理装置上の論理データ(タグ名で扱える
データ)への変換および構造化データの管理等を行うデ
バイスデータ管理機能、および端末とのインターフェー
ス、画面表示状態の管理および画面作成ツール(グラフ
ィックユーザーインターフェイス(GUI))を有する
画面操作作成統合機能等を有し、必要により、アラーム
等の時間の管理やユーザ管理等の機能を合せ持つもの
で、事実上この部分により利用者が任意に設定した処理
作業を行う部分である。
Next, a means for collectively managing and executing the temporary storage and processing of information shared by each application, the BASE4 part is each kit 1 generated by SKI3.
Data of 2 and 2 are combined, a start command of kits 1 and 2 is controlled, synchronization between kits is controlled, and a kit integrated function for performing sequence management of kit start, start of terminal 8 and various devices 9 connected. Management of execution (device driver (D / D)), physical data on the device (data stored at a specific address in the device) can be handled by logical data (tag name) on the information processing apparatus of the present invention. Data) and device data management function to manage structured data, etc., interface with terminals, screen display status management and screen operation creation integrated function with screen creation tool (graphic user interface (GUI)) It also has functions such as time management such as alarms and user management, if necessary. It is a part for performing processing tasks more user has arbitrarily set.

【0019】このBASE4部は、概念的には図2に示
すように、物理/論理データ管理部43、情報収集/分
配部44および共通操作型ユーザーインターフェイス部
45に別れている。
The BASE 4 section is conceptually divided into a physical / logical data management section 43, an information collection / distribution section 44 and a common operation type user interface section 45, as shown in FIG.

【0020】情報収集/分配部44では、接続したでデ
バイスとの通信を行い、デバイスの持つデータの収集あ
るいはアプリケーション(ソフトキット)からのデータ
の分配を行うもので、例えば以下のような機能を有して
いる。 情報収集/分配機能例 (1)対デバイス通信(DCD) ・デバイスに合わせたプロトコルで、複数デバイスとの
データ通信を行なう(デバイスコミュニケーションドラ
イバー)。 (2)DCD起動 ・「デバイス構成テーブル」に登録した「デバイスタイ
プ」より、適合DCDを選択、実行する。 (3)データ収集 ・「ポイントデータテーブル」に登録した収集内容、収
集タイプに基づいて、DCDを起動し、デバイスデータ
を収集する。収集タイプ;サイクリック/条件イベント
/変化イベント/要求イベント。
The information collecting / distributing unit 44 communicates with the device after connection and collects data possessed by the device or distributes data from an application (software kit). For example, the following functions are provided. Have Information collection / distribution function example (1) Device-to-device communication (DCD) -Performs data communication with multiple devices by device-specific protocol (device communication driver). (2) DCD start-A compatible DCD is selected and executed from the "device type" registered in the "device configuration table". (3) Data collection-DCD is started based on the collection contents and collection type registered in the "point data table", and device data is collected. Collection type; cyclic / conditional event / change event / request event.

【0021】(4)データ分配 ・「ポイントデータテーブル」に登録した分配内容、分
配タイプに基づいて、DCDを起動し、デバイスデータ
を分配する。分配タイプ;サイクリック/条件イベント
/変化イベント/要求イベント。 (5)デバイスアクセスサービス 1)イベント型収集時、収集データ量を自動的に最適化
する。 2)デバイス接続/切離し時の保護を行なう。 3)DCDの並列起動タイミングを最適化する。 4)データ毎に書き込み保護を行なう。 5)収集、分配データの範囲チェックを行なう。 6)DCDを新規に開発する時の支援ツールを提供す
る。
(4) Data distribution-DCD is started based on the distribution contents and distribution type registered in the "point data table", and device data is distributed. Distribution type; cyclic / condition event / change event / request event. (5) Device access service 1) When event-based collection, the amount of collected data is automatically optimized. 2) Protects when connecting / disconnecting devices. 3) Optimize the DCD parallel activation timing. 4) Write protection is performed for each data. 5) Check the range of collected and distributed data. 6) To provide support tools for newly developing DCD.

【0022】物理/論理データ管理部43では、各端末
のアドレス上に展開されている物理データを論理化し、
タグ名付きポイントデータとしてソフトキットで扱える
データに展開する物で、例えば以下のような機能を有し
ている。 物理/論理データ機能例 (1)構造化タグアクセス ・デバイスから収集する物理データの個々にタグ名(ポ
イントデータテーブル)を割付け、個々あるいは構造体
単位でのタグアクセスを行なう。 (2)仮想ポイントデータ管理 ・仮想のポイントデータエリアを生成し、基本演算
(+、−、×、÷、平方根、2乗等)、理論演算(AN
D OR XOR等)を実行し、データを管理する。 (3)ポイントデータベース(PDB)連動 ・ポイントデータを「PDBフォーマットテーブル」に
登録したフォームで、[サイクリック/条件イベント/
変化イベント/要求イベント]のタイミングで、データ
ベースと連動R/W制御を行なう。 (4)ポイントデータベースフォーム変更 ・「PDBフォーマットテーブル」を変更した後、旧フ
ォーマットからの自動変更を行なう。 (5)ポイントデータベース検索 ・フォーマット内データの内容を設定条件により検索し
ファイル化する。 (6)ポイントデータベースアクセス ・ファイル名−構造化タグ指定によりD/Bをアクセス
する。
The physical / logical data management unit 43 logicalizes the physical data developed on the address of each terminal,
It is developed into data that can be handled by a software kit as point data with tag names, and has the following functions, for example. Example of physical / logical data function (1) Structured tag access-A tag name (point data table) is assigned to each piece of physical data collected from a device, and tag access is performed individually or in units of structures. (2) Virtual point data management ・ A virtual point data area is generated, and basic calculation (+, −, ×, ÷, square root, square, etc.), theoretical calculation (AN
D OR XOR, etc.) to manage the data. (3) Point database (PDB) interlock ・ In the form in which point data is registered in the "PDB format table", click [Cyclic / Condition event /
Change event / request event], the R / W control interlocking with the database is performed. (4) Change point database form ・ After changing the "PDB format table", automatically change from the old format. (5) Point database search-Search the contents of the data in the format according to the setting conditions and create a file. (6) Point database access-File name-Access the D / B by specifying the structured tag.

【0023】共通操作型ユーザーインターフェイス部4
5はアプリケーションソフトキットの共通ユーザー(利
用者)としてのターミナル、キーボードおよびディスプ
レイ(画面表示)やプリンタ機器の操作系の制御を行う
もので、例えば以下のような機能を有している。 共通操作型ユーザーインターフェイス機能例 (1)入出力フォーム作成(GED) ・入出力フォームを、作画するグラフィックエディタ
ー。 (2)データ割付登録(GED設定テーブル) ・GEDで作成した入出力フォームに表示する内容を登
録する。 (3)アプリケーション(ソフトウェアキット)との連
動(UIC) ・GED入出力データを、アプリケーションソフトから
物理デバイス(ターミナル、プリンター)に入出力す
る。排他処理。 (4)テーブル管理(テーブルデータベース) ・システムで使用する全テーブルの管理を行なう。UI
Cによりデータ設定を行なう。 (5)GEDフォーム管理(GED−D/B) ・GEDで作成した入出力フォームの共通管理を行なう
(ノード別フォームの統合管理)。 (6)デバイス固有画面管理 ・GED−D/Bとデバイス固有画面との関連づけ情報
を管理する。 (7)プラットフォームデータ管理部との連動機能 ・プラットフォームのデータ管理機能と連動して、デー
タ受渡しを制御する。
Common operation type user interface section 4
Reference numeral 5 controls a terminal, a keyboard and a display (screen display) as a common user (user) of the application software kit, and an operation system of a printer device, and has the following functions, for example. Common operation type user interface function example (1) Input / output form creation (GED) ・ Graphic editor for drawing input / output form. (2) Data allocation registration (GED setting table) -Register the contents to be displayed on the input / output form created by GED. (3) Interlocking with application (software kit) (UIC) -Input / output GED input / output data to / from the physical device (terminal, printer) from the application software. Exclusive processing. (4) Table management (table database) -Manages all tables used in the system. UI
Data is set by C. (5) GED form management (GED-D / B) -Common management of input / output forms created by GED (integrated management of forms by node). (6) Device-specific screen management-Manages association information between the GED-D / B and device-specific screen. (7) Linkage function with the platform data management unit ・ Controls data transfer in conjunction with the platform data management function.

【0024】次に、キット1および2やBASE4部を
ハードウェアやOS7から完全に切り離し動作させるた
めの関数群を供給する手段OSI5は、その機能を極単
純に言い表すと、本装置の各種手段を実行させるハード
ウェアの機種により異なるOS7で用いられている関数
やハードウェアに依存するOS7上の処理機能等を、本
装置上で用いられる関数等に変換する役割を担うもので
ある。これには、それぞれのハードウェア機器の基本と
なるOS7の命令系統(この命令系統がOSが異なるこ
とにより、同一の命令が実際にコンピュータを動かすた
めの引数や返数等が異なる)を本装置上で用いられる関
数等に変換するために、参照するOSライブラリーを持
つ。すなわち、OSライブラリーは、各OS7の命令形
と、それに対応する本装置上の命令形を対応させるため
のテーブルである。そして、各端末から入力された実行
命令を受取った時点でこのOSライブラリーを参照し
て、必要な本装置上の命令形に変換し、また、本装置上
で実行された結果をハードウェアの表示または実行形に
合うように変換して送り返すことにより、その機種にと
らわれることなくソフトキットにより構築した処理作業
を行わしめるものである。
Next, the means OSI5 for supplying a function group for operating the kits 1 and 2 and the BASE4 part completely separated from the hardware and the OS7 is expressed in a simple manner. It plays a role of converting functions used in the OS 7 that differ depending on the model of hardware to be executed, processing functions on the OS 7 that depend on the hardware, and the like into functions that are used in this device. To this end, the instruction system of the OS 7 which is the basis of each hardware device (the same instruction actually causes a different instruction to actually operate the computer, but the number of arguments and the number of return are different due to different OSs) It has an OS library to refer to in order to convert it into the functions used above. That is, the OS library is a table for associating the instruction types of each OS 7 with the corresponding instruction types on the apparatus. Then, when the execution instruction input from each terminal is received, the OS library is referred to, the necessary instruction form on the device is converted, and the result executed on the device is converted to the hardware. By converting the data to match the display or execution form and sending it back, the processing work constructed by the software kit can be performed regardless of the model.

【0025】さらに、このOSI5には、ハードウェア
に依存したOS7の関数を補完する関数機能を持たせて
おくことができる。これは、通常ハードウェアに依存し
たOS7の関数は、そのハードウェアやOS7の特徴と
なる関数や処理命令等が在り、これらはハードウェアの
機種が異なるとある関数や命令があったりなかったりす
るため、利用者にとって機種が変わることによって使い
にくいことになっており、この様な不便さを無くすると
共に、さらに使いやすい関数や命令を付け加えることに
より、より機能的で利用しやすいものとすることができ
る。
Further, the OSI 5 can be provided with a function function of complementing the function of the OS 7 depending on the hardware. This is because the functions of the OS 7 that are usually dependent on the hardware include functions and processing instructions that are characteristic of the hardware and the OS 7, and these functions may or may not exist depending on the hardware model. Therefore, it is becoming difficult for users to use due to the change of model, and in addition to eliminating such inconvenience, it will be more functional and easy to use by adding easier-to-use functions and instructions. You can

【0026】次に、API6は、ある特定のOS上でし
か実行することができないアプリケーションプログラム
の実行命令を、上述のOSライブラリーを参照して、本
装置上の命令に変換する機能を持つものである。
Next, the API 6 has a function of converting an execution instruction of an application program that can be executed only on a specific OS into an instruction on this apparatus by referring to the above OS library. Is.

【0027】このAPI6と上述のOSI5の機能によ
り、コンピュータ上のOS7と、アプリケーションプロ
グラムのOS7等を意識すること無く、OS7の異なる
機種でアプリケーションプログラムを実行することが可
能となる。
With the functions of the API 6 and the OSI 5 described above, it becomes possible to execute the application program in a different model of the OS 7 without being aware of the OS 7 on the computer and the OS 7 of the application program.

【0028】上述のOSI5およびAPI6での変換
は、従来行われていたような、あるOS7の実行命令か
らなるプログラムを、本装置上の命令形に移植するした
プログラムを生成させるというようなものではなく、各
端末からの命令やアプリケーションプログラムが実行さ
れたときの命令を、その実行命令のみを特定して、本装
置内で作動させるようにしたものである。これによっ
て、アプリケーション内の一部の命令のみを実行させる
ことも可能となり、上述のキット1および2と一緒にD
FDにより組み合わせて実行することができるようにな
る。
The conversion by the OSI5 and API6 described above is not performed as in the conventional method such as generating a program in which a program consisting of an execution instruction of a certain OS7 is ported to an instruction type on this apparatus. Instead, an instruction from each terminal or an instruction when an application program is executed is specified in the execution instruction and is operated in the present apparatus. This also allows only some of the instructions in the application to be executed, and D together with Kits 1 and 2 above.
It becomes possible to combine and execute by FD.

【0029】上述のようなプラットフォーム各部の機能
により、この情報処理装置は異なる機種またはOSであ
っても、その機種やOSを意識することなくプログラム
の移植やアプリケーションソフトの実行が行なえるもの
である。
Due to the functions of the various parts of the platform as described above, even if the information processing device is of a different model or OS, the program can be ported and the application software can be executed without being aware of the model or OS. .

【0030】本発明の情報処理装置の最適化方法は、ま
ず、この情報処理装置内部の上記プラットフォーム各部
の機能が展開される記憶領域のアドレスを適宜ブロック
に分割する。例えば図3aに示すように、アドレスエリ
ア0〜FFFを1ブロックとしたブロックごとに分割す
る。そして、この処理装置で実行するプログラムから、
プログラムが使用しているアドレスを検索して、図3b
に示すような使用アドレステーブルを作成し、ブロック
に分割したアドレスエリア中のプログラムが使用してい
ないアドレスのブロックを図3cに示すように削除し、
プログラムが使用しているアドレスのみをプログラム実
行の際のアドレスエリアとしてリロケーションして、そ
の後は、この情報処理装置内で用いるアドレスとして
は、このリロケーションした図3dに示すアドレスを用
いて処理を行ない、プログラムが使用していないアドレ
スは、ユーザエリアとして解放する。
In the method of optimizing the information processing apparatus according to the present invention, first, the address of the storage area in which the functions of the above-mentioned platform inside the information processing apparatus are expanded is appropriately divided into blocks. For example, as shown in FIG. 3A, the address areas 0 to FFF are divided into each block. Then, from the program executed by this processing device,
Find the address that the program is using and see Figure 3b
Create a used address table as shown in Fig. 3 and delete the blocks of addresses not used by the program in the address area divided into blocks as shown in Fig. 3c.
Only the address used by the program is relocated as an address area when the program is executed, and thereafter, as the address used in this information processing apparatus, the relocated address shown in FIG. Addresses not used by the program are released as a user area.

【0031】次に、本発明の情報処理装置の最適化方法
を実行するための装置構成を説明する。図4は本発明の
情報処理装置の最適化方法を実行するための最適化装置
の一実施例を説明するためのブロック図である。最適化
装置10は、プログラム101のソースコードからプロ
グラムの分岐条件を検索する分岐条件検索部11、プロ
グラム101のオブジェクトコードと分岐条件検索部1
1が検索した分岐条件およびプラットフォーム100の
オブジェクトコードとからプログラム101の全ての分
岐条件を仮想実行し、プログラム101が使用している
アドレスを検索して特定するシミュレータ12、使用ア
ドレステーブルを作成して、使用アドレスを記憶する使
用アドレステーブル記憶部13、プラットフォーム10
0が展開されているアドレスを複数のブロックに分割
し、ブロックテーブルを作成するアドレス分割部14、
アドレス分割部14が作成したブロックテーブルを記憶
するブロックテーブル記憶部15、使用アドレステーブ
ルとブロックテーブルを比較して、プログラム101が
使用していないアドレスが含まれるブロックをブロック
ごと削除し、新たなブロックテーブルを作成する新ブロ
ックテーブル作成部16および新ブロックテーブル作成
部16が作成した新ブロックテーブルをプラットフォー
ム100が展開されているアドレスとしてリロケーショ
ンする新ブロックテーブルリロケーション部17より構
成される。
Next, an apparatus configuration for executing the optimization method of the information processing apparatus of the present invention will be described. FIG. 4 is a block diagram for explaining an embodiment of the optimizing device for executing the optimizing method of the information processing device of the present invention. The optimizing device 10 includes a branch condition search unit 11 that searches the source code of the program 101 for a branch condition of the program, an object code of the program 101, and a branch condition search unit 1.
1 executes virtually all branch conditions of the program 101 from the branch conditions searched by 1 and the object code of the platform 100, and creates a simulator 12 for searching and specifying an address used by the program 101 and a used address table. , Used address table storage unit 13 for storing used addresses, platform 10
An address dividing unit 14 that divides an address in which 0 is expanded into a plurality of blocks and creates a block table,
The block table storage unit 15 that stores the block table created by the address division unit 14, compares the used address table with the block table, deletes the block including the address not used by the program 101, and deletes the new block. It comprises a new block table creating unit 16 for creating a table and a new block table relocation unit 17 for relocating the new block table created by the new block table creating unit 16 as an address where the platform 100 is expanded.

【0032】次に、この情報処理装置の最適化法の実施
について説明する。図5は、上記最適化装置10を用い
た情報処理装置の最適化の実施を説明するためのフロー
チャートである。まず、プラットフォーム上のキット1
および2によって作成したプログラムまたは既存のソフ
トウェアからなるプログラム101のソースコードを分
岐条件検索部11が全て読み込み、プログラム101中
の全ての分岐条件を検索して選び出す(S1)。次い
で、プログラム101のオブジェクトコードを読み込み
全ての分岐条件にしたがってシミュレータ12により仮
想的に実行し(S2)、プラットフォーム100中のア
ドレスにジャンプした場合、そのアドレスから使用アド
レステーブルを作成して、使用アドレステーブル記憶部
13に記憶する(S3)。全ての分岐条件がシミュレー
タにより実行されたことを確認し(S4)、全ての分岐
条件が実行され、アクセスしたアドレスの使用アドレス
テーブルが作成されたならば、プラットフォームが展開
されているアドレスがアドレス分割部14によってブロ
ックごとに分割され、ブロックテーブル記憶部15に記
憶されているブロックテーブルと使用アドレステーブル
とを比較し、ブロックテーブル中のブロックの中で一度
もアクセスされていないアドレスの含まれているブロッ
クを削除し、新たなブロックテーブルを新ブロックテー
ブル作成部16によって作成する(S5)。作成された
新ブロックテーブルを新ブロックテーブルリロケーショ
ン部17によってリロケーションして(S6)、プラッ
トフォーム100のアドレスとして用いる。
Next, the implementation of the optimization method of this information processing apparatus will be described. FIG. 5 is a flow chart for explaining the optimization of the information processing device using the optimization device 10. First, kit 1 on the platform
The branch condition search unit 11 reads all the source codes of the program 101 or the program 101 made up of existing software, and searches and selects all the branch conditions in the program 101 (S1). Next, when the object code of the program 101 is read and virtually executed by the simulator 12 in accordance with all branch conditions (S2) and a jump is made to an address in the platform 100, a used address table is created from that address and the used address is used. It is stored in the table storage unit 13 (S3). After confirming that all the branch conditions have been executed by the simulator (S4) and all the branch conditions have been executed and the used address table of the accessed address has been created, the address where the platform is expanded is divided into addresses. The block 14 is divided into blocks by the unit 14, the block table stored in the block table storage unit 15 is compared with the used address table, and an address that has never been accessed is included in the blocks in the block table. The block is deleted, and a new block table is created by the new block table creating unit 16 (S5). The created new block table is relocated by the new block table relocation unit 17 (S6) and used as the address of the platform 100.

【0033】ここで最適化の例をあげると、例えば、プ
ログラム101がユーザーからのキーボード入力や端末
への画面表示を必要としない場合には、GUI42が展
開されているアドレスは使用していないので、上記のよ
うにその部分のブロックが削除される。同様に、プログ
ラムがOSコールを使用していない場合はAPI6中の
OSコール変換機能が、ファイル入出力をしていない場
合にはSKI3中のファイルアクセス機能が、プラット
フォーム上のデバイス、ソフトウェアおよびユーザー等
全てにアクセスを許す場合にはBASE4中のセキュリ
ティ機能が、それぞれ削除されことになる。
To give an example of optimization, for example, when the program 101 does not require keyboard input from the user or screen display on the terminal, the address where the GUI 42 is expanded is not used. , The block of that part is deleted as described above. Similarly, if the program does not use the OS call, the OS call conversion function in API 6 and the file access function in SKI 3 if the file is not input / output are the devices, software and users on the platform. When allowing access to all, the security functions in BASE4 are deleted respectively.

【0034】このように、記憶領域からプログラムが使
用していないアドレスを解放することにより、プログラ
ム実行の際に使用していない機能を削除して、使用され
る機能のみに最適化された処理装置として効率的に処理
を実行することが可能となる。また、削除されたブロッ
クのアドレスは、ユーザーエリアとしてしようすること
ができる。
In this way, by releasing addresses not used by the program from the storage area, functions not used when executing the program are deleted, and a processing device optimized only for the functions used. As a result, the processing can be executed efficiently. Also, the address of the deleted block can be used as a user area.

【0035】[0035]

【発明の効果】以上説明したように、本発明の情報処理
装置の最適化方法によれば、FAやOA等のシステム
で、ある1つの基本処理を行なうように構成された1単
位の基本プログラムを複数用意してそれらの基本プログ
ラムを任意の順序で起動させて所定の処理を行なわせる
一方、任意のハードウェアにおいて使用されている既存
のプログラムによって所定の処理を行なわせる情報処理
装置において、該情報処理装置内の記憶領域のアドレス
を複数のブロックに分割し、前記情報処理装置で実行さ
れる前記基本プログラムまたは既存のプログラムの処理
に必要なアドレスを検索して特定し、該特定したアドレ
スが含まれていない前記ブロックをユーザー使用領域と
して解放することとしたので、解放されたブロックのア
ドレスは、ユーザーが任意使用することができるように
なり、使用するハードウェアやそのOSにとらわれずに
最適な動作環境によるプログラムの実行、処理を行うこ
とができるものである。
As described above, according to the method of optimizing the information processing apparatus of the present invention, one unit of the basic program configured to perform a certain basic process in a system such as FA or OA. In the information processing apparatus, which prepares a plurality of programs and activates the basic programs in an arbitrary order to perform a predetermined process, while performing a predetermined process by an existing program used in arbitrary hardware, The address of the storage area in the information processing device is divided into a plurality of blocks, the address necessary for processing the basic program or the existing program executed by the information processing device is searched and specified, and the specified address is Since it was decided to release the above-mentioned block that is not included as the area used by the user, the address of the released block is the user Can now be arbitrarily used, execution of the program by optimal operating environment agnostic hardware and its OS used, in which processing can be performed.

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

【図1】 本発明の最適化方法を適応した情報処理装置
を説明するためのブロック図である。
FIG. 1 is a block diagram for explaining an information processing device to which an optimization method of the present invention is applied.

【図2】 本発明の最適化方法を適応した情報処理装置
のSKIおよびBASE部を説明するためのブロック図
である。
FIG. 2 is a block diagram for explaining an SKI and BASE unit of an information processing device to which the optimization method of the present invention is applied.

【図3】 本発明の最適化方法に用いるアドレス分割を
説明するための図面である。
FIG. 3 is a diagram for explaining address division used in the optimization method of the present invention.

【図4】 本発明の最適化方法を実施するための装置の
一例を説明するためのブロック図である。
FIG. 4 is a block diagram for explaining an example of an apparatus for implementing the optimization method of the present invention.

【図5】 本発明の最適化方法の実施を説明するための
フローチャートである。
FIG. 5 is a flowchart for explaining the implementation of the optimization method of the present invention.

【図6】 情報処理装置を説明するためのブロック図で
ある。
FIG. 6 is a block diagram illustrating an information processing device.

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

1,2…キット、 3…SKI、4
…BASE、 5…OSI、6…
API、 7…OS、8…端
末、 9…デバイス、10…
最適化装置、 11…分岐条件検索
部、12…シミュレータ、 13…使用
アドレステーブル記憶部、14…アドレス分割部14、
15…ブロックテーブル記憶部、16…新ブ
ロックテーブル作成部、17…新ブロックテーブルリロ
ケーション部、41…D/D、
42…GUI、100…プラットフォーム、
101…プログラム。
1, 2 ... Kit, 3 ... SKI, 4
… BASE, 5… OSI, 6…
API, 7 ... OS, 8 ... Terminal, 9 ... Device, 10 ...
Optimization device, 11 ... Branch condition search unit, 12 ... Simulator, 13 ... Used address table storage unit, 14 ... Address division unit 14,
15 ... Block table storage unit, 16 ... New block table creation unit, 17 ... New block table relocation unit, 41 ... D / D,
42 ... GUI, 100 ... Platform,
101 ... Program.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ある1つの基本処理を行なうように構成
された1単位の基本プログラムを複数用意してそれらの
基本プログラムを任意の順序で起動させて所定の処理を
行なわせる一方、任意のハードウェアにおいて使用され
ている既存のプログラムによって所定の処理を行なわせ
る情報処理装置において、 該情報処理装置内の記憶領域のアドレスを複数のブロッ
クに分割し、前記情報処理装置で実行される前記基本プ
ログラムまたは既存のプログラムの処理に必要なアドレ
スを検索して特定し、該特定したアドレスが含まれてい
ない前記ブロックをユーザー使用領域として解放するこ
とを特徴とする情報処理装置の最適化方法。
1. A plurality of one-unit basic programs configured to perform a certain basic process are prepared, the basic programs are activated in an arbitrary order to perform a predetermined process, and an arbitrary hardware is used. In an information processing apparatus that causes an existing program used in hardware to perform a predetermined process, the address of a storage area in the information processing apparatus is divided into a plurality of blocks, and the basic program executed by the information processing apparatus Alternatively, the method of optimizing the information processing apparatus is characterized in that an address necessary for processing an existing program is searched and specified, and the block that does not include the specified address is released as a user use area.
JP4023093A 1993-03-01 1993-03-01 Optimizing method for information processor Pending JPH06250920A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4023093A JPH06250920A (en) 1993-03-01 1993-03-01 Optimizing method for information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4023093A JPH06250920A (en) 1993-03-01 1993-03-01 Optimizing method for information processor

Publications (1)

Publication Number Publication Date
JPH06250920A true JPH06250920A (en) 1994-09-09

Family

ID=12574937

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4023093A Pending JPH06250920A (en) 1993-03-01 1993-03-01 Optimizing method for information processor

Country Status (1)

Country Link
JP (1) JPH06250920A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010117793A (en) * 2008-11-11 2010-05-27 Jfe Steel Corp Computer system and framework management device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010117793A (en) * 2008-11-11 2010-05-27 Jfe Steel Corp Computer system and framework management device

Similar Documents

Publication Publication Date Title
US5859969A (en) Remote installation system and method
JP2724256B2 (en) Computer system
JP3439337B2 (en) Network management system
CN100375047C (en) Management method for computer log
US6148323A (en) System and method for managing the execution of system management
US20070245356A1 (en) Method and apparatus for a support platform
JPH0683649A (en) System and method for common agent computer control
JPH11224196A (en) Remote object access
CN113448837A (en) Development and test environment deployment method, system, electronic device, and medium
JP4336363B2 (en) Business process execution method, business process execution system, and program
JP4265413B2 (en) Policy enforcement system and method for virtual private organization
JPH1127285A (en) Network management system and recording medium
JP2011081579A (en) System operation management method and system for virtual resource in it system virtualization
CN115357198B (en) Mounting method and device of storage volume, storage medium and electronic equipment
JPH06250920A (en) Optimizing method for information processor
CN113672334A (en) Container management method and device
JP6947129B2 (en) Management device and network management method
JPH05324291A (en) Information management device
JPH10177596A (en) Product development project management system and method
JP2001265726A (en) Automated application and procedure capable of performing high speed recovery and rearrangement of computer work load
JPH09160847A (en) Client server-type distribution processing system
JP4060890B2 (en) File system primitives that allow reprocessing of I / O requests by multiple drivers in a hierarchical driver I / O system
JP2970564B2 (en) Mobile agent address management method and mobile agent device
JP2001337858A (en) Duplication data management system
US6032176A (en) Data-independent type computer system: processing machine, data machine and man-machine interface therein