JP2018022463A - Program, information processing apparatus, and information processing system - Google Patents

Program, information processing apparatus, and information processing system Download PDF

Info

Publication number
JP2018022463A
JP2018022463A JP2016216670A JP2016216670A JP2018022463A JP 2018022463 A JP2018022463 A JP 2018022463A JP 2016216670 A JP2016216670 A JP 2016216670A JP 2016216670 A JP2016216670 A JP 2016216670A JP 2018022463 A JP2018022463 A JP 2018022463A
Authority
JP
Japan
Prior art keywords
function
model
unit
function file
file
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
Application number
JP2016216670A
Other languages
Japanese (ja)
Other versions
JP6787055B2 (en
Inventor
吉田 裕一
Yuichi Yoshida
裕一 吉田
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to US15/651,263 priority Critical patent/US10025537B2/en
Publication of JP2018022463A publication Critical patent/JP2018022463A/en
Application granted granted Critical
Publication of JP6787055B2 publication Critical patent/JP6787055B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a program, an information processing apparatus, and an information processing system that can reduce an increase in data capacity of a plurality of function files as a whole held in a model-common driver.SOLUTION: A program causes a computer to function as: a reading unit that reads, from a first storage unit storing one model-common function file that defines one or more specific functions on an image forming apparatus and one or more specific setting elements corresponding to the functions, and one or more model-specific function files that define model-specific functions of the image forming apparatus and setting elements corresponding to the functions, the model-common function file and the specific model-specific function files; and a coupling unit that couples the function-common function file and the function-specific function files read by the reading unit to create a coupled function file.SELECTED DRAWING: Figure 3

Description

本発明は、プログラム、情報処理装置、および情報処理システムに関する。   The present invention relates to a program, an information processing apparatus, and an information processing system.

接続するプリンタ等の機器に応じて利用可能な機能を切り替えることができるドライバとして、機種共通ドライバ(Universal Printer Driver)が知られている。この機種共通ドライバは、複数の機種をサポートしており、接続する機器と双方向通信をしてその機器に対応する機能を切り替えたり、または、PC(Personal Computer)側でプリンタのプロパティ画面に表示される機種のリストから、接続される機器をユーザが選択するということも可能である。そのために、機種共通ドライバは、サポートする機種毎に、その機種が保有する機能を定義した機能ファイルを保持しており、その機能ファイルで定義された機能に基づいて、プリンタの設定画面が表示される。このような機種共通ドライバとして、V4ドライバがある。V4ドライバでは、XPS(XML Paper Specification)印刷パスを利用して、XPSのデータ形式でデータが渡される。   A model common driver (Universal Printer Driver) is known as a driver capable of switching available functions according to a device such as a printer to be connected. This model-common driver supports multiple models, and performs bidirectional communication with the connected device to switch the function corresponding to that device, or displayed on the printer property screen on the PC (Personal Computer) side. It is also possible for the user to select a connected device from a list of models to be connected. For this reason, the model common driver has a function file that defines the functions that each model supports, and the printer setting screen is displayed based on the functions defined in the function file. The As such a model common driver, there is a V4 driver. In the V4 driver, data is transferred in the XPS data format using an XPS (XML Paper Specification) print path.

このような、機種毎の機能ファイルを利用するドライバを利用した技術として、接続される機器から機器の構成情報を取得し、その構成情報に基づいて機器に応じた設定が可能な情報処理装置であって、機器の機能が記述された機能ファイルを有する機能ファイル記憶手段と、機器から取得した構成情報に基づいて機器を分類し、分類結果に応じた機能ファイルを機能ファイル記憶手段から読み込む機器分類読込手段と、その機器分類読込手段により読み込まれた機能ファイルに記述された機能に係る情報を機器から取得する情報取得手段と、その情報取得手段により取得された情報に基づいて、機器に関する所定の設定をするための設定画面を表示する表示手段を有するというものがある(特許文献1参照)。   As a technology that uses a driver that uses a function file for each model, it is an information processing device that acquires device configuration information from the connected device and can make settings according to the device based on the configuration information. A function file storage unit having a function file describing the function of the device, and a device classification for classifying the device based on configuration information acquired from the device and reading the function file according to the classification result from the function file storage unit A reading means, an information acquisition means for acquiring information related to the function described in the function file read by the device classification reading means, and a predetermined device related information based on the information acquired by the information acquisition means Some have display means for displaying a setting screen for setting (see Patent Document 1).

しかしながら、特許文献1に記載された技術は、ドライバがサポートする機種ごとに、保有する機能を定義した機能ファイルが必要となり、機種(モデル)が増えるに従って、機能ファイル全体のデータ容量が増大してしまうという問題がある。特に、昨今の機種共通ドライバは、数十種類の機種をサポートしており、複数の機能ファイル全体のデータ容量が増大し、ドライバパッケージのダウンロードに時間がかかったり、インストールしたドライバによりPCの記憶装置の容量を圧迫してしまうという問題がある。   However, the technology described in Patent Document 1 requires a function file that defines the functions to be held for each model supported by the driver. As the number of models (models) increases, the data capacity of the entire function file increases. There is a problem of end. In particular, recent common driver models support dozens of models, the data capacity of multiple function files increases, and it takes time to download driver packages. There is a problem of squeezing the capacity.

本発明は、上述の問題点に鑑みてなされたものであって、機種共通ドライバが保持する複数の機能ファイル全体のデータ容量の増大を抑制することができるプログラム、情報処理装置、および情報処理システムを提供することを目的とする。   The present invention has been made in view of the above-described problems, and is a program, an information processing apparatus, and an information processing system capable of suppressing an increase in the data capacity of all of a plurality of function files held by a model common driver. The purpose is to provide.

上述した課題を解決し、目的を達成するために、本発明は、コンピュータを、画像形成装置についての特定の1以上の機能、および該機能に対応する特定の1以上の設定要素を定義した1の機種共通機能ファイル、ならびに、画像形成装置の機種固有の機能、および該機能に対応する設定要素を定義した1以上の機種固有機能ファイルを記憶した第1記憶部から、前記機種共通機能ファイル、および、特定の機種固有機能ファイルを読み込む読込部と、前記読込部により読み込まれた前記機種共通機能ファイルと、前記機種固有機能ファイルとを結合して結合機能ファイルを生成する結合部と、して機能させることを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention defines a computer as one or more specific functions for an image forming apparatus and one or more specific setting elements corresponding to the functions. A model-common function file, a model-specific function of the image forming apparatus, and one or more model-specific function files that define one or more model-specific function files that define setting elements corresponding to the function. And a reading unit that reads a specific model-specific function file, and a combining unit that generates a combined function file by combining the model-common function file read by the reading unit and the model-specific function file, It is made to function.

本発明によれば、機種共通ドライバが保持する複数の機能ファイル全体のデータ容量の増大を抑制することができる。   According to the present invention, it is possible to suppress an increase in the data capacity of the entire plurality of function files held by the model-common driver.

図1は、第1の実施の形態に係る情報処理システムの全体構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of the overall configuration of the information processing system according to the first embodiment. 図2は、第1の実施の形態に係るクライアントのハードウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a hardware configuration of a client according to the first embodiment. 図3は、第1の実施の形態に係るクライアントの機能ブロックの構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of a functional block configuration of the client according to the first embodiment. 図4は、第1の実施の形態に係るクライアントにおいてプリンタの設定画面を表示させる動作の一例を示すシーケンス図である。FIG. 4 is a sequence diagram illustrating an example of an operation for displaying a printer setting screen in the client according to the first embodiment. 図5は、プリンタの設定画面から機種を選択する動作を説明する図である。FIG. 5 is a diagram for explaining the operation of selecting a model from the printer setting screen. 図6は、機能ファイル記憶部に記憶されている機種共通機能ファイルおよび機種固有機能ファイルの構成の一例を示した図である。FIG. 6 is a diagram showing an example of the configuration of the model common function file and the model specific function file stored in the function file storage unit. 図7は、第1の実施の形態に係るクライアントにおいて機能ファイルを結合する動作の一例を示すフローチャートである。FIG. 7 is a flowchart illustrating an example of an operation of combining function files in the client according to the first embodiment. 図8は、機種共通機能ファイルの内容の一例を示した図である。FIG. 8 is a diagram showing an example of the contents of the model common function file. 図9は、機種固有機能ファイルの内容の一例を示した図である。FIG. 9 is a diagram showing an example of the contents of the model-specific function file. 図10は、結合機能ファイルの内容の一例を示した図である。FIG. 10 is a diagram showing an example of the contents of the combined function file. 図11は、第1の実施の形態の変形例に係るクライアントの機能ブロックの構成の一例を示す図である。FIG. 11 is a diagram illustrating an example of a functional block configuration of a client according to a modification of the first embodiment. 図12は、第1の実施の形態の変形例に係るクライアントにおいてプリンタの設定画面を表示させる動作の一例を示すシーケンス図である。FIG. 12 is a sequence diagram illustrating an example of an operation for displaying a printer setting screen in the client according to the modification of the first embodiment. 図13は、特定の機能において選択可能な選択要素を所定の表示順に並べた状態を説明する図である。FIG. 13 is a diagram illustrating a state where selection elements that can be selected in a specific function are arranged in a predetermined display order. 図14は、表示順テーブルの一例を示した図である。FIG. 14 is a diagram illustrating an example of the display order table. 図15は、第2の実施の形態に係るクライアントの機能ブロックの構成の一例を示す図である。FIG. 15 is a diagram illustrating an example of a functional block configuration of a client according to the second embodiment. 図16は、第2の実施の形態に係るクライアントにおけるドライバのインストール時の動作の一例を示すシーケンス図である。FIG. 16 is a sequence diagram illustrating an example of an operation at the time of driver installation in the client according to the second embodiment. 図17は、第2の実施の形態に係るクライアントにおけるプロパティ画面での機種の切り替え時の動作の一例を示すシーケンス図である。FIG. 17 is a sequence diagram illustrating an example of an operation at the time of switching the model on the property screen in the client according to the second embodiment. 図18は、プリンタのプロパティ画面の一例を示す図である。FIG. 18 is a diagram illustrating an example of a printer property screen. 図19は、プリンタのプロパティ画面から機種を切り替える動作を説明する図である。FIG. 19 is a diagram for explaining the operation of switching the model from the printer property screen. 図20は、第2の実施の形態に係るクライアントにおける印刷設定画面を表示させる時の動作の一例を示すシーケンス図である。FIG. 20 is a sequence diagram illustrating an example of an operation when displaying a print setting screen in the client according to the second embodiment. 図21は、印刷設定画面の一例を示す図である。FIG. 21 is a diagram illustrating an example of a print setting screen. 図22は、設定要素のうち選択要素を選択するためのUIの一例を示す図である。FIG. 22 is a diagram illustrating an example of a UI for selecting a selection element from among setting elements. 図23は、設定要素のうち設定範囲を設定するためのUIの一例を示す図である。FIG. 23 is a diagram illustrating an example of a UI for setting a setting range among setting elements. 図24は、設定要素のうち入力可能文字を設定するためのUIの一例を示す図である。FIG. 24 is a diagram illustrating an example of a UI for setting inputable characters among the setting elements. 図25は、第2の実施の形態の変形例に係るクライアントの機能ブロックの構成の一例を示す図である。FIG. 25 is a diagram illustrating an example of a functional block configuration of a client according to a modified example of the second embodiment. 図26は、第2の実施の形態の変形例に係るクライアントにおけるプロパティ画面での機種の切り替え時の動作の一例を示すシーケンス図である。FIG. 26 is a sequence diagram illustrating an example of an operation at the time of model switching on the property screen in the client according to the modification of the second embodiment. 図27は、第2の実施の形態の変形例に係るクライアントにおける印刷設定画面を表示させた時の動作の一例を示すシーケンス図である。FIG. 27 is a sequence diagram illustrating an example of an operation when a print setting screen is displayed on a client according to a modification of the second embodiment.

以下に、図1〜27を参照しながら、本発明に係るプログラム、情報処理装置、および情報処理システムの実施の形態を詳細に説明する。また、以下の各実施の形態によって本発明が限定されるものではなく、以下の各実施の形態における構成要素には、当業者が容易に想到できるもの、実質的に同一のもの、およびいわゆる均等の範囲のものが含まれる。さらに、以下の各実施の形態の要旨を逸脱しない範囲で構成要素の種々の省略、置換、変更および組み合わせを行うことができる。   Hereinafter, embodiments of a program, an information processing apparatus, and an information processing system according to the present invention will be described in detail with reference to FIGS. Further, the present invention is not limited by the following embodiments, and components in the following embodiments can be easily conceived by those skilled in the art, substantially the same, and so-called equivalents. The thing of the range of is included. Furthermore, various omissions, substitutions, changes, and combinations of the components can be made without departing from the spirit of the following embodiments.

[第1の実施の形態]
(情報処理システムの全体構成)
図1は、第1の実施の形態に係る情報処理システムの全体構成の一例を示す図である。図1を参照しながら、本実施の形態に係る情報処理システム1の全体構成について説明する。
[First Embodiment]
(Overall configuration of information processing system)
FIG. 1 is a diagram illustrating an example of the overall configuration of the information processing system according to the first embodiment. The overall configuration of the information processing system 1 according to the present embodiment will be described with reference to FIG.

図1に示すように、情報処理システム1は、クライアント10_1〜10_3と、プリンタ20_1〜20_3と、を有するシステムである。クライアント10_1〜10_3、およびプリンタ20_1〜20_3は、それぞれネットワーク30を介して互いに通信可能となっている。なお、図1において、情報処理システム1は、3台のクライアント10_1〜10_3、および、3台のプリンタ20_1〜20_3を有するものとしているが、これに限定されるものではなく、クライアントは1台以上であり、プリンタは複数であればよい。また、クライアント10_1〜10_3について、任意のクライアントを示す場合、または総称する場合、単に「クライアント10」と称するものとする。また、プリンタ20_1〜20_3について、任意のプリンタを示す場合、または総称する場合、単に「プリンタ20」と称するものとする。   As shown in FIG. 1, the information processing system 1 is a system having clients 10_1 to 10_3 and printers 20_1 to 20_3. The clients 10_1 to 10_3 and the printers 20_1 to 20_3 can communicate with each other via the network 30. In FIG. 1, the information processing system 1 includes three clients 10_1 to 10_3 and three printers 20_1 to 20_3. However, the present invention is not limited to this, and one or more clients are provided. There may be a plurality of printers. Further, the clients 10_1 to 10_3 are simply referred to as “client 10” when any client is indicated or generically referred to. The printers 20_1 to 20_3 are simply referred to as “printer 20” when any printer is indicated or generically referred to.

クライアント10は、印刷データ(印刷情報)をPDL(Page Description Language:ページ記述言語)に変換したPDLデータ(変換情報)を、ネットワーク30を介してプリンタ20へ送信して印刷要求するPC等の情報処理装置である。また、クライアント10は、後述するように、プリンタ20を制御するためのプリンタドライバである機種共通ドライバがインストールされている。   The client 10 transmits the PDL data (conversion information) obtained by converting the print data (print information) to PDL (Page Description Language) to the printer 20 via the network 30 and requests information such as a PC to request printing. It is a processing device. As will be described later, the client 10 is installed with a model-common driver that is a printer driver for controlling the printer 20.

プリンタ20は、ネットワーク30を介して、PDLデータを受信して印刷出力(画像形成)する画像形成装置である。なお、プリンタ20は、印刷機能を有する画像形成装置であればよく、例えば、コピー機能、プリンタ機能、スキャナ機能、およびファクシミリ機能のうち少なくとも2つの機能を有する複合機(MFP:Multifunction Peripheral)であってもよい。   The printer 20 is an image forming apparatus that receives PDL data via the network 30 and prints it out (image formation). The printer 20 only needs to be an image forming apparatus having a printing function. For example, the printer 20 is a multifunction peripheral (MFP) having at least two functions of a copy function, a printer function, a scanner function, and a facsimile function. May be.

ネットワーク30は、例えば、LAN(Local Area Network)、WAN(Wide Area Network)、専用回線、またはインターネット等のネットワークである。ネットワーク30は、例えば、TCP(Transmission Control Protocol)/IP(Internet Protocol)等の通信プロトコルでデータ通信が行われる。   The network 30 is, for example, a network such as a LAN (Local Area Network), a WAN (Wide Area Network), a dedicated line, or the Internet. The network 30 performs data communication using a communication protocol such as TCP (Transmission Control Protocol) / IP (Internet Protocol).

(クライアントのハードウェア構成)
図2は、第1の実施の形態に係るクライアントのハードウェア構成の一例を示す図である。図2を参照しながら、本実施の形態に係るクライアント10のハードウェア構成について説明する。
(Hardware configuration of client)
FIG. 2 is a diagram illustrating an example of a hardware configuration of a client according to the first embodiment. A hardware configuration of the client 10 according to the present embodiment will be described with reference to FIG.

図2に示すように、クライアント10は、CPU(Central Processing Unit)101と、ROM(Read Only Memory)102と、RAM(Random Access Memory)103と、通信I/F(Interface)104と、入出力I/F105と、入力装置106と、表示装置107と、補助記憶装置108と、を備えている。   As shown in FIG. 2, the client 10 includes a CPU (Central Processing Unit) 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, a communication I / F (Interface) 104, and an input / output. An I / F 105, an input device 106, a display device 107, and an auxiliary storage device 108 are provided.

CPU101は、クライアント10全体の動作を制御する装置である。ROM102は、クライアント10用のファームウェア等のプログラムを記憶している不揮発性記憶装置である。RAM103は、CPU101のワークエリアとして使用される揮発性記憶装置である。   The CPU 101 is a device that controls the operation of the entire client 10. The ROM 102 is a non-volatile storage device that stores programs such as firmware for the client 10. The RAM 103 is a volatile storage device used as a work area for the CPU 101.

通信I/F104は、ネットワーク30を介してデータを通信するためのNIC(Network Interface Card)等のインターフェースである。通信I/F104は、例えば、TCP/IP等の通信プロトコルでデータ通信を行う。   The communication I / F 104 is an interface such as a NIC (Network Interface Card) for communicating data via the network 30. The communication I / F 104 performs data communication using a communication protocol such as TCP / IP, for example.

入出力I/F105は、各種装置(例えば、入力装置106および表示装置107)とバス109とを接続するためのインターフェースである。   The input / output I / F 105 is an interface for connecting various devices (for example, the input device 106 and the display device 107) and the bus 109.

入力装置106は、文字および数字等の入力、各種指示の選択、ならびにカーソルの移動等の操作を行うためのマウスまたはキーボード等の入力装置である。   The input device 106 is an input device such as a mouse or a keyboard for performing operations such as inputting characters and numbers, selecting various instructions, and moving a cursor.

表示装置107は、カーソル、メニュー、ウィンドウ、文字または画像等の各種情報を表示するLCD(Liquid Crystal Display)、プラズマディスプレイ、または有機EL(Electro−Luminescence)ディスプレイ等の表示装置である。   The display device 107 is a display device such as an LCD (Liquid Crystal Display), a plasma display, or an organic EL (Electro-Luminescence) display that displays various information such as a cursor, a menu, a window, characters, or an image.

補助記憶装置108は、OS(Operating System)、アプリケーションプログラム、および各種データを記憶するHDD(Hard Disk Drive)またはSSD(Solid State Drive)等の記憶装置である。なお、補助記憶装置108は、クライアント10が備えるものとしているが、これに限定されるものではなく、例えば、クライアント10の外部に設置された記憶装置であってもよく、または、クライアント10とデータ通信可能なサーバ装置が備えた記憶装置であってもよい。   The auxiliary storage device 108 is a storage device such as an OS (Operating System), application programs, and HDD (Hard Disk Drive) or SSD (Solid State Drive) that stores various data. The auxiliary storage device 108 is provided in the client 10, but is not limited thereto, and may be a storage device installed outside the client 10, or the client 10 and the data A storage device included in a communicable server device may be used.

上述のCPU101、ROM102、RAM103、通信I/F104、入出力I/F105および補助記憶装置108は、アドレスバスおよびデータバス等のバス109によって互いに通信可能に接続されている。   The CPU 101, the ROM 102, the RAM 103, the communication I / F 104, the input / output I / F 105, and the auxiliary storage device 108 are connected to be communicable with each other via a bus 109 such as an address bus and a data bus.

(クライアントの機能ブロック構成)
図3は、第1の実施の形態に係るクライアントの機能ブロックの構成の一例を示す図である。図3を参照しながら、本実施の形態に係るクライアント10の機能ブロックの構成について説明する。
(Client function block configuration)
FIG. 3 is a diagram illustrating an example of a functional block configuration of the client according to the first embodiment. With reference to FIG. 3, a functional block configuration of the client 10 according to the present embodiment will be described.

図3に示すように、クライアント10は、上述のように、機種共通ドライバであるプリンタドライバ300がインストールされており、さらに、操作部231と、表示部232と、機能ファイル記憶部241(第1記憶部)と、設定記憶部242と、を有する。プリンタドライバ300は、CPU101により実行されることにより、図3に示すように、UI(User Interface)部200、結合機能情報生成部210、および描画部220の各機能を発揮する。また、プリンタドライバ300は、プリンタが保有する機能を定義した機能ファイル(後述する機種共通機能ファイル、および機種固有機能ファイル)をパッケージとして含んでいる。   As shown in FIG. 3, the client 10 is installed with the printer driver 300, which is a common model driver, as described above, and further includes an operation unit 231, a display unit 232, and a function file storage unit 241 (first file). Storage section) and a setting storage section 242. As shown in FIG. 3, the printer driver 300 performs the functions of a UI (User Interface) unit 200, a combined function information generation unit 210, and a drawing unit 220 by being executed by the CPU 101. In addition, the printer driver 300 includes a function file (a model common function file and a model specific function file, which will be described later) that defines functions held by the printer as a package.

UI部200は、印刷用の設定画面の表示、および、操作部231により設定画面から操作入力された操作情報を取得する機能部である。UI部200は、取得部201と、設定読込部202と、表示制御部203と、を有する。   The UI unit 200 is a functional unit that displays a setting screen for printing and acquires operation information input from the setting screen by the operation unit 231. The UI unit 200 includes an acquisition unit 201, a setting reading unit 202, and a display control unit 203.

取得部201は、ユーザにより操作部231に対して入力操作された操作情報を取得(受信)する機能部である。取得部201は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300)によって実現される。   The acquisition unit 201 is a functional unit that acquires (receives) operation information input to the operation unit 231 by the user. The acquisition unit 201 is realized by, for example, a program (printer driver 300) that operates on the CPU 101 illustrated in FIG.

設定読込部202は、設定記憶部242から、ネットワーク30に接続されている各プリンタ20の機種がリスト化されたファイルである機種ファイルを読み込み、機種ファイルと共に、設定画面の表示を要求する設定画面表示要求を、表示制御部203へ送る機能部である。機種ファイルについては、後述する。設定読込部202は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300)によって実現される。   The setting reading unit 202 reads from the setting storage unit 242 a model file that is a file in which models of each printer 20 connected to the network 30 are listed, and a setting screen that requests display of a setting screen together with the model file. This is a functional unit that sends a display request to the display control unit 203. The model file will be described later. The setting reading unit 202 is realized by, for example, a program (printer driver 300) that operates on the CPU 101 illustrated in FIG.

表示制御部203は、表示部232の表示動作を制御する機能部である。表示制御部203は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300)によって実現される。   The display control unit 203 is a functional unit that controls the display operation of the display unit 232. The display control unit 203 is realized by, for example, a program (printer driver 300) that operates on the CPU 101 illustrated in FIG.

結合機能情報生成部210は、各プリンタ20の機種ごとに固有に保有する機能を定義した機種固有機能ファイルと、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルと、を結合して結合機能ファイルを生成する機能部である。結合機能情報生成部210は、機能ファイル読込部211(読込部)と、機能ファイル結合部212(結合部)と、を有する。結合機能ファイルの結合動作の詳細は、図4および7等で後述する。   The combined function information generation unit 210 combines a model-specific function file that defines a function that is uniquely held for each model of each printer 20 and a model-common function file that defines a function that is commonly held by each printer. To generate a combined function file. The combined function information generation unit 210 includes a function file reading unit 211 (reading unit) and a function file combining unit 212 (combining unit). Details of the combining function file combining operation will be described later with reference to FIGS.

機能ファイル読込部211は、ユーザによって選択された機種名に対応する機能ファイルの取得を要求する機能ファイル取得要求を、機能ファイル結合部212へ送る機能部である。機能ファイル読込部211は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300)によって実現される。   The function file reading unit 211 is a function unit that sends a function file acquisition request for requesting acquisition of a function file corresponding to the model name selected by the user to the function file combining unit 212. The function file reading unit 211 is realized by, for example, a program (printer driver 300) that operates on the CPU 101 illustrated in FIG.

機能ファイル結合部212は、機種固有機能ファイルと、機種共通機能ファイルとを結合して、結合機能ファイルを生成する機能部である。機能ファイル結合部212は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300)によって実現される。   The function file combining unit 212 is a functional unit that generates a combined function file by combining the model-specific function file and the model common function file. The function file combination unit 212 is realized by, for example, a program (printer driver 300) that operates on the CPU 101 illustrated in FIG.

描画部220は、機能ファイル読込部211によって結合機能ファイルと印刷の設定情報とがマージされた結合機能情報を、設定記憶部242から読み込み、印刷データの中間データ(例えば、V4ドライバの場合、XPS形式のデータ)を、結合機能情報の内容を反映してPDLデータに変換する機能部である。   The drawing unit 220 reads the combined function information obtained by merging the combined function file and the print setting information by the function file reading unit 211 from the setting storage unit 242, and print data intermediate data (for example, XPS in the case of a V4 driver). Format data) is converted into PDL data reflecting the contents of the combined function information.

操作部231は、ユーザが文字および数字等の入力、各種指示の選択、ならびにカーソルの移動等の操作入力を行う機能部である。操作部231は、図2に示す入力装置106によって実現される。   The operation unit 231 is a functional unit that allows a user to input operations such as input of characters and numbers, selection of various instructions, and movement of a cursor. The operation unit 231 is realized by the input device 106 illustrated in FIG.

表示部232は、表示制御部203の制御に従って、カーソル、メニュー、ウィンドウ、文字または画像等の各種情報を表示する機能部である。表示部232は、図2に示す表示装置107によって実現される。   The display unit 232 is a functional unit that displays various information such as a cursor, a menu, a window, a character, or an image under the control of the display control unit 203. The display unit 232 is realized by the display device 107 illustrated in FIG.

機能ファイル記憶部241は、機種固有機能ファイルと、機種共通機能ファイルとを記憶する機能部である。機能ファイル記憶部241は、例えば、図2に示す補助記憶装置108によって実現される。   The function file storage unit 241 is a function unit that stores a model-specific function file and a model-common function file. The function file storage unit 241 is realized by, for example, the auxiliary storage device 108 illustrated in FIG.

設定記憶部242は、機能ファイル結合部212により機種固有機能ファイルと機種共通機能ファイルとが結合された結合機能ファイルを少なくとも含む結合機能情報を記憶する機能部である。設定記憶部242は、例えば、図2に示す補助記憶装置108によって実現される。   The setting storage unit 242 is a functional unit that stores combined function information including at least a combined function file in which the model-specific function file and the model-common function file are combined by the function file combining unit 212. The setting storage unit 242 is realized by, for example, the auxiliary storage device 108 illustrated in FIG.

なお、取得部201、設定読込部202、表示制御部203、機能ファイル読込部211、および機能ファイル結合部212、および描画部220は、ソフトウェアであるプログラムではなく、FPGA(Field−Programmable Gate Array)またはASIC(Application Specific Integrated Circuit)等のハードウェア回路によって実現されてもよい。   Note that the acquisition unit 201, the setting reading unit 202, the display control unit 203, the function file reading unit 211, the function file combination unit 212, and the drawing unit 220 are not software programs, but are FPGA (Field-Programmable Gate Array). Alternatively, it may be realized by a hardware circuit such as an ASIC (Application Specific Integrated Circuit).

また、図3に示した各機能部は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図3で独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図3の1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。また、図3に示したプリンタドライバ300が提供する各機能部は、1のソフトウェア(プログラム)が実行されることによって実現されることに限定されるものではなく、複数のソフトウェアが実行されることによって実現されるものとしてもよい。例えば、プリンタドライバ300に含まれる機能部のうち、UI部200および結合機能情報生成部210と、描画部220とがそれぞれ別々のソフトウェアが実行されることによって実現されるものとしてもよい。   Each functional unit shown in FIG. 3 conceptually shows a function, and is not limited to such a configuration. For example, a plurality of functional units illustrated as independent functional units in FIG. 3 may be configured as one functional unit. On the other hand, the function of one functional unit in FIG. 3 may be divided into a plurality of units and configured as a plurality of functional units. Further, each functional unit provided by the printer driver 300 shown in FIG. 3 is not limited to being realized by executing one software (program), and a plurality of software is executed. It is good also as what is realized by. For example, among the functional units included in the printer driver 300, the UI unit 200, the combined function information generation unit 210, and the drawing unit 220 may be realized by executing different software.

(設定画面の表示動作および機能ファイルの結合動作)
図4は、第1の実施の形態に係るクライアントにおいてプリンタの設定画面を表示させる動作の一例を示すシーケンス図である。図5は、プリンタの設定画面から機種を選択する動作を説明する図である。図6は、機能ファイル記憶部に記憶されている機種共通機能ファイルおよび機種固有機能ファイルの構成の一例を示した図である。図7は、第1の実施の形態に係るクライアントにおいて機能ファイルを結合する動作の一例を示すフローチャートである。図8は、機種共通機能ファイルの内容の一例を示した図である。図9は、機種固有機能ファイルの内容の一例を示した図である。図10は、結合機能ファイルの内容の一例を示した図である。図4〜10を参照しながら、本実施の形態に係るクライアント10のプリンタの設定画面の表示動作について説明する。特に、図7〜10では、クライアント10の機能ファイルの結合動作について説明する。
(Setting screen display operation and function file combination operation)
FIG. 4 is a sequence diagram illustrating an example of an operation for displaying a printer setting screen in the client according to the first embodiment. FIG. 5 is a diagram for explaining the operation of selecting a model from the printer setting screen. FIG. 6 is a diagram showing an example of the configuration of the model common function file and the model specific function file stored in the function file storage unit. FIG. 7 is a flowchart illustrating an example of an operation of combining function files in the client according to the first embodiment. FIG. 8 is a diagram showing an example of the contents of the model common function file. FIG. 9 is a diagram showing an example of the contents of the model-specific function file. FIG. 10 is a diagram showing an example of the contents of the combined function file. The display operation of the printer setting screen of the client 10 according to the present embodiment will be described with reference to FIGS. In particular, FIGS. 7 to 10 describe the function file combining operation of the client 10.

<ステップS11>
ユーザ40は、操作部231に対して、表示部232に設定画面を表示させる操作を行う。
<Step S11>
The user 40 performs an operation to display a setting screen on the display unit 232 with respect to the operation unit 231.

<ステップS12>
操作部231は、ユーザ40により操作入力された設定画面の表示の要求を示す操作情報を、UI部200の取得部201へ送信する。
<Step S12>
The operation unit 231 transmits operation information indicating a setting screen display request input by the user 40 to the acquisition unit 201 of the UI unit 200.

<ステップS13>
取得部201は、設定画面の表示の要求を示す操作情報を取得(受信)すると、設定画面の表示を要求する設定画面表示要求を、設定読込部202へ送る。
<Step S13>
When the acquisition unit 201 acquires (receives) operation information indicating a setting screen display request, the acquisition unit 201 sends a setting screen display request for requesting the setting screen display to the setting reading unit 202.

<ステップS14>
設定読込部202は、設定記憶部242から、ネットワーク30に接続されている各プリンタ20の機種がリスト化されたファイルである機種ファイルを読み込む。ここで、機種ファイルとは、例えば、プリンタがネットワーク30に接続されたときに、クライアント10が取得した機種情報等に基づいて、機種名をリスト化したファイルである。なお、機種ファイルは、上述のように生成されることに限定されるものではなく、例えば、設定読込部202は、機能ファイル記憶部241に記憶されている各プリンタ20に対応する機能ファイルを読み込み、ファイルから順次、機種名を取得して機種ファイルとして生成するものとしてもよい。
<Step S14>
The setting reading unit 202 reads, from the setting storage unit 242, a model file that is a file that lists the models of each printer 20 connected to the network 30. Here, the model file is, for example, a file in which model names are listed based on model information acquired by the client 10 when the printer is connected to the network 30. The model file is not limited to being generated as described above. For example, the setting reading unit 202 reads a function file corresponding to each printer 20 stored in the function file storage unit 241. The model name may be acquired sequentially from the file and generated as a model file.

<ステップS15>
設定読込部202は、読み込んだ機種ファイルと共に、設定画面の表示を要求する設定画面表示要求を、表示制御部203へ送る。
<Step S15>
The setting reading unit 202 sends a setting screen display request for requesting display of the setting screen to the display control unit 203 together with the read model file.

なお、設定読込部202は、例えば、前回に設定画面を通じて印刷実行された場合に用いられた結合機能情報を、設定記憶部242から読み込み、その結合機能情報に含まれる結合機能ファイルの機能名および設定要素に基づいて設定画面を表示するように、表示制御部203へ要求するものとしてもよい。   For example, the setting reading unit 202 reads, from the setting storage unit 242, the combined function information used when printing was performed through the setting screen last time, and the function name of the combined function file included in the combined function information and The display control unit 203 may be requested to display the setting screen based on the setting element.

<ステップS16>
表示制御部203は、設定画面表示要求、および機種ファイルを受け取ると、機種ファイルにリスト化されている機種名を選択することが可能な設定画面の情報を生成し、その情報と共に、設定画面の表示を指令する設定画面表示指令を、表示部232へ送信する。
<Step S16>
When the display control unit 203 receives the setting screen display request and the model file, the display control unit 203 generates information on the setting screen that can select the model name listed in the model file, and along with the information, A setting screen display command for commanding display is transmitted to the display unit 232.

<ステップS17>
表示部232は、設定画面の情報、および設定画面表示指令を受信すると、設定画面をユーザ40に対して表示する。
<Step S17>
When receiving the setting screen information and the setting screen display command, the display unit 232 displays the setting screen to the user 40.

<ステップS18>
ユーザ40は、表示部232に表示された設定画面(例えば、図5に示す設定画面)を確認し、プルダウン等で表示されるプリンタの機種名から、印刷設定および印刷実行を望むプリンタの機種名を選択する操作を、操作部231に対して行う。
<Step S18>
The user 40 confirms the setting screen (for example, the setting screen shown in FIG. 5) displayed on the display unit 232, and from the model name of the printer displayed by pull-down or the like, the model name of the printer that desires print setting and print execution. The operation for selecting is performed on the operation unit 231.

<ステップS19>
操作部231は、ユーザ40により設定画面において選択操作されたプリンタの機種名を特定する操作情報を、取得部201へ送信する。
<Step S19>
The operation unit 231 transmits operation information for specifying the model name of the printer selected and operated on the setting screen by the user 40 to the acquisition unit 201.

なお、上述のように、機種名の選択はユーザ40によって行われるものとしているが、これに限定されるものではなく、クライアント10(例えば、設定読込部202)が最適な機種名を判定して自動的に選択するものとしてもよい。最適な機種名として、例えば、クライアント10にログインするユーザ毎に印刷に使用される回数を機種毎にカウントして記憶させておき、最も使用頻度の高い機種の機種名を選択するものとしてもよい。   As described above, the model name is selected by the user 40. However, the selection is not limited to this, and the client 10 (for example, the setting reading unit 202) determines the optimal model name. It is good also as what selects automatically. As an optimum model name, for example, the number of times used for printing for each user who logs in to the client 10 may be counted and stored for each model, and the model name of the most frequently used model may be selected. .

<ステップS20>
取得部201は、プリンタの機種名を特定する操作情報を取得(受信)すると、操作情報が特定する機種名を、結合機能情報生成部210の機能ファイル読込部211へ送る。
<Step S20>
When the acquisition unit 201 acquires (receives) operation information specifying the model name of the printer, the acquisition unit 201 sends the model name specified by the operation information to the function file reading unit 211 of the combined function information generation unit 210.

<ステップS21>
機能ファイル読込部211は、受け取った機種名に対応する機能ファイルの取得を要求する機能ファイル取得要求を、機能ファイル結合部212へ送る。
<Step S21>
The function file reading unit 211 sends a function file acquisition request for requesting acquisition of a function file corresponding to the received model name to the function file combining unit 212.

<ステップS22>
機能ファイル結合部212は、機能ファイル取得要求を受け取ると、機能ファイル記憶部241に記憶されている、機能ファイル取得要求が示す機種名に対応する機種固有機能ファイル、および機種共通機能ファイルを読み込む(取得する)。図6に示すように、機能ファイル記憶部241は、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルを1つ、および、各プリンタの機種ごとに固有に保有する機能を定義した機種固有機能ファイルを0以上記憶している。図6の例では、機能ファイル記憶部241は、機種固有機能ファイルとして、少なくとも機種A機能ファイル、機種B機能ファイル、および機種C機能ファイルを記憶している状態を示している。これらの機種共通機能ファイルおよび機種固有機能ファイルは、例えば、XML(eXtensible Markup Language)形式で記述される。
<Step S22>
Upon receiving the function file acquisition request, the function file combining unit 212 reads the model-specific function file and the model common function file corresponding to the model name indicated by the function file acquisition request stored in the function file storage unit 241 ( get). As shown in FIG. 6, the function file storage unit 241 defines one model-common function file that defines the functions commonly held by each printer, and functions that are uniquely held for each printer model. 0 or more model-specific function files are stored. In the example of FIG. 6, the function file storage unit 241 shows a state in which at least a model A function file, a model B function file, and a model C function file are stored as model-specific function files. These model common function file and model specific function file are described in, for example, an XML (extensible Markup Language) format.

