JP2008109498A - Image forming apparatus and interface api program for image formation control - Google Patents
Image forming apparatus and interface api program for image formation control Download PDFInfo
- Publication number
- JP2008109498A JP2008109498A JP2006291679A JP2006291679A JP2008109498A JP 2008109498 A JP2008109498 A JP 2008109498A JP 2006291679 A JP2006291679 A JP 2006291679A JP 2006291679 A JP2006291679 A JP 2006291679A JP 2008109498 A JP2008109498 A JP 2008109498A
- Authority
- JP
- Japan
- Prior art keywords
- program
- api
- image forming
- system controller
- executed
- 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.)
- Granted
Links
Images
Landscapes
- Record Information Processing For Printing (AREA)
- Stored Programmes (AREA)
- Facsimiles In General (AREA)
Abstract
Description
本発明は画像形成装置および画像形成制御用のインターフェースAPI(アプリケーション・プログラミング・インターフェース)プログラムに係り、例えば複写機、スキャナ機又はこれらの複合機(MFP:Multi Function Peripheral)等に用いて好適する画像形成装置および画像形成制御用のインターフェースAPIプログラムに関する。 The present invention relates to an image forming apparatus and an interface API (application programming interface) program for controlling image formation, and is suitable for use in, for example, a copying machine, a scanner, or a multi function peripheral (MFP) thereof. The present invention relates to a forming apparatus and an interface API program for image formation control.
一般に、画像形成装置は、原稿画像を読み取る読取りジョブ、読み取った画像データを用紙に印刷する印刷ジョブ等を実行するために、予め、それら典型的なジョブを実現する複数のソフトウエアを搭載している。 In general, in order to execute a reading job for reading an original image, a printing job for printing the read image data on a sheet, and the like, an image forming apparatus is loaded with a plurality of software that realizes these typical jobs in advance. Yes.
ところが、画像形成装置を使用するユーザ側では、典型的なジョブ以外に独自機能を実現させたい場合が多々ある。 However, there are many cases where the user using the image forming apparatus wants to realize a unique function in addition to a typical job.
そのため、画像形成装置では、例えば装置製造時に基本ソフトウエアを搭載する一方、ユーザ側で希望する独自機能については、独自のAPIソフトウエアを個別に搭載し、例えば図4Aに示すように、基本ソフトウエアからそのAPIソフトウエアをダイナミックリンクによって実行可能にして対応している。 Therefore, in the image forming apparatus, for example, the basic software is installed at the time of manufacturing the apparatus, while the original function desired by the user is individually installed with the unique API software. For example, as shown in FIG. The API software can be executed from the software by a dynamic link.
すなわち、図4Bに示すように、外部で作成したAPIソフトウエア(ファイル名:api_data)を画像形成装置に適宜ダウンロードし、装置に内蔵するシステムコントローラからコンパクトフラッシュメモリ(登録商標:CompactFlash)やハードディスク(HDD)にライブラリとして登録記憶し、そのAPIプログラム(api_data)を実行する場合には、システムコントローラからダイナミックリンクを使用してコンパクトフラッシュメモリやハードディスクのAPIプログラムを実行し、個別の独自機能を実現している。 That is, as shown in FIG. 4B, API software (file name: api_data) created externally is appropriately downloaded to the image forming apparatus, and a compact flash memory (registered trademark: CompactFlash) or hard disk (from a system controller built in the apparatus). When the API program (api_data) is registered and stored as a library in the HDD), the API program of the compact flash memory or hard disk is executed using the dynamic link from the system controller to realize individual unique functions. ing.
一方、特開2005−80017公報(特許文献1)も、APIソフトウエアを実行するデジタル複写機であり、外部のパソコンからの画像処理に関する処理要求を含むXMLデータを受け付け、それを制御層のAPIに対応するコマンドに変換して制御層に渡す機能を有する外部APIアプリを、制御層から見てアプリケーション層のアプリケーションと同層の位置に備えた構成を有し、現存のアプリケーションプログラムを殆ど変更することなく、機能の拡張を可能にしたものである。
しかしながら、上述した従来の構成では、外部で作成した複数のAPIプログラムを画像形成装置にダウンロードして実行する場合、それらAPIプログラム内で同一のライブラリ的な処理が存在すると、各々のAPIプログラムに同じような処理機能を持たせなくてはならない。 However, in the conventional configuration described above, when a plurality of API programs created externally are downloaded to the image forming apparatus and executed, if the same library processing exists in the API program, the same API program is used for each API program. Such a processing function must be provided.
そのため、この処理機能やこれを実現するデータが占めるコード容量が大きいものになると、システムコントローラのメモリ又は外部メモリの容量に占める割合も大きくなり、システムコントローラが使用できる共有メモリ領域が少なくなって動作不安定を引き起こす可能性がある。 Therefore, if the code capacity occupied by this processing function or the data that realizes it increases, the ratio of the system controller memory or external memory capacity also increases, and the shared memory area that can be used by the system controller is reduced. May cause instability.
また、上述した特許文献1については、外部からの要求を受け付けるAPIプログラムに関するものであり、同様な課題を有している。 Further, Patent Document 1 described above relates to an API program that accepts an external request and has a similar problem.
そこで、本発明者は、システムコントローラの機能、特にダイナミックリンク機能につき検討を加えた結果、システムコントローラからダイナミックリンクによってAPIプログラムを実行するための情報があれば、どのようなAPIプログラムでも実行することができる点に着目し、本発明を完成させた。 Therefore, as a result of studying the function of the system controller, in particular, the dynamic link function, the present inventor executes any API program if there is information for executing the API program by the dynamic link from the system controller. The present invention has been completed by paying attention to the points that can be achieved.
本発明はそのような課題を解決するためになされたもので、APIプログラムの実行に当たって占めるメモリ領域の割合が大きくならず、プログラムの安定的実行が容易な画像形成装置および画像形成制御用のインターフェースAPIプログラムの提供を目的とする。 The present invention has been made to solve such a problem, and an image forming apparatus and an image forming control interface that do not increase the proportion of a memory area occupied when executing an API program and can easily execute the program stably. The purpose is to provide an API program.
そのような課題を解決するために本発明に係る画像形成装置は、少なくとも画像読取部、画像形成部又は表示部の何れかを有するハードウェア資源と、このハードウェア資源を制御するシステムコントローラとを具備し、そのシステムコントローラには、ダウンロードされるAPIプログラムによって指定されたプログラムの登録されるプログラムテーブルと、このプログラムテーブルに登録されたライブラリプログラムによって実行されるプログラムデータとが登録されることを特徴としている。 In order to solve such a problem, an image forming apparatus according to the present invention includes a hardware resource having at least one of an image reading unit, an image forming unit, and a display unit, and a system controller that controls the hardware resource. The system controller is registered with a program table in which a program designated by a downloaded API program is registered, and program data to be executed by a library program registered in the program table. It is said.
本発明の画像形成装置では、上記プログラムテーブルが、そのシステムコントローラにダウンロードされたインターフェースAPIプログラムである構成も可能である。 In the image forming apparatus of the present invention, the program table may be an interface API program downloaded to the system controller.
本発明の画像形成装置では、上記ライブラリプログラムによって実行されるそのプログラムデータがそのAPIプログラムによって共通実行される構成も可能である。 In the image forming apparatus of the present invention, the program data executed by the library program can be commonly executed by the API program.
本発明の画像形成装置では、上記ライブラリプログラムによって実行されるそのプログラムデータが半導体メモリに格納される構成も可能である。 In the image forming apparatus of the present invention, the program data executed by the library program may be stored in a semiconductor memory.
本発明に係る画像形成制御用のインターフェースAPIプログラムは、少なくとも画像形成部、画像読取部又は表示部の何れかを有するハードウェア資源を制御するシステムコントローラに登録される画像形成制御用のインターフェースAPIプログラムであって、そのシステムコントローラに登録されるAPIプログラムによって指定されるプログラムがライブラリ登録されるとともに、ライブラリ登録された前記プログラムの実行時に当該プログラムで指定されたプログラムデータを実行制御することを特徴としている。 An interface API program for image formation control according to the present invention is an interface API program for image formation control registered in a system controller that controls hardware resources having at least one of an image forming unit, an image reading unit, and a display unit. The program specified by the API program registered in the system controller is registered in the library, and the program data specified in the program is controlled to be executed when the program registered in the library is executed. Yes.
このような本発明に係る画像形成装置では、画像読取部、画像形成部又は表示部を有するハードウェア資源を制御するシステムコントローラには、ダウンロードされるAPIプログラムによって指定されたプログラムの登録されるプログラムテーブルと、このプログラムテーブルに登録されたライブラリプログラムによって実行されるプログラムデータとが登録されてなるから、APIプログラムから種々のライブラリAPIプログラムを介してダイナミックリンクによってプログラムデータが実行され、そのプログラムデータを共通プログラムとすれば、メモリ領域を占める割合が大きくならず、動作も安定する。 In such an image forming apparatus according to the present invention, a program in which a program designated by a downloaded API program is registered in a system controller that controls a hardware resource having an image reading unit, an image forming unit, or a display unit. Since the table and the program data executed by the library program registered in the program table are registered, the program data is executed by the dynamic link from the API program through various library API programs, and the program data is If the common program is used, the proportion of the memory area is not increased, and the operation is stable.
本発明において、上記プログラムテーブルがシステムコントローラにダウンロードされたインターフェースAPIプログラムである構成では、プログラムテーブル仕様が公開されているものを用いるので、ライブラリプログラムの開発が容易である。 In the present invention, in the configuration in which the program table is an interface API program downloaded to the system controller, since the program table specification published is used, it is easy to develop a library program.
本発明において、上記ライブラリプログラムによって実行されるそのプログラムデータがそのAPIプログラムによって共通実行される構成では、特に、システムコントローラのメモリ領域を大きく占めず、複数のAPIプログラムを実行させても動作が安定である。 In the present invention, the configuration in which the program data executed by the library program is commonly executed by the API program does not occupy a large memory area of the system controller, and the operation is stable even when a plurality of API programs are executed. It is.
本発明において、上記ライブラリプログラムによって実行されるそのプログラムデータが半導体メモリに格納される構成では、メモリの容量を増加せず有用である。 In the present invention, the configuration in which the program data executed by the library program is stored in the semiconductor memory is useful without increasing the memory capacity.
本発明に係る画像形成制御用のインターフェースAPIプログラムでは、そのシステムコントローラに登録されるAPIプログラムによって指定されるプログラムがライブラリ登録されるとともに、ライブラリ登録されたプログラムの実行時に当該プログラムで指定されたプログラムデータを実行制御するから、画像形成装置に搭載されると、その画像形成装置と同様な効果を得ることが可能である。 In the interface API program for image formation control according to the present invention, the program specified by the API program registered in the system controller is registered in the library, and the program specified in the program when executing the program registered in the library Since the execution control of the data is performed, the same effect as that of the image forming apparatus can be obtained when mounted on the image forming apparatus.
以下、本発明に係る画像形成装置の実施の形態を図面を参照して説明する。 Embodiments of an image forming apparatus according to the present invention will be described below with reference to the drawings.
図1は本発明に係る画像形成装置の実施の形態を示す概略ブロック図である。 FIG. 1 is a schematic block diagram showing an embodiment of an image forming apparatus according to the present invention.
図1において本発明に係る画像形成装置は、画像読取部1、画像形成部3および操作表示部5を有するハードウェア資源7と、このハードウェア資源7を制御するシステムコントローラ9とを具備して構成されている。 1, the image forming apparatus according to the present invention includes a hardware resource 7 having an image reading unit 1, an image forming unit 3, and an operation display unit 5, and a system controller 9 for controlling the hardware resource 7. It is configured.
画像読取部1は、ハードウェア資源7によって制御され、読み取る画像原稿を光学的にスキャンして電子的画像データを取得し、例えば図示しない記憶部に出力する公知のものである。 The image reading unit 1 is a known unit that is controlled by the hardware resource 7 and optically scans an image document to be read to acquire electronic image data, and outputs it to a storage unit (not shown), for example.
画像形成部3は、ハードウェア資源7によって制御され、出力された画像データを例えば頁単位のイメージデータに画像形成する公知のものであり、形成された画像データが図示しない印刷部にて印刷用紙に転写、定着されてカラー又はモノクロ印刷されたり、ファクシミリ送信される。 The image forming unit 3 is a known unit that is controlled by the hardware resource 7 and forms the output image data into, for example, page-by-page image data. The formed image data is printed on a printing sheet by a printing unit (not shown). The image is transferred and fixed on the image and printed in color or monochrome, or transmitted by facsimile.
操作表示部5は、装置本体(図示せず。)に配置された液晶表示パネルを兼ねたタッチスイッチ式操作パネルであり、ハードウェア資源7の制御の下、読取りジョブ、印刷ジョブ、表示ジョブの表示部として機能する他、それら読取りジョブ、印刷ジョブ、表示ジョブの実行指示や設定項目変更等を指示入力する操作部である。 The operation display unit 5 is a touch switch type operation panel that also serves as a liquid crystal display panel disposed in the apparatus main body (not shown). Under the control of the hardware resource 7, a read job, a print job, and a display job are displayed. In addition to functioning as a display unit, it is an operation unit that inputs instructions for executing read jobs, print jobs, display jobs, changing setting items, and the like.
これら画像読取部1、画像形成部3および操作表示部5自体は、本発明の要部ではないし、それら原稿画像を読み取る読取りジョブ、読み取った画像データの画像形成ジョブ、表示ジョブ等を実行するソフトウエアについても本発明の要部ではないから、詳細な説明や図示を省略する。 The image reading unit 1, the image forming unit 3, and the operation display unit 5 are not essential parts of the present invention. Software for executing a reading job for reading the original image, an image forming job for the read image data, a display job, and the like. Since the wear is not a main part of the present invention, detailed description and illustration are omitted.
ハードウェア資源7を制御するシステムコントローラ9は、基本ソフトウエアその他によって動作するものであり、CPUやこのCPU動作ソフトウエアを格納したROM、読み書き可能な記憶部、種々のインターフェースを有してなり、特に、登録されたプログラムに対してダイナミックリンクによってそれらを実行可能になっている。 The system controller 9 that controls the hardware resource 7 is operated by basic software and the like, and includes a CPU, a ROM storing the CPU operation software, a readable / writable storage unit, and various interfaces. In particular, the registered programs can be executed by dynamic linking.
システムコントローラ9は、図2に示すように、APIプログラムのダウンロード処理機能11と、追加サービスIF(インターフェース)テーブル機能13および記憶(部)機能15を有している。
As shown in FIG. 2, the system controller 9 has an API program
APIプログラムは、その仕様やインターフェースが公開されているものであり、例えば図2に示すように、[サービスIF名]を「Add_api_func」とし、[実行関数名]を「Add_api_func_exe」とするとともに所定の「プログラムデータ(ProgramData)」を有するものであり、上述した基本ソフトウエアによってシステムコントローラ9にダウンロードされる。 The API program has published specifications and interfaces. For example, as shown in FIG. 2, the [Service IF name] is “Add_api_func”, the [Execution function name] is “Add_api_func_exe”, and a predetermined It has “program data” and is downloaded to the system controller 9 by the basic software described above.
システムコントローラ9におけるダウンロード処理機能11は、ダウンロードされたAPIプログラムを処理し、プログラムテーブル機能(図では「追加サービスIFテーブル」と示す。)13に[サービスIF名]を登録するとともに、登録したAPIプログラムのプログラムデータに対してダイナミックリンクを行って記憶機能15に記憶保存するとともに、[実行関数名]から関数ポインタ「”Add_api_func_exe”」を取得し、これを追加サービスIFテーブル機能13に同様に登録する機能を有する。
The
追加サービスIFテーブル機能13は、システムコントローラ9にこのバージョンでは対応されていない機能を実行するために、予め、ダウンロードされた1種のインターフェースAPIプログラムであり、上述した実行用のAPIプログラムその他任意のAPIプログラムをシステムコントローラ9によって[サービスIF名]および[実行関数名]、例えば「Add_api_func」および「Add_api_func_exe」として登録するテーブル機能を有している。
The additional service
図2では1個のAPIプログラムが登録されているが、登録数は任意であって実行したいAPIプログラムのプログラムライブラリを形成すれば良い。 Although one API program is registered in FIG. 2, the number of registrations is arbitrary, and a program library of an API program to be executed may be formed.
システムコントローラ9の記憶部による記憶機能15は、例えば半導体メモリ等のフラッシュメモリで実現され、追加サービスIFテーブル機能13に登録された実行APIプログラムの実行時に読み出されて実行される「プログラムデータ(ProgramData)」を格納する機能を有している。
The
次に、本発明に係る画像形成装置の動作を簡単に説明する。 Next, the operation of the image forming apparatus according to the present invention will be briefly described.
例えば図3に示すように、システムコントローラ9には、予め、追加サービスIFテーブル機能13がダウンロードされており、この追加サービスIFテーブル機能13には、[サービスIF名]が「Add_api_func」、[実行関数名]が「Add_api_func_exe」のAPIプログラムがライブラリ登録されており、記憶機能15には[サービスIF名]「Add_api_func」のAPIプログラムの実行に使用する「プログラムデータ(ProgramData)」が格納されている。
For example, as illustrated in FIG. 3, an additional service IF
この場合、[実行関数名]の「Add_api_func_exe」のAPIプログラムに関する「プログラムデータ(ProgramData)」の実行が必要なAPIプログラムについては、「Add_api_func」を記載してシステムコントローラ9にダウンロードして実行すれば、システムコントローラ9が追加サービスIFテーブル機能13を検索し、追加サービスIFテーブル機能13がダイナミックリンクによって該当する「プログラムデータ(ProgramData)」を読み出し実行し、その結果をAPIプログラムに返すことになる。
In this case, an API program that needs to execute “Program Data (ProgramData)” related to the API program “Add_api_func_exe” in “Execution Function Name” is described in “Add_api_func”, downloaded to the system controller 9 and executed. The system controller 9 searches the additional service IF
このように、本発明では、共通実行したい「プログラムデータ(ProgramData)」の[実行関数名]の「Add_api_func_exe」を追加サービスIFテーブル機能13にライブラリ登録すれば実行可能となる。
As described above, according to the present invention, if “Add_api_func_exe” of [execution function name] of “program data (ProgramData)” to be executed in common is registered in the additional service IF
すなわち、システムコントローラ9の追加サービスIFテーブル機能13が、種々のジョブの実行用APIプログラムのインターフェース(IF)プログラムとして機能し、これに登録されたAPIプログラムに関する[サービスIF名]「Add_api_func」および[実行関数名]「Add_api_func_exe」を記載したAPIプログラムを実行すれば、複数のAPIプログラムで使用されるライブラリ的な処理機能が「プログラムデータ(ProgramData)」によって共通又は統一処理されることになる。
That is, the additional service IF
このように本発明の画像形成装置では、画像読取部1、画像形成部3および操作表示部5を有するハードウェア資源7と、このハードウェア資源7を制御するシステムコントローラ9とを具備し、このシステムコントローラ9には、ダウンロードされたAPIプログラムによって指定されたプログラムの登録されるプログラムテーブル機能(追加サービスIFテーブル)13と、このプログラムテーブル機能(追加サービスIFテーブル)13に登録されたライブラリプログラムによって共通実行される「プログラムデータ(ProgramData)」とが登録される記憶機能15を有している。
As described above, the image forming apparatus according to the present invention includes the hardware resource 7 including the image reading unit 1, the image forming unit 3, and the operation display unit 5, and the system controller 9 that controls the hardware resource 7. The system controller 9 includes a program table function (additional service IF table) 13 in which a program designated by the downloaded API program is registered, and a library program registered in the program table function (additional service IF table) 13. It has a
そのため、APIプログラムから種々のAPIプログラムをシステムコントローラ9のダイナミックリンクによって実行でき、ダイナミックリンクによって実行される「プログラムデータ(ProgramData)」をAPIプログラムの共通プログラムとすれば、APIプログラムの実行に要するメモリ領域の割合が大きくならず、複数のAPIプログラムを実行させても動作が安定である。 Therefore, various API programs from the API program can be executed by the dynamic link of the system controller 9, and if “program data (ProgramData)” executed by the dynamic link is a common program of the API program, the memory required for executing the API program The area ratio does not increase, and the operation is stable even when a plurality of API programs are executed.
しかも、APIプログラムは当該プログラム仕様が公開されたものであるから、プログラムテーブル機能(追加サービスIFテーブル)13の開発が容易である。 In addition, since the API program discloses the program specifications, the program table function (additional service IF table) 13 can be easily developed.
また、記憶部15が半導体メモリであり、半導体メモリがハードディスクより一般に記憶容量が小さいので、システムコントローラ9が使用する共通メモリを圧迫し難く、特に、動作が安定で、安価な半導体メモリの使用が可能である。
Further, since the
ところで、本発明におけるハードウェア資源7は、少なくとも画像読取部1、画像形成部3又は操作表示部5の何れかを有する構成であれば良く、全てを具備する必要はない。 By the way, the hardware resource 7 in the present invention may be at least one of the image reading unit 1, the image forming unit 3, and the operation display unit 5, and does not need to include all of them.
そして、本発明に係る画像形成制御用のインターフェースAPIプログラムは、画像読取部1、画像形成部3又は操作表示部5を有するハードウェア資源7におけるシステムコントローラ9に登録され、そのシステムコントローラ9に登録されるAPIプログラムからダイナミックリンクされて指定実行されるプログラムがライブラリ登録されるとともに、ライブラリ登録されたそのプログラムの実行時に当該プログラムで指定されたプログラムデータを実行制御するものであり、画像形成装置に搭載されると、上述した画像形成装置と同様な効果を得ることが可能であり、特に、APIプログラムであれば好ましい。 The interface API program for image formation control according to the present invention is registered in the system controller 9 in the hardware resource 7 having the image reading unit 1, the image forming unit 3, or the operation display unit 5, and registered in the system controller 9. A program that is dynamically linked from an API program to be executed and registered and executed is registered in the library, and program data specified by the program is executed and controlled when the program registered in the library is executed. When installed, it is possible to obtain the same effects as those of the image forming apparatus described above, and an API program is particularly preferable.
1 画像読取部
3 画像形成部
5 操作表示部(表示部)
7 ハードウェア資源
9 システムコントローラ
11 ダウンロード処理機能
13 プログラムテーブル(追加サービスIFテーブル機能)
15 記憶機能
DESCRIPTION OF SYMBOLS 1 Image reading part 3 Image formation part 5 Operation display part (display part)
7 Hardware resources 9
15 Memory function
Claims (5)
このハードウェア資源を制御するシステムコントローラと、
を具備し、
前記システムコントローラには、ダウンロードされるAPIプログラムによって指定されたプログラムの登録されるプログラムテーブルと、このプログラムテーブルに登録されたライブラリプログラムによって実行されるプログラムデータとが登録されることを特徴とする画像形成装置。 Hardware resources having at least one of an image reading unit, an image forming unit, and a display unit;
A system controller that controls this hardware resource;
Comprising
An image characterized in that a program table in which a program designated by a downloaded API program is registered and program data to be executed by a library program registered in the program table are registered in the system controller. Forming equipment.
前記システムコントローラに登録されるAPIプログラムによって指定されるプログラムがライブラリ登録されるとともに、ライブラリ登録された前記プログラムの実行時に当該プログラムで指定されたプログラムデータを実行制御することを特徴とする画像形成制御用のインターフェースAPIプログラム。 An interface API program for image formation control registered in a system controller that controls hardware resources having at least one of an image reading unit, an image forming unit, and a display unit,
An image forming control characterized in that a program specified by an API program registered in the system controller is registered in a library, and execution of program data specified in the program is executed when the program registered in the library is executed. Interface API program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006291679A JP4845200B2 (en) | 2006-10-26 | 2006-10-26 | Image forming apparatus and API program for image forming control |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006291679A JP4845200B2 (en) | 2006-10-26 | 2006-10-26 | Image forming apparatus and API program for image forming control |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008109498A true JP2008109498A (en) | 2008-05-08 |
JP4845200B2 JP4845200B2 (en) | 2011-12-28 |
Family
ID=39442472
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006291679A Expired - Fee Related JP4845200B2 (en) | 2006-10-26 | 2006-10-26 | Image forming apparatus and API program for image forming control |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4845200B2 (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09330230A (en) * | 1996-03-20 | 1997-12-22 | Internatl Business Mach Corp <Ibm> | Method and system for transplanting application binary interface |
JP2001022569A (en) * | 1999-07-02 | 2001-01-26 | Nec Corp | Management method for operation of application and recording medium stored with program of the method |
JP2003304354A (en) * | 2002-04-09 | 2003-10-24 | Seiko Epson Corp | Method and program for controlling image-reading apparatus |
JP2004001519A (en) * | 1995-05-26 | 2004-01-08 | Ricoh Co Ltd | Image processor |
JP2005100108A (en) * | 2003-09-25 | 2005-04-14 | Matsushita Electric Ind Co Ltd | Information terminal and settlement terminal and software and personal computer |
-
2006
- 2006-10-26 JP JP2006291679A patent/JP4845200B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004001519A (en) * | 1995-05-26 | 2004-01-08 | Ricoh Co Ltd | Image processor |
JPH09330230A (en) * | 1996-03-20 | 1997-12-22 | Internatl Business Mach Corp <Ibm> | Method and system for transplanting application binary interface |
JP2001022569A (en) * | 1999-07-02 | 2001-01-26 | Nec Corp | Management method for operation of application and recording medium stored with program of the method |
JP2003304354A (en) * | 2002-04-09 | 2003-10-24 | Seiko Epson Corp | Method and program for controlling image-reading apparatus |
JP2005100108A (en) * | 2003-09-25 | 2005-04-14 | Matsushita Electric Ind Co Ltd | Information terminal and settlement terminal and software and personal computer |
Also Published As
Publication number | Publication date |
---|---|
JP4845200B2 (en) | 2011-12-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7676658B2 (en) | Data processing apparatus configured to load a program corresponding to each of a plurality of functions into a memory and execute the loaded program, and method for loading programs in the data processing apparatus | |
JP5724344B2 (en) | Image forming apparatus, customization control method, and customization control program | |
JP4833568B2 (en) | Information processing apparatus, image forming apparatus, activation program, and storage medium | |
US7652671B2 (en) | Image processing device and method and storage medium storing program | |
US10133465B2 (en) | Transitioning a setting operation screen of an image forming apparatus | |
US20170060644A1 (en) | Image processing apparatus, control task allocation method, and recording medium | |
CN109660688B (en) | Information processing apparatus and control method thereof | |
JP6303667B2 (en) | Program, information processing apparatus and information processing system | |
JP2010165059A (en) | Universal printer driver program and recording medium | |
US20110035704A1 (en) | Information processing device, operation control system, and computer readable recording medium with screen data generation program recorded thereon | |
JP2011043932A (en) | Information processing apparatus | |
JP4845200B2 (en) | Image forming apparatus and API program for image forming control | |
JP6961412B2 (en) | Image forming device, control method of image forming device, and program | |
JP4690115B2 (en) | Control apparatus and image processing apparatus | |
JP2006085291A (en) | Information processor and application program | |
JP2012059106A (en) | Customization device, printing system, customization method, and customization program | |
US10602011B2 (en) | Image forming apparatus, information processing method, and program | |
JP6825303B2 (en) | Information processing equipment and programs | |
JP6024782B2 (en) | Image forming apparatus, customization control method, and customization control program | |
JP2002287924A (en) | Printing system | |
US8331823B2 (en) | Image forming apparatus including chip having engine processor and basic processor | |
JP7418168B2 (en) | Information processing device, its control method, and program | |
JP2020047032A (en) | Information processing device, image formation device, and program | |
JP2024015002A (en) | Information processing device, its control method, and computer program | |
CN115113830A (en) | Information processing system, information processing apparatus, information processing method, and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090924 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110418 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110607 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110805 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20111006 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111007 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141021 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4845200 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141021 Year of fee payment: 3 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141021 Year of fee payment: 3 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |