JP2003099256A - Information processor - Google Patents

Information processor

Info

Publication number
JP2003099256A
JP2003099256A JP2001285654A JP2001285654A JP2003099256A JP 2003099256 A JP2003099256 A JP 2003099256A JP 2001285654 A JP2001285654 A JP 2001285654A JP 2001285654 A JP2001285654 A JP 2001285654A JP 2003099256 A JP2003099256 A JP 2003099256A
Authority
JP
Japan
Prior art keywords
control
function execution
execution unit
information processing
control data
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
JP2001285654A
Other languages
Japanese (ja)
Inventor
Masahiko Harada
政彦 原田
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2001285654A priority Critical patent/JP2003099256A/en
Publication of JP2003099256A publication Critical patent/JP2003099256A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processor whose reusability in function execution unit and whose control, modification, and correction are facilitated as well as maintainability and developability. SOLUTION: The respective function execution units 1-1 to 1-6 indicate operations and transfer information through a common API. A control procedure that a control part 2 follows is described as control data and supplied in the form of a text file 6. A text read part 3 reads the control data from the text file 6 and passes them to a text interpretation part 4. The text interpretation part 4 interprets the passed control data sequentially to control the respective function execution units. The control part 2 can locally control the respective function execution units and describe the control data with text data, so that the system can easily be developed and modified and the maintainability can be improved.

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 apparatus in which a plurality of function execution units assigned a specific function or role in a basic control system operate in cooperation with each other. For example, the present invention relates to an information processing device that inputs / processes / outputs data.

【0002】[0002]

【従来の技術】従来、例えばプリンタに代表される画像
処理装置においては、画像データを外部機器から入力
し、画像データを出力機器に適したものに変換処理し、
プリンタエンジンなどの出力機器に出力するという単純
な構成であった。このような従来の画像処理装置では、
データを入力する入力手段、データを変換する処理手
段、出力する出力手段は、それぞれ1つに固定されてお
り、データの流れも単純なため全体の制御も容易であっ
た。
2. Description of the Related Art Conventionally, in an image processing apparatus represented by, for example, a printer, image data is input from an external device, and the image data is converted into a data suitable for an output device,
It had a simple configuration of outputting to an output device such as a printer engine. In such a conventional image processing device,
The input means for inputting the data, the processing means for converting the data, and the output means for outputting are fixed to one respectively, and the flow of the data is simple, so that the whole control was easy.

【0003】図8は、従来の情報処理装置の第1の例を
示す構成図である。この例では、上述のように入力A
と、処理Bと、出力Cが1つずつに固定されている例を
示している。これらがそれぞれ機能実行単位となる。デ
ータは入力A、処理B、出力Cの順に渡される。また、
各機能実行単位間で制御情報などがやりとりされる。こ
のように単純な構成では、各機能実行単位において、そ
れぞれの機能実行単位内での動作を制御する制御手段が
設けられており(各構成の右下に「制御」として図
示)、それぞれの機能実行単位が独立して動作可能に構
成されている。また、それぞれの機能実行単位間でのデ
ータや制御情報のやりとりは、それぞれの構成間ごとに
取り決められていた。
FIG. 8 is a block diagram showing a first example of a conventional information processing apparatus. In this example, input A as described above
The process B and the output C are fixed to one each. These are function execution units, respectively. The data is passed in the order of input A, processing B, and output C. Also,
Control information and the like are exchanged between the function execution units. In such a simple configuration, each function execution unit is provided with control means for controlling the operation in each function execution unit (shown as "control" in the lower right of each configuration), and each function The execution units are configured so that they can operate independently. In addition, the exchange of data and control information between the respective function execution units has been decided for each configuration.

【0004】ところが近年、画像処理装置における多機
能化は目覚ましく、例えば入力手段も外部機器と1対1
で1つの物理的なインタフェースでローカルに接続され
るだけでなく、複数の物理的なインタフェースを持つよ
うになった。具体的にはIEEE1284インタフェー
スのみの接続から、USBおよびIEEE1394イン
タフェースなどが追加されるケースである。また、ロー
カルな接続だけでなく例えばEthernet(登録商
標)等のネットワークに接続するインタフェースを有
し、ネットワークに接続して共有する形態も追加され、
入力手段が複数存在することになった。また処理手段も
様々なデータフォーマットに対応するため、複数の処理
手段を持つようになった。さらに、スキャナやFAXモ
デムを取り込んだ複合機になると、出力先も複数存在す
ることになる。結果的に、全体の制御は通常の処理でさ
え複雑なものになり、エラー対応などの例外処理は機能
の増加に伴い例外事項が増大し、そのための制御が非常
に複雑なものになっている。
In recent years, however, multifunctionalization in image processing apparatuses has been remarkable, and, for example, the input means also has a one-to-one correspondence with external equipment.
In addition to being locally connected with one physical interface, it has multiple physical interfaces. Specifically, this is a case in which a USB, an IEEE 1394 interface and the like are added from the connection of only the IEEE 1284 interface. Further, not only a local connection but also an interface for connecting to a network such as Ethernet (registered trademark) is provided, and a mode of connecting to the network and sharing is added,
There are now multiple input methods. Further, the processing means also has a plurality of processing means in order to support various data formats. Furthermore, in the case of a multi-function peripheral that incorporates a scanner and a fax modem, there will be multiple output destinations. As a result, the overall control becomes complicated even in normal processing, and exception handling such as error handling increases in number of exceptions with the increase in functions, and the control for that is very complicated. .

【0005】図9は、従来の情報処理装置の第2の例を
示す構成図である。この例では、複雑化した装置の例と
して、入力手段として入力Aと入力B、処理手段として
内部処理Cと内部処理Dと内部処理E、出力手段として
出力Fと出力Gなどの機能実行単位が存在する例を示し
ている。データは入力Aあるいは入力Bから入力され、
内部処理C、内部処理D、内部処理Eのいずれかあるい
は複数により処理された後、出力Fあるいは出力Gから
出力される。また、各機能実行単位間で制御情報などが
やりとりされる。
FIG. 9 is a block diagram showing a second example of a conventional information processing apparatus. In this example, as an example of a complicated device, function execution units such as input A and input B as input means, internal processing C and internal processing D and internal processing E as processing means, and output F and output G as output means are provided. An example that exists is shown. Data is input from input A or input B,
After being processed by any one or more of the internal processing C, the internal processing D, and the internal processing E, it is output from the output F or the output G. Also, control information and the like are exchanged between the function execution units.

【0006】このように複雑な構成においても、従来は
各機能実行単位において、それぞれの機能実行単位内で
の動作を制御する制御手段が設けられており(各構成の
右下に「制御」として図示)、それぞれの機能実行単位
が独立した実行単位として動作可能に構成されている。
また、それぞれの機能実行単位は他の機能実行単位と密
接に結合しており、それぞれの構成間でのデータや制御
情報のやりとりは、それぞれの構成間ごとに取り決めら
れていた。
Even in such a complicated structure, conventionally, in each function execution unit, a control means for controlling the operation in each function execution unit is provided (in the lower right of each structure, "control" is provided). (Illustration), each function execution unit is configured to be operable as an independent execution unit.
In addition, each function execution unit is closely coupled to another function execution unit, and the exchange of data and control information between the respective structures has been determined for each structure.

【0007】図8、図9に示すような各構成毎に制御手
段を設けた制御方式では、動的な制御が各機能実行単位
に散在しているため、各機能実行単位毎に同様な内容の
制御を重複して実装していることになる。このため実装
量の増加を招き、保守性を下げる原因となっている。ま
た、一部を変更しようとした場合に、その変更作業に多
くの工数がかかり、また、他の機能実行単位の動作に矛
盾が無いことを検証するにも多くの工数がかかることに
なる。更に、動作中に不具合が生じた場合も、制御がそ
れぞれの機能実行単位に散在しているため、原因の特定
が困難である。結果的に必要以上に構造が複雑になり、
新たな機能の追加や機能の変更などが極めて困難な、柔
軟性の低いシステムになってしまっていた。
In the control system in which the control means is provided for each configuration as shown in FIGS. 8 and 9, since the dynamic control is scattered in each function execution unit, the same contents are set for each function execution unit. It means that the control of is implemented redundantly. Therefore, this leads to an increase in the mounting amount, which causes a decrease in maintainability. Further, when a part of the function is changed, it takes a lot of man-hours for the changing work, and it also takes a lot of man-hours to verify that there is no contradiction in the operation of other function execution units. Further, even when a malfunction occurs during operation, it is difficult to identify the cause because the control is scattered in each function execution unit. As a result, the structure becomes more complicated than necessary,
The system had become inflexible, making it extremely difficult to add new functions or change functions.

【0008】図10は、従来の情報処理装置の第3の例
を示す構成図である。図中、21はデータ入力コンポー
ネント、22は内部処理コンポーネント、23はデータ
出力コンポーネント、24は制御部である。上述のよう
な問題を解決するため、制御部24を局所的に設け、各
機能実行単位毎に設けていた制御部分を集中させること
も考えられる。例えば図10に示した構成では、図8に
示したような簡単なシステムにおいて、データ入力コン
ポーネント21、内部処理コンポーネント22、データ
出力コンポーネント23などの機能実行単位を、一括し
て制御部24で制御するように構成している。
FIG. 10 is a block diagram showing a third example of a conventional information processing apparatus. In the figure, 21 is a data input component, 22 is an internal processing component, 23 is a data output component, and 24 is a control unit. In order to solve the above-mentioned problem, it is possible to locally provide the control unit 24 and concentrate the control unit provided for each function execution unit. For example, in the configuration shown in FIG. 10, in the simple system as shown in FIG. 8, the control unit 24 collectively controls the function execution units such as the data input component 21, the internal processing component 22, and the data output component 23. It is configured to do.

【0009】この場合、それぞれの機能実行単位間にお
いて行っていた制御は制御部24に集約され、実装量の
減少を図ることができる。また、制御手順の変更や修正
の際には、制御部24を変更あるいは修正すればよい。
さらに、制御部24が各機能実行単位を制御することに
なるので、上述の例のようにある機能実行単位の制御部
分を修正したことによって、その影響が間接的に広が
り、動作しないあるいは動作が不安定になるといったこ
とはなくなる。
In this case, the control performed between the respective function execution units is integrated in the control unit 24, and the mounting amount can be reduced. Further, when changing or modifying the control procedure, the control unit 24 may be modified or modified.
Further, since the control unit 24 controls each function execution unit, the effect is indirectly spread by modifying the control part of a certain function execution unit as in the above example, and the operation is not performed or the operation is not performed. It will not become unstable.

【0010】しかし、制御手順は「シーケンスモジュー
ル」として図示したように、制御部24内において保持
され、あるいは制御部24の動作手順としてプログラミ
ングされている。また、全ての制御が制御部24に集約
されているため、制御手順は複雑なものとなる。従っ
て、制御手順の変更や修正の作業の際には制御部24の
動作をすべて把握していなければ変更や修正などを行う
ことができない。また、制御手順の変更や修正を行う毎
に制御部24の全体を再構築する必要がある。そのた
め、図10に示したように制御部24を局所化した構成
においても、制御手順の変更や修正は容易ではなかっ
た。
However, the control procedure is held in the control section 24 or programmed as the operation procedure of the control section 24, as shown as a "sequence module". Further, since all the controls are integrated in the control unit 24, the control procedure becomes complicated. Therefore, when the control procedure is changed or modified, the change or modification cannot be performed unless all the operations of the control unit 24 are grasped. In addition, it is necessary to reconstruct the entire control unit 24 every time the control procedure is changed or modified. Therefore, even in the configuration in which the control unit 24 is localized as shown in FIG. 10, it is not easy to change or modify the control procedure.

【0011】近年、オブジェクト指向方法論を基にした
アプローチが幾つか行われている。具体的には、Eri
ch Gamma, Richard Helm, R
alph Johnson, John Vissid
es著「オブジェクト指向における再利用のためのデザ
インパターン」で規定した幾つかのパターンのうち、
“Mediator pattern”がそれで、オブ
ジェクトの振る舞いを制御するモジュールを局所化する
ことにより、機能実行単位と制御部分との通信体系を共
通化でき、機能実行単位の再利用性を高めることができ
る。
In recent years, several approaches based on object-oriented methodologies have been taken. Specifically, Eri
ch Gamma, Richard Helm, R
alph Johnson, John Vissid
Of some patterns defined in es "Design patterns for reuse in object-oriented",
The "Mediator pattern" is used to localize the module that controls the behavior of the object, so that the communication system between the function execution unit and the control part can be made common and the reusability of the function execution unit can be improved.

【0012】図11は、Mediator patte
rnのオブジェクト構造の説明図である。“Media
tor pattern”では、制御部を定めた基底ク
ラスである抽象オブジェクトMediator及び機能
実行単位を定めた規定クラスである抽象オブジェクトC
olleagueを定義し、抽象オブジェクトMedi
atorを継承して具象化したオブジェクトConcr
eteMediatorから、抽象オブジェクトCol
leagueを継承して具象化したオブジェクトCon
creteColleague1,2などに対してメッ
セージを送信することによって処理を進行させ、全体の
制御を行う。
FIG. 11 shows a Mediator pattern.
It is explanatory drawing of the object structure of rn. "Media
"tor pattern" is an abstract object Mediator that is a base class that defines a control unit and an abstract object C that is a defined class that defines a function execution unit.
Defines an olleague and creates an abstract object Medi
A concrete object Concr that inherits attor
From eteMediator, abstract object Col
A concrete object Con that inherits "league"
The process is advanced by sending a message to the createColleagues 1, 2, etc., and the entire control is performed.

【0013】例えば特開平10−254702号公報に
は、ネットワーク分散システムの全体の制御にこの“M
ediator pattern”を適用する旨が記載
されている。また、特開平6−214690号公報に
は、スクリプトを解釈し、記述内容に応じて情報を処理
する装置が記載されている。
For example, Japanese Unexamined Patent Publication No. 10-254702 discloses that the "M
It is described that "editor pattern" is applied. Further, Japanese Patent Laid-Open No. 6-214690 describes an apparatus that interprets a script and processes information according to the description content.

【0014】図12は、従来の情報処理装置の第4の例
を示す構成図である。上述のような局所的な制御を行う
ことによって、例えば図9に示した複雑な構成でも、図
12に示すように簡単な構成で実現することが可能であ
る。図12においては、全体制御部Hを設け、それぞれ
の機能実行単位は全体制御部Hによって起動停止及び情
報の授受を行うように構成している。
FIG. 12 is a block diagram showing a fourth example of the conventional information processing apparatus. By performing the local control as described above, for example, even the complicated configuration shown in FIG. 9 can be realized with a simple configuration as shown in FIG. In FIG. 12, an overall control unit H is provided, and each function execution unit is configured such that the overall control unit H carries out activation / shutdown and exchange of information.

【0015】しかし、上述のような技術の導入をもって
しても、全体の制御の変更における簡便性が欠けるとい
う点が残る。具体的には“Mediator patt
ern”で定めたConcrete Mediator
が全体の制御を管理していても、制御の記述は、一般に
は、他のオブジェクトと同じプログラミング言語(例え
ばC/C++やJava(登録商標)等)によるコード
として記述され、開発環境によりコンパイル及びリンク
などの手順を踏む必要がある。
However, even with the introduction of the above-mentioned technique, there remains a point that the convenience of changing the overall control is lacking. Specifically, "Mediator Patt
Concrete Mediator defined by "ern"
Even if manages the whole control, the description of the control is generally described as a code in the same programming language (for example, C / C ++ or Java (registered trademark)) as other objects, and is compiled and compiled by the development environment. It is necessary to take steps such as linking.

【0016】実装直後のデバッグの段階では、制御手順
そのものの品質が低く、頻繁に制御手順を変更及び修正
するケースが十分考えられる。またリリース後も、新た
な機能の追加や機能の入れ替え等により制御の変更が生
じるケースがある。上述のような従来の技術では制御手
順の変更のたびに、プログラム言語で記述された制御文
を変更し、コンパイル及びリンク等を行う必要があり、
これは開発効率の阻害要因にもなる。
At the stage of debugging immediately after implementation, it is sufficiently possible that the quality of the control procedure itself is low and the control procedure is frequently changed and modified. Even after the release, control may be changed due to addition of new functions or replacement of functions. In the conventional technique as described above, it is necessary to change the control statement described in the programming language and compile and link each time the control procedure is changed.
This also hinders development efficiency.

【0017】また、制御を局所化するということは、そ
の制御部分が局所的に複雑なものになり、通常のプログ
ラム言語では、制御を理解して保守を行ってゆく上にお
いて困難な作業となる。また全体の制御を局所化して
も、機能実行単位に渡すパラメータを静的に決定してし
まうと、機器のパラメータ変更時や移植時に工数が増大
し、機能実行単位としての再利用性が上がらないという
問題もあった。
Further, localizing the control makes the control part locally complicated, and in a normal programming language, it becomes a difficult task in understanding and maintaining the control. . Even if the overall control is localized, if the parameters to be passed to the function execution unit are statically determined, the man-hour will increase when the device parameters are changed or ported, and the reusability as a function execution unit will not increase. There was also a problem.

【0018】[0018]

【発明が解決しようとする課題】本発明は、上述した事
情に鑑みてなされたもので、機能実行単位の再利用性を
高めるとともに、その制御や変更及び修正を容易に行う
ことができ、開発の容易性とともに保守性を向上させた
情報処理装置を提供することを目的とするものである。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned circumstances, and improves the reusability of a function execution unit, and can easily control, change, and modify the function. It is an object of the present invention to provide an information processing apparatus that has improved ease of maintenance and maintainability.

【0019】[0019]

【課題を解決するための手段】本発明は、OSなどの基
本制御システム上に、それぞれが特定の機能を担当する
複数の機能実行手段と、それらの機能実行手段の動作を
制御する局所化された制御手段を設けた情報処理装置で
あって、各機能実行単位を動作させて一連の処理を実行
させる制御を行うための手順と、必要に応じて各機能実
行単位に渡すパラメータを記述した制御データを用意
し、この制御データを制御手段に読み込ませることによ
って、全体の処理を実行させるものである。制御手段で
は、制御データ読み込み手段で制御データを読み込み、
読み込んだ制御データを解釈手段で解釈する。解釈の結
果、機能実行単位を起動あるいは終了させたり情報の授
受を行う場合には、指示体系処理手段を通じて、共通化
された呼び出し指示体系に従って機能実行単位を動作さ
せ、また共通化された情報フォーマットを用いて情報の
授受を行う。このようにして制御手段は、制御データに
従って必要な機能実行単位を動作させ、情報の授受を行
うことにより、全体の処理動作を実行、制御することが
できる。
According to the present invention, on a basic control system such as an OS, a plurality of function executing means each responsible for a specific function and a localized control means for controlling the operation of these function executing means are provided. An information processing apparatus provided with the control means, in which a procedure for performing control for operating each function execution unit to execute a series of processing, and a control describing a parameter to be passed to each function execution unit as necessary Data is prepared and the control data is read by the control means to execute the entire processing. In the control means, the control data is read in by the control data reading means,
The read control data is interpreted by the interpreting means. When the function execution unit is activated or terminated or information is exchanged as a result of the interpretation, the function execution unit is operated according to the common call instruction system through the instruction system processing means, and the common information format is used. Use to exchange information. In this way, the control means can execute and control the entire processing operation by operating the necessary function execution units according to the control data and exchanging information.

【0020】このように本発明では、全体の制御を局所
化しているので、従来のように各機能実行単位間での複
雑な制御を単純化して、制御の開発、変更及び修正、保
守などの容易性を向上することができる。また各機能実
行単位においても、他の機能実行単位や制御手段との関
係を考慮せず、純粋に機能のみを実装することができ、
機能実行単位の再利用性を高め、全体の実装量を削減す
ることができる。
As described above, according to the present invention, since the entire control is localized, the complicated control between the respective function execution units is simplified as in the conventional case, and control development, change and modification, maintenance, etc. are performed. The ease can be improved. Also, in each function execution unit, it is possible to implement only a pure function without considering the relationship with other function execution units and control means.
It is possible to improve the reusability of function execution units and reduce the overall implementation amount.

【0021】また、全体の制御を制御データとして記述
して制御手段に読み込ませるので、例えばOSなどの基
本制御システムが変更された場合でも、容易に対応する
ことができる。さらに、制御手順の開発、変更及び修正
の際には制御データを変更すればよく、制御手段の改変
を伴わないため、開発中や機能の追加、変更にも容易に
対応することができ、工数を低減することができる。
Further, since the entire control is described as control data and read by the control means, it is possible to easily cope with a change in the basic control system such as the OS. Furthermore, when developing, changing or modifying the control procedure, it is sufficient to change the control data, and since the control means is not modified, it is possible to easily cope with the development or addition or change of functions. Can be reduced.

【0022】また本発明では、制御手段の構成として、
機能実行単位に対して動作の指示を行う際に、機能実行
単位に対して応答を通知するまでの許容時間を許容時間
通知手段から通知し、応答が返って来るまでの時間を許
容時間計測手段で計測する。そして、許容時間内に応答
が返ってこなかった場合には例外処理手段で例外処理を
実行する。このように、許容時間を設定し、許容時間の
超過を監視する機構を取り入れたことにより、リアルタ
イム性が要求されるような時間制限の厳しい場合におけ
る制御を容易に行うことができるようになる。
Further, according to the present invention, as the constitution of the control means,
When instructing an operation to the function execution unit, the allowable time until the response is notified to the function execution unit is notified from the allowable time notifying means, and the time until the response is returned is the allowable time measuring means. Measure with. Then, when the response is not returned within the allowable time, the exception handling means executes the exception handling. In this way, by incorporating the mechanism for setting the allowable time and monitoring the excess of the allowable time, it becomes possible to easily perform the control in the case where the time limit is severe such that real-time property is required.

【0023】[0023]

【発明の実施の形態】図1は、本発明の情報処理装置の
第1の実施の形態を示すブロック図、図2は、同じく情
報及び制御の流れの一例の説明図である。図中、1−1
〜1−6は機能実行単位、2は制御部、3はテキスト読
み込み部、4はテキスト解釈部、5は実行API処理
部、6はテキストファイルである。図1に示す例では、
インタフェースを介して情報を受け取ってプリント出力
するプリンタの画像処理装置に本発明の情報処理装置を
適用した例を示している。画像処理装置は、例えばEt
hernet(登録商標)/IEEE1284/USB
/FAXモデム受信部/スキャナ読み込み部等の物理的
なインタフェースを利用して外部から画像データを入力
し、プリンタエンジン部やFAXモデム送信部などに画
像データを出力する。これら入出力を処理するための複
数の機能実行単位が適当な分担を持ち、それぞれが独立
している。また画像処理装置の内部では、入力した画像
データを処理するための様々な機能(パース処理/PD
L処理/色変換処理/圧縮・伸張処理等)が各機能分担
毎に機能実行単位として独立している。
1 is a block diagram showing a first embodiment of an information processing apparatus of the present invention, and FIG. 2 is an explanatory view of an example of information and control flow. 1-1 in the figure
1 to 6 are function execution units, 2 is a control unit, 3 is a text reading unit, 4 is a text interpretation unit, 5 is an execution API processing unit, and 6 is a text file. In the example shown in FIG.
An example is shown in which the information processing apparatus of the present invention is applied to an image processing apparatus of a printer that receives information via an interface and prints it out. The image processing device is, for example, Et.
hernet (registered trademark) / IEEE1284 / USB
/ FAX modem receiving section / scanner reading section is used to input image data from the outside, and the image data is output to the printer engine section, FAX modem transmission section, and the like. A plurality of function execution units for processing these inputs and outputs have an appropriate division, and each is independent. Further, inside the image processing apparatus, various functions (parse processing / PD
L processing / color conversion processing / compression / expansion processing, etc.) are independent as function execution units for each function allocation.

【0024】図1では、PostScript(登録商
標)などに代表されるPDL(Page Descri
ption Language)に対応したネットワー
クプリンタを想定し、受信データはPDLの規約に従っ
て記述されているものとしている。このような画像処理
装置を実現するための機能実行単位として、図1に示す
例では、入力コンポーネント1−1、パース処理コンポ
ーネント1−2、PDL処理コンポーネント1−3、色
変換処理コンポーネント1−4、圧縮/伸張コンポーネ
ント1−5、プリンタ出力コンポーネント1−6を有し
ているものとして図示している。なお、以下の説明にお
いてそれぞれを区別しなくてよい場合には、これらを機
能実行単位1として示すことにする。
In FIG. 1, a PDL (Page Description) represented by PostScript (registered trademark) or the like is used.
It is assumed that the received data is described according to the PDL standard, assuming a network printer compatible with the PDL (Language Option). As a function execution unit for realizing such an image processing apparatus, in the example shown in FIG. 1, an input component 1-1, a perspective processing component 1-2, a PDL processing component 1-3, and a color conversion processing component 1-4. , A compression / decompression component 1-5, and a printer output component 1-6. In the following description, when it is not necessary to distinguish between them, they are shown as the function execution unit 1.

【0025】上述のように、機能実行単位である入力コ
ンポーネント1−1、パース処理コンポーネント1−
2、PDL処理コンポーネント1−3、色変換処理コン
ポーネント1−4、圧縮/伸張コンポーネント1−5、
プリンタ出力コンポーネント1−6は、上述のようにそ
れぞれ独立しており、図2に示すように、それぞれが制
御部2との間で動作の指示や情報の授受を行うことにな
る。また、これらの機能実行単位1を制御するための制
御データがテキストファイル6として制御部2に入力さ
れる。
As described above, the input component 1-1, which is the function execution unit, and the parse processing component 1-
2, PDL processing component 1-3, color conversion processing component 1-4, compression / expansion component 1-5,
The printer output components 1-6 are independent of each other as described above, and as shown in FIG. 2, each of them performs operation instructions and exchange of information with the control unit 2. Further, control data for controlling these function execution units 1 is input to the control unit 2 as a text file 6.

【0026】制御部2は、これら複数の機能実行単位1
を制御するために局所的に設けられたものであり、それ
ぞれの機能実行単位1に対する起動や停止などを指示し
て機能実行単位1を動作させるとともに、それぞれの機
能実行単位1との間で情報の授受を行う。このような機
能実行単位1との間でのやりとりを行うため、各機能実
行単位1と制御部2との間で、共通化された指示体系
(以下、APIと呼ぶ)を定義し、利用している。図3
は、APIを実現するオブジェクト構造の一例の説明図
である。例えばAPIは、図3に示すように、APIを
定めた基底クラスである抽象コンポーネント(Abst
ract Component)を定義し、機能実行単
位1では、この抽象コンポーネントを継承して具象化
(Concrete Component)したコンポ
ーネントを用いることによって、共通定義したAPIを
利用することができる。
The control unit 2 controls the plurality of function execution units 1
Is provided locally to control the function execution unit 1, and the function execution unit 1 is operated by instructing start and stop of each function execution unit 1 and information is exchanged with each function execution unit 1. Give and receive. In order to exchange with such a function execution unit 1, a common instruction system (hereinafter referred to as API) is defined and used between each function execution unit 1 and the control unit 2. ing. Figure 3
FIG. 3 is an explanatory diagram of an example of an object structure that realizes an API. For example, as shown in FIG. 3, the API is an abstract component (Abst) that is a base class that defines the API.
rac Component) is defined, and the function execution unit 1 can use a commonly defined API by using a component that is a concrete component that inherits this abstract component.

【0027】制御部2は、テキスト読み込み部3、テキ
スト解釈部4、実行API処理部5などを有している。
テキスト読み込み部5は、外部のテキストファイルより
制御データを読み込む。制御データは、それぞれの機能
実行単位1の動的な動作手順を、状態遷移による制御手
順として所定のシーケンス記述言語に基づいて記述した
ものである。制御データには、複数の制御手順を階層的
に記述したり、他の制御データを呼び出すような記述、
実行を指示した機能実行単位1における機能の実行結果
あるいは中間報告を受けて、その実行結果や中間報告の
内容を評価する旨の記述が可能である。また制御データ
には、機能実行単位1や制御部2に渡すパラメータを記
述しておくことができる。なお、ここでは制御データは
テキストデータであるものとし、テキストファイル6と
して入力されるものとする。もちろん、テキストデータ
に限らず、所定の形式に変換された中間コードのような
データであってもかまわないが、制御手順などの修正や
変更、保守の際に作業者が容易に変更できることが望ま
しい。
The control unit 2 has a text reading unit 3, a text interpretation unit 4, an execution API processing unit 5, and the like.
The text reading unit 5 reads control data from an external text file. The control data describes the dynamic operation procedure of each function execution unit 1 as a control procedure by state transition based on a predetermined sequence description language. In the control data, a description that hierarchically describes multiple control procedures or calls other control data,
It is possible to describe that the execution result of the function in the function execution unit 1 instructed to execute or the intermediate report is received, and the content of the execution result or the intermediate report is evaluated. Further, in the control data, parameters to be passed to the function execution unit 1 or the control unit 2 can be described. It is assumed that the control data is text data and is input as the text file 6 here. Of course, the data is not limited to text data, and may be data such as an intermediate code converted into a predetermined format, but it is desirable that the operator can easily change it when modifying or changing the control procedure or the maintenance. .

【0028】テキスト解釈部4は、テキスト読み込み部
3で読み込んだ制御データを逐次解釈し、例えば動作を
制御すべき機能実行単位を特定したり、機能実行単位に
対する指示を特定するなどの処理を行う。このテキスト
解釈部4は、制御データを逐次解釈して実行するインタ
プリタ的な動作を行う。なお、テキスト解釈部4は複数
の制御データを並列的に解釈可能に構成することができ
る。
The text interpretation unit 4 sequentially interprets the control data read by the text reading unit 3 and performs processing such as specifying a function execution unit for controlling an operation and specifying an instruction for the function execution unit. . The text interpretation unit 4 performs an interpreter-like operation of sequentially interpreting and executing control data. The text interpretation unit 4 can be configured to interpret a plurality of control data in parallel.

【0029】実行API処理部5は、テキスト解釈部4
における制御データの解釈結果に従って、共通化された
APIを用いて機能実行単位1に対して起動/停止を含
む動作の指示を行うとともに、共通化された情報フォー
マットを用いて機能実行単位1との間で情報の授受を行
う。
The execution API processing unit 5 includes a text interpretation unit 4
In accordance with the interpretation result of the control data in step 1, the common API is used to instruct the function execution unit 1 to perform an operation including start / stop, and the common information format is used to communicate with the function execution unit 1. Information is exchanged between them.

【0030】次に、本発明の情報処理装置の第1の実施
の形態における動作の一例について説明する。基本的に
は、制御部2のテキスト読み込み部3がテキストファイ
ル中の制御データの記述を読み込み、読み込んだ制御デ
ータをテキスト解釈部4で解釈して、その内容に従って
指示された機能実行単位1を動作させてゆく動作を繰り
返してゆくことになる。以下の説明では、具体例を用い
て制御データに基づく制御の内容について説明してゆ
く。
Next, an example of the operation in the first embodiment of the information processing system of the invention will be described. Basically, the text reading unit 3 of the control unit 2 reads the description of the control data in the text file, the read control data is interpreted by the text interpretation unit 4, and the function execution unit 1 instructed according to the contents is read. You will have to repeat the action of moving it. In the following description, the content of control based on control data will be described using a specific example.

【0031】図4は、本発明の情報処理装置の第1の実
施の形態における動作の具体例を説明するためのステー
トチャートである。情報処理装置の電源が投入される
と、制御部2は、テキスト読み込み部3を用いて、制御
データが記述されているテキストファイル6を読み込
み、テキスト解釈部4を用いて制御データの記述内容及
びパラメータを逐次解釈する。ここでは電源投入後、最
初に読み込むテキストファイルのファイル名を“roo
t.seq”(図1参照)と定めている。すなわち、電
源投入とともにテキストファイル“root.seq”
を読み込んで、その先頭から解釈を行ってゆくことにな
る。
FIG. 4 is a state chart for explaining a specific example of the operation in the first embodiment of the information processing system of the invention. When the information processing apparatus is powered on, the control unit 2 uses the text reading unit 3 to read the text file 6 in which the control data is described, and the text interpretation unit 4 to read the description contents of the control data and Interpret the parameters sequentially. Here, after turning on the power, the file name of the text file to be read first is "roo
t. seq ”(see FIG. 1). That is, the text file“ root. seq "
Will be read, and the interpretation will be performed from the beginning.

【0032】このテキストファイル“root.se
q”の制御手順を図4の上部にrootシーケンスとし
て示している。概略を説明すると、電源投入とともにス
テートはStartからState1に遷移し、各機能
実行単位1の初期化を行う。初期化が完了したら、St
ate2に遷移し、外部機器からの入力(connec
t)を待つ。外部機器からの入力があると、State
3に遷移し、外部機器から入力される情報を受信する
(read)。受信が完了したら、次の情報の受信に備
えてState2に遷移するとともに、printシー
ケンスを起動する。printシーケンスは、受け取っ
た情報をプリント出力するための制御手順であり、個々
ではテキストファイル“print.seq”(図1参
照)によって与えられているものとする。
This text file "root.se"
The control procedure of "q" is shown in the upper part of Fig. 4 as a root sequence. In brief, the state transits from Start to State1 upon power-on, and each function execution unit 1 is initialized. Then St
transition to ate2 and input from external device (connec
Wait t). If there is an input from an external device, the State
The process transitions to 3 and receives the information input from the external device (read). When the reception is completed, the state transitions to State 2 in preparation for the reception of the next information, and the print sequence is activated. The print sequence is a control procedure for printing out the received information, and is individually given by the text file "print.seq" (see FIG. 1).

【0033】ここまでの動作を、制御データの具体例を
用いながら説明する。図5は、本発明の情報処理装置の
第1の実施の形態における制御データの具体例の説明図
である。図5には、テキストファイル“root.se
q”の内容(制御データ)を示している。図中、“/
*”と“*/”で囲まれた記述、および、“//”で始
まる行はコメント文である。また、各行の先頭には、説
明のため、それぞれの行を識別する一連番号を付してあ
る。この一連番号は制御データには含まれなくてよい。
The operation up to this point will be described using a specific example of control data. FIG. 5 is an explanatory diagram of a specific example of control data in the first embodiment of the information processing system of the invention. In FIG. 5, the text file “root.se” is displayed.
The contents (control data) of "q" are shown.
The description enclosed by * and “* /” and the line beginning with “//” are comment statements.For the sake of explanation, a serial number for identifying each line is added to the beginning of each line. This serial number need not be included in the control data.

【0034】制御部2のテキスト読み込み部3が図5に
示すテキストファイル“root.seq”を読み込
み、テキスト解釈部4において、このテキストファイル
の先頭から逐次解釈を行う。ここでは先頭部分(6、
7、10〜12、15、16行目)に記述されているパ
ラメータを記憶する。6,7行目のパラメータは制御部
2に対するものであり、10〜12行目のパラメータは
入力コンポーネント1−1に、15,16行目のパラメ
ータはプリンタ出力コンポーネント1−6に対するもの
である。
The text reading unit 3 of the control unit 2 reads the text file "root.seq" shown in FIG. 5, and the text interpretation unit 4 sequentially interprets the text file from the beginning. Here, the first part (6,
The parameters described in lines 7, 10 to 12, 15, and 16) are stored. The parameters on the 6th and 7th lines are for the control unit 2, the parameters on the 10th to 12th lines are for the input component 1-1, and the parameters on the 15th and 16th lines are for the printer output component 1-6.

【0035】次に20行目以降に記述されているシーケ
ンス制御を開始する。この例におけるシーケンス記述で
は、18行目のコメントに記すとおり、最初の“:”ま
での記述がステート名、次の“:”までの記述が入力条
件、次の“:”までの記述が出力条件、最後の“;”ま
での記述が次に遷移するステート名となっている。
Next, the sequence control described in the 20th and subsequent lines is started. In the sequence description in this example, as described in the comment on the 18th line, the description up to the first “:” is the state name, the description up to the next “:” is the input condition, and the description up to the next “:” is output. The condition and the description up to the last ";" are the state names for the next transition.

【0036】20行目のINITステートはシーケンス
記述言語における予約語で、必ずこのステートから開始
すると規定する。この行では、入力条件は無く、出力条
件として図1に‘A’として示す入力コンポーネント1
−1の初期化機能の実行を指示するAPIである処理I
nitialize()を呼び出している。処理Ini
tialize()はシーケンス記述言語で定めた機能
実行単位の初期化のための共通化されたAPIである。
The INIT state on the 20th line is a reserved word in the sequence description language and is specified to always start from this state. In this line, there is no input condition, and the input component 1 shown as “A” in FIG.
Process I, which is an API for instructing execution of the initialization function of -1
call to initialize (). Processing Ini
tialize () is a common API for initializing the function execution unit defined by the sequence description language.

【0037】テキスト読み込み部3が文字列“A.In
itialize()”を読み込み、その文字列をテキ
スト解釈部4に渡すと、テキスト解釈部4は受け取った
文字列“A.Initialize()”を字句解析
し、指示を出すべき機能実行単位として入力コンポーネ
ント1−1を特定し、また指示すべき機能として初期化
の処理Initialize()であることを特定す
る。この指示は、実行API処理部5を通じて入力コン
ポーネント1−1へ通知される。そして、次のステート
である21行目のI1ステートに遷移する。
The text reading unit 3 displays the character string "A.In.
When the character string “A.ize ()” is read and the character string is passed to the text interpretation unit 4, the text interpretation unit 4 receives the received character string “A. Initialize () "is lexically analyzed, the input component 1-1 is specified as the function execution unit to be instructed, and the initialization process Initialize () is specified as the function to be instructed. The input component 1-1 is notified through the execution API processing unit 5. Then, the state transits to the I1 state of the 21st line which is the next state.

【0038】I1ステートでは、入力コンポーネント1
−1における初期化機能の処理Initializ
e()の戻りを待ち、戻り値を評価する。入力コンポー
ネント1−1が初期化を完了して制御部2に戻り値を通
知すると、実行API処理部5は、どの機能実行単位か
ら戻り値の通知を受けたかを特定し(この例では入力コ
ンポーネント1−1)、テキスト解釈部4に対して機能
実行単位を特定する情報と戻り値の情報を渡す。戻り値
が0なら出力条件に記述してある通り、パース処理コン
ポーネント1−2の初期化機能である処理Initia
lize()を呼び、22行目のI2ステートに遷移す
る。なお、戻り値が0でないならば、40行目のエラー
処理に移り、EXITステートに遷移して終了処理を行
う。
In the I1 state, the input component 1
Initialization function processing in -1 Initialize
Wait for the return of e () and evaluate the return value. When the input component 1-1 completes initialization and notifies the control unit 2 of the return value, the execution API processing unit 5 identifies from which function execution unit the return value is notified (in this example, the input component 1-1) The information for specifying the function execution unit and the information of the return value are passed to the text interpretation unit 4. If the return value is 0, as described in the output condition, the process Initia which is the initialization function of the purse process component 1-2.
call size (), and transit to the I2 state on the 22nd line. If the return value is not 0, the error process in the 40th line is performed, the process is shifted to the EXIT state, and the termination process is performed.

【0039】以下同様にして、各機能実行単位における
初期化機能の処理Initialize()を呼び出
し、戻り値を評価して、戻り値が0なら次の機能実行単
位の初期化処理に移るという動作を繰り返す。そして、
26行目のI6ステートにおいて、プリンタ出力コンポ
ーネント1−6における初期化機能からの戻り値が0で
あれば、次のステートとしてCONNECTステートに
遷移する。なお、戻り値が0でないならば、41〜45
行目のエラー処理に移り、EXITステートに遷移して
終了処理を行う。
In the same manner, the process Initialize () of the initialization function in each function execution unit is called, the return value is evaluated, and if the return value is 0, the process proceeds to the initialization process of the next function execution unit. repeat. And
In the I6 state of the 26th line, if the return value from the initialization function in the printer output component 1-6 is 0, the state transits to the CONNECT state as the next state. Note that if the return value is not 0, it is 41 to 45.
The process moves to the error processing on the line, transitions to the EXIT state, and performs termination processing.

【0040】初期化が終了してCONNECTステート
に遷移すると、29行目の記述において、入力コンポー
ネント1−1に対して外部機器からの接続待ち機能の処
理connect()を呼び出し、WAITステートに
遷移して外部機器からの接続を待つ。WAITステート
は32〜35行目に3つ存在するが、このうちの入力条
件が真になった行の出力条件が実行され、次のステート
(ここでは再びWAITステート)に遷移する。
When initialization is completed and the state transits to the CONNECT state, in the description of the 29th line, the process connect () of the connection waiting function from the external device is called to the input component 1-1, and the state transits to the WAIT state. Wait for connection from external device. Although there are three WAIT states in the 32nd to 35th lines, the output condition of the line in which the input condition becomes true is executed, and the state transits to the next state (here, the WAIT state again).

【0041】外部機器から印刷すべき情報を送信するた
めの接続要求があると、処理connect()の戻り
値が0となり、32行目の入力条件が真になる。従って
32行目の出力条件が実行され、外部機器からの受信デ
ータの読み込み機能の処理read()を呼び出す。こ
こで処理read()に引数“$0”を渡しているが、
これは先の入力条件“A.connect()”の戻り
値以外に情報の受け渡しをしていることを意味する。処
理connect()が戻り値以外に呼び出し側に情報
を渡す場合、制御部2に対してAPIで定めた方法で引
数を渡す。例えば“SystemSetArg(ar
g)”等のAPIを定義し、これを処理connect
()の実装コード中で接続先が特定できた時点で呼び出
せばよい。ここでは具体的には接続先を識別するユニー
クな番号、例えばSocket File Descr
iptor(fd)などが処理connect()と処
理read()でやりとりされる。これにより接続が複
数ある場合でも処理read()は接続先を特定するこ
とができる。
When there is a connection request for transmitting the information to be printed from the external device, the return value of the process connect () becomes 0, and the input condition on the 32nd line becomes true. Therefore, the output condition of the 32nd line is executed and the process read () of the function of reading the received data from the external device is called. Here, the argument "$ 0" is passed to the process read (),
This means that information other than the return value of the previous input condition "A.connect ()" is passed. When the process connect () passes information to the calling side in addition to the return value, the argument is passed to the control unit 2 by the method defined by the API. For example, "SystemSetArg (ar
g) ”etc. API is defined and this is processed connect
It can be called when the connection destination can be specified in the implementation code of (). Here, specifically, a unique number for identifying the connection destination, for example, Socket File Descr
iptor (fd) and the like are exchanged between the process connect () and the process read (). This allows the process read () to specify the connection destination even when there are multiple connections.

【0042】データの受信が正常終了すれば、35行目
の入力条件が真になり、再びWAITステートで待つ。
このループを繰り返すことにより、ネットワークプリン
タの受信動作を制御することができる。なお、処理co
nnect()において何らかの異常が発生し、戻り値
が0でない場合には、46行目のエラー処理に移り、E
XITステートに遷移して終了処理を行う。
When the data reception is normally completed, the input condition of the 35th line becomes true, and the WAIT state is awaited again.
By repeating this loop, the receiving operation of the network printer can be controlled. Note that the process co
If some kind of abnormality occurs in nnect () and the return value is not 0, move to error processing on line 46 and return to E
Transition to the XIT state and end processing is performed.

【0043】入力コンポーネント1−1が読み込み処理
中に次の接続要求を受け付けることが可能なら、中間報
告のためのインタフェースである#Ready()を制
御部2に渡す。すると33行目の入力条件が真になるの
で、出力として33行目および34行目の出力条件を実
行する。ここでは2行に分かれているが、“Self.
Spawn(”print.seq”,$0,$1),
A.connect()”という記述は“,”で分か
れた左右の出力式を左から順次実行することを意味す
る。まず“Self.Spawn(”print.se
q”,$0,$1)”は、別のテキストファイルである
“print.seq”を読み込んでシーケンスを起動
する。この場合、“root.seq”が親シーケンス
で“print.seq”が子シーケンスになる。シー
ケンスを例えばスレッドとして実行し、基本制御システ
ム(具体的にはOS)がマルチタスクやマルチスレッド
のような並列実行機能を備えていれば、それらの機能を
利用して複数のシーケンスを並列に実行することができ
る。そして親スレッド自身は34行目で処理conne
ct()を呼び出し、次の入力を待つ。こうすることに
より、印刷すべき情報を内部で処理している間であって
も、次の印刷すべき情報を受信することができる。
If the input component 1-1 can accept the next connection request during the reading process, it passes #Ready () which is an interface for the intermediate report to the control unit 2. Then, since the input condition on the 33rd line becomes true, the output conditions on the 33rd and 34th lines are executed as outputs. Although it is divided into two lines here, "Self.
Spawn ("print.seq", $ 0, $ 1),
A. The description "connect ()" means that the left and right output expressions separated by "," are sequentially executed from the left. Spawn ("print.se
q ", $ 0, $ 1)" reads another text file "print.seq" and activates the sequence. In this case, "root.seq" is the parent sequence and "print.seq" is the child sequence. If a sequence is executed as a thread and the basic control system (specifically, OS) has a parallel execution function such as multitasking or multithreading, these sequences are used to execute a plurality of sequences in parallel. can do. And the parent thread itself is processed in line 34
Call ct () and wait for the next input. By doing so, the next information to be printed can be received even while the information to be printed is being processed internally.

【0044】テキストファイル“print.seq”
の具体的な記述内容はここでは省略するが、図4に戻っ
て図中の下段に示す“printシーケンス”をもとに
説明する。図5の33行目の出力条件中の“Self.
Spawn(”print.seq”,$0,$1)”
の記述により、図4下段に“printシーケンス”と
して示すプリント用サブシーケンスが起動され、Sta
te4からState5に遷移する。
Text file "print.seq"
Although the specific description content of is omitted here, it will be described based on the "print sequence" shown in the lower part of the drawing by returning to FIG. In the output condition on the 33rd line in FIG. 5, “Self.
Spawn ("print.seq", $ 0, $ 1) "
4 starts the print sub-sequence shown as "print sequence" in the lower part of FIG.
Transition from te4 to State5.

【0045】State5では、パース処理コンポーネ
ント1−2に対し、受信した情報中のヘッダ情報を読み
込むためのパース処理を指示する。パース処理コンポー
ネント1−2で得られたパース情報は制御部2に渡さ
れ、次のState6に遷移する。ここではPDL対応
のネットワークプリンタを想定しており、受信した印刷
すべき情報は、例えばPostScript(登録商
標)のようなPDLで記述されている。State6で
は、PDL処理コンポーネント1−3に対して、受信し
た印刷すべき情報をPDL処理するように指示し、PD
L処理コンポーネント1−3はPDLデータからイメー
ジデータに変換して、ページメモリなどに描画する。そ
してState7に遷移する。
In State 5, the parse processing component 1-2 is instructed to perform the parse processing for reading the header information in the received information. The parse information obtained by the parse processing component 1-2 is passed to the control unit 2 and transits to the next State6. Here, a network printer compatible with PDL is assumed, and the received information to be printed is described in PDL such as PostScript (registered trademark). In State 6, the PDL processing component 1-3 is instructed to perform PDL processing on the received information to be printed, and the PD
The L processing component 1-3 converts PDL data into image data and draws it in a page memory or the like. And it changes to State7.

【0046】次にState7では、イメージデータを
プリンタデバイスの色空間に合わせるための色空間変換
処理と、イメージデータの圧縮処理を行う。通常、プリ
ンタデバイスは機器独自の色空間を持っており、外部機
器から指定された色空間とは必ずしも一致しないため、
色空間変換処理が必要になる。またイメージデータをプ
リンタデバイスに送出する際、特にカラーのイメージデ
ータはデータサイズが大きいため、画像処理装置内部に
おけるデータ転送バス等の性能確保のため画像データを
圧縮して保持し、プリンタデバイスへの画像データ出力
時に伸張処理を行う。これらの処理のため、色変換処理
コンポーネント1−4に対して色変換処理を指示すると
ともに、圧縮/伸張コンポーネント1−5に対して圧縮
処理を指示する。
Next, in State 7, color space conversion processing for matching the image data with the color space of the printer device and compression processing of the image data are performed. Normally, the printer device has its own color space and does not necessarily match the color space specified by the external device.
Color space conversion processing is required. When sending image data to a printer device, especially because the size of color image data is large, the image data is compressed and held in order to ensure the performance of the data transfer bus inside the image processing apparatus. Decompression processing is performed when image data is output. For these processes, the color conversion processing component 1-4 is instructed to perform color conversion processing, and the compression / expansion component 1-5 is instructed to perform compression processing.

【0047】State7の色空間変換処理及び圧縮処
理が完了し、プリンタデバイスへの出力準備が整った
ら、次のState8に遷移する。State8では先
に述べたとおり、イメージデータをプリンタデバイスと
の通信インタフェースに同期しながら伸張処理して送出
する。またプリンタデバイスと通信処理を行い、画像デ
ータを送出するタイミングや、プリンタデバイスの状態
などを制御する。これらの処理を行うため、制御部2は
圧縮/伸張コンポーネント1−5に対して伸張処理を指
示するとともに、プリンタ出力コンポーネント1−6に
対してプリンタデバイスへのイメージデータの出力を指
示する。プリントアウトが正常に終了したらEndステ
ートに遷移し、このprintシーケンスは、保持して
いたリソースを開放するなどの終了処理に移ったあと終
了する。なお、このprintシーケンスが終了した後
においても、rootシーケンスは動作しており、例え
ば図5に示す制御データの例においては32〜35行目
のWAITステートにおいて外部機器からの接続要求を
待つことになる。
When the color space conversion processing and compression processing of State 7 are completed and preparation for output to the printer device is completed, the process proceeds to the next State 8. In the State 8, as described above, the image data is decompressed and transmitted in synchronization with the communication interface with the printer device. It also performs communication processing with the printer device to control the timing of sending image data, the state of the printer device, and the like. In order to perform these processes, the control unit 2 instructs the compression / expansion component 1-5 to perform the decompression process and the printer output component 1-6 to output the image data to the printer device. When the printout ends normally, the state transits to the End state, and this print sequence ends after the end processing such as releasing the held resources. Note that the root sequence is still in operation even after this print sequence is completed, and for example, in the example of the control data shown in FIG. 5, waiting for a connection request from an external device in the WAIT state on lines 32 to 35. Become.

【0048】図6は、本発明の情報処理装置の第2の実
施の形態を示すブロック図である。図中、図1と同様の
部分には同じ符号を付して説明を省略する。11は許容
時間通知部、12は許容時間計測部、13は例外処理部
である。この第2の実施の形態では、各機能実行単位に
おける処理時間の監視を行い、リアルタイム性が要求さ
れるような時間制限の厳しい場合における制御を実現す
るものである。
FIG. 6 is a block diagram showing a second embodiment of the information processing system of the invention. In the figure, the same parts as those in FIG. Reference numeral 11 is an allowable time notification unit, 12 is an allowable time measuring unit, and 13 is an exception processing unit. In the second embodiment, the processing time in each function execution unit is monitored, and the control is realized in the case where the time limit is severe such that real-time property is required.

【0049】許容時間通知部11は、機能実行単位1に
対して動作の指示が行われる際に、機能実行単位1から
制御部2へ応答を通知するまでの許容時間を機能実行単
位1に通知する。また、許容時間計測部12は、機能実
行単位1に対する動作の指示を行ってから当該機能実行
単位1からの応答が返って来るまでの時間を計測する。
例外処理部13は、許容時間計測部12で許容時間内に
機能実行単位1からの応答が返ってこなかった場合に、
例外処理を実行する。例外処理は、制御部2内で所定の
動作を実行するほか、基本制御システムが備える例外処
理に制御を移してもよい。
The allowable time notification unit 11 notifies the function execution unit 1 of the allowable time until the response is sent from the function execution unit 1 to the control unit 2 when the operation instruction is given to the function execution unit 1. To do. In addition, the permissible time measuring unit 12 measures the time from when the operation instruction is given to the function execution unit 1 until the response from the function execution unit 1 is returned.
The exception processing unit 13 determines whether the response time from the function execution unit 1 is not returned within the allowable time by the allowable time measuring unit 12,
Perform exception handling. As for the exception processing, in addition to executing a predetermined operation in the control unit 2, control may be transferred to the exception processing included in the basic control system.

【0050】なお、このような処理時間に関する制御を
行うため、テキストファイル6として記述されている制
御データには、機能実行単位1あるいは機能実行単位1
内の各処理機能に対して指示する許容時間を指示する記
述あるいはパラメータの記述を可能にしておくことがで
きる。
In order to control such processing time, the control data described as the text file 6 includes the function execution unit 1 or the function execution unit 1 in the control data.
It is possible to enable the description of the allowable time to be instructed to each processing function in or the description of the parameter.

【0051】次に本発明の情報処理装置の第2の実施の
形態における動作の一例について説明する。基本的な動
作は、上述の第1の実施の形態と同様であり、各機能実
行単位1における処理時間の監視のための機能が追加さ
れている。上述の図4に示したステートチャートにおけ
る動作を具体例とし、特に次の図7に示すrootシー
ケンスの制御データの具体例を用いて、処理時間監視の
機能について説明する。なお、上述の第1の実施の形態
における動作の具体例と同様の部分については、説明を
省略あるいは簡略化し、異なる部分について主に説明し
てゆく。
Next, an example of the operation of the second embodiment of the information processing system of the invention will be described. The basic operation is similar to that of the above-described first embodiment, and a function for monitoring the processing time in each function execution unit 1 is added. The operation of the processing in the state chart shown in FIG. 4 will be described as a specific example, and the processing time monitoring function will be described using a specific example of control data of the root sequence shown in FIG. The description of the same parts as those of the specific example of the operation according to the first embodiment will be omitted or simplified, and different parts will be mainly described.

【0052】図7は、本発明の情報処理装置の第2の実
施の形態における制御データの具体例の説明図である。
上述の第1の実施の形態における動作の具体例と同様
に、装置の電源投入後、制御部2のテキスト読み込み部
3は、図7に示すようなテキストファイル“root.
seq”を読み込み、テキスト解釈部4は、このテキス
トファイルの先頭から逐次解釈を始める。先頭部分に記
述されているパラメータのうち8行目のパラメータ“G
TL”(Global Time Limit)はグロ
ーバルな許容時間を定めるための予約語である。テキス
ト解釈部4がテキスト読み込み部3からこのパラメータ
を受けると、許容時間通知部11および許容時間計測部
12にこのパラメータデータを登録する。この例では許
容時間は1000[ms]である。
FIG. 7 is an explanatory diagram of a concrete example of control data in the second embodiment of the information processing system of the invention.
Similar to the specific example of the operation in the above-described first embodiment, after the power of the device is turned on, the text reading unit 3 of the control unit 2 causes the text file “root.
seq "is read, and the text interpretation unit 4 starts the sequential interpretation from the beginning of the text file. The parameter" G
TL "(Global Time Limit) is a reserved word for determining a global allowable time. When the text interpreting unit 4 receives this parameter from the text reading unit 3, the allowable time notifying unit 11 and the allowable time measuring unit 12 receive this parameter. Parameter data is registered, and the allowable time is 1000 [ms] in this example.

【0053】6〜8行目、11〜13行目、16,17
行目のパラメータを取り込んだ後、21行目からの制御
が始まる。この例では、21行目の出力条件に入力コン
ポーネント1−1に初期化機能を示すAPIである処理
Initialize()を呼び出しているが、同時
に、処理Initialize()によって制御部2に
応答が返るまでの許容時間としてパラメータGTLで定
めた値(1000[ms])を設定している。ここで
“#ON”という記述は、許容時間の計時の開始を指示
しており、“#OFF”の記述があるステート(この例
では27行目のI6ステート)まで計時は継続される。
また21行目の出力条件の実行時に、許容時間計測部1
2が計時を開始する。
6th to 8th lines, 11th to 13th lines, 16, 17
After fetching the parameters of the line, the control from the 21st line starts. In this example, the process Initialize (), which is an API indicating the initialization function, is called to the input component 1-1 in the output condition of the 21st line, but at the same time, until the response is returned to the control unit 2 by the process Initialize (). The value (1000 [ms]) defined by the parameter GTL is set as the allowable time of. Here, the description “#ON” indicates the start of time measurement of the allowable time, and the time measurement is continued until the state (“I6 state on the 27th line” in this example) having the description “#OFF”.
When the output condition of the 21st line is executed, the allowable time measuring unit 1
2 starts timing.

【0054】順に機能実行単位1に対して処理Init
ialize()を呼び出して初期化機能を実行させ、
27行目のI6ステートでは、プリンタ出力コンポーネ
ント1−6における処理Initialize()の戻
り値を評価する。この27行目に“.GTL#OFF”
の記述があり、テキスト解釈部4は許容時間計測部12
の計時を停止する。そして、21行目で入力コンポーネ
ント1−1における処理Initialize()を呼
び出してから、27行目でプリンタ出力コンポーネント
1−6における処理Initialize()の応答ま
でが、GTLで規定した時間内に完了したか否かを判定
する。指定した時間までに応答があれば制御を先に進め
るが、応答がない場合には、許容時間計測部12は例外
処理部13にタイムアウトを通知する。例外処理部13
は、許容時間計測部12からタイムアウトの通知を受け
ると、テキスト解釈部4や実行API処理部5などに通
知し、必要ならば例えば標準出力にタイムアウトが発生
した旨を出力し、例えば基本制御システムが備える例外
処理に制御を移す。
Processing Init for function execution unit 1 in order
Call ialize () to execute the initialization function,
In the I6 state on the 27th line, the return value of the process Initialize () in the printer output component 1-6 is evaluated. In line 27, ".GTL # OFF"
Is described, and the text interpretation unit 4 uses the allowable time measurement unit 12
Stop timing. Then, in the 21st line, the process Initialize () in the input component 1-1 is called, and in the 27th line, the process Initialize () response in the printer output component 1-6 is completed within the time specified by GTL. Or not. If there is a response by the designated time, the control proceeds, but if there is no response, the permissible time measuring unit 12 notifies the exception processing unit 13 of the timeout. Exception handling unit 13
Upon receiving the time-out notification from the permissible time measuring unit 12, notifies the text interpreting unit 4, the execution API processing unit 5, and the like, and outputs, for example, the fact that a time-out has occurred to the standard output, for example, the basic control system. Transfers control to the exception handling provided by.

【0055】許容時間内に応答があれば順次制御を進め
る。この例では全体の初期化処理を行い、上述の第1の
実施の形態における動作の具体例と同様に、30行目の
CONNECTステートに遷移し、入力コンポーネント
1−1に対して外部機器からの接続待ち機能の処理co
nnect()を呼び出し、WAITステートに遷移し
て外部機器からの接続を待つ。外部機器から印刷すべき
情報を送信するための接続要求があると、処理conn
ect()の戻り値が0となり、33行目の入力条件が
真になる。従って32行目の出力条件が実行され、外部
機器からの受信データの読み込み機能の処理rea
d()を呼び出す。
If there is a response within the allowable time, the control is sequentially advanced. In this example, the entire initialization process is performed, and similarly to the specific example of the operation in the first embodiment described above, the state transits to the CONNECT state on the 30th line, and the input component 1-1 is transferred from the external device. Connection waiting function processing co
Call nnect () to transit to the WAIT state and wait for a connection from an external device. When there is a connection request for transmitting information to be printed from the external device, the process conn
The return value of ect () becomes 0, and the input condition of the 33rd line becomes true. Therefore, the output condition of the 32nd line is executed, and the processing rea of the function for reading the received data from the external device is executed.
Call d ().

【0056】この33行目の出力条件の記述において、
“.100”という記述を付加している。この記述は、
ローカルな許容時間を即値により指定するものであり、
ここでは100[ms]を指定している。また、ここで
は“#.ON”の記述が無いので無条件に次のステート
で許容時間の超過を監視する。許容時間通知部11およ
び許容時間計測部12にこの即値(100[ms])を
登録し、許容時間計測部12が計時を開始する。処理r
ead()により入力コンポーネント1−1が外部機器
からの情報の受信を行い、100[ms]までに応答が
あればシーケンス制御を実行しつづける。しかし、応答
がないまま許容時間が過ぎてしまうと、上述したように
許容時間計測部12が例外処理部13にタイムアウトを
通知し、例外処理部13は例外処理としてテキスト解釈
部4及び実行API処理部5などに通知し、また必要に
応じて、標準出力にタイムアウトが発生した旨を出力
し、基本制御システムが備える例外処理に制御を移す。
In the description of the output condition on the 33rd line,
The description ".100" is added. This description is
The local allowable time is specified by an immediate value,
Here, 100 [ms] is specified. Further, since there is no description of "# .ON" here, the excess of the allowable time is unconditionally monitored in the next state. This immediate value (100 [ms]) is registered in the permissible time notification unit 11 and the permissible time measurement unit 12, and the permissible time measurement unit 12 starts clocking. Processing r
The input component 1-1 receives the information from the external device by the ead (), and if there is a response within 100 [ms], the sequence control is continuously executed. However, if the permissible time passes without a response, the permissible time measuring unit 12 notifies the exception processing unit 13 of the timeout as described above, and the exception processing unit 13 performs the exception processing as the text interpretation unit 4 and the execution API processing. The notification is sent to the unit 5 and the like, and if necessary, the fact that a timeout has occurred is output to the standard output, and the control is transferred to the exception processing provided in the basic control system.