なお、機種共通機能ファイルは、上述のように、各プリンタの大方共通して保有する機能を定義した機能ファイルであり、必ずしもネットワーク30に接続されている各プリンタ20全体が共通して保有する機能を定義されている必要はない。例えば、機種共通機能ファイルは、各プリンタ20で高頻度で使用される機能、または、全体のプリンタ20のうち多くのプリンタ20で使用される機能等を定義するものとすればよい。したがって、プリンタ20ごとに固有に保有する機能を定義した機種固有機能ファイルでは、機種共通機能ファイルに定義された機能のうち不要な機能があれば、その機能を削除する命令を定義するものとすればよい。このように、機種共通機能ファイルにおいて、各プリンタの大方共通して保有する機能を定義しているのは、機種共通機能ファイルへすべてのプリンタに共通する機能のみを定義すると、少数の機種のみが持たない機能を、この少数の機種以外の機種の機種固有ファイルすべてで定義することになり、データ容量が増大してしまうためである。したがって、機種共通機能ファイルでは各プリンタが大方共通して保有する機能を定義し、機種固有機能ファイルでは不要な機能を削除する命令を定義するものとすれば、データ容量を削減することが可能となる。機種共通機能ファイル、および機種固有機能ファイルに規定される具体的なコードについては、図8〜10で後述する。   Note that, as described above, the model common function file is a function file that defines functions that are commonly held by the printers, and functions that are commonly held by the entire printers 20 connected to the network 30. Need not be defined. For example, the model-common function file may define a function that is frequently used by each printer 20 or a function that is used by many printers 20 among the entire printers 20. Therefore, in the model-specific function file that defines the functions that are unique to each printer 20, if there is an unnecessary function among the functions defined in the model-common function file, an instruction to delete the function is defined. That's fine. In this way, the functions common to each printer are defined in the model common function file. If only the functions common to all printers are defined in the model common function file, only a small number of models are defined. This is because the functions not possessed are defined in all model-specific files of models other than this small number of models, and the data capacity increases. Therefore, it is possible to reduce the data capacity if the functions common to each printer are defined in the model-common function file and the commands to delete unnecessary functions are defined in the model-specific function file. Become. Specific codes defined in the model common function file and the model specific function file will be described later with reference to FIGS.

<ステップS23>
機能ファイル結合部212は、読み込んだ機種固有機能ファイルと、機種共通機能ファイルとを結合して、結合機能ファイルを生成する。この機種固有機能ファイルと機種共通機能ファイルとの結合動作を、図7に示す以下のステップS231〜S245で説明する。
<Step S23>
The function file combining unit 212 combines the read model specific function file and the model common function file to generate a combined function file. The combination operation of the model-specific function file and the model-common function file will be described in the following steps S231 to S245 shown in FIG.

<<ステップS231>>
機能ファイル結合部212は、ステップS22で上述したように、機能ファイル記憶部241から機種共通機能ファイルを読み込む。
<< Step S231 >>
The function file combining unit 212 reads the model common function file from the function file storage unit 241 as described above in step S22.

ここでは、機能ファイル結合部212は、機種共通機能ファイルとして、図8に示す機種共通機能ファイル700を読み込んだものとする。機種共通機能ファイル700は、図8に示すように、機種名(「machine name」)を「Common Model」と定義したコード部701、機能名(「function name」)を「Collate」と定義したコード部702、機能名を「Color Mode」と定義したコード部703、コードが何も定義されていないコード部704、機能名を「User Name」と定義したコード部705、機能名を「Page Size」と定義したコード部707、および、機能名を「Duplex」と定義したコード部709を含む。   Here, it is assumed that the function file combination unit 212 has read the model common function file 700 shown in FIG. 8 as the model common function file. As shown in FIG. 8, the model common function file 700 includes a code part 701 in which the model name (“machine name”) is defined as “Common Model”, and a code in which the function name (“function name”) is defined as “Collate”. 702, a code part 703 in which the function name is defined as “Color Mode”, a code part 704 in which no code is defined, a code part 705 in which the function name is defined as “User Name”, and the function name is “Page Size”. And a code part 709 whose function name is defined as “Duplex”.

機能名が「Collate」であるコード部702では、その機能における設定の選択肢を示す選択要素(「selection name」)として、「on」および「off」が定義されている。機能名が「Color Mode」であるコード部703では、その機能における選択要素として、「Mono」が定義されている。機能名が「User Name」であるコード部705では、その機能における設定範囲(「range」)として、「min=”0” max=”10”」がコード部706で定義されている。機能名が「Page Size」であるコード部707では、その機能における選択要素として、「A4」および「Letter」が定義されており、さらに、「Postcard」がコード部708で定義されている。そして、機能名が「Duplex」であるコード部709では、その機能における選択要素として、「on」および「off」が定義されている。   In the code part 702 whose function name is “Collate”, “on” and “off” are defined as selection elements (“selection name”) indicating setting options for the function. In the code part 703 whose function name is “Color Mode”, “Mono” is defined as a selection element in the function. In the code part 705 whose function name is “User Name”, “min =“ 0 ”max =“ 10 ”” is defined in the code part 706 as a setting range (“range”) in the function. In the code part 707 whose function name is “Page Size”, “A4” and “Letter” are defined as selection elements in the function, and “Postcard” is further defined in the code part 708. In the code part 709 whose function name is “Duplex”, “on” and “off” are defined as selection elements in the function.

なお、上述した各機能に対応する選択要素、設定範囲、および後述する入力可能文字を総称して「設定要素」と称する場合がある。   Note that the selection elements, setting ranges, and inputable characters to be described later may be collectively referred to as “setting elements” corresponding to the functions described above.

そして、ステップS232へ移行する。   Then, control goes to a step S232.

<<ステップS232>>
機能ファイル結合部212は、機能ファイル記憶部241に記憶されている機能ファイルのうち、機能ファイル取得要求が示す機種名に対応する機種固有機能ファイルが存在するか否かを確認する。機種名に対応する機種固有機能ファイルが存在する場合(ステップS232:Yes)、ステップS233へ移行し、機種名に対応する機種固有機能ファイルが存在しない場合(ステップS232:No)、機種共通機能ファイルと結合させる対象となる機能ファイルが存在しないものとして結合動作の処理を終了する。
<< Step S232 >>
The function file combining unit 212 checks whether or not a model-specific function file corresponding to the model name indicated by the function file acquisition request exists among the function files stored in the function file storage unit 241. If the model-specific function file corresponding to the model name exists (step S232: Yes), the process proceeds to step S233, and if the model-specific function file corresponding to the model name does not exist (step S232: No), the model-common function file Assuming that there is no function file to be combined, the processing of the combining operation is terminated.

<<ステップS233>>
機能ファイル結合部212は、機能ファイル取得要求が示す機種名に対応する機種固有機能ファイルを、機能ファイル記憶部241から読み込む。
<< Step S233 >>
The function file combining unit 212 reads a model-specific function file corresponding to the model name indicated by the function file acquisition request from the function file storage unit 241.

ここでは、機能ファイル結合部212は、機能ファイル取得要求が示す機種名に対応する機種固有機能ファイルとして、図9に示す機種固有機能ファイル800を読み込んだものとする。機種固有機能ファイル800は、図9に示すように、機種名(「machine name」)を「PrinterA」と定義したコード部801、コードが何も定義されていないコード部802、機能名(「function name」)を「Color Mode」と定義したコード部803、機能名を「Staple」と定義したコード部804、機能名を「User Name」と定義したコード部805、機能名を「Page Size」と定義したコード部807、および、機能名を「Duplex」と定義したコード部809を含む。   Here, it is assumed that the function file combining unit 212 has read the model-specific function file 800 shown in FIG. 9 as a model-specific function file corresponding to the model name indicated by the function file acquisition request. As shown in FIG. 9, the model-specific function file 800 includes a code part 801 in which the model name (“machine name”) is defined as “PrinterA”, a code part 802 in which no code is defined, and a function name (“function”). name ”) is defined as“ Color Mode ”, a code portion 804 whose function name is defined as“ Staple ”, a code portion 805 whose function name is defined as“ User Name ”, and a function name as“ Page Size ”. It includes a defined code part 807 and a code part 809 whose function name is defined as “Duplex”.

機能名が「Color Mode」であるコード部803では、その機能における設定の選択肢を示す選択要素(「selection name」)として、「Full Color」が定義されている。機能名が「Staple」であるコード部804では、その機能における選択要素として、「on」および「off」が定義されている。機能名が「User Name」であるコード部805では、その機能における設定範囲(「range」)として、「min=”0” max=”25”」がコード部806で定義されている。機能名が「Page Size」であるコード部807では、その機能における選択要素として、「Postcard」がコード部808で定義されおり、このコード部808では、さらに、オプションとしての削除指定(「option=delete」)が定義されている。そして、機能名が「Duplex」であるコード部809では、オプションとしての削除指定(「option=delete」)が定義されている。   In the code part 803 whose function name is “Color Mode”, “Full Color” is defined as a selection element (“selection name”) indicating setting options for the function. In the code part 804 whose function name is “Staple”, “on” and “off” are defined as selection elements in the function. In the code part 805 whose function name is “User Name”, “min =“ 0 ”max =“ 25 ”” is defined in the code part 806 as a setting range (“range”) in the function. In the code part 807 whose function name is “Page Size”, “Postcard” is defined in the code part 808 as a selection element in the function, and this code part 808 further includes an optional deletion specification (“option ==” delete ") is defined. In the code part 809 whose function name is “Duplex”, an optional deletion designation (“option = delete”) is defined.

そして、ステップS234へ移行する。   Then, control goes to a step S234.

<<ステップS234>>
機能ファイル結合部212は、読み込んだ機種固有機能ファイルに定義されている機能名を示す「function name」のうち、順次「function name」を特定し、特定した機能名が、機種共通機能ファイルに定義されているか否かを判定する。機種固有機能ファイルに定義されている機能名と一致する機能名が、機種共通機能ファイルに定義されている場合(ステップS234:Yes)、ステップS235へ移行し、定義されていない場合(ステップS234:No)、機能ファイル結合部212は、特定した機能名を結合機能ファイルに追加するものと判定し、ステップS236へ移行する。
<< Step S234 >>
The function file combining unit 212 sequentially identifies “function name” among “function name” indicating the function name defined in the read model-specific function file, and the identified function name is defined in the model-common function file. It is determined whether or not it has been done. If a function name that matches the function name defined in the model-specific function file is defined in the model-common function file (step S234: Yes), the process proceeds to step S235, and if not defined (step S234: No), the function file combining unit 212 determines that the specified function name is to be added to the combined function file, and proceeds to step S236.

図8および9に示す例では、機種固有機能ファイル800に定義されている機能名のうち、「Color Mode」、「User Name」、「Page Size」および「Duplex」は、機種共通機能ファイル700にも定義されているので、ステップS235へ移行する。一方、機種固有機能ファイル800に定義されている機能名のうち、「Staple」は、機種共通機能ファイル700に定義されていないので、ステップS236へ移行する。   8 and 9, among the function names defined in the model-specific function file 800, “Color Mode”, “User Name”, “Page Size”, and “Duplex” are stored in the model-common function file 700. Is also defined, the process proceeds to step S235. On the other hand, among the function names defined in the model-specific function file 800, “Staple” is not defined in the model-common function file 700, and the process proceeds to step S236.

<<ステップS235>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)のコード部に、オプションとして削除指定されているか否かを判定する。具体的には、機能ファイル結合部212は、そのコード部に、「option=delete」が定義されているか否かを判定する。すなわち、機能ファイル結合部212は、特定した機種固有ファイルの機能名の機能について、機能自体の削除の指定がされているか否かを判定する。機能のコード部で削除指定されていない場合(ステップS235:No)、ステップS237へ移行し、削除指定されている場合(ステップS235:Yes)、ステップS238へ移行する。
<< Step S235 >>
The function file combining unit 212 determines whether or not deletion is specified as an option in the code part of the function of the function name of the model-specific function file specified in step S234. Specifically, the function file combining unit 212 determines whether “option = delete” is defined in the code portion. In other words, the function file combining unit 212 determines whether or not deletion of the function itself is designated for the function with the function name of the specified model-specific file. When deletion is not specified in the function code part (step S235: No), the process proceeds to step S237. When deletion is specified (step S235: Yes), the process proceeds to step S238.

図8および9に示す例では、ステップS234で特定された機種固有機能ファイル800の機能名が「Duplex」の場合、コード部809に、オプションとしての削除指定(「option=delete」)が定義されているので、ステップS238へ移行する。   In the example shown in FIGS. 8 and 9, when the function name of the model-specific function file 800 specified in step S234 is “Duplex”, the code part 809 defines an optional deletion specification (“option = delete”). Therefore, the process proceeds to step S238.

<<ステップS236>>
機能ファイル結合部212は、機種固有機能ファイルで特定した機能名が、機種共通機能ファイルに特定されていないので、結合機能ファイルに、その機能名、およびその機能における選択要素、設定範囲または入力可能文字を示すコード部を追加する。
<< Step S236 >>
Since the function name specified in the model-specific function file is not specified in the model-specific function file, the function file combining unit 212 can input the function name, the selected element, the setting range, or the function in the combined function file. Add a code part to indicate the character.

ここで、機能ファイル結合部212が、機種共通機能ファイル700と、機種固有機能ファイル800とを結合させて生成する結合機能ファイルとして、図10に示す結合機能ファイル900を生成するものとする。結合機能ファイル900は、機種共通機能ファイル700を母体とし、機種固有機能ファイル800で定義されたコードに基づいて、機種共通機能ファイル700に対して機能の追加、上書きおよび削除を行うことによって生成される。図8〜10に示す例では、機能ファイル結合部212は、機種共通機能ファイル700では、機種固有機能ファイル800で定義されている機能名のうち、「Staple」が定義されていないので、機種共通機能ファイル700を母体とする結合機能ファイル900に、機種固有機能ファイル800における機能名として「Staple」を定義したコード部804を、コード部903として追加し、さらに、選択要素「on」および「off」を定義するコードも追加する。例えば、追加可能な機能およびその選択要素の例を、下記の(表1)に示す。   Here, it is assumed that the function file combining unit 212 generates a combined function file 900 shown in FIG. 10 as a combined function file generated by combining the model common function file 700 and the model specific function file 800. The combined function file 900 is generated by adding, overwriting, and deleting functions to the model-common function file 700 based on the code defined in the model-specific function file 800 with the model-common function file 700 as a base. The In the examples shown in FIGS. 8 to 10, the function file combining unit 212 does not define “Staple” among the function names defined in the model-specific function file 800 in the model-common function file 700. A code part 804 in which “Staple” is defined as a function name in the model-specific function file 800 is added as a code part 903 to the combined function file 900 having the function file 700 as a base, and the selection elements “on” and “off” are further added. Add a code that defines " For example, examples of functions that can be added and selection elements thereof are shown in Table 1 below.

Figure 2018022463
Figure 2018022463

例えば、機能ファイル結合部212は、機種共通機能ファイルで、(表1)に示す機種固有機能ファイルで定義されている機能名のうち、給紙トレイ(「Input Bin」)が定義されていないものと判定した場合、結合機能ファイルに、機能名「Input Bin」を示すコード部を追加し、さらに、その選択要素「Tray2」および「Tray3」を定義するコード部を追加するものとすればよい。   For example, the function file combining unit 212 is a model-common function file that does not define a paper feed tray (“Input Bin”) among the function names defined in the model-specific function file shown in (Table 1). If it is determined, the code part indicating the function name “Input Bin” is added to the combined function file, and the code part defining the selection elements “Tray2” and “Tray3” is added.

そして、ステップS245へ移行する。   Then, the process proceeds to step S245.

<<ステップS237>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名を定義したコード部で、設定範囲(「range」)または入力可能文字(「char type」)が定義されているか否かを判定する。すなわち、機能ファイル結合部212は、特定した機種固有ファイルの機能名の機能について、受け付け可能な文字および数値の条件の変更が指定されているか否かを判定する。設定範囲および入力可能文字のいずれも定義されていない場合(ステップS237:No)、ステップS239へ移行し、設定範囲または入力可能文字のいずれかが定義されている場合(ステップS237:Yes)、ステップS240へ移行する。
<< Step S237 >>
The function file combining unit 212 is a code unit that defines the function name of the model-specific function file specified in step S234, and whether or not a setting range (“range”) or input characters (“char type”) is defined. Determine. That is, the function file combining unit 212 determines whether or not the change of the acceptable character and numerical value conditions is specified for the function of the function name of the specified model-specific file. If neither the setting range nor inputable characters are defined (step S237: No), the process proceeds to step S239, and if either the setting range or inputable characters are defined (step S237: Yes), step The process proceeds to S240.

<<ステップS238>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)のコード部に、オプションとして削除指定されている場合、結合機能ファイルにおいて、その機能、および、選択要素、設定範囲または入力可能文字を定義したコード部を削除する。
<< Step S238 >>
If the function file combining unit 212 is specified as an option to be deleted in the code part of the function (function) of the function name of the model-specific function file identified in step S234, the function and the selection element Delete the code part that defines the setting range or inputable characters.

図8〜10に示す例では、機能ファイル結合部212は、機種固有機能ファイル800で定義されている機能のうち「Duplex」のコード部809に、オプションとして削除指定されているので、機種共通機能ファイル700を母体とする結合機能ファイル900において、機能名「Duplex」のコード部、および、選択要素「on」および「off」を定義するコード部を削除する(コード部907)。例えば、削除可能な機能およびその選択要素の例を、下記の(表2)に示す。   In the example shown in FIGS. 8 to 10, the function file combining unit 212 is deleted and designated as an option in the code portion 809 of “Duplex” among the functions defined in the model-specific function file 800. In the combined function file 900 having the file 700 as a parent, the code part of the function name “Duplex” and the code part defining the selection elements “on” and “off” are deleted (code part 907). For example, examples of functions that can be deleted and their selection elements are shown in Table 2 below.

Figure 2018022463
Figure 2018022463

例えば、機能ファイル結合部212は、機種固有機能ファイルにおいて、(表2)に示す機種共通機能ファイルで定義されている機能名のうち、用紙種類(「Media Type」)を定義したコード部に、オプションとして削除指定されている場合、結合機能ファイルにおいて、機能名「Media Type」を示すコード部を削除し、さらに、その選択要素「Standard」、「Glossy」、「Transparency」および「Recycle」を定義するコード部を削除するものとすればよい。   For example, in the model-specific function file, the function file combining unit 212 includes a code part that defines a paper type (“Media Type”) among the function names defined in the model-common function file shown in (Table 2). When the deletion is specified as an option, the code part indicating the function name “Media Type” is deleted in the combined function file, and the selection elements “Standard”, “Glossy”, “Transparency”, and “Recycle” are defined. The code part to be deleted may be deleted.

そして、ステップS245へ移行する。   Then, the process proceeds to step S245.

<<ステップS239>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名を定義したコード部で、選択要素(「selection name」)が定義されいているか否かを判定する。すなわち、機能ファイル結合部212は、特定した機種固有ファイルの機能名の機能について、設定の選択要素の変更が指定されているか否かを判定する。選択要素が定義されている場合(ステップS239:Yes)、ステップS241へ移行し、選択要素が定義されていない場合(ステップS239:No)、ステップS245へ移行する。
<< Step S239 >>
The function file combining unit 212 determines whether or not a selection element (“selection name”) is defined in the code part that defines the function name of the model-specific function file identified in step S234. That is, the function file combining unit 212 determines whether or not the setting selection element change is specified for the function with the function name of the specified model-specific file. If the selection element is defined (step S239: Yes), the process proceeds to step S241. If the selection element is not defined (step S239: No), the process proceeds to step S245.

<<ステップS240>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)のコード部に、設定範囲(「range」)または入力可能文字(「char type」)が定義されている場合、結合機能ファイルにおいてその機能の設定範囲および入力可能文字を定義しているコード部を、機種固有機能ファイルにおいてその機能の設定範囲および入力可能文字を定義しているコードで上書きする。なお、上書き対象となる機能の設定内容として、機能の設定範囲または入力可能文字としているが、これに限定されるものではなく、その機能の設定内容として2つ以上を選択対象とすることができない、または、2つ以上を選択対象とする必要がない設定内容を上書き対象とするものとしてもよい。
<< Step S240 >>
In the function file combining unit 212, a setting range (“range”) or an inputable character (“char type”) is defined in the code part of the function (function) of the function name of the model-specific function file identified in step S234. If so, the code section defining the function setting range and inputable characters in the combined function file is overwritten with the code defining the function setting range and inputable characters in the model-specific function file. The setting contents of the function to be overwritten are the function setting range or inputable characters, but are not limited to this, and two or more setting contents of the function cannot be selected. Alternatively, setting contents that do not need to be selected from two or more may be overwritten.

図8〜10に示す例では、機種固有機能ファイル800で定義されている機能のうち「User Name」のコード部805に、設定範囲(「range」)を定義したコード部806があり、機種共通機能ファイル700で定義されている機能においても「User Name」が定義されたコード部705があり、設定範囲を定義したコード部706がある。したがって、機能ファイル結合部212は、機種共通機能ファイル700を母体とする結合機能ファイル900において、コード部706に対応するコード(「min=”0” max=”10”」)を、機種固有機能ファイル800のコード部806で上書きして、機能名「User Name」を定義したコード部904において、コード部905(「min=”0” max=”25”」)とする。例えば、上書き可能な機能およびその設定範囲の例を、下記の(表3)に示す。   In the examples shown in FIGS. 8 to 10, among the functions defined in the model-specific function file 800, the “User Name” code part 805 includes a code part 806 that defines a setting range (“range”). Even in the functions defined in the function file 700, there is a code part 705 in which “User Name” is defined, and there is a code part 706 in which a setting range is defined. Therefore, the function file combining unit 212 converts the code corresponding to the code unit 706 (“min =“ 0 ”max =“ 10 ””) into the model-specific function in the combined function file 900 based on the model common function file 700. In the code part 904 in which the function name “User Name” is defined by overwriting with the code part 806 of the file 800, the code part 905 (“min =“ 0 ”max =“ 25 ””) is used. For example, the following (Table 3) shows examples of functions that can be overwritten and their setting ranges.

Figure 2018022463
Figure 2018022463

例えば、機能ファイル結合部212は、(表3)に示すように、機種共通機能ファイルにおいて機能「Copies」について設定範囲(「range」)を定義したコード「min=”1” max=”999”」があり、機種固有機能ファイルにおいて同機能について設定範囲を定義したコード「min=”1” max=”9999”」があるので、機種共通機能ファイルを母体とする結合機能ファイルにおいて、「min=”1” max=”999”」のコード部を、機種固有機能ファイルの「min=”1” max=”9999”」で上書きするものとすればよい。   For example, as shown in (Table 3), the function file combination unit 212 defines the setting range (“range”) for the function “Copyies” in the model-common function file, the code “min =“ 1 ”max =“ 999 ” ”And there is a code“ min = “1” max = “9999” ”that defines a setting range for the same function in the model-specific function file. The code part “1” max = “999” ”may be overwritten with“ min = “1” max = “9999” ”in the model-specific function file.

また、上書き可能な機能およびその入力可能文字の例を、下記の(表4)に示す。   Examples of functions that can be overwritten and characters that can be entered are shown in Table 4 below.

Figure 2018022463
Figure 2018022463

例えば、機能ファイル結合部212は、(表4)に示すように、機種共通機能ファイルにおいて機能「User Name」について入力可能文字(「char type」)を定義したコード「0−9,a−z」があり、機種固有機能ファイルにおいて同機能について設定範囲を定義したコード「0−9,0x2d」があるので、機種共通機能ファイルを母体とする結合機能ファイルにおいて、「0−9,a−z」のコード部を、機種固有機能ファイルの「0−9,0x2d」で上書きするものとすればよい。ここで、「0x2d」は、ハイフンを示すASCIIコードである。   For example, as shown in (Table 4), the function file combining unit 212 defines a code “0-9, a-z” that defines an inputable character (“char type”) for the function “User Name” in the model common function file. ”And there is a code“ 0-9, 0x2d ”that defines the setting range for the same function in the model-specific function file. Therefore, in the combined function file that is based on the model-common function file,“ 0-9, az ” The code portion of “0” may be overwritten with “0-9, 0x2d” of the model-specific function file. Here, “0x2d” is an ASCII code indicating a hyphen.

また、機能ファイル結合部212は、(表4)に示すように、機種共通機能ファイルにおいて機能「File Name」について入力可能文字(「char type」)を定義したコード「0−9,a−z」があり、機種固有機能ファイルにおいて同機能について設定範囲を定義したコード「0−9,a−z,JIS」があるので、機種共通機能ファイルを母体とする結合機能ファイルにおいて、「0−9,a−z」のコード部を、機種固有機能ファイルの「0−9,a−z,JIS」で上書きするものとすればよい。ここで、「JIS」は、(表4)においては日本語入力の許容を示す。   In addition, as shown in (Table 4), the function file combination unit 212 defines a code “0-9, a-z” that defines an inputable character (“char type”) for the function “File Name” in the model common function file. There is a code “0-9, az, JIS” that defines a setting range for the same function in the model-specific function file. Therefore, in the combined function file having the model-common function file as a base, “0-9” , Az ”may be overwritten with“ 0-9, az, JIS ”in the model-specific function file. Here, “JIS” indicates permission for Japanese input in (Table 4).

そして、ステップS245へ移行する。   Then, the process proceeds to step S245.

<<ステップS241>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)の選択要素(「selection name」)のコード部に、オプションとして削除指定されているか否かを判定する。具体的には、機能ファイル結合部212は、そのコード部に、「option=delete」が定義されているか否かを判定する。すなわち、機能ファイル結合部212は、特定した機種固有ファイルの機能名の機能について、ステップS239で判定された設定の選択要素の変更の指定が、選択要素の追加であるか選択要素の削除であるかを判定する。機能の選択要素のコード部で削除指定されている場合(ステップS241:Yes)、ステップS242へ移行し、削除指定されていない場合(ステップS241:No)、ステップS243へ移行する。
<< Step S241 >>
The function file combining unit 212 determines whether or not deletion is specified as an option in the code part of the function (function) selection element (“selection name”) of the function name of the model-specific function file identified in step S234. . Specifically, the function file combining unit 212 determines whether “option = delete” is defined in the code portion. That is, the function file combining unit 212 specifies whether the selection element change in the setting determined in step S239 is addition of a selection element or deletion of a selection element for the function of the function name of the specified model-specific file. Determine whether. When deletion is designated in the code part of the function selection element (step S241: Yes), the process proceeds to step S242. When deletion is not designated (step S241: No), the process proceeds to step S243.

<<ステップS242>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)の選択要素(「selection name」)のコード部に、オプションとして削除指定されている場合、結合機能ファイルにおいて、選択要素を定義したコード部を削除する。
<< Step S242 >>
The function file combining unit 212 displays the combined function file when the code part of the function (function) selection element (“selection name”) of the function name of the model-specific function file identified in step S234 is designated as an option. The code part defining the selected element is deleted.

図8〜10に示す例では、機能ファイル結合部212は、機種固有機能ファイル800で定義されている機能のうち「Page Size」のコード部807において、選択要素「Postcard」が定義されたコード部808に、オプションとして削除指定されているので、機種共通機能ファイル700を母体とする結合機能ファイル900において、機能名「Page Size」のコード部906の選択要素「Postcard」が定義されたコード部を削除する。   In the example illustrated in FIGS. 8 to 10, the function file combination unit 212 includes a code part in which the selection element “Postcard” is defined in the code part 807 of “Page Size” among the functions defined in the model-specific function file 800. In 808, since the deletion is designated as an option, the code part in which the selection element “Postcard” of the code part 906 of the function name “Page Size” is defined in the combined function file 900 having the model common function file 700 as a parent is displayed. delete.

また、上述の(表2)において、機能ファイル結合部212は、例えば、機種固有機能ファイルで定義されている機能名のうち、解像度(「Resolution」)を定義したコード部において、選択要素として「400*400」を定義したコード部に、オプションとして削除指定されている場合、結合機能ファイルにおいて、その選択要素「400*400」を定義したコード部を削除するものとすればよい。   Further, in the above (Table 2), the function file combining unit 212, for example, in the code part that defines the resolution (“Resolution”) among the function names defined in the model-specific function file, In the case where deletion is designated as an option in the code part defining “400 * 400”, the code part defining the selection element “400 * 400” may be deleted from the combined function file.

そして、ステップS244へ移行する。   Then, the process proceeds to step S244.

<<ステップS243>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)の選択要素(「selection name」)のコード部に、オプションとして削除指定されていない場合、結合機能ファイルに、その選択要素を定義したコード部を追加する。
<< Step S243 >>
The function file combining unit 212 displays the combined function file if the code part of the function (function) selection element (“selection name”) of the function name specified in step S234 is not specified as an option. Add a code part that defines the selected element.

図8〜10に示す例では、機能ファイル結合部212は、機種固有機能ファイル800で定義されている機能のうち「Color Mode」のコード部803において、選択要素「Full Color」が定義されたコード部に、オプションとして削除指定されていないので、機種共通機能ファイル700を母体とする結合機能ファイル900において、機能名「Color Mode」のコード部902に、選択要素「Full Color」が定義されたコード部を追加する。   In the examples shown in FIGS. 8 to 10, the function file combining unit 212 includes a code in which the selection element “Full Color” is defined in the code portion 803 of “Color Mode” among the functions defined in the model-specific function file 800. In the combined function file 900 having the model common function file 700 as a base, the code in which the selection element “Full Color” is defined in the code part 902 of the function name “Color Mode” is not specified as an option. Add a part.

また、上述の(表1)において、機能ファイル結合部212は、例えば、機種固有機能ファイルで定義されている機能名のうち、用紙種類(「Media Type」)を定義したコード部において、選択要素として「Recycle」を定義したコード部に、オプションとして削除指定されていない場合、結合機能ファイルにおいて、その選択要素「Recycle」を定義したコード部を追加するものとすればよい。   In (Table 1) described above, the function file combining unit 212 selects, for example, a selection element in a code unit that defines a paper type (“Media Type”) among the function names defined in the model-specific function file. If the code part that defines “Recycle” is not designated as an option for deletion, the code part that defines the selection element “Recycle” may be added to the combined function file.

そして、ステップS244へ移行する。   Then, the process proceeds to step S244.

<<ステップS244>>
機能ファイル結合部212は、ステップS234で特定した機種固有機能ファイルの機能名の機能(function)のすべての選択要素(「selection name」)について、ステップS241〜S243の処理を実行したか否か判定する。すべての選択要素について処理を実行した場合、ステップS245へ移行し、実行していない場合、次の選択要素を特定して、ステップS241へ戻る。
<< Step S244 >>
The function file combining unit 212 determines whether or not the processes of steps S241 to S243 have been executed for all selection elements (“selection name”) of the function (function) of the function name of the model-specific function file specified in step S234. To do. If the process has been executed for all selected elements, the process proceeds to step S245. If not, the next selected element is specified, and the process returns to step S241.

<<ステップS245>>
機能ファイル結合部212は、機種固有機能ファイルのすべての機能名の機能(function)について、ステップS234〜S244の処理を実行したか否か判定する。すべての機能について処理を実行した場合、機能ファイルの結合動作を終了し、機能ファイル結合部212は、機種固有機能ファイルと機種共通機能ファイルとを結合した結合機能ファイルを出力する。一方、すべての機能について実行していない場合、ステップS234へ戻る。
<< Step S245 >>
The function file combining unit 212 determines whether or not the processing of steps S234 to S244 has been executed for all functions of the function name in the model-specific function file. When processing has been executed for all functions, the function file combining operation is terminated, and the function file combining unit 212 outputs a combined function file in which the model-specific function file and the model common function file are combined. On the other hand, if not all functions are executed, the process returns to step S234.

以上のステップS231〜S245の処理によって、機能ファイル結合部212による機種固有機能ファイルと機種共通機能ファイルとの結合動作が実行される。図8〜10に示す例では、機能ファイル結合部212は、機種共通機能ファイル700および機種固有機能ファイル800に対する上述のステップS231〜S245の処理によって、図10に示す結合機能ファイル900を生成する。なお、結合機能ファイル900の機能名「Collate」を定義したコード部901は、機種固有機能ファイル800におけるコード部802に示すように、対応するコードが存在しないため、機種共通機能ファイル700の機能名「Collate」を定義したコード部702が継承されている。そして、図4のシーケンス図の説明に戻る。   Through the processing of steps S231 to S245 described above, the operation of combining the model-specific function file and the model-common function file by the function file combining unit 212 is executed. In the example illustrated in FIGS. 8 to 10, the function file combining unit 212 generates the combined function file 900 illustrated in FIG. 10 by the processing in steps S <b> 231 to S <b> 245 described above for the model common function file 700 and the model specific function file 800. The code part 901 defining the function name “Collate” in the combined function file 900 does not have a corresponding code as shown in the code part 802 in the model-specific function file 800. The code part 702 defining “Collate” is inherited. Returning to the description of the sequence diagram of FIG.

<ステップS24>
機能ファイル結合部212は、生成した結合機能ファイルを結合機能情報として、機能ファイル読込部211へ送る。
<Step S24>
The function file combining unit 212 sends the generated combined function file to the function file reading unit 211 as combined function information.

<ステップS25>
機能ファイル読込部211は、受け取った結合機能情報を、設定記憶部242に記憶させる。
<Step S25>
The function file reading unit 211 causes the setting storage unit 242 to store the received combined function information.

<ステップS26>
機能ファイル読込部211は、結合機能情報を、UI部200の表示制御部203へ送る。
<Step S26>
The function file reading unit 211 sends the combined function information to the display control unit 203 of the UI unit 200.

<ステップS27>
表示制御部203は、結合機能情報を受け取ると、結合機能情報に定義された機能名および設定要素に基づいて、設定画面を再構成する。
<Step S27>
Upon receiving the combined function information, the display control unit 203 reconfigures the setting screen based on the function name and the setting element defined in the combined function information.

<ステップS28>
表示制御部203は、再構成した設定画面の情報と共に、設定画面の表示の更新を指令する設定画面更新指令を、表示部232へ送信する。
<Step S28>
The display control unit 203 transmits, to the display unit 232, a setting screen update command that instructs to update the display of the setting screen together with information on the reconfigured setting screen.

<ステップS29>
表示部232は、再構成された設定画面の情報、および設定画面更新指令を受信すると、設定画面を更新して、ユーザ40に対して表示する。このように、ステップS17で表示部232に表示された設定画面において、ステップS18で選択された機種名のプリンタに対応するように再構成された設定画面に表示が切り替わるので、ユーザ40は、選択した機種名に対応する設定画面であることを認識することができる。
<Step S29>
Upon receiving the reconfigured setting screen information and the setting screen update command, the display unit 232 updates the setting screen and displays it to the user 40. In this way, in the setting screen displayed on the display unit 232 in step S17, the display is switched to the setting screen reconfigured so as to correspond to the printer of the model name selected in step S18. It can be recognized that the setting screen corresponds to the model name.

<ステップS30>
ユーザ40は、表示部232に表示された、再構成された設定画面を確認し、印刷の設定情報の入力操作を、操作部231に対して行う。
<Step S30>
The user 40 confirms the reconfigured setting screen displayed on the display unit 232, and performs an input operation for print setting information on the operation unit 231.

<ステップS31>
操作部231は、ユーザ40により設定画面において入力操作された印刷の設定情報を含む操作情報を、取得部201へ送信する。
<Step S31>
The operation unit 231 transmits operation information including print setting information input on the setting screen by the user 40 to the acquisition unit 201.

<ステップS32>
取得部201は、印刷の設定情報を含む操作情報を取得(受信)すると、操作情報が含む印刷の設定情報を、結合機能情報生成部210の機能ファイル読込部211へ送る。
<Step S32>
When the acquisition unit 201 acquires (receives) operation information including print setting information, the acquisition unit 201 sends the print setting information included in the operation information to the function file reading unit 211 of the combined function information generation unit 210.

<ステップS33>
機能ファイル読込部211は、受け取った印刷の設定情報と、設定記憶部242に記憶された結合機能情報(実質的には、結合機能ファイル)とをマージして、新たな結合機能情報として設定記憶部242に記憶(更新)する。
<Step S33>
The function file reading unit 211 merges the received print setting information and the combined function information (substantially combined function file) stored in the setting storage unit 242, and stores the setting information as new combined function information. Store (update) in the unit 242.

<ステップS34>
ユーザ40は、表示部232に表示された設定画面において、印刷実行の操作を行う。
<Step S34>
The user 40 performs a print execution operation on the setting screen displayed on the display unit 232.

<ステップS35>
操作部231は、ユーザ40により設定画面において操作された印刷実行を示す操作情報を、取得部201へ送る。
<Step S35>
The operation unit 231 sends operation information indicating print execution operated on the setting screen by the user 40 to the acquisition unit 201.

<ステップS36>
取得部201は、印刷実行を示す操作情報を取得(受信)すると、印刷実行要求を描画部220へ送る。
<Step S36>
Upon acquiring (receiving) operation information indicating print execution, the acquisition unit 201 sends a print execution request to the drawing unit 220.

<ステップS37>
描画部220は、ステップS33で、機能ファイル読込部211によって結合機能ファイルと印刷の設定情報とがマージされた結合機能情報を、設定記憶部242から読み込み、印刷データの中間データ(例えば、V4ドライバの場合、XPS形式のデータ)を、結合機能情報の内容を反映してPDLデータに変換する。そして、描画部220は、変換したPDLデータを、ネットワーク30を介して、ステップS18で選択された機種名に対応するプリンタ20へ送信する。プリンタ20は、受信したPDLデータに基づいて印刷出力する。
<Step S37>
In step S33, the drawing unit 220 reads the combined function information obtained by merging the combined function file and the print setting information by the function file reading unit 211 from the setting storage unit 242, and prints intermediate data (for example, a V4 driver). In this case, the XPS format data) is converted into PDL data reflecting the contents of the combined function information. Then, the drawing unit 220 transmits the converted PDL data to the printer 20 corresponding to the model name selected in step S18 via the network 30. The printer 20 prints out based on the received PDL data.

なお、描画部220は、特定の結合機能情報を用いてPDLデータに変換して送信した後、その結合機能情報を、設定記憶部242から削除するものとしてもよい。これによって、機能ファイルとは別個に結合機能情報を記憶させることによって、補助記憶装置108におけるデータ容量の増大を抑制することができる。この場合、結合機能情報を削除する主体は描画部220であることに限定されない。   Note that the drawing unit 220 may delete the combined function information from the setting storage unit 242 after converting the PDL data into specific PDL data and transmitting it. As a result, by storing the combined function information separately from the function file, an increase in data capacity in the auxiliary storage device 108 can be suppressed. In this case, the subject that deletes the combined function information is not limited to the drawing unit 220.