【0057】このように、制御データにはパラメータ
“GTL”のようなグローバルな許容時間を定めたり、
即値により許容時間を設定し、処理時間の制御を行うこ
とができる。また、許容時間の計測の開始ポイント
(“#ON”)及び終了ポイント(“#OFF”)を設
定し、時間の制御を行う部分を区切って指示することが
可能である。このような許容時間の記述によって、例え
ばリアルタイム性が重視される用途に対しても制御を行
うことが可能になる。
In this way, a global allowable time such as the parameter "GTL" is set in the control data,
The processing time can be controlled by setting the allowable time by the immediate value. Further, it is possible to set a start point (“#ON”) and an end point (“#OFF”) for measuring the permissible time, and divide and instruct the portion for controlling the time. Such a description of the allowable time makes it possible to perform control even for applications where real-time performance is important.

【0058】[0058]

【発明の効果】以上の説明から明らかなように、本発明
によれば、全体の制御を局所化することによって全体の
制御を理解しやすくし、機能の修正や変更、追加などを
行う際にも容易に対応することができる。また、個々の
機能実行単位には他の機能実行単位や制御手段との関係
における振るまいを考慮せずに、純粋に機能のみ実装す
ることができる。これにより機能実行単位の再利用性が
高まり、全体の実装量を削減することができる。さら
に、全体の制御手順を制御手段の中に実装しておくので
はなく、例えばテキストファイルなどといった制御デー
タとして与え、その制御データを逐次実行するので、制
御手順の変更や修正など、保守性を高めることができ
る。このようにテキストファイルなどの形式で制御デー
タを与える構成を採用することによって、他の基本制御
システムでも容易に制御手順の変更や修正、開発を行う
ことができ、これらの作業を効率よく行うことができ
る。さらにまた、各機能実行単位と制御手段との間で共
通の呼び出し指示体系及び共通の情報フォーマットを用
いるので、それぞれの機能実行単位の制御を容易に行う
ことができるようになるとともに、基本制御システムに
依存せずに各機能実行単位と制御手段とのやりとりを行
うことができるようになり、他の基本制御システムへの
移植性も向上する。さらに、許容時間の設定を可能とし
て許容時間の超過を監視する構成を設けたことにより、
時間制限の厳しい制御、例えばリアルタイム性を要求さ
れるシステムの制御において、許容時間を超過した場合
の制御が容易になるという効果がある。
As is apparent from the above description, according to the present invention, by making the overall control local, it is easy to understand the overall control, and when modifying, changing or adding a function, etc. Can be dealt with easily. Further, only the function can be implemented in each function execution unit without considering the behavior in relation to other function execution units and control means. As a result, the reusability of the function execution unit is improved, and the overall implementation amount can be reduced. Furthermore, instead of mounting the entire control procedure in the control means, it is given as control data such as a text file and the control data is sequentially executed, so that maintainability such as change or modification of the control procedure is improved. Can be increased. By adopting such a configuration that gives control data in the form of a text file, etc., it is possible to easily change, modify, and develop the control procedure even with other basic control systems, and to perform these tasks efficiently. You can Furthermore, since a common call instruction system and a common information format are used between each function execution unit and the control means, it becomes possible to easily control each function execution unit and the basic control system. It becomes possible to communicate with each function execution unit and the control means without depending on, and the portability to other basic control systems is also improved. Furthermore, by providing a configuration that allows the setting of the allowable time and monitors the excess of the allowable time,
In the control with a strict time limit, for example, in the control of a system that requires real-time property, there is an effect that the control when the allowable time is exceeded becomes easy.

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

【図1】 本発明の情報処理装置の第1の実施の形態を
示すブロック図である。
FIG. 1 is a block diagram showing a first embodiment of an information processing apparatus of the present invention.

【図2】 本発明の情報処理装置の第1の実施の形態に
おける情報及び制御の流れの一例の説明図である。
FIG. 2 is an explanatory diagram showing an example of an information and control flow in the first embodiment of the information processing system of the invention.

【図3】 APIを実現するオブジェクト構造の一例の
説明図である。
FIG. 3 is an explanatory diagram of an example of an object structure that realizes an API.

【図4】 本発明の情報処理装置の第1の実施の形態に
おける動作の具体例を説明するためのステートチャート
である。
FIG. 4 is a state chart for explaining a specific example of an operation in the first embodiment of the information processing system of the invention.

【図5】 本発明の情報処理装置の第1の実施の形態に
おける制御データの具体例の説明図である。
FIG. 5 is an explanatory diagram of a specific example of control data in the first embodiment of the information processing system of the invention.

【図6】 本発明の情報処理装置の第2の実施の形態を
示すブロック図である。
FIG. 6 is a block diagram showing a second embodiment of the information processing apparatus of the invention.

【図7】 本発明の情報処理装置の第2の実施の形態に
おける制御データの具体例の説明図である。
FIG. 7 is an explanatory diagram of a specific example of control data in the second embodiment of the information processing system of the invention.

【図8】 従来の情報処理装置の第1の例を示す構成図
である。
FIG. 8 is a configuration diagram showing a first example of a conventional information processing apparatus.

【図9】 従来の情報処理装置の第2の例を示す構成図
である。
FIG. 9 is a configuration diagram showing a second example of a conventional information processing apparatus.

【図10】 従来の情報処理装置の第3の例を示す構成
図である。
FIG. 10 is a configuration diagram showing a third example of a conventional information processing apparatus.

【図11】 Mediator patternのオブ
ジェクト構造の説明図である。
FIG. 11 is an explanatory diagram of an object structure of a mediar pattern.

【図12】 従来の情報処理装置の第4の例を示す構成
図である。
FIG. 12 is a configuration diagram showing a fourth example of a conventional information processing apparatus.

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

1−1〜1−6…機能実行単位、2…制御部、3…テキ
スト読み込み部、4…テキスト解釈部、5…実行API
処理部、6…テキストファイル、11…許容時間通知
部、12…許容時間計測部、13…例外処理部、21…
データ入力コンポーネント、22…内部処理コンポーネ
ント、23…データ出力コンポーネント、24…制御
部。
1-1 to 1-6 ... Function execution unit, 2 ... Control unit, 3 ... Text reading unit, 4 ... Text interpretation unit, 5 ... Execution API
Processing unit, 6 ... Text file, 11 ... Allowable time notification unit, 12 ... Allowable time measuring unit, 13 ... Exception processing unit, 21 ...
Data input component, 22 ... Internal processing component, 23 ... Data output component, 24 ... Control unit.

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 それぞれが特定の機能を担当する複数の
機能実行手段と、複数の前記機能実行手段の動作を制御
する制御手段が基本制御システム上で動作する情報処理
装置において、前記制御手段は、前記機能実行単位の動
作シーケンスを制御するための制御データを読み込む制
御データ読み込み手段と、前記制御データ読み込み手段
で読み込んだ前記制御データを逐次解釈する解釈手段
と、前記解釈手段における前記制御データの解釈結果に
従って前記機能実行単位を共通化された呼び出し指示体
系を用いて動作の指示を行うとともに該呼び出し指示体
系を用いて前記機能実行単位との間で共通化された情報
フォーマットを用いて情報の授受を行うことにより複数
の前記機能実行単位を制御する指示体系処理手段を備え
ていることを特徴とする情報処理装置。
1. An information processing apparatus in which a plurality of function executing means, each of which is in charge of a specific function, and a control means for controlling the operation of the plurality of function executing means operate on a basic control system. A control data reading means for reading control data for controlling an operation sequence of the function execution unit, an interpreting means for sequentially interpreting the control data read by the control data reading means, and a control data in the interpreting means. In accordance with the interpretation result, the function execution unit is instructed to operate by using a common call instruction system, and the information format is shared by using the call instruction system and the function execution unit. An instruction system processing means for controlling a plurality of the function execution units by exchanging data is provided. Information processing equipment.
【請求項2】 前記制御データは、それぞれの前記機能
実行単位の動的な動作手順を状態遷移による制御手順と
して所定のシーケンス記述言語に基づき記述されたシー
ケンスデータを含むことを特徴とする請求項1に記載の
情報処理装置。
2. The control data includes sequence data in which a dynamic operation procedure of each of the function execution units is described as a control procedure by a state transition based on a predetermined sequence description language. 1. The information processing device according to 1.
【請求項3】 前記シーケンス記述言語は、複数の制御
手順を階層的に記述することが可能であることを特徴と
する請求項2に記載の情報処理装置。
3. The information processing apparatus according to claim 2, wherein the sequence description language is capable of hierarchically describing a plurality of control procedures.
【請求項4】 前記シーケンス記述言語は、他の制御デ
ータを呼び出す記述が可能であることを特徴とする請求
項2または請求項3に記載の情報処理装置。
4. The information processing apparatus according to claim 2, wherein the sequence description language is capable of description for calling other control data.
【請求項5】 前記シーケンス記述言語は、実行を指示
した機能実行単位における機能の実行結果を受け、該実
行結果を評価する旨の記述が可能であることを特徴とす
る請求項2ないし請求項4のいずれか1項に記載の情報
処理装置。
5. The sequence description language is capable of describing that an execution result of a function in a function execution unit instructed to be executed is received and the execution result is evaluated. 4. The information processing device according to any one of 4 above.
【請求項6】 前記シーケンス記述言語は、実行を指示
した機能実行単位における機能実行中の中間報告を受
け、前記中間報告の内容を評価する旨の記述が可能であ
ることを特徴とする請求項2ないし請求項5のいずれか
1項に記載の情報処理装置。
6. The sequence description language is capable of describing that an interim report of function execution in a function execution unit instructing execution is received and the content of the interim report is evaluated. The information processing apparatus according to any one of claims 2 to 5.
【請求項7】 前記制御データは、前記機能実行単位お
よび前記制御手段に渡すパラメータを含むことを特徴と
する請求項1ないし請求項6のいずれか1項に記載の情
報処理装置。
7. The information processing apparatus according to claim 1, wherein the control data includes a parameter to be passed to the function execution unit and the control means.
【請求項8】 前記制御データは、テキストデータであ
ることを特徴とする請求項1ないし請求項7のいずれか
1項に記載の情報処理装置。
8. The information processing apparatus according to claim 1, wherein the control data is text data.
【請求項9】 前記解釈手段は、複数の制御データを並
列的に解釈することが可能であることを特徴とする請求
項1ないし請求項8のいずれか1項に記載の情報処理装
置。
9. The information processing apparatus according to claim 1, wherein the interpretation unit can interpret a plurality of control data in parallel.
【請求項10】 前記制御手段は、さらに、機能実行単
位に対して動作の指示が行われる際に前記機能実行単位
から前記制御手段へ応答を通知するまでの許容時間を前
記機能実行単位に通知する許容時間通知手段と、前記機
能実行単位に対する動作の指示時から当該機能実行単位
からの応答が返って来るまでの時間を計測する許容時間
計測手段と、前記機能実行単位に対する動作の指示を行
ってから許容時間が超えた場合には例外処理を実行する
例外処理手段を含むことを特徴とする請求項1ないし請
求項9のいずれか1項に記載の情報処理装置。
10. The control means further notifies the function execution unit of an allowable time until the function execution unit gives a response to the control means when an operation instruction is given to the function execution unit. And a permissible time measuring means for measuring the time from when the operation is instructed to the function execution unit until the response from the function execution unit is returned, and to instruct the operation to the function execution unit. 10. The information processing apparatus according to claim 1, further comprising an exception processing unit that executes exception processing when the permissible time has elapsed.
【請求項11】 前記制御データは、前記機能実行単位
に指示する許容時間を指示する記述が可能であることを
特徴とする請求項10に記載の情報処理装置。
11. The information processing apparatus according to claim 10, wherein the control data is capable of describing a permissible time for instructing the function execution unit.
【請求項12】 前記制御データは、前記機能実行単位
に指示する許容時間をパラメータとして含むことを特徴
とする請求項10に記載の情報処理装置。
12. The information processing apparatus according to claim 10, wherein the control data includes, as a parameter, an allowable time instructing the function execution unit.
【請求項13】 前記制御データは、各機能実行単位の
各機能に指示する個別の許容時間情報をパラメータとし
て含むことを特徴とする請求項10に記載の情報処理装
置。
13. The information processing apparatus according to claim 10, wherein the control data includes, as a parameter, individual permissible time information for instructing each function of each function execution unit.
JP2001285654A 2001-09-19 2001-09-19 Information processor Pending JP2003099256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001285654A JP2003099256A (en) 2001-09-19 2001-09-19 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001285654A JP2003099256A (en) 2001-09-19 2001-09-19 Information processor

Publications (1)

Publication Number Publication Date
JP2003099256A true JP2003099256A (en) 2003-04-04

Family

ID=19108773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001285654A Pending JP2003099256A (en) 2001-09-19 2001-09-19 Information processor

Country Status (1)

Country Link
JP (1) JP2003099256A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006127470A (en) * 2004-09-30 2006-05-18 Oki Electric Ind Co Ltd Program, method and device for managing information shared among components, recording medium and communication apparatus
JP2009076061A (en) * 2007-08-24 2009-04-09 Ricoh Co Ltd Image forming apparatus, image forming method, computer program and information recording medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006127470A (en) * 2004-09-30 2006-05-18 Oki Electric Ind Co Ltd Program, method and device for managing information shared among components, recording medium and communication apparatus
JP2009076061A (en) * 2007-08-24 2009-04-09 Ricoh Co Ltd Image forming apparatus, image forming method, computer program and information recording medium

Similar Documents

Publication Publication Date Title
US5325530A (en) Controller for sequential programming tools executed in a parallel computing environment
US7916974B2 (en) Processing device, processing method and computer readable medium
US20090113308A1 (en) Administering Communications Schedules for Data Communications Among Compute Nodes in a Data Communications Network of a Parallel Computer
JPS61289451A (en) Emulator for connection of input/output adaptor to input/output channel of computer processor
JP2001502086A (en) A system for network communication of image information according to a plurality of protocols between image forming apparatuses
CN107256134B (en) Method and device for virtualizing POS terminal as computer printer and POS terminal
JP2002024201A (en) Semiconductor integrated circuit
US20060101430A1 (en) Program conversion device and method
JP2003099256A (en) Information processor
US11748233B2 (en) Debugging a native compiled application from an integrated development environment
CN111615691A (en) Direct memory access adapter
US10795704B2 (en) Serialization of objects to java bytecode
KR101405920B1 (en) Job control apparatus and multi-function product, and operating method thereof
JP2004054832A (en) Print data converter and printing system
JP3564010B2 (en) Elevator maintenance tools
JPS62121562A (en) Data communication system
JP5251197B2 (en) Message processing method, message processing apparatus, and program
CN118259900A (en) Method for realizing two-way communication in C++ calling Python module
KR20010027256A (en) Method for printing of document data in the printer
JP3061393B2 (en) Print information relay device
US20070006133A1 (en) Connector
CN111857792A (en) Method and equipment for configuring system docking instance
CN115454500A (en) Method and system for compiling NAND micro instruction sequence
CN118012762A (en) Auxiliary method for message passing mechanism test of embedded operating system
JP3634163B2 (en) Recording medium recording network system and emulator program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040924

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070402

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070627

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20071024