以上のステップS11〜S37によって、クライアント10におけるプリンタの設定画面の表示動作、および機能ファイルの結合動作が実行される。なお、上述の図4におけるステップS19〜S29の処理は、ステップS18においてユーザによる機種名の選択の度に行われることに限定されるものではなく、例えば、ユーザにより設定画面において前回の機種名とは異なる機種名の選択が行われた場合、または、設定画面が表示されたときに行われるプリンタとの双方向通信等によってプリンタから機種名を取得した場合に、その機種名が前回の機種名とは異なる機種名であった場合に行われるものとしてもよい。   Through the above steps S11 to S37, the display operation of the printer setting screen and the function file combining operation in the client 10 are executed. Note that the processing in steps S19 to S29 in FIG. 4 described above is not limited to being performed each time the model name is selected by the user in step S18. For example, the previous model name is displayed on the setting screen by the user. If a different model name is selected, or if the model name is acquired from the printer by bi-directional communication with the printer when the setting screen is displayed, the model name is the previous model name. It may be performed when the model name is different from the above.

以上のように、機能ファイル記憶部241は、各プリンタ20の機種ごとに固有に保有する機能を定義した機種固有機能ファイルと、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルとを記憶し、ユーザが印刷の設定を行う場合、結合機能情報生成部210は、ユーザによって選択された機種に対応する機種固有機能ファイルと、機種共通機能ファイルとを結合し、結合機能ファイルを生成する。これによって、機種固有機能ファイルでは、その機種で使用するすべての機能、およびその設定要素を定義しておく必要がなく、機種共通機能ファイルには定義されていない機能および設定要素、または異なる機能および設定要素を定義しておけばよい。したがって、その機種で使用するすべての機能、およびその設定要素を定義しておく場合と比較して、機種固有機能ファイルのデータサイズを削減することができるので、複数の機能ファイル(機種固有機能ファイルおよび機種共通機能ファイル)全体のデータ容量の増大を抑制するプリンタドライバ(機種共通ドライバ)を提供することができる。例えば、本実施の形態は、プリンタドライバとして上述のV4ドライバにも適用可能である。   As described above, the function file storage unit 241 includes a model-specific function file that defines functions that are uniquely held for each model of each printer 20, and a model-common function file that defines functions that are commonly held by each printer. And the combined function information generation unit 210 combines the model-specific function file corresponding to the model selected by the user and the model-common function file, and generates the combined function file. Generate. As a result, in the model-specific function file, it is not necessary to define all functions used in the model and its setting elements, and functions and setting elements that are not defined in the model common function file, or different functions and You only need to define the setting elements. Therefore, the data size of the model-specific function file can be reduced as compared with the case where all functions used in the model and its setting elements are defined. In addition, a printer driver (model common driver) that suppresses an increase in the overall data capacity can be provided. For example, the present embodiment can be applied to the above-described V4 driver as a printer driver.

(変形例)
本実施の形態の変形例に係るクライアント10aについて、本実施の形態に係るクライアント10と相違する点を中心に説明する。本変形例では、機種固有機能ファイルと機種共通機能ファイルとが結合された結合機能ファイルに含まれる各機能の設定要素を設定画面で表示する場合に、その表示順を規定する動作について説明する。なお、本変形例に係る情報処理システムの全体構成、および、クライアント10aのハードウェア構成は、図1および2で説明した構成と同様である。
(Modification)
The client 10a according to the modification of the present embodiment will be described focusing on differences from the client 10 according to the present embodiment. In the present modification, an operation for defining the display order when setting elements of each function included in the combined function file in which the model-specific function file and the model-common function file are combined is displayed on the setting screen will be described. The overall configuration of the information processing system according to this modification and the hardware configuration of the client 10a are the same as those described with reference to FIGS.

<クライアントの機能ブロック構成>
図11は、第1の実施の形態の変形例に係るクライアントの機能ブロックの構成の一例を示す図である。図11を参照しながら、本変形例に係るクライアント10aの機能ブロックの構成について説明する。
<Client functional block configuration>
FIG. 11 is a diagram illustrating an example of a functional block configuration of a client according to a modification of the first embodiment. The configuration of functional blocks of the client 10a according to this modification will be described with reference to FIG.

図11に示すように、クライアント10aは、上述のように、機種共通ドライバであるプリンタドライバ300aがインストールされており、さらに、操作部231と、表示部232と、機能ファイル記憶部241(第1記憶部)と、設定記憶部242と、表示順ファイル記憶部243(第3記憶部)と、を有する。プリンタドライバ300aは、CPU101により実行されることにより、図11に示すように、UI部200、結合機能情報生成部210a、および描画部220の各機能を発揮する。また、プリンタドライバ300aは、プリンタが保有する機能を定義した機能ファイル(後述する機種共通機能ファイル、および機種固有機能ファイル)をパッケージとして含んでいる。なお、図11に示すUI部200、描画部220、操作部231、表示部232、および設定記憶部242の機能は、それぞれ図3に示したUI部200、描画部220、操作部231、表示部232、および設定記憶部242の機能と同様である。   As shown in FIG. 11, the client 10a is installed with the printer driver 300a, which is a common model driver, as described above, and further includes an operation unit 231, a display unit 232, and a function file storage unit 241 (first file). Storage unit), a setting storage unit 242, and a display order file storage unit 243 (third storage unit). The printer driver 300a is executed by the CPU 101, and exhibits the functions of the UI unit 200, the combined function information generation unit 210a, and the drawing unit 220 as shown in FIG. Further, the printer driver 300a includes a function file (a model common function file and a model specific function file, which will be described later) that defines functions held by the printer as a package. The functions of the UI unit 200, the drawing unit 220, the operation unit 231, the display unit 232, and the setting storage unit 242 illustrated in FIG. 11 are the UI unit 200, the drawing unit 220, the operation unit 231, and the display unit illustrated in FIG. The functions of the unit 232 and the setting storage unit 242 are the same.

結合機能情報生成部210aは、各プリンタ20の機種ごとに固有に保有する機能を定義した機種固有機能ファイルと、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルと、を結合して結合機能ファイルを生成する機能部である。結合機能情報生成部210aは、機能ファイル読込部211a(読込部)と、機能ファイル結合部212(結合部)と、を有する。なお、図11に示す機能ファイル結合部212の機能は、図3に示した機能ファイル結合部212と同様である。   The combined function information generation unit 210a combines a model-specific function file that defines a function that is uniquely held for each model of each printer 20 and a model-common function file that defines a function that is commonly held by each printer. To generate a combined function file. The combined function information generation unit 210a includes a function file reading unit 211a (reading unit) and a function file combining unit 212 (combining unit). The function of the function file combining unit 212 shown in FIG. 11 is the same as that of the function file combining unit 212 shown in FIG.

機能ファイル読込部211aは、ユーザによって選択された機種名に対応する機能ファイルの取得を要求する機能ファイル取得要求を、機能ファイル結合部212へ送る機能部である。また、機能ファイル読込部211aは、表示順ファイル記憶部243から後述する表示順ファイルを読み込み、表示順ファイルに規定された各機能の設定要素の並び順についての優先順位に従って、結合機能情報に含まれる結合機能ファイルで定義された各機能の設定要素の順序を並べ替える。機能ファイル読込部211aは、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300a)によって実現される。   The function file reading unit 211a is a function unit that sends a function file acquisition request for requesting acquisition of a function file corresponding to the model name selected by the user to the function file combining unit 212. In addition, the function file reading unit 211a reads a display order file described later from the display order file storage unit 243, and includes it in the combined function information according to the priority order of the setting elements of each function defined in the display order file. Rearrange the order of setting elements for each function defined in the combined function file. The function file reading unit 211a is realized by, for example, a program (printer driver 300a) that operates on the CPU 101 illustrated in FIG.

表示順ファイル記憶部243は、プリンタ20全体の各機能についての設定要素の並び順の優先順位を規定した表示順ファイルを記憶する機能部である。表示順ファイル記憶部243は、例えば、図2に示す補助記憶装置108によって実現される。   The display order file storage unit 243 is a functional unit that stores a display order file that defines the priority order of the arrangement order of setting elements for each function of the entire printer 20. The display order file storage unit 243 is realized by, for example, the auxiliary storage device 108 illustrated in FIG.

なお、取得部201、設定読込部202、表示制御部203、機能ファイル読込部211a、および機能ファイル結合部212、および描画部220は、ソフトウェアであるプログラムではなく、FPGAまたはASIC等のハードウェア回路によって実現されてもよい。   The acquisition unit 201, the setting reading unit 202, the display control unit 203, the function file reading unit 211a, the function file combination unit 212, and the drawing unit 220 are not software programs, but hardware circuits such as FPGA or ASIC. It may be realized by.

また、図11に示した各機能部は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図11で独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図11の1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。また、図11に示したプリンタドライバ300aが提供する各機能部は、1のソフトウェア(プログラム)が実行されることによって実現されることに限定されるものではなく、複数のソフトウェアが実行されることによって実現されるものとしてもよい。例えば、プリンタドライバ300aに含まれる機能部のうち、UI部200および結合機能情報生成部210aと、描画部220とがそれぞれ別々のソフトウェアが実行されることによって実現されるものとしてもよい。   Moreover, each function part shown in FIG. 11 shows the function notionally, and is not limited to such a structure. For example, a plurality of functional units illustrated as independent functional units in FIG. 11 may be configured as one functional unit. On the other hand, the function of one functional unit in FIG. 11 may be divided into a plurality of functions and configured as a plurality of functional units. Further, each functional unit provided by the printer driver 300a illustrated in FIG. 11 is not limited to being realized by executing one software (program), and a plurality of software is executed. It is good also as what is realized by. For example, among the functional units included in the printer driver 300a, the UI unit 200, the combined function information generation unit 210a, and the drawing unit 220 may be realized by executing different software.

<設定画面の表示動作および機能ファイルの結合動作>
図12は、第1の実施の形態の変形例に係るクライアントにおいてプリンタの設定画面を表示させる動作の一例を示すシーケンス図である。図13は、特定の機能において選択可能な選択要素を所定の表示順に並べた状態を説明する図である。図14は、表示順テーブルの一例を示した図である。図12〜14を参照しながら、本変形例に係るクライアント10aのプリンタの設定画面の表示動作、および機能ファイルの結合動作について説明する。
<Setting screen display operation and function file combination operation>
FIG. 12 is a sequence diagram illustrating an example of an operation for displaying a printer setting screen in the client according to the modification of the first embodiment. FIG. 13 is a diagram illustrating a state where selection elements that can be selected in a specific function are arranged in a predetermined display order. FIG. 14 is a diagram illustrating an example of the display order table. With reference to FIGS. 12 to 14, the display operation of the printer setting screen of the client 10a and the operation of combining the function files according to this modification will be described.

<<ステップS11〜S24>>
ステップS11〜S24の処理は、それぞれ図4に示したステップS11〜S24の処理と同様である。
<< Steps S11 to S24 >>
The processes in steps S11 to S24 are the same as the processes in steps S11 to S24 shown in FIG.

<<ステップS24−1>>
機能ファイル読込部211aは、表示順ファイル記憶部243から表示順ファイルを読み込む。表示順ファイルは、例えば、図14に示す表示順テーブル1000によって実現され、各機能の設定要素の並び順についての優先順位を規定する。
<< Step S24-1 >>
The function file reading unit 211a reads the display order file from the display order file storage unit 243. The display order file is realized by, for example, the display order table 1000 shown in FIG. 14, and defines the priority order for the arrangement order of the setting elements of each function.

<<ステップS24−2>>
機能ファイル読込部211aは、表示順ファイルに規定された各機能の設定要素の並び順についての優先順位に従って、結合機能情報に含まれる結合機能ファイルで定義された各機能の設定要素の順序を並べ替えて再定義する。具体的には、表示部232に表示される設定画面において、各機能の設定要素が、結合機能ファイルで設定要素を定義したコード部の順序に従って表示されるものとした場合、機能ファイル読込部211aは、結合機能情報に含まれる結合機能ファイルで各機能の設定要素が定義されたコード部の並び順を、表示順ファイルに規定された各機能の設定要素の並び順についての優先順位に従って並べ替える。例えば、機能ファイル読込部211aは、表示順テーブル1000を参照し、結合機能ファイルに機能として「カラーモード」が含まれる場合、設定要素が定義されたコード部の並び順を、「Full Collor」、「Mono」、「Two Toner」となるように並べ替える。そして、機能ファイル読込部211aは、各機能の設定要素の順序を並べ替えて再定義した結合機能ファイルを新たな結合機能情報とする。
<< Step S24-2 >>
The function file reading unit 211a arranges the order of the setting elements of each function defined in the combined function file included in the combined function information in accordance with the priority order of the setting elements of each function specified in the display order file. Change and redefine. Specifically, in the setting screen displayed on the display unit 232, when the setting elements of each function are displayed according to the order of the code parts that define the setting elements in the combined function file, the function file reading unit 211a Sorts the arrangement order of the code parts in which the setting elements of each function are defined in the combined function file included in the combined function information in accordance with the priority order of the setting elements of each function specified in the display order file. . For example, the function file reading unit 211a refers to the display order table 1000, and when the color function is included as a function in the combined function file, the arrangement order of the code parts in which the setting elements are defined is changed to “Full Color”, Rearranged to be “Mono” and “Two Toner”. Then, the function file reading unit 211a uses the combined function file redefined by rearranging the order of the setting elements of each function as new combined function information.

<<ステップS25、S26>>
ステップS25、S26の処理は、それぞれ図4に示したステップS25、S26の処理と同様である。
<< Steps S25 and S26 >>
The processes in steps S25 and S26 are the same as the processes in steps S25 and S26 shown in FIG. 4, respectively.

<<ステップS27>>
表示制御部203は、結合機能情報を受け取ると、結合機能情報に定義された機能名および設定要素に基づいて、設定画面を再構成する。具体的には、表示制御部203は、機能ファイル読込部211aにより再定義された、結合機能情報に含まれる結合機能ファイルの各機能の設定要素の順序を、設定画面の再構成において反映する。
<< Step S27 >>
Upon receiving the combined function information, the display control unit 203 reconfigures the setting screen based on the function name and the setting element defined in the combined function information. Specifically, the display control unit 203 reflects the order of the setting elements of each function of the combined function file included in the combined function information redefined by the function file reading unit 211a in the reconfiguration of the setting screen.

なお、表示順ファイル記憶部243に記憶されている表示順ファイルは、プリンタ20の各機能についての設定要素の並び順の優先順位を規定するものとしているが、これに限定されるものではない。例えば、設定要素の並び順に加えて、または設定要素の並び順に代えて、プリンタ20の機能名の表示順または表示箇所についての優先順位を規定するものとしてもよい。   The display order file stored in the display order file storage unit 243 prescribes the priority order of the arrangement order of the setting elements for each function of the printer 20, but is not limited to this. For example, in addition to the arrangement order of the setting elements or instead of the arrangement order of the setting elements, the display order of the function names of the printer 20 or the priority order of the display locations may be defined.

<<ステップS28>>
表示制御部203は、再構成した設定画面の情報と共に、設定画面の表示の更新を指令する設定画面更新指令を、表示部232へ送信する。
<< Step S28 >>
The display control unit 203 transmits, to the display unit 232, a setting screen update command that instructs to update the display of the setting screen together with information on the reconfigured setting screen.

<<ステップS29>>
表示部232は、再構成された設定画面の情報、および設定画面更新指令を受信すると、設定画面を更新して、ユーザ40に対して表示する。ここで、例えば、設定画面に含まれる機能として「用紙サイズ」が含まれる場合、図13に、機能ファイル読込部211aにより再定義された順序に従って「用紙サイズ」の設定要素(ここでは選択要素)が表示されている例を示す。
<< Step S29 >>
Upon receiving the reconfigured setting screen information and the setting screen update command, the display unit 232 updates the setting screen and displays it to the user 40. Here, for example, when “paper size” is included as a function included in the setting screen, a setting element (here, a selection element) of “paper size” according to the order redefined by the function file reading unit 211a in FIG. An example in which is displayed.

<<ステップS30〜S37>>
ステップS30〜S37の処理は、それぞれ図4に示したステップS30〜S37の処理と同様である。
<< Steps S30 to S37 >>
The processes in steps S30 to S37 are the same as the processes in steps S30 to S37 shown in FIG.

以上のように、本変形例では、各機能の設定要素の表示順の優先順位を規定した表示順ファイルを用いることによって、再構成された設定画面に表示される各機能の設定要素の表示順が、表示順ファイルで規定された優先順位に対応した順序となるようにしている。これによって、例えば、各機能の設定要素のうち、よく選択される設定要素を上位に表示されるように表示順ファイルを規定しておくことによって、ユーザによる印刷の設定操作の操作性を向上することができる。   As described above, in this modification, the display order of the setting elements of each function displayed on the reconfigured setting screen is obtained by using the display order file that defines the priority of the display order of the setting elements of each function. Are in an order corresponding to the priority order defined in the display order file. Accordingly, for example, by defining a display order file so that frequently selected setting elements among the setting elements of each function are displayed at the top, the operability of the print setting operation by the user is improved. be able to.

[第2の実施の形態]
第2の実施の形態に係るクライアントについて、第1の実施の形態に係るクライアント10(10a)と相違する点を中心に説明する。本実施の形態では、機種共通機能ファイルと機種固有機能ファイルとを結合するタイミングについてのいくつかの類型を中心に説明する。なお、本実施の形態に係る情報処理システムの全体構成、クライアントのハードウェア構成は、第1の実施の形態で説明した構成と同様である。
[Second Embodiment]
The client according to the second embodiment will be described focusing on differences from the client 10 (10a) according to the first embodiment. In the present embodiment, a description will be given focusing on several types of timings for combining the model-common function file and the model-specific function file. Note that the overall configuration of the information processing system according to the present embodiment and the hardware configuration of the client are the same as those described in the first embodiment.

(クライアントの機能ブロック構成)
図15は、第2の実施の形態に係るクライアントの機能ブロックの構成の一例を示す図である。図15を参照しながら、本実施の形態に係るクライアント10bの機能ブロックの構成について説明する。
(Client function block configuration)
FIG. 15 is a diagram illustrating an example of a functional block configuration of a client according to the second embodiment. The configuration of functional blocks of the client 10b according to this embodiment will be described with reference to FIG.

図15に示すように、クライアント10bは、機種共通ドライバであるプリンタドライバ300bおよびOS310がインストールされており、さらに、操作部231と、表示部232と、通信部233と、機能ファイル記憶部241(第1記憶部)と、設定記憶部242と、結合情報記憶部244と、を有する。   As shown in FIG. 15, the printer driver 300b and the OS 310, which are common model drivers, are installed in the client 10b, and an operation unit 231, a display unit 232, a communication unit 233, and a function file storage unit 241 ( A first storage unit), a setting storage unit 242, and a combined information storage unit 244.

プリンタドライバ300bは、CPU101により実行されることにより、図15に示すように、UI部200b、結合機能情報生成部210、および描画部220の各機能を発揮する。また、プリンタドライバ300bは、プリンタが保有する機能を定義した機能ファイル(機種共通機能ファイル、および機種固有機能ファイル)をパッケージとして含んでいる。なお、描画部220、操作部231、表示部232および機能ファイル記憶部241の機能は、第1の実施の形態で説明した機能と同様である。   The printer driver 300b, when executed by the CPU 101, exhibits the functions of the UI unit 200b, the combined function information generation unit 210, and the drawing unit 220 as shown in FIG. Further, the printer driver 300b includes function files (model common function file and model specific function file) that define functions possessed by the printer as a package. The functions of the drawing unit 220, the operation unit 231, the display unit 232, and the function file storage unit 241 are the same as the functions described in the first embodiment.

UI部200bは、印刷設定画面の表示、ならびに、操作部231により操作入力された操作情報、およびプリンタ20から送信された情報等を取得する機能部である。UI部200bは、取得部201bと、設定読込部202と、表示制御部203と、を有する。   The UI unit 200b is a functional unit that acquires a print setting screen display, operation information input by the operation unit 231, information transmitted from the printer 20, and the like. The UI unit 200b includes an acquisition unit 201b, a setting reading unit 202, and a display control unit 203.

取得部201bは、ユーザにより操作部231に対して入力操作された操作情報、およびプリンタ20から送信された情報等を取得する機能部である。取得部201bは、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300b)によって実現される。   The acquisition unit 201b is a functional unit that acquires operation information input to the operation unit 231 by the user, information transmitted from the printer 20, and the like. The acquisition unit 201b is realized by, for example, a program (printer driver 300b) that operates on the CPU 101 illustrated in FIG.

設定読込部202は、設定記憶部242から、現在使用するプリンタ20として設定されている機種名の情報を読み込み、その機種名の情報を、結合機能情報生成部210に送る機能部である。設定読込部202は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300b)によって実現される。   The setting reading unit 202 is a functional unit that reads information on the model name set as the printer 20 that is currently used from the setting storage unit 242 and sends the model name information to the combined function information generation unit 210. The setting reading unit 202 is realized by, for example, a program (printer driver 300b) that operates on the CPU 101 illustrated in FIG.

表示制御部203は、表示部232の表示動作を制御する機能部である。表示制御部203は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300b)によって実現される。   The display control unit 203 is a functional unit that controls the display operation of the display unit 232. The display control unit 203 is realized by, for example, a program (printer driver 300b) that operates on the CPU 101 illustrated in FIG.

結合機能情報生成部210は、各プリンタ20の機種ごとに固有に保有する機能を定義した機種固有機能ファイルと、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルと、を結合して結合機能ファイルを生成する機能部である。なお、結合機能ファイルの結合動作は、第1の実施の形態で説明した動作と同様である。結合機能情報生成部210は、機能ファイル読込部211(読込部)と、機能ファイル結合部212(結合部)と、を有する。なお、機能ファイル読込部211および機能ファイル結合部212の機能は、第1の実施の形態で説明した機能と同様である。   The combined function information generation unit 210 combines a model-specific function file that defines a function that is uniquely held for each model of each printer 20 and a model-common function file that defines a function that is commonly held by each printer. To generate a combined function file. The combining function file combining operation is the same as the operation described in the first embodiment. The combined function information generation unit 210 includes a function file reading unit 211 (reading unit) and a function file combining unit 212 (combining unit). Note that the functions of the function file reading unit 211 and the function file combining unit 212 are the same as the functions described in the first embodiment.

OS310は、クライアント10bにインストールされている各種プログラムの動作を制御する基本ソフトウェアである。OS310は、CPU101により実行されることによって、例えば、図15に示すように、機種取得部251の機能を発揮する。   The OS 310 is basic software that controls the operation of various programs installed in the client 10b. When the OS 310 is executed by the CPU 101, for example, as illustrated in FIG. 15, the function of the model acquisition unit 251 is exhibited.

機種取得部251は、プリンタ20から、通信部233を介して機種名の情報を取得する機能部である。機種取得部251は、図2に示すCPU101で動作するプログラム(OS310)によって実現される。   The model acquisition unit 251 is a functional unit that acquires model name information from the printer 20 via the communication unit 233. The model acquisition unit 251 is realized by a program (OS 310) that operates on the CPU 101 illustrated in FIG.

通信部233は、プリンタ20とネットワーク30を介してデータ通信を行う機能部である。通信部233は、図2に示す通信I/F104によって実現される。   The communication unit 233 is a functional unit that performs data communication with the printer 20 via the network 30. The communication unit 233 is realized by the communication I / F 104 illustrated in FIG.

設定記憶部242は、印刷の設定情報、および、現在使用するプリンタ20として設定されている機種名の情報等を記憶する機能部である。設定記憶部242は、例えば、図2に示す補助記憶装置108によって実現される。   The setting storage unit 242 is a functional unit that stores print setting information, information on the model name set as the printer 20 currently used, and the like. The setting storage unit 242 is realized by, for example, the auxiliary storage device 108 illustrated in FIG.

結合情報記憶部244は、機能ファイル結合部212により機種固有機能ファイルと機種共通機能ファイルとが結合された結合機能ファイルを少なくとも含む結合機能情報を記憶する機能部である。結合情報記憶部244は、例えば、図2に示す補助記憶装置108によって実現される。   The combined information storage unit 244 is a functional unit that stores combined function information including at least a combined function file in which the model-specific function file and the model common function file are combined by the function file combining unit 212. The combined information storage unit 244 is realized by, for example, the auxiliary storage device 108 illustrated in FIG.

なお、取得部201b、設定読込部202、表示制御部203、機能ファイル読込部211、機能ファイル結合部212、および描画部220は、ソフトウェアであるプログラムではなく、FPGAまたはASIC等のハードウェア回路によって実現されてもよい。   Note that the acquisition unit 201b, the setting reading unit 202, the display control unit 203, the function file reading unit 211, the function file combining unit 212, and the drawing unit 220 are not software programs but hardware circuits such as FPGA or ASIC. It may be realized.

また、図15に示した各機能部は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図15で独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図15の1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。また、図15に示したプリンタドライバ300bが提供する各機能部は、1のソフトウェア(プログラム)が実行されることによって実現されることに限定されるものではなく、複数のソフトウェアが実行されることによって実現されるものとしてもよい。例えば、プリンタドライバ300bに含まれる機能部のうち、UI部200bおよび結合機能情報生成部210と、描画部220とがそれぞれ別々のソフトウェアが実行されることによって実現されるものとしてもよい。   Moreover, each function part shown in FIG. 15 shows the function notionally, and is not limited to such a structure. For example, a plurality of functional units illustrated as independent functional units in FIG. 15 may be configured as one functional unit. On the other hand, the function of one functional unit in FIG. 15 may be divided into a plurality of functions and configured as a plurality of functional units. Further, each functional unit provided by the printer driver 300b illustrated in FIG. 15 is not limited to being realized by executing one software (program), and a plurality of software is executed. It is good also as what is realized by. For example, among the functional units included in the printer driver 300b, the UI unit 200b, the combined function information generation unit 210, and the drawing unit 220 may be realized by executing different software.

(ドライバのインストール時における動作)
図16は、第2の実施の形態に係るクライアントにおけるドライバのインストール時の動作の一例を示すシーケンス図である。図16を参照しながら、本実施の形態に係るクライアント10bのプリンタドライバのインストール時の動作について説明する。すなわち、図16に示す動作の開始時には、プリンタドライバ300bはまだインストールされていないものとする。
(Operation during driver installation)
FIG. 16 is a sequence diagram illustrating an example of an operation at the time of driver installation in the client according to the second embodiment. With reference to FIG. 16, the operation at the time of installing the printer driver of the client 10b according to the present embodiment will be described. That is, at the start of the operation shown in FIG. 16, it is assumed that the printer driver 300b has not been installed yet.

<ステップS41>
ユーザ40は、操作部231に対して、プリンタドライバ300bをインストールするための操作を行う。
<Step S41>
The user 40 performs an operation for installing the printer driver 300b on the operation unit 231.

<ステップS42>
操作部231は、ユーザ40により操作入力されたプリンタドライバ300bをインストールするための操作情報を、OS310に送信する。
<Step S42>
The operation unit 231 transmits operation information for installing the printer driver 300 b input by the user 40 to the OS 310.

<ステップS43>
OS310は、プリンタドライバ300bのインストールを行う。例えば、OS310は、GUI(Graphical User Interface)機能によりインストールを行う。これによって、プリンタドライバ300bのUI部200b、結合機能情報生成部210、および描画部220の各機能が発揮される状態となる。なお、プリンタドライバ300bのインストールは、インストーラ等の実行ファイルから実行されるものとしてもよい。
<Step S43>
The OS 310 installs the printer driver 300b. For example, the OS 310 performs installation using a GUI (Graphical User Interface) function. As a result, the functions of the UI unit 200b, the combined function information generation unit 210, and the drawing unit 220 of the printer driver 300b are brought into a state of being exhibited. The printer driver 300b may be installed from an execution file such as an installer.

<ステップS44>
OS310の機種取得部251は、通信部233を介して、プリンタ20に機種名の情報を要求する機種名取得要求を送信する。
<Step S44>
The model acquisition unit 251 of the OS 310 transmits a model name acquisition request for requesting model name information to the printer 20 via the communication unit 233.

<ステップS45>
プリンタ20は、機種取得部251から機種名取得要求を受信すると、自身の機種名の情報を、機種取得部251に送信する。
<Step S45>
When the printer 20 receives a model name acquisition request from the model acquisition unit 251, the printer 20 transmits information on its own model name to the model acquisition unit 251.

<ステップS46>
機種取得部251は、受信した機種名の情報を、UI部200bの取得部201bへ送る。
<Step S46>
The model acquisition unit 251 sends the received model name information to the acquisition unit 201b of the UI unit 200b.

<ステップS47>
取得部201bは、プリンタ20の機種名の情報を、結合機能情報生成部210の機能ファイル読込部211へ送る。
<Step S47>
The acquisition unit 201b sends the model name information of the printer 20 to the function file reading unit 211 of the combined function information generation unit 210.

<ステップS48〜S51>
ステップS48〜S51の処理は、それぞれ図4に示したステップS21〜S24の処理と同様である。
<Steps S48 to S51>
The processes in steps S48 to S51 are the same as the processes in steps S21 to S24 shown in FIG.

<ステップS52>
機能ファイル読込部211は、機能ファイル結合部212から受け取った結合機能情報(結合機能ファイル)を、結合情報記憶部244に記憶させる。
<Step S52>
The function file reading unit 211 stores the combined function information (combined function file) received from the function file combining unit 212 in the combined information storage unit 244.

以上のステップS41〜S52によって、クライアント10bにおけるプリンタドライバのインストール時に機能ファイルの結合動作が実行される。なお、図16に示す動作では、プリンタ20からの機種名の取得は、OS310の機種取得部251が行うものとしているが、これに限定されるものではなく、インストールされたプリンタドライバ300bの機能によって機種名の取得が行われるものとしてもよい。   Through the above steps S41 to S52, the function file combining operation is executed when the printer driver is installed in the client 10b. In the operation shown in FIG. 16, the model name acquisition from the printer 20 is performed by the model acquisition unit 251 of the OS 310. However, the present invention is not limited to this, and depends on the function of the installed printer driver 300b. The model name may be acquired.

(機種の切り替え時における動作)
図17は、第2の実施の形態に係るクライアントにおけるプロパティ画面での機種の切り替え時の動作の一例を示すシーケンス図である。図18は、プリンタのプロパティ画面の一例を示す図である。図19は、プリンタのプロパティ画面から機種を切り替える動作を説明する図である。図17〜19を参照しながら、本実施の形態に係るクライアント10bにおけるプロパティ画面での機種の切り替え時の動作について説明する。
(Operation when switching models)
FIG. 17 is a sequence diagram illustrating an example of an operation at the time of switching the model on the property screen in the client according to the second embodiment. FIG. 18 is a diagram illustrating an example of a printer property screen. FIG. 19 is a diagram for explaining the operation of switching the model from the printer property screen. With reference to FIGS. 17 to 19, the operation at the time of switching the model on the property screen in the client 10b according to this embodiment will be described.

<ステップS61>
表示部232には、例えば、図18に示すようなプリンタ20のプロパティ画面が表示されているものとする。ユーザ40は、操作部231に対して、図18に示すプロパティ画面において、機種選択を行うためのプルダウン操作を行うと、例えば、図19に示すように、機種の一覧がプルダウン表示される。そして、ユーザ40は、機種を切り替えるために、操作部231に対して、プルダウン表示されたプリンタの機種名から、印刷設定および印刷実行を所望するプリンタの機種名を選択する操作を行う。
<Step S61>
For example, the property screen of the printer 20 as shown in FIG. 18 is displayed on the display unit 232. When the user 40 performs a pull-down operation for selecting a model on the property screen shown in FIG. 18 on the operation unit 231, a list of models is displayed in a pull-down manner as shown in FIG. 19, for example. Then, in order to switch the model, the user 40 performs an operation for selecting the model name of the printer for which print setting and print execution are desired from the model name of the printer displayed on the pull-down menu.

なお、プルダウンされる機種の一覧の表示は、例えば、上述の図4に示したシーケンス図のステップS14〜S16の処理によって実現するものとすればよい。   Note that the display of the list of models to be pulled down may be realized, for example, by the processing of steps S14 to S16 in the sequence diagram shown in FIG.

<ステップS62>
操作部231は、ユーザ40によりプロパティ画面において選択操作されたプリンタの機種名を特定する操作情報を、取得部201bへ送信する。
<Step S62>
The operation unit 231 transmits operation information for specifying the model name of the printer selected and operated on the property screen by the user 40 to the acquisition unit 201b.

<ステップS63>
取得部201bは、プリンタの機種名を特定する操作情報を取得(受信)すると、操作情報が特定する機種名の情報を、結合機能情報生成部210の機能ファイル読込部211へ送る。
<Step S63>
When the acquisition unit 201b acquires (receives) operation information that specifies the model name of the printer, the acquisition unit 201b sends information on the model name specified by the operation information to the function file reading unit 211 of the combined function information generation unit 210.

<ステップS64〜S67>
ステップS64〜S67の処理は、それぞれ図4に示したステップS21〜S24の処理と同様である。
<Steps S64 to S67>
The processes in steps S64 to S67 are the same as the processes in steps S21 to S24 shown in FIG.

<ステップS68>
機能ファイル読込部211は、機能ファイル結合部212から受け取った結合機能情報(結合機能ファイル)を、結合情報記憶部244に記憶させる。また、取得部201bは、切り替えられた機種名の情報を、設定記憶部242に記憶させる。
<Step S68>
The function file reading unit 211 stores the combined function information (combined function file) received from the function file combining unit 212 in the combined information storage unit 244. Further, the acquisition unit 201b causes the setting storage unit 242 to store information on the switched model name.

以上のステップS61〜S68によって、クライアント10bにおけるプロパティ画面での機種の切り替え時に機能ファイルの結合動作が実行される。   By the above steps S61 to S68, the function file combining operation is executed when the model is switched on the property screen in the client 10b.

(印刷設定画面を表示させた時における動作)
図20は、第2の実施の形態に係るクライアントにおける印刷設定画面を表示させる時の動作の一例を示すシーケンス図である。図21は、印刷設定画面の一例を示す図である。図22は、設定要素のうち選択要素を選択するためのUIの一例を示す図である。図23は、設定要素のうち設定範囲を設定するためのUIの一例を示す図である。図24は、設定要素のうち入力可能文字を設定するためのUIの一例を示す図である。図20〜24を参照しながら、本実施の形態に係るクライアント10bにおける印刷設定画面を表示させる時の動作について説明する。
(Operation when the print setting screen is displayed)
FIG. 20 is a sequence diagram illustrating an example of an operation when displaying a print setting screen in the client according to the second embodiment. FIG. 21 is a diagram illustrating an example of a print setting screen. FIG. 22 is a diagram illustrating an example of a UI for selecting a selection element from among setting elements. FIG. 23 is a diagram illustrating an example of a UI for setting a setting range among setting elements. FIG. 24 is a diagram illustrating an example of a UI for setting inputable characters among the setting elements. The operation when displaying the print setting screen in the client 10b according to the present embodiment will be described with reference to FIGS.

<ステップS81>
ユーザ40は、操作部231に対して、表示部232に印刷設定画面を表示させる操作を行う。
<Step S81>
The user 40 performs an operation for causing the display unit 232 to display a print setting screen on the operation unit 231.

<ステップS82>
操作部231は、ユーザ40により操作入力された印刷設定画面の表示の要求を示す操作情報を、UI部200bの取得部201bへ送信する。
<Step S82>
The operation unit 231 transmits operation information indicating a print setting screen display request input by the user 40 to the acquisition unit 201b of the UI unit 200b.

<ステップS83>
取得部201bは、印刷設定画面の表示の要求を示す操作情報を取得(受信)すると、印刷設定画面の表示を要求する印刷設定画面表示要求を、設定読込部202へ送る。
<Step S83>
When the acquisition unit 201b acquires (receives) operation information indicating a print setting screen display request, the acquisition unit 201b transmits a print setting screen display request for requesting the display of the print setting screen to the setting reading unit 202.

<ステップS84>
設定読込部202は、印刷設定画面表示要求を受け取ると、設定記憶部242から、現在使用するプリンタ20として設定されている機種名の情報を読み込む。
<Step S84>
When receiving the print setting screen display request, the setting reading unit 202 reads information on the model name set as the printer 20 that is currently used from the setting storage unit 242.

<ステップS85>
設定読込部202は、読み込んだ機種名の情報を、結合機能情報生成部210の機能ファイル読込部211へ送る。
<Step S85>
The setting reading unit 202 sends the read model name information to the function file reading unit 211 of the combined function information generation unit 210.

<ステップS86〜S89>
ステップS86〜S89の処理は、それぞれ図4に示したステップS21〜S24の処理と同様である。
<Steps S86 to S89>
The processes in steps S86 to S89 are the same as the processes in steps S21 to S24 shown in FIG.

<ステップS90>
機能ファイル読込部211は、機能ファイル結合部212から受け取った結合機能情報(結合機能ファイル)を、結合情報記憶部244に記憶させる。
<Step S90>
The function file reading unit 211 stores the combined function information (combined function file) received from the function file combining unit 212 in the combined information storage unit 244.

<ステップS91>
機能ファイル読込部211は、結合機能情報を、UI部200bの表示制御部203へ送る。
<Step S91>
The function file reading unit 211 sends the combined function information to the display control unit 203 of the UI unit 200b.

<ステップS92>
表示制御部203は、結合機能情報を受け取ると、結合機能情報に定義された機能名および設定要素に基づいて、印刷設定画面を構成する。
<Step S92>
Upon receiving the combined function information, the display control unit 203 configures a print setting screen based on the function name and setting elements defined in the combined function information.

<ステップS93>
表示制御部203は、構成した印刷設定画面の情報と共に、印刷設定画面の表示の更新を指令する印刷設定画面更新指令を、表示部232へ送信する。
<Step S93>
The display control unit 203 transmits, to the display unit 232, a print setting screen update command that instructs to update the display of the print setting screen together with the information of the configured print setting screen.

<ステップS94>
表示部232は、構成された印刷設定画面の情報、および印刷設定画面更新指令を受信すると、印刷設定画面を更新して、ユーザ40に対して表示する。例えば、表示部232は、結果機能情報に定義された機能名および設定要素に基づいて構成された印刷設定画面として、図21に示すような印刷設定画面を表示する。図21に示す印刷設定画面では、結果機能情報に機能名として、「用紙サイズ」、「用紙種類」、「原稿方向」、「給紙トレイ」、「両面」、「ステープル」、「パンチ」、「カラー/白黒」および「部数」が定義されており、これらの機能名が画面上に表示され、それぞれの機能名に対応する設定要素を選択または入力することが可能となる。
<Step S94>
Upon receiving the information on the configured print setting screen and the print setting screen update command, the display unit 232 updates the print setting screen and displays it to the user 40. For example, the display unit 232 displays a print setting screen as shown in FIG. 21 as a print setting screen configured based on the function name and setting elements defined in the result function information. In the print setting screen shown in FIG. 21, the function name in the result function information includes “paper size”, “paper type”, “original direction”, “paper feed tray”, “double-sided”, “staple”, “punch”, “Color / monochrome” and “number of copies” are defined, and these function names are displayed on the screen, and setting elements corresponding to the respective function names can be selected or input.

<ステップS95>
ユーザ40は、表示部232に表示された、構成された印刷設定画面を確認し、印刷の設定情報の入力操作を、操作部231に対して行う。例えば、構成された印刷設定画面において、機能名「カラー/白黒」に対応する設定要素を選択するためのUIを、図22に示す。図22に示すUIでは、設定要素は選択要素であり、プルダウン表示される「カラー」および「白黒」の選択要素のうちからいずれを選択することができる。また、構成された印刷設定画面において、機能名「部数」に対応する設定要素を設定するためのUIを、図23に示す。図23に示すUIでは、設定要素は設定範囲であり、1〜999までの設定範囲のうち所望の部数を設定することができる。また、構成された印刷設定画面において、機能名「ユーザーID」に対応する設定要素を入力するためのUIを、図24に示す。図24に示すUIでは、設定要素は入力可能文字であり、「a〜z」、「A〜Z」、「0〜9」、「_」、「.」、「−」、「/」および「:」の文字を入力することができる。
<Step S95>
The user 40 confirms the configured print setting screen displayed on the display unit 232, and performs an input operation of print setting information on the operation unit 231. For example, FIG. 22 shows a UI for selecting a setting element corresponding to the function name “color / monochrome” on the configured print setting screen. In the UI shown in FIG. 22, the setting element is a selection element, and any one of “color” and “monochrome” selection elements displayed in a pull-down display can be selected. FIG. 23 shows a UI for setting a setting element corresponding to the function name “number of copies” on the configured print setting screen. In the UI shown in FIG. 23, the setting element is a setting range, and a desired number of copies can be set in the setting range from 1 to 999. FIG. 24 shows a UI for inputting a setting element corresponding to the function name “user ID” on the configured print setting screen. In the UI shown in FIG. 24, the setting element is an inputable character, and “a to z”, “A to Z”, “0 to 9”, “_”, “.”, “−”, “/” And The character “:” can be entered.

<ステップS96>
操作部231は、ユーザ40により印刷設定画面において入力操作された印刷の設定情報を含む操作情報を、取得部201bへ送信する。
<Step S96>
The operation unit 231 transmits operation information including print setting information input by the user 40 on the print setting screen to the acquisition unit 201b.

<ステップS97>
取得部201bは、印刷の設定情報を含む操作情報を取得(受信)すると、操作情報が含む印刷の設定情報を、結合機能情報生成部210の機能ファイル読込部211へ送る。
<Step S97>
When the acquisition unit 201b acquires (receives) the operation information including the print setting information, the acquisition unit 201b sends the print setting information included in the operation information to the function file reading unit 211 of the combined function information generation unit 210.

<ステップS98>
機能ファイル読込部211は、受け取った印刷の設定情報と、結合情報記憶部244に記憶された結合機能情報(実質的には、結合機能ファイル)とをマージして、新たな結合機能情報として結合情報記憶部244に記憶(更新)する。
<Step S98>
The function file reading unit 211 merges the received print setting information and the combination function information (substantially a combination function file) stored in the combination information storage unit 244 to combine them as new combination function information. The information is stored (updated) in the information storage unit 244.

以上のステップS81〜S98によって、クライアント10bにおける印刷設定画面を表示させる時に機能ファイルの結合動作が実行される。   Through the above steps S81 to S98, the function file combining operation is executed when the print setting screen is displayed on the client 10b.

なお、印刷設定画面は、上述の図18および19に示したプロパティ画面で機種名を選択せずに、開かれる場合もあり得る。この場合には、印刷設定を表示する機種名が確定していないので、例えば、機種名の初期値を利用して結合機能ファイルを作成するものとしてもよく、または、機種取得部251の機能によってプリンタ20から機種名を取得し、取得した機種名を用いて結合機能ファイルを作成するものとしてもよい。   Note that the print setting screen may be opened without selecting the model name on the property screen shown in FIGS. 18 and 19 described above. In this case, since the model name for displaying the print setting is not fixed, for example, the combined function file may be created using the initial value of the model name, or depending on the function of the model acquisition unit 251 A model name may be acquired from the printer 20 and a combined function file may be created using the acquired model name.

また、例えば、図18に示すプロパティ画面で機種名の選択がされた後に、選択された機種名と異なるプリンタ20が接続され、図21に示す印刷設定画面が開かれた場合は、機種取得部251がそのプリンタ20から機種名の情報を取得して、結合機能情報生成部210の機能ファイル読込部211に送り、図20に示すステップS86〜S98の処理を実行するものとすればよい。   Further, for example, when a model name is selected on the property screen shown in FIG. 18 and a printer 20 different from the selected model name is connected and the print setting screen shown in FIG. The model 251 may acquire model name information from the printer 20 and send it to the function file reading unit 211 of the combined function information generation unit 210 to execute the processes of steps S86 to S98 shown in FIG.

以上のように、機能ファイル記憶部241は、各プリンタ20の機種ごとに固有に保有する機能を定義した機種固有機能ファイルと、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルとを記憶するものとしている。そして、例えば、ユーザがプリンタドライバをインストールする時、プロパティ画面で機種を切り替える時、および、印刷設定画面を表示させる時に、結合機能情報生成部210は、ユーザによって選択された機種に対応する機種固有機能ファイルと、機種共通機能ファイルとを結合し、結合機能ファイルを生成する。これによって、機種固有機能ファイルでは、その機種で使用するすべての機能、およびその設定要素を定義しておく必要がなく、機種共通機能ファイルには定義されていない機能および設定要素、または異なる機能および設定要素を定義しておけばよい。したがって、その機種で使用するすべての機能、およびその設定要素を定義しておく場合と比較して、機種固有機能ファイルのデータサイズを削減することができるので、複数の機能ファイル(機種固有機能ファイルおよび機種共通機能ファイル)全体のデータ容量の増大を抑制するプリンタドライバ(機種共通ドライバ)を提供することができる。例えば、本実施の形態は、プリンタドライバとして上述のV4ドライバにも適用可能である。   As described above, the function file storage unit 241 includes a model-specific function file that defines functions that are uniquely held for each model of each printer 20, and a model-common function file that defines functions that are commonly held by each printer. To remember. For example, when the user installs the printer driver, switches the model on the property screen, and displays the print setting screen, the combined function information generation unit 210 is specific to the model corresponding to the model selected by the user. The function file and the model common function file are combined to generate a combined function file. As a result, in the model-specific function file, it is not necessary to define all functions used in the model and its setting elements, and functions and setting elements that are not defined in the model common function file, or different functions and You only need to define the setting elements. Therefore, the data size of the model-specific function file can be reduced as compared with the case where all functions used in the model and its setting elements are defined. In addition, a printer driver (model common driver) that suppresses an increase in the overall data capacity can be provided. For example, the present embodiment can be applied to the above-described V4 driver as a printer driver.

(変形例)
本実施の形態の変形例に係るクライアント10cについて、本実施の形態に係るクライアント10bと相違する点を中心に説明する。本変形例では、特定の機種の機種固有機能ファイルと機種共通機能ファイルとを結合する際に、既にその機種に対応する結合情報ファイルが存在する場合には、結合する処理をスキップする動作について説明する。なお、本変形例に係る情報処理システムの全体構成、および、クライアント10cのハードウェア構成は、図1および2で説明した構成と同様である。
(Modification)
The client 10c according to the modification of the present embodiment will be described focusing on differences from the client 10b according to the present embodiment. In this modification, when combining a model-specific function file and a model-common function file of a specific model, if there is already a combined information file corresponding to that model, the operation to skip the process of combining To do. The overall configuration of the information processing system according to this modification and the hardware configuration of the client 10c are the same as those described with reference to FIGS.

<クライアントの機能ブロック構成>
図25は、第2の実施の形態の変形例に係るクライアントの機能ブロックの構成の一例を示す図である。図25を参照しながら、本変形例に係るクライアント10cの機能ブロックの構成について説明する。
<Client functional block configuration>
FIG. 25 is a diagram illustrating an example of a functional block configuration of a client according to a modified example of the second embodiment. With reference to FIG. 25, the functional block configuration of the client 10c according to the present modification will be described.

図25に示すように、クライアント10cは、機種共通ドライバであるプリンタドライバ300cおよびOS310がインストールされており、さらに、操作部231と、表示部232と、通信部233と、機能ファイル記憶部241(第1記憶部)と、設定記憶部242と、結合情報記憶部244(第2記憶部)と、を有する。   As shown in FIG. 25, the client 10c is installed with a printer driver 300c and an OS 310 that are common to all models, and further includes an operation unit 231, a display unit 232, a communication unit 233, and a function file storage unit 241 ( A first storage unit), a setting storage unit 242, and a combined information storage unit 244 (second storage unit).

プリンタドライバ300cは、CPU101により実行されることにより、図25に示すように、UI部200c、結合機能情報生成部210c、および描画部220の各機能を発揮する。また、プリンタドライバ300cは、プリンタが保有する機能を定義した機能ファイル(機種共通機能ファイル、および機種固有機能ファイル)をパッケージとして含んでいる。なお、描画部220、操作部231、表示部232、通信部233、機能ファイル記憶部241、設定記憶部242、および結合情報記憶部244の機能は、第2の実施の形態で説明した機能と同様である。   The printer driver 300c is executed by the CPU 101, and exhibits the functions of the UI unit 200c, the combined function information generation unit 210c, and the drawing unit 220 as shown in FIG. In addition, the printer driver 300c includes function files (model common function file and model specific function file) that define functions possessed by the printer as a package. The functions of the drawing unit 220, the operation unit 231, the display unit 232, the communication unit 233, the function file storage unit 241, the setting storage unit 242, and the combined information storage unit 244 are the same as those described in the second embodiment. It is the same.

UI部200cは、印刷設定画面の表示、ならびに、操作部231により操作入力された操作情報、およびプリンタ20から送信された情報等を取得する機能部である。UI部200cは、取得部201c(取得部の一例)と、設定読込部202(取得部の一例)と、表示制御部203と、を有する。なお、UI部200cの取得部201c、設定読込部202および表示制御部203の機能は、それぞれ、図15に示すUI部200bの取得部201b、設定読込部202および表示制御部203の機能と同様である。   The UI unit 200c is a functional unit that obtains display of a print setting screen, operation information input by the operation unit 231, information transmitted from the printer 20, and the like. The UI unit 200c includes an acquisition unit 201c (an example of an acquisition unit), a setting reading unit 202 (an example of an acquisition unit), and a display control unit 203. The functions of the acquisition unit 201c, the setting reading unit 202, and the display control unit 203 of the UI unit 200c are the same as the functions of the acquisition unit 201b, the setting reading unit 202, and the display control unit 203 of the UI unit 200b illustrated in FIG. It is.

結合機能情報生成部210cは、各プリンタ20の機種ごとに固有に保有する機能を定義した機種固有機能ファイルと、各プリンタの大方共通して保有する機能を定義した機種共通機能ファイルと、を結合して結合機能ファイルを生成する機能部である。なお、結合機能ファイルの結合動作は、第1の実施の形態で説明した動作と同様である。結合機能情報生成部210cは、機能ファイル読込部211(読込部、記憶制御部)と、機能ファイル結合部212(結合部)と、判定部213と、を有する。なお、機能ファイル読込部211および機能ファイル結合部212の機能は、第1の実施の形態で説明した機能と同様である。   The combined function information generation unit 210c combines a model-specific function file that defines a function that is uniquely held for each model of each printer 20, and a model-common function file that defines a function that is commonly held by each printer. To generate a combined function file. The combining function file combining operation is the same as the operation described in the first embodiment. The combined function information generation unit 210 c includes a function file reading unit 211 (reading unit, storage control unit), a function file combining unit 212 (combining unit), and a determination unit 213. Note that the functions of the function file reading unit 211 and the function file combining unit 212 are the same as the functions described in the first embodiment.

判定部213は、特定の機種名に対応する結合機能情報(ここでは、結合機能ファイル)が、結合情報記憶部244に既に記憶されているか否かを判定する機能部である。判定部213は、例えば、図2に示すCPU101で動作するプログラム(プリンタドライバ300c)によって実現される。   The determination unit 213 is a functional unit that determines whether or not the combined function information (here, the combined function file) corresponding to a specific model name is already stored in the combined information storage unit 244. The determination unit 213 is realized by, for example, a program (printer driver 300c) that operates on the CPU 101 illustrated in FIG.

OS310は、クライアント10cにインストールされている各種プログラムの動作を制御する基本ソフトウェアである。OS310は、CPU101により実行されることによって、例えば、図25に示すように、機種取得部251の機能を発揮する。なお、機種取得部251の機能は、図15に示す機種取得部251の機能と同様である。   The OS 310 is basic software that controls the operation of various programs installed in the client 10c. The OS 310 is executed by the CPU 101, and exhibits the function of the model acquisition unit 251 as shown in FIG. The function of the model acquisition unit 251 is the same as the function of the model acquisition unit 251 shown in FIG.

なお、取得部201c、設定読込部202、表示制御部203、機能ファイル読込部211、機能ファイル結合部212、判定部213および描画部220は、ソフトウェアであるプログラムではなく、FPGAまたはASIC等のハードウェア回路によって実現されてもよい。   The acquisition unit 201c, the setting reading unit 202, the display control unit 203, the function file reading unit 211, the function file combination unit 212, the determination unit 213, and the drawing unit 220 are not programs that are software, but hardware such as FPGA or ASIC. It may be realized by a wear circuit.

また、図25に示した各機能部は、機能を概念的に示したものであって、このような構成に限定されるものではない。例えば、図25で独立した機能部として図示した複数の機能部を、1つの機能部として構成してもよい。一方、図25の1つの機能部が有する機能を複数に分割し、複数の機能部として構成するものとしてもよい。また、図25に示したプリンタドライバ300cが提供する各機能部は、1のソフトウェア(プログラム)が実行されることによって実現されることに限定されるものではなく、複数のソフトウェアが実行されることによって実現されるものとしてもよい。例えば、プリンタドライバ300cに含まれる機能部のうち、UI部200cおよび結合機能情報生成部210cと、描画部220とがそれぞれ別々のソフトウェアが実行されることによって実現されるものとしてもよい。   Each functional unit shown in FIG. 25 conceptually shows a function, and is not limited to such a configuration. For example, a plurality of functional units illustrated as independent functional units in FIG. 25 may be configured as one functional unit. On the other hand, the function of one functional unit in FIG. 25 may be divided into a plurality of functions and configured as a plurality of functional units. Further, each functional unit provided by the printer driver 300c illustrated in FIG. 25 is not limited to being realized by executing one software (program), and a plurality of software is executed. It is good also as what is realized by. For example, among the functional units included in the printer driver 300c, the UI unit 200c, the combined function information generation unit 210c, and the drawing unit 220 may be realized by executing different software.

<機種の切り替え時における動作>
図26は、第2の実施の形態の変形例に係るクライアントにおけるプロパティ画面での機種の切り替え時の動作の一例を示すシーケンス図である。図26を参照しながら、本変形例に係るクライアント10cにおけるプロパティ画面での機種の切り替え時の動作について説明する。
<Operation when switching models>
FIG. 26 is a sequence diagram illustrating an example of an operation at the time of model switching on the property screen in the client according to the modification of the second embodiment. With reference to FIG. 26, the operation at the time of switching the model on the property screen in the client 10c according to this modification will be described.

<<ステップS61〜S63>>
ステップS61〜S63の処理は、それぞれ図17に示したステップS61〜S63の処理と同様である。
<< Steps S61 to S63 >>
The processes in steps S61 to S63 are the same as the processes in steps S61 to S63 shown in FIG.

<<ステップS63−1>>
機能ファイル読込部211は、受け取った機種名の情報を、判定部213に送る。
<< Step S63-1 >>
The function file reading unit 211 sends the received model name information to the determination unit 213.

<<ステップS63−2>>
判定部213は、受け取った機種名に対応する結合機能情報(ここでは、結合機能ファイル)が、結合情報記憶部244に既に記憶されているか否かを判定する。
<< Step S63-2 >>
The determination unit 213 determines whether or not the combined function information (here, the combined function file) corresponding to the received model name is already stored in the combined information storage unit 244.

<<ステップS63−3>>
判定部213は、判定結果を機能ファイル読込部211に送る。判定結果が、判定部213が受け取った機種名に対応する結合機能情報(結合機能ファイル)が結合情報記憶部244に記憶されていることを示す場合、ステップS64〜S68の処理をスキップし、新たに結合機能ファイルを作成せずに終了する。判定結果が、判定部213が受け取った機種名に対応する結合機能情報(結合機能ファイル)が結合情報記憶部244に記憶されていないことを示す場合、ステップS64の処理へ移行する。
<< Step S63-3 >>
The determination unit 213 sends the determination result to the function file reading unit 211. If the determination result indicates that the combined function information (combined function file) corresponding to the model name received by the determining unit 213 is stored in the combined information storage unit 244, the processing of steps S64 to S68 is skipped, and a new Quit without creating a join function file. When the determination result indicates that the combined function information (combined function file) corresponding to the model name received by the determining unit 213 is not stored in the combined information storage unit 244, the process proceeds to step S64.

<<ステップS64〜S68>>
ステップS64〜S68の処理は、それぞれ図17に示したステップS64〜S68の処理と同様である。
<< Steps S64 to S68 >>
The processes in steps S64 to S68 are the same as the processes in steps S64 to S68 shown in FIG.

以上のステップS61〜S68によって、クライアント10cにおけるプロパティ画面での機種の切り替え時に機能ファイルの結合動作が実行される。   Through the above steps S61 to S68, the function file combining operation is executed when the model is switched on the property screen in the client 10c.

<印刷設定画面を表示させた時における動作>
図27は、第2の実施の形態の変形例に係るクライアントにおける印刷設定画面を表示させた時の動作の一例を示すシーケンス図である。図27を参照しながら、本変形例に係るクライアント10cにおける印刷設定画面を表示させる時の動作について説明する。
<Operation when the print setting screen is displayed>
FIG. 27 is a sequence diagram illustrating an example of an operation when a print setting screen is displayed on a client according to a modification of the second embodiment. With reference to FIG. 27, the operation when displaying the print setting screen in the client 10c according to the present modification will be described.

<<ステップS81〜S85>>
ステップS81〜S85の処理は、それぞれ図20に示したステップS81〜S85の処理と同様である。
<< Steps S81 to S85 >>
The processes in steps S81 to S85 are the same as the processes in steps S81 to S85 shown in FIG.

<<ステップS85−1>>
機能ファイル読込部211は、受け取った機種名の情報を、判定部213に送る。
<< Step S85-1 >>
The function file reading unit 211 sends the received model name information to the determination unit 213.

<<ステップS85−2>>
判定部213は、受け取った機種名に対応する結合機能情報(ここでは、結合機能ファイル)が、結合情報記憶部244に既に記憶されているか否かを判定する。
<< Step S85-2 >>
The determination unit 213 determines whether or not the combined function information (here, the combined function file) corresponding to the received model name is already stored in the combined information storage unit 244.

<<ステップS85−3>>
判定部213は、判定結果を機能ファイル読込部211に送る。判定結果が、判定部213が受け取った機種名に対応する結合機能情報(結合機能ファイル)が結合情報記憶部244に記憶されていることを示す場合、ステップS86〜S90の処理をスキップし、新たに結合機能ファイルを作成せずに、ステップS91へ移行する。判定結果が、判定部213が受け取った機種名に対応する結合機能情報(結合機能ファイル)が結合情報記憶部244に記憶されていないことを示す場合、ステップS87の処理へ移行する。
<< Step S85-3 >>
The determination unit 213 sends the determination result to the function file reading unit 211. When the determination result indicates that the combined function information (combined function file) corresponding to the model name received by the determining unit 213 is stored in the combined information storage unit 244, the processing of steps S86 to S90 is skipped, and a new The process proceeds to step S91 without creating a combined function file. When the determination result indicates that the combined function information (combined function file) corresponding to the model name received by the determining unit 213 is not stored in the combined information storage unit 244, the process proceeds to step S87.

<<ステップS86〜S90>>
ステップS86〜S90の処理は、それぞれ図20に示したステップS86〜S90の処理と同様である。
<< Steps S86 to S90 >>
The processes in steps S86 to S90 are the same as the processes in steps S86 to S90 shown in FIG.

<<ステップS91〜S98>>
ステップS91〜S98の処理は、それぞれ図20に示したステップS91〜S98の処理と同様である。
<< Steps S91 to S98 >>
The processes in steps S91 to S98 are the same as the processes in steps S91 to S98 shown in FIG.

以上のステップS81〜S98によって、クライアント10cにおける印刷設定画面を表示させる時に機能ファイルの結合動作が実行される。   Through the above steps S81 to S98, the function file combining operation is executed when the print setting screen is displayed on the client 10c.

以上のように、本変形例では、特定の機種名に対応する結合機能情報(結合機能ファイル)が結合情報記憶部244に記憶されている、すなわち、既に結合処理が実行されている場合、新たに機種固有機能ファイルと機種共通機能ファイルとを結合して結合機能ファイルを作成する必要がないので、その結合処理をスキップするものとしている。これによって、不要な処理を実行することによる処理負荷の増加を抑制することができる。例えば、印刷設定画面を表示させる場合、現在設定されている機種名の結合機能情報が存在する場合、新たに結合処理を実行する必要がないので、速やかに印刷設定画面を表示させることができる。   As described above, in this modification, the combined function information (combined function file) corresponding to a specific model name is stored in the combined information storage unit 244, that is, when the combined process has already been performed, Since there is no need to create a combined function file by combining the model-specific function file and the model common function file, the combining process is skipped. As a result, an increase in processing load caused by executing unnecessary processing can be suppressed. For example, when the print setting screen is displayed, if there is the combined function information of the model name that is currently set, it is not necessary to newly execute the combining process, so the print setting screen can be displayed promptly.

なお、上述の第2の実施の形態に係るクライアント10b、および第2の実施の形態の変形例に係るクライアント10cにおける印刷設定画面を表示させる動作に対して、上述の第1の実施の形態の変形例で説明した、構成される画面に表示される各機能の設定要素の表示順を、表示順ファイルで規定された優先順位に対応した順序となるようにする動作を適用することも可能である。   The operation of displaying the print setting screen in the client 10b according to the second embodiment described above and the client 10c according to the modification of the second embodiment is the same as that of the first embodiment described above. It is also possible to apply the operation described in the modification example so that the display order of the setting elements of each function displayed on the configured screen is the order corresponding to the priority order defined in the display order file. is there.

なお、上述の各実施の形態およびそれらの変形例において、クライアント10(10a〜10c)の各機能部の少なくともいずれかがプログラムの実行によって実現される場合、そのプログラムは、ROM等に予め組み込まれて提供される。また、上述の実施の形態およびその変形例に係るクライアント10(10a〜10c)で実行されるプログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM(Compact Disc Read Only Memory)、フレキシブルディスク(FD)、CD−R(Compact Disk−Recordable)、またはDVD(Digital Versatile Disc)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。また、上述の実施の形態およびその変形例のクライアント10(10a〜10c)で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、上述の実施の形態およびその変形例のクライアント10(10a〜10c)で実行されるプログラムを、インターネット等のネットワーク経由で提供または配布するように構成してもよい。また、上述の実施の形態およびその変形例のクライアント10(10a〜10c)で実行されるプログラムは、上述した各機能部のうち少なくともいずれかを含むモジュール構成となっており、実際のハードウェアとしてはCPU101が上述の記憶装置(例えば、ROM102または補助記憶装置108)からプログラムを読み出して実行することにより、上述の各機能部が主記憶装置(例えば、RAM103)上にロードされて生成されるようになっている。   In each of the above-described embodiments and their modifications, when at least one of the functional units of the client 10 (10a to 10c) is realized by executing a program, the program is incorporated in advance in a ROM or the like. Provided. A program executed by the client 10 (10a to 10c) according to the above-described embodiment and its modification is a file in an installable format or an executable format, and is a CD-ROM (Compact Disc Read Only Memory), You may comprise so that it may record and provide on computer-readable recording media, such as a flexible disk (FD), CD-R (Compact Disk-Recordable), or DVD (Digital Versatile Disc). Further, the program executed by the client 10 (10a to 10c) of the above-described embodiment and its modification is stored on a computer connected to a network such as the Internet, and is provided by being downloaded via the network. You may comprise. Further, the program executed by the client 10 (10a to 10c) of the above-described embodiment and its modifications may be configured to be provided or distributed via a network such as the Internet. In addition, the program executed by the client 10 (10a to 10c) of the above-described embodiment and its modifications has a module configuration including at least one of the above-described functional units, and as actual hardware The CPU 101 reads out and executes the program from the above-described storage device (for example, the ROM 102 or the auxiliary storage device 108), so that each of the above-described functional units is loaded and generated on the main storage device (for example, the RAM 103). It has become.

1 情報処理システム
10、10a〜10c クライアント
10_1〜10_3 クライアント
20、20_1〜20_3 プリンタ
30 ネットワーク
40 ユーザ
101 CPU
102 ROM
103 RAM
104 通信I/F
105 入出力I/F
106 入力装置
107 表示装置
108 補助記憶装置
109 バス
200、200b、200c UI部
201、201b、201c 取得部
202 設定読込部
203 表示制御部
210、210a、210c 結合機能情報生成部
211、211a 機能ファイル読込部
212 機能ファイル結合部
213 判定部
220 描画部
231 操作部
232 表示部
233 通信部
241 機能ファイル記憶部
242 設定記憶部
243 表示順ファイル記憶部
244 結合情報記憶部
251 機種取得部
300、300a〜300c プリンタドライバ
310 OS
700 機種共通機能ファイル
701〜709 コード部
800 機種固有機能ファイル
801〜809 コード部
900 結合機能ファイル
901〜907 コード部
1000 表示順テーブル
1 Information processing system 10, 10a to 10c Client 10_1 to 10_3 Client 20, 20_1 to 20_3 Printer 30 Network 40 User 101 CPU
102 ROM
103 RAM
104 Communication I / F
105 I / O I / F
106 Input device 107 Display device 108 Auxiliary storage device 109 Bus 200, 200b, 200c UI unit 201, 201b, 201c Acquisition unit 202 Setting reading unit 203 Display control unit 210, 210a, 210c Combined function information generation unit 211, 211a Reading function file Unit 212 function file combination unit 213 determination unit 220 drawing unit 231 operation unit 232 display unit 233 communication unit 241 function file storage unit 242 setting storage unit 243 display order file storage unit 244 combination information storage unit 251 model acquisition unit 300, 300a to 300c Printer driver 310 OS
700 Model common function file 701 to 709 Code part 800 Model specific function file 801 to 809 Code part 900 Combined function file 901 to 907 Code part 1000 Display order table

特開2008−097573号公報JP 2008-097573 A

Claims (11)

コンピュータを、
画像形成装置についての特定の1以上の機能、および該機能に対応する特定の1以上の設定要素を定義した1の機種共通機能ファイル、ならびに、画像形成装置の機種固有の機能、および該機能に対応する設定要素を定義した1以上の機種固有機能ファイルを記憶した第1記憶部から、前記機種共通機能ファイル、および、特定の機種固有機能ファイルを読み込む読込部と、
前記読込部により読み込まれた前記機種共通機能ファイルと、前記機種固有機能ファイルとを結合して結合機能ファイルを生成する結合部と、
して機能させるためのプログラム。
Computer
One model common function file defining one or more specific functions for the image forming apparatus and one or more specific setting elements corresponding to the functions, functions specific to the model of the image forming apparatus, and the functions A reading unit that reads the model-common function file and a specific model-specific function file from a first storage unit that stores one or more model-specific function files that define corresponding setting elements;
A combining unit that combines the model common function file read by the reading unit and the model specific function file to generate a combined function file;
Program to make it function.
前記結合部は、前記読込部により読み込まれた前記機種共通機能ファイルに対して、前記機種固有機能ファイルに定義された少なくとも機能、および該機能に対応する設定要素のうちいずれかを、少なくとも追加、上書きおよび削除のいずれか1つを行うことによって、該機種共通機能ファイルと該機種固有機能ファイルとを結合して前記結合機能ファイルを生成する請求項1に記載のプログラム。   The combining unit adds at least one of at least a function defined in the model-specific function file and a setting element corresponding to the function to the model common function file read by the reading unit, The program according to claim 1, wherein the combined function file is generated by combining the model-common function file and the model-specific function file by performing any one of overwriting and deletion. 前記コンピュータを、
前記結合部により生成された前記結合機能ファイルに基づいて、該結合機能ファイルに対応する画像形成装置の印刷用の設定画面を構成して表示部に表示させる表示制御部と、
してさらに機能させるための請求項1または2に記載のプログラム。
The computer,
A display control unit configured to configure a setting screen for printing of the image forming apparatus corresponding to the combined function file based on the combined function file generated by the combined unit and display the screen on the display unit;
The program according to claim 1 or 2 for further functioning.
前記結合部は、前記読込部により読み込まれた前記機種固有機能ファイルで定義された機能に対応する設定要素のうち、2つ以上を選択対象としない設定要素を、前記機種共通機能ファイルに対して上書きする請求項1〜3のいずれか一項に記載のプログラム。   The combining unit outputs, to the model common function file, setting elements that do not select two or more setting elements corresponding to functions defined in the model-specific function file read by the reading unit. The program according to any one of claims 1 to 3, which is overwritten. 前記結合部は、前記読込部により読み込まれた前記機種固有機能ファイルで定義された機能および該機能に対応する設定要素のうち、少なくともいずれかに対して削除を指定する旨が規定されている場合、前記機種共通機能ファイルに対して、前記削除の対象となる機能または該機能に対応する設定要素を削除する請求項1〜4のいずれか一項に記載のプログラム。   In the case where it is specified that the combination unit specifies deletion for at least one of the function defined in the model-specific function file read by the reading unit and the setting element corresponding to the function. The program according to any one of claims 1 to 4, wherein a function to be deleted or a setting element corresponding to the function is deleted from the model common function file. 前記結合部は、前記読込部により読み込まれた前記機種固有機能ファイルで定義された機能および該機能に対応する設定要素のうち少なくともいずれかが前記機種共通機能ファイルで定義されていない場合、定義されていない機能または該機能に対する設定要素を前記機種共通機能ファイルに対して追加する請求項1〜5のいずれか一項に記載のプログラム。   The combining unit is defined when at least one of the function defined in the model-specific function file read by the reading unit and the setting element corresponding to the function is not defined in the model-common function file. The program according to any one of claims 1 to 5, wherein a function not set or a setting element for the function is added to the model common function file. 前記コンピュータを、
複数の画像形成装置の機種から選択された1の機種の機種名を取得する取得部と、
してさらに機能させ、
前記読込部は、前記取得部により取得された機種名に対応する前記機種固有機能ファイルを前記第1記憶部から読み込む請求項1〜6のいずれか一項に記載のプログラム。
The computer,
An acquisition unit for acquiring the model name of one model selected from the models of the plurality of image forming apparatuses;
To make it work,
The program according to any one of claims 1 to 6, wherein the reading unit reads the model-specific function file corresponding to the model name acquired by the acquiring unit from the first storage unit.
前記コンピュータを、
1の機種の機種名を取得する取得部と、
前記結合機能ファイルを第2記憶部に記憶させる記憶制御部と、
前記取得部により取得された機種名に対応する前記結合機能ファイルが前記第2記憶部に記憶されているか否かを判定する判定部と、
してさらに機能させ、
前記結合部は、前記判定部によって、前記取得部により取得された機種名に対応する前記結合機能ファイルが前記第2記憶部に記憶されていると判定された場合、前記機種共通機能ファイルと、該機種名に対応する前記機種固有機能ファイルとから結合機能ファイルを生成しない請求項1〜6のいずれか一項に記載のプログラム。
The computer,
An acquisition unit for acquiring the model name of one model;
A storage control unit for storing the combined function file in a second storage unit;
A determination unit that determines whether or not the combined function file corresponding to the model name acquired by the acquisition unit is stored in the second storage unit;
To make it work,
When the combination unit determines that the combination function file corresponding to the model name acquired by the acquisition unit is stored in the second storage unit by the determination unit, the model common function file; The program according to any one of claims 1 to 6, wherein a combined function file is not generated from the model-specific function file corresponding to the model name.
前記読込部は、画像形成装置の各機能に対応する設定要素の表示順についての優先順位を規定した表示順ファイルを記憶した第3記憶部から、前記表示順ファイルを読み込み、
前記表示制御部は、前記設定画面で表示される各機能の設定要素の順序を、前記優先順位に従った順序となるように該設定画面を再構成する請求項1〜8のいずれか一項に記載のプログラム。
The reading unit reads the display order file from a third storage unit that stores a display order file that defines the priority order of the display order of setting elements corresponding to each function of the image forming apparatus,
The said display control part reconfigure | reconstructs this setting screen so that the order of the setting element of each function displayed on the said setting screen may become the order according to the said priority. The program described in.
複数の機種の画像形成装置に画像形成の要求を行うことが可能な情報処理装置であって、
画像形成装置についての特定の1以上の機能、および該機能に対応する特定の1以上の設定要素を定義した1の機種共通機能ファイル、ならびに、画像形成装置の機種固有の機能、および該機能に対応する設定要素を定義した1以上の機種固有機能ファイルを記憶した第1記憶部から、前記機種共通機能ファイル、および、特定の機種固有機能ファイルを読み込む読込部と、
前記読込部により読み込まれた前記機種共通機能ファイルと、前記機種固有機能ファイルとを結合して結合機能ファイルを生成する結合部と、
を備えた情報処理装置。
An information processing apparatus capable of requesting image formation to a plurality of types of image forming apparatuses,
One model common function file defining one or more specific functions for the image forming apparatus and one or more specific setting elements corresponding to the functions, functions specific to the model of the image forming apparatus, and the functions A reading unit that reads the model-common function file and a specific model-specific function file from a first storage unit that stores one or more model-specific function files that define corresponding setting elements;
A combining unit that combines the model common function file read by the reading unit and the model specific function file to generate a combined function file;
An information processing apparatus comprising:
請求項10に記載の情報処理装置と、
1以上の前記画像形成装置と、
を有し、
前記情報処理装置は、前記結合部によって生成された前記結合機能ファイルに基づいて、印刷情報から変換した変換情報を前記画像形成装置に送信し、
前記画像形成装置は、前記情報処理装置から受信した前記変換情報に基づいて画像形成を行う情報処理システム。
An information processing apparatus according to claim 10;
One or more of the image forming apparatuses;
Have
The information processing apparatus transmits conversion information converted from print information to the image forming apparatus based on the combined function file generated by the combining unit,
The image forming apparatus is an information processing system that forms an image based on the conversion information received from the information processing apparatus.
JP2016216670A 2016-07-21 2016-11-04 Programs, information processing equipment, and information processing systems Active JP6787055B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/651,263 US10025537B2 (en) 2016-07-21 2017-07-17 Information processing apparatus having combined model common function file and model specific function file, information processing system, information processing method, and recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016143653 2016-07-21
JP2016143653 2016-07-21

Publications (2)

Publication Number Publication Date
JP2018022463A true JP2018022463A (en) 2018-02-08
JP6787055B2 JP6787055B2 (en) 2020-11-18

Family

ID=61164528

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016216670A Active JP6787055B2 (en) 2016-07-21 2016-11-04 Programs, information processing equipment, and information processing systems

Country Status (1)

Country Link
JP (1) JP6787055B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009223834A (en) * 2008-03-18 2009-10-01 Canon Inc Print setting processor and print setting processing method
JP2010061469A (en) * 2008-09-04 2010-03-18 Brother Ind Ltd Device driver, installer, and driver program
JP2011170685A (en) * 2010-02-19 2011-09-01 Konica Minolta Business Technologies Inc Installation program and installation method
JP2012043381A (en) * 2010-08-23 2012-03-01 Konica Minolta Business Technologies Inc Printer driver update program and method of updating printer driver

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009223834A (en) * 2008-03-18 2009-10-01 Canon Inc Print setting processor and print setting processing method
JP2010061469A (en) * 2008-09-04 2010-03-18 Brother Ind Ltd Device driver, installer, and driver program
JP2011170685A (en) * 2010-02-19 2011-09-01 Konica Minolta Business Technologies Inc Installation program and installation method
JP2012043381A (en) * 2010-08-23 2012-03-01 Konica Minolta Business Technologies Inc Printer driver update program and method of updating printer driver

Also Published As

Publication number Publication date
JP6787055B2 (en) 2020-11-18

Similar Documents

Publication Publication Date Title
JP4861883B2 (en) Image forming apparatus and application execution method
US8493596B2 (en) Printer driver, recording medium, information processing apparatus, printing system, and printer driver setting method
US8610919B2 (en) Image forming apparatus, control method and control program therefor
KR101650731B1 (en) Management apparatus and method for managing device driver of management apparatus
JP2013168030A (en) Information processing unit, information processing method and program
JP2010251972A (en) Printing system, data processing method, and program
JP2010257006A (en) Image forming system, information processing apparatus, document processing method and printer driver
US20130301069A1 (en) Information processing device, computer program product, and image forming apparatus
KR101763018B1 (en) System, printing apparatus, control method, and computer-readable recording medium
JP2011128814A (en) Information processing apparatus, control method of the same and program
JP6225586B2 (en) Output system, terminal device, program, and output method
US20190208066A1 (en) Information processing apparatus, method of controlling the same, and storage medium
JP2015012505A (en) Printer, computer, and program
JP2014241506A (en) Image processing system, information processing device, and information processing program
JP5182165B2 (en) Information processing apparatus, information processing method, program, and recording medium
US10129421B2 (en) System and method for remote device interface customization
US20150248259A1 (en) Information processing apparatus, print system, and recording medium
JP4336555B2 (en) Data processing device
US10025537B2 (en) Information processing apparatus having combined model common function file and model specific function file, information processing system, information processing method, and recording medium
JP6184269B2 (en) Image processing system, information processing apparatus, image processing method, information processing method, and program
JP2017117235A (en) Management program, management system, and information processing device
JP6787055B2 (en) Programs, information processing equipment, and information processing systems
JP5361399B2 (en) Image processing apparatus, control method for image processing apparatus, and control program
JP6589707B2 (en) Information processing apparatus, system, information processing method, and program
JP4661465B2 (en) Control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190903

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200623

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200721

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200916

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: 20200929

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201012

R151 Written notification of patent or utility model registration

Ref document number: 6787055

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151