JP2013009067A - Image processing apparatus, macro name determination method, and macro name determination program - Google Patents

Image processing apparatus, macro name determination method, and macro name determination program Download PDF

Info

Publication number
JP2013009067A
JP2013009067A JP2011139144A JP2011139144A JP2013009067A JP 2013009067 A JP2013009067 A JP 2013009067A JP 2011139144 A JP2011139144 A JP 2011139144A JP 2011139144 A JP2011139144 A JP 2011139144A JP 2013009067 A JP2013009067 A JP 2013009067A
Authority
JP
Japan
Prior art keywords
macro
name
function
setting value
unit
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
JP2011139144A
Other languages
Japanese (ja)
Other versions
JP5821318B2 (en
Inventor
Itaru Kodaira
格 小平
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 JP2011139144A priority Critical patent/JP5821318B2/en
Publication of JP2013009067A publication Critical patent/JP2013009067A/en
Application granted granted Critical
Publication of JP5821318B2 publication Critical patent/JP5821318B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To automatically determine an appropriate macro name.SOLUTION: An image processing apparatus includes: registration means that registers a macro for invoking set values in respective functions of an application; storage means that stores initial set values in respective functions in a macro; and name determination means that compares the registered set value and the initial set value of the macro for every function, and determines a macro name on the basis of a set value of the macro of a function with difference in comparison.

Description

本発明は、アプリケーションの一連の操作内容を登録するマクロの名称を決定する画像処理装置、マクロ名称決定方法及びマクロ名称決定プログラムに関する。   The present invention relates to an image processing apparatus, a macro name determination method, and a macro name determination program for determining a macro name for registering a series of operation contents of an application.

近年、複合機において、定型的な操作の手間を減らすため、一連の操作内容を記憶しておき、ワンタッチの操作でその操作内容を呼び出すことのできる技術が知られている。この一連の操作内容を登録することを、マクロ登録やプログラム登録という。   2. Description of the Related Art In recent years, in a multi-function peripheral, a technique is known in which a series of operation details can be stored and the operation details can be recalled by a one-touch operation in order to reduce the labor of routine operations. Registering this series of operation contents is called macro registration or program registration.

マクロを登録する技術として、特許文献1には、ジョブの履歴を使ってマクロ登録する方法が開示されている。   As a technique for registering a macro, Patent Document 1 discloses a method of registering a macro using a job history.

ここで、複合機のマクロ登録では、ユーザがマクロの名称を任意につけるのが一般的である。この場合、ユーザが自由にマクロの名称を決定できる反面、入力が面倒であったり、登録内容が不明の名称をつけてしまったりするという問題がある。   Here, in macro registration of a multifunction machine, a user generally assigns a macro name arbitrarily. In this case, the user can freely determine the name of the macro, but there is a problem that the input is troublesome or a name whose registration content is unknown is given.

そこで、本発明は、上記問題に鑑みてなされたものであり、適切なマクロの名称を自動で決定することができる画像処理装置、マクロ名称決定方法及びマクロ名称決定プログラムを提供することを目的とする。   Accordingly, the present invention has been made in view of the above problems, and an object thereof is to provide an image processing apparatus, a macro name determination method, and a macro name determination program that can automatically determine an appropriate macro name. To do.

本発明の一態様の画像処理装置は、アプリケーションの各機能における設定値を呼び出すためのマクロを登録する登録手段と、前記マクロの各機能における初期設定値を記憶する記憶手段と、登録された前記マクロの設定値と前記初期設定値とを機能毎に比較し、差異がある機能の前記マクロの設定値に基づいて、前記マクロの名称を決定する名称決定手段と、を備える。   An image processing apparatus according to an aspect of the present invention includes a registration unit that registers a macro for calling a setting value in each function of an application, a storage unit that stores an initial setting value in each function of the macro, and the registered A name determination unit that compares a macro setting value and the initial setting value for each function and determines a name of the macro based on the macro setting value of a function having a difference;

また、本発明の他の態様のマクロ名称決定方法は、アプリケーションの各機能における設定値を呼び出すためのマクロを登録する登録ステップと、登録された前記マクロの各機能における初期設定値を記憶手段から取得する取得ステップと、登録された前記マクロの設定値と、取得された前記初期設定値とを機能毎に比較し、差異がある機能の前記マクロの設定値に基づいて、前記マクロの名称を決定する決定ステップと、をコンピュータが実行する。   The macro name determination method according to another aspect of the present invention includes a registration step of registering a macro for calling a setting value in each function of an application, and an initial setting value in each function of the registered macro from a storage unit. The acquisition step of acquiring, the registered setting value of the macro and the acquired initial setting value are compared for each function, and the name of the macro is determined based on the setting value of the macro of the function having a difference. The determination step for determining is executed by the computer.

また、本発明の他の態様のマクロ名称決定プログラムは、アプリケーションの各機能における設定値を呼び出すためのマクロを登録する登録ステップと、登録された前記マクロの各機能における初期設定値を記憶手段から取得する取得ステップと、登録された前記マクロの設定値と、取得された前記初期設定値とを機能毎に比較し、差異がある機能の前記マクロの設定値に基づいて、前記マクロの名称を決定する決定ステップと、をコンピュータに実行させる。   According to another aspect of the present invention, there is provided a macro name determination program for registering a macro for calling a setting value in each function of an application, and storing an initial setting value in each function of the registered macro from a storage unit. The acquisition step of acquiring, the registered setting value of the macro and the acquired initial setting value are compared for each function, and the name of the macro is determined based on the setting value of the macro of the function having a difference. A determination step for determining is executed by a computer.

本発明によれば、適切なマクロの名称を自動で決定することができる。   According to the present invention, an appropriate macro name can be automatically determined.

実施例におけるMFPのハードウェアの一例を示すブロック図。FIG. 3 is a block diagram illustrating an example of hardware of the MFP in the embodiment. 実施例におけるMFPの機能の一例を示すブロック図。FIG. 3 is a block diagram showing an example of functions of the MFP in the embodiment. マクロの呼出を行う場合の画面遷移の一例を示す図。The figure which shows an example of the screen transition in the case of calling a macro. マクロ初期設定値を登録する場合の画面遷移の一例を示す図。The figure which shows an example of the screen transition in the case of registering a macro initial setting value. 機能名称情報の一例を示す図。The figure which shows an example of function name information. 設定値名称情報の一例を示す図。The figure which shows an example of setting value name information. 現在の設定値情報の一例を示す図。The figure which shows an example of the present setting value information. マクロ名称情報の一例を示す図。The figure which shows an example of macro name information. マクロ設定値情報の一例を示す図。The figure which shows an example of macro setting value information. 名称決定方法情報の一例を示す図。The figure which shows an example of name determination method information. 差異機能情報の一例を示す図。The figure which shows an example of difference function information. マクロ名称が決定される場合の画面遷移の一例を示す図。The figure which shows an example of a screen transition in case a macro name is determined. 設定値情報(その1)の一例を示す図。The figure which shows an example of setting value information (the 1). 差異機能情報(その1)の一例を示す図。The figure which shows an example of difference function information (the 1). 設定値情報(その2)の一例を示す図。The figure which shows an example of setting value information (the 2). 差異機能情報(その2)の一例を示す図。The figure which shows an example of difference function information (the 2). 設定値情報(その3)の一例を示す図。The figure which shows an example of setting value information (the 3). 差異機能情報(その3)の一例を示す図。The figure which shows an example of difference function information (the 3). マクロ名称決定処理の一例を示すフローチャート。The flowchart which shows an example of a macro name determination process. 実施例2におけるMFPの機能の一例を示すブロック図。FIG. 9 is a block diagram illustrating an example of functions of an MFP according to a second embodiment. 優先順情報の一例を示す図。The figure which shows an example of priority order information. 実施例3におけるMFPの機能の一例を示すブロック図。FIG. 10 is a block diagram illustrating an example of functions of an MFP according to a third embodiment. アイコン画像情報の一例を示す図。The figure which shows an example of icon image information. 文字列の代わりにアイコンでマクロ名称を表した例(その1)を示す図。The figure which shows the example (the 1) which represented the macro name with the icon instead of the character string. 文字列の代わりにアイコンでマクロ名称を表した例(その2)を示す図。The figure which shows the example (the 2) which represented the macro name with the icon instead of the character string.

以下、本発明の実施例を図面に基づいて説明する。画像処理装置としてMFP(Multifunction Peripheral)を例にして説明する。
[実施例1]
<ハードウェア>
図1は、実施例1におけるMFPのハードウェアの一例を示すブロック図である。図1に示すように、MFP1は、制御部11、主記憶部12、補助記憶部13、外部記録装置I/F部14、ネットワークI/F部15、操作部16、表示部17、エンジン部18を含む。これら各構成は、バスを介して相互にデータ送受信可能に接続されている。
Embodiments of the present invention will be described below with reference to the drawings. An image processing apparatus will be described by taking an MFP (Multifunction Peripheral) as an example.
[Example 1]
<Hardware>
FIG. 1 is a block diagram illustrating an example of hardware of the MFP according to the first embodiment. As shown in FIG. 1, the MFP 1 includes a control unit 11, a main storage unit 12, an auxiliary storage unit 13, an external recording device I / F unit 14, a network I / F unit 15, an operation unit 16, a display unit 17, and an engine unit. 18 is included. These components are connected to each other via a bus so as to be able to transmit and receive data.

制御部11は、コンピュータの中で、各装置の制御やデータの演算、加工を行うCPUである。また、制御部11は、主記憶部12や補助記憶部13に記憶されたプログラムを実行する演算装置であり、入力装置や記憶装置からデータを受け取り、演算、加工した上で、出力装置や記憶装置に出力する。   The control unit 11 is a CPU that controls each device, calculates data, and processes in a computer. The control unit 11 is an arithmetic device that executes a program stored in the main storage unit 12 or the auxiliary storage unit 13. The control unit 11 receives data from the input device or the storage device, calculates, and processes the output device or the storage device. Output to the device.

主記憶部12は、ROM(Read Only Memory)やRAM(Random Access Memory)などであり、制御部11が実行する基本ソフトウェアであるOSやアプリケーションソフトウェアなどのプログラムやデータを記憶又は一時保存する記憶装置である。   The main storage unit 12 is a ROM (Read Only Memory), a RAM (Random Access Memory), or the like, and a storage device that stores or temporarily stores programs and data such as an OS and application software that are basic software executed by the control unit 11. It is.

補助記憶部13は、HDD(Hard Disk Drive)などであり、アプリケーションソフトウェアなどに関連するデータを記憶する記憶装置である。   The auxiliary storage unit 13 is an HDD (Hard Disk Drive) or the like, and is a storage device that stores data related to application software or the like.

外部記録装置I/F部14は、USB(Universal Serial Bus)などのデータ伝送路を介して接続された記録媒体19(例えば、フラッシュメモリ、SDカードなど)とMFP1とのインタフェースである。   The external recording device I / F unit 14 is an interface between the MFP 1 and a recording medium 19 (for example, a flash memory or an SD card) connected via a data transmission path such as a USB (Universal Serial Bus).

また、記録媒体19に、所定のプログラムを格納し、この記録媒体19に格納されたプログラムは外部記録装置I/F部14を介してMFP1にインストールされ、インストールされた所定のプログラムはMFP1により実行可能となる。   Further, a predetermined program is stored in the recording medium 19, the program stored in the recording medium 19 is installed in the MFP 1 via the external recording device I / F unit 14, and the installed predetermined program is executed by the MFP 1. It becomes possible.

ネットワークI/F部15は、有線及び/又は無線回線などのデータ伝送路により構築されたLAN(Local Area Network)、WAN(Wide Area Network)などのネットワークを介して接続された通信機能を有する周辺機器とMFP1とのインタフェースである。   The network I / F unit 15 is a peripheral having a communication function connected via a network such as a LAN (Local Area Network) or a WAN (Wide Area Network) constructed by a data transmission path such as a wired and / or wireless line. This is an interface between the device and the MFP 1.

操作部16や表示部17は、キースイッチ(ハードキー)とタッチパネル機能(GUIのソフトウェアキーを含む:Graphical User Interface)を備えたLCD(Liquid Crystal Display)とを含み、MFP1が有する機能を利用する際のUI(User Interface)として機能する表示及び/又は入力装置である。   The operation unit 16 and the display unit 17 include a key switch (hard key) and an LCD (Liquid Crystal Display) having a touch panel function (including GUI software key: Graphical User Interface), and use functions of the MFP 1. It is a display and / or input device that functions as a user interface (UI).

エンジン部18は、画像データの入出力ユニットとして、紙原稿の読み取り転写紙への印刷を行う。エンジン部18は、スキャンエンジンなどをさらに備える。   The engine unit 18 serves as an input / output unit for image data and reads a paper document and prints it on a transfer sheet. The engine unit 18 further includes a scan engine and the like.

<機能>
次に、MFP1の機能について説明する。図2は、実施例1におけるMFP1の機能の一例を示すブロック図である。MFP1は、標準搭載アプリ20、拡張アプリ40、拡張アプリ制御手段45、API(Application Program Interface)50、システム管理部61、メモリ管理部62、エンジン管理部63、ユーザ管理部64、送信管理部65を含む。また、MFP1は、表示手段70、入力手段71、マクロ登録手段72、マクロ呼出手段73、マクロ名称決定手段74、第1記憶手段75、第2記憶手段76、第3記憶手段77を含む。
<Function>
Next, functions of the MFP 1 will be described. FIG. 2 is a block diagram illustrating an example of functions of the MFP 1 according to the first embodiment. The MFP 1 includes a standard installed application 20, an extended application 40, an extended application control unit 45, an API (Application Program Interface) 50, a system management unit 61, a memory management unit 62, an engine management unit 63, a user management unit 64, and a transmission management unit 65. including. The MFP 1 includes a display unit 70, an input unit 71, a macro registration unit 72, a macro call unit 73, a macro name determination unit 74, a first storage unit 75, a second storage unit 76, and a third storage unit 77.

標準搭載アプリ20は、MFP1に標準で搭載されているアプリケーションである。例えば、コピーアプリ21、スキャナーアプリ22、プリンターアプリ23、FAX(ファクス)アプリ24が標準搭載アプリ20である。   The standard installed application 20 is an application installed in the MFP 1 as a standard. For example, the copy application 21, the scanner application 22, the printer application 23, and the FAX (fax) application 24 are the standard installed applications 20.

標準搭載アプリ20は、そのアプリの操作画面の作成やアプリのジョブを実行することができる。また、標準搭載アプリ20は、マクロ呼出手段73により第2記憶手段76から呼び出されたマクロを実行することもできる。標準搭載アプリ20は、API50を用いて、表示手段70などに各種データを出力する。   The standard application 20 can create an operation screen for the application and execute an application job. The standard application 20 can also execute the macro called from the second storage means 76 by the macro calling means 73. The standard application 20 uses the API 50 to output various data to the display unit 70 and the like.

拡張アプリ40は、SDK(Software Development Kit)によって追加インストールされたアプリケーションである。また、拡張アプリ40は、その拡張アプリの操作画面の作成やアプリケーションのジョブを実行する。   The extended application 40 is an application additionally installed by an SDK (Software Development Kit). Further, the extended application 40 creates an operation screen for the extended application and executes an application job.

拡張アプリ40は、標準搭載アプリ20から不要な機能を省いたり、逆に標準搭載アプリ20ではできないことを実現したりするために作られるアプリケーションである。拡張アプリ40は、拡張アプリ制御手段45を通じてメモリ管理部62やエンジン管理部63などを利用することで機能を実現する。   The extended application 40 is an application that is created in order to omit unnecessary functions from the standard installed application 20 or to realize what the standard installed application 20 cannot do. The extended application 40 implements functions by using the memory management unit 62, the engine management unit 63, and the like through the extended application control means 45.

SDK簡単コピーアプリ(以下、簡単コピーアプリとも呼ぶ)41は、例えば、Java(登録商標)で開発したアプリの1つであり、標準搭載アプリ20のコピーアプリ21と比べて簡単にコピーできるようなアプリケーションである。   The SDK simple copy application (hereinafter also referred to as simple copy application) 41 is one of applications developed by Java (registered trademark), for example, and can be copied more easily than the copy application 21 of the standard application 20. Is an application.

SDK簡単スキャナーアプリ(以下、簡単スキャナーアプリとも呼ぶ)42は、Java(登録商標)で開発したアプリの1つであり、標準搭載アプリ20のスキャナーアプリ22と比べて、簡単にスキャンできるようなアプリケーションである。   The SDK simple scanner application (hereinafter also referred to as simple scanner application) 42 is one of the applications developed by Java (registered trademark), and is an application that can be scanned more easily than the scanner application 22 of the standard application 20. It is.

拡張アプリ制御手段45は、SDKアプリ全般を管理する。拡張アプリ制御手段45は、各管理部、入力手段71、表示手段70などに対する拡張アプリ40とのインタフェースである。拡張アプリ制御手段45は、拡張アプリ40からの処理実行要求を受けると、エンジン管理部63などにその処理を要求する。   The extended application control unit 45 manages the entire SDK application. The extended application control unit 45 is an interface with the extended application 40 for each management unit, the input unit 71, the display unit 70, and the like. Upon receiving a process execution request from the extended application 40, the extended application control unit 45 requests the engine management unit 63 and the like for the process.

システム管理部61は、システム全体の状態管理をする。システム管理部61は、入力手段71から通知された内容に基づいて、各標準搭載アプリに対して画面の表示要求を行う。メモリ管理部62は、メモリ管理やスキャンしたファイルデータの作成を行う。   The system management unit 61 manages the state of the entire system. Based on the content notified from the input means 71, the system management unit 61 issues a screen display request to each standard application. The memory management unit 62 performs memory management and creation of scanned file data.

エンジン管理部63は、原稿の読み取りの制御などを行う。ユーザ管理部64は、ログインのユーザ認証やスキャナー送信先の管理を行う。送信管理部65は、MFP1から他機器へのデータ送信を制御する。   The engine management unit 63 performs control of document reading. The user management unit 64 performs login user authentication and scanner transmission destination management. The transmission management unit 65 controls data transmission from the MFP 1 to other devices.

表示手段70は、標準搭載アプリ20や拡張アプリ40が作成した操作画面を表示する。この操作画面には、マクロの登録画面などが含まれる。   The display unit 70 displays an operation screen created by the standard application 20 or the extended application 40. This operation screen includes a macro registration screen and the like.

入力手段71は、操作画面内のボタンへの押下を検知したり、ホーム画面からのアイコンの押下を検知したりする。例えば、入力手段71は、標準搭載アプリ20、拡張アプリ40の操作画面から、各機能の設定値が変更され、この状態でマクロの登録ボタンの押下を検知する。   The input means 71 detects pressing of a button on the operation screen or detects pressing of an icon from the home screen. For example, the input unit 71 detects that the setting value of each function has been changed from the operation screens of the standard application 20 and the extended application 40, and in this state, the pressing of the macro registration button is detected.

マクロ登録手段72は、アプリケーション(標準アプリ20や拡張アプリ40)の各機能における設定値を呼び出すためのマクロを登録する。例えば、マクロ登録手段72は、アプリの操作画面で設定された各機能の設定値を、マクロとして、設定内容記憶手段761に登録する。設定変更されなかった機能は、初期設定値を用いればよい。マクロ登録手段72は、マクロの登録を行うと、その旨をマクロ名称決定手段72に通知する。   The macro registration unit 72 registers a macro for calling a setting value in each function of the application (standard application 20 or extended application 40). For example, the macro registration unit 72 registers the setting value of each function set on the operation screen of the application in the setting content storage unit 761 as a macro. For functions whose settings have not been changed, initial setting values may be used. When registering the macro, the macro registration means 72 notifies the macro name determination means 72 to that effect.

マクロ呼出手段73は、各機能の初期設定値、又はマクロの各設定値を呼び出し、アプリの各機能の現在の設定項目に反映するよう標準アプリ20又は拡張アプリ40に通知する。   The macro calling unit 73 calls the initial setting value of each function or each setting value of the macro, and notifies the standard application 20 or the extended application 40 to reflect in the current setting item of each function of the application.

マクロ名称決定手段74は、マクロが登録されたことを通知されると、登録されたマクロの設定値とこのマクロの初期設定値とを機能毎に比較する。比較の結果、設定値同士が異なる機能(差異がある機能とも言う)の各設定値を、差異機能記憶手段772に記憶する。   When notified that the macro has been registered, the macro name determination means 74 compares the registered macro setting value and the macro initial setting value for each function. As a result of the comparison, each set value of a function having different set values (also referred to as a function having a difference) is stored in the difference function storage unit 772.

マクロ名称決定手段74は、差異機能記憶手段772に記憶した差異がある機能の設定値に基づいて、このマクロの名称を決定する。例えば、マクロ名称決定手段74は、差異がある機能の設定値を連結してマクロ名称とする。マクロ名称決定手段74は、決定したマクロ名称を、設定内容記憶手段761に記憶する。   The macro name determination unit 74 determines the name of this macro based on the setting value of the function having the difference stored in the difference function storage unit 772. For example, the macro name determination unit 74 concatenates the set values of functions having differences to obtain a macro name. The macro name determination unit 74 stores the determined macro name in the setting content storage unit 761.

第1記憶手段75は、例えばROMであり、ユーザによって変更されることがないデータを保持する。実施例1においては、第1記憶手段75は、次のデータを保持する記憶手段を含む。   The first storage means 75 is, for example, a ROM, and holds data that is not changed by the user. In the first embodiment, the first storage unit 75 includes a storage unit that holds the next data.

機能名称記憶手段751は、MFPの各アプリケーションで設定できる各機能に対し、その名称を保持する。コピーアプリの場合、機能名称は「カラーモード」、「両面」等がある。   The function name storage unit 751 holds the name of each function that can be set by each application of the MFP. In the case of a copy application, the function names include “color mode” and “double-sided”.

設定値名称記憶手段752は、各アプリケーションの各機能で取り得る設定値に対し、その名称を保持する。コピーアプリを例にすると、機能「カラーモード」の場合、「フルカラー」、「白黒」の設定値名称があり、機能「両面」の場合、「OFF」、「ON」の設定値名称がある。   The set value name storage means 752 holds the names of the set values that can be taken by each function of each application. Taking the copy application as an example, in the case of the function “color mode”, there are setting value names of “full color” and “monochrome”, and in the case of the function “double-sided”, there are setting value names of “OFF” and “ON”.

名称決定方法記憶手段753は、実施例1において、各機能に対するマクロの名称を決定する方法を保持する。例えば、機能「カラーモード」に対して、マクロ名称は「設定名称」で決定する。また、機能「両面」に対して、マクロ名称は「機能名称」+「設定名称」で決定する。ただし、設定値が「ON」のときは設定値名称を省略する。   The name determination method storage unit 753 holds a method for determining a macro name for each function in the first embodiment. For example, for the function “color mode”, the macro name is determined by “setting name”. For the function “both sides”, the macro name is determined by “function name” + “setting name”. However, when the set value is “ON”, the set value name is omitted.

第2記憶手段76は、例えば不揮発RAMであり、ユーザによって変更され、電源を切っても保持するデータを記憶する。実施例1においては、第2記憶手段76は、次のデータを保持する記憶手段を含む。   The second storage means 76 is, for example, a nonvolatile RAM, and stores data that is changed by the user and is retained even when the power is turned off. In the first embodiment, the second storage unit 76 includes a storage unit that holds the following data.

設定内容記憶手段761は、マクロの各機能における初期設定値及び登録された各マクロの各機能における設定値を保持する。マクロの初期設定値は、マクロ登録手段72を用いて変更可能である。   The setting content storage unit 761 holds an initial setting value for each function of the macro and a setting value for each function of each registered macro. The macro initial setting value can be changed using the macro registration means 72.

第3記憶手段77は、例えばRAMであり、ユーザによって変更され、電源を切ったら保持する必要のないデータを記憶する。第3記憶手段77は、その他、MFP1が動作中に一時的に値を保持するのにも用いられる。実施例1においては、第3記憶手段77は、次のデータを保持する記憶手段を含む。   The third storage unit 77 is, for example, a RAM, and stores data that is changed by the user and does not need to be retained when the power is turned off. The third storage unit 77 is also used for temporarily holding a value during the operation of the MFP 1. In the first embodiment, the third storage unit 77 includes a storage unit that holds the following data.

現在設定値記憶手段771は、MFP1の現在のアプリにおける各機能の設定値を保持する。ユーザがある機能の設定値を変えると、その機能の設定値が現在設定値記憶手段771に記憶される。   The current setting value storage unit 771 holds setting values of functions in the current application of the MFP 1. When the user changes the set value of a function, the set value of the function is stored in the current set value storage unit 771.

なお、リセット操作が行われると、現在の設定値がそのマクロの初期設定値に置き換わり、登録されたマクロが呼び出されると、現在の設定値がそのマクロの設定値に置き換わる。また、現在の設定値は、マクロの初期設定値や新規マクロとして登録することができる。   When a reset operation is performed, the current setting value is replaced with the initial setting value of the macro, and when a registered macro is called, the current setting value is replaced with the setting value of the macro. In addition, the current setting value can be registered as a macro initial setting value or a new macro.

差異機能記憶手段772は、マクロ名称決定手段74により抽出された差異がある機能の、そのマクロの設定値及び初期設定値を記憶する。   The difference function storage unit 772 stores the macro setting value and the initial setting value of the function having the difference extracted by the macro name determination unit 74.

なお、標準搭載アプリ20、拡張アプリ40、各管理部61〜65、マクロ登録手段72、マクロ呼出手段73、マクロ名称決定手段74は、制御部11、ワークメモリとしての主記憶部12、各種プログラムを保持する補助記憶部13などにより実現されうる。   The standard application 20, the extended application 40, the management units 61 to 65, the macro registration unit 72, the macro call unit 73, and the macro name determination unit 74 are the control unit 11, the main storage unit 12 as a work memory, and various programs. This can be realized by the auxiliary storage unit 13 that holds

また、第1記憶手段75は、例えば補助記憶部13、第2記憶手段76は、例えば主記憶部12及び/又は補助記憶部13、第3記憶手段77は、例えば主記憶部12などにより実現されうる。表示手段70は、例えば表示部17により実現され、入力手段71は、例えば操作部16などにより実現されうる。   The first storage unit 75 is realized by the auxiliary storage unit 13, for example, the second storage unit 76 is realized by the main storage unit 12 and / or the auxiliary storage unit 13, and the third storage unit 77 is realized by the main storage unit 12, for example. Can be done. The display unit 70 can be realized by the display unit 17, for example, and the input unit 71 can be realized by the operation unit 16, for example.

<マクロの呼出/登録/初期設定値の登録>
次に、マクロの呼出/登録/初期設定値の登録について説明する。
<Calling macro / Registering / Registering default settings>
Next, macro call / registration / initial setting value registration will be described.

(マクロ呼出)
図3は、マクロの呼出を行う場合の画面遷移の一例を示す図である。図3に示す例では、コピーアプリ21のトップ画面101から「マクロ登録/呼出」ボタンが押下された場合、マクロ選択画面102に遷移する。
(Macro call)
FIG. 3 is a diagram illustrating an example of screen transition when a macro is called. In the example illustrated in FIG. 3, when the “macro registration / call” button is pressed from the top screen 101 of the copy application 21, the screen transitions to the macro selection screen 102.

マクロ選択画面102から呼び出したいマクロをユーザが押下すると、そのマクロの設定値が反映されたトップ画面に遷移する。例えば、図3に示す例では、マクロ「1:フルカラー ステープル」のボタンが押下されると、マクロ呼出手段73が、そのマクロの各設定値を設定内容記憶手段761から取得する。   When the user presses a macro to be called from the macro selection screen 102, a transition is made to the top screen reflecting the setting value of the macro. For example, in the example shown in FIG. 3, when the macro “1: full color staple” button is pressed, the macro calling unit 73 acquires each setting value of the macro from the setting content storage unit 761.

マクロ呼出手段73は、取得したマクロの各設定値をコピーアプリ21に通知し、この設定値が反映されたトップ画面103をコピーアプリ21が作成する。コピーアプリ21は、作成したトップ画面103を表示部70に出力し、トップ画面103が表示される。トップ画面103では、トップ画面101と比較して、カラーモードが「フルカラー」に変更され、ステープルが「ON」に変更される。これにより、マクロの各設定値が反映される。   The macro calling unit 73 notifies each setting value of the acquired macro to the copy application 21, and the copy application 21 creates the top screen 103 on which the setting value is reflected. The copy application 21 outputs the created top screen 103 to the display unit 70, and the top screen 103 is displayed. On the top screen 103, the color mode is changed to “full color” and the staple is changed to “ON”, compared to the top screen 101. Thereby, each setting value of the macro is reflected.

(マクロ登録)
次に、マクロを登録する場合には、ユーザはトップ画面101から各機能の設定値を変更し、「マクロ登録/呼出」ボタンを押下する。次に、マクロ選択画面102から、未登録のボタンを押下することで、トップ画面での設定値がマクロとして登録される。
(Macro registration)
Next, when registering a macro, the user changes the setting value of each function from the top screen 101 and presses a “macro registration / call” button. Next, by pressing an unregistered button from the macro selection screen 102, the setting value on the top screen is registered as a macro.

具体的には、マクロ登録手段72は、未登録ボタンが押下されたことを入力手段71から通知されると、画面遷移前のトップ画面の各機能の設定値を現在設定値記憶手段771から取得する。   Specifically, when the macro registration unit 72 is notified from the input unit 71 that the unregistered button has been pressed, the macro registration unit 72 acquires the setting value of each function of the top screen before the screen transition from the current setting value storage unit 771. To do.

マクロ登録手段72は、取得した各機能の設定値をマクロとして設定内容記憶手段761に記憶する。このとき、このマクロの名称は、マクロ名称決定手段74により決定される。名称の決定方法は後述する。   The macro registration unit 72 stores the acquired setting values of each function in the setting content storage unit 761 as a macro. At this time, the name of the macro is determined by the macro name determination means 74. A method for determining the name will be described later.

(マクロ初期設定値の登録)
次に、マクロの初期設定値を登録する場合について説明する。図4は、マクロ初期設定値を登録する場合の画面遷移の一例を示す図である。図4に示すように、マクロ選択画面102から「初期値として登録」ボタンが押下されると、登録確認画面104に遷移する。
(Registering macro default values)
Next, the case of registering macro initial setting values will be described. FIG. 4 is a diagram illustrating an example of screen transition when a macro initial setting value is registered. As shown in FIG. 4, when the “Register as initial value” button is pressed from the macro selection screen 102, the screen transitions to the registration confirmation screen 104.

具体的には、マクロ登録手段72は、「初期値として登録」ボタンが押下されたことを入力手段71から通知されると、画面遷移前のトップ画面の各機能の設定値を現在設定値記憶手段771から取得する。   Specifically, when notified from the input unit 71 that the “register as initial value” button has been pressed, the macro registration unit 72 stores the set values of the functions of the top screen before the screen transition as the current set value. Obtained from means 771.

マクロ登録手段72は、取得した各機能の設定値をマクロの初期設定値として設定内容記憶手段761に記憶する。このとき、マクロの名称は、初期設定値であるため決定されない。   The macro registration unit 72 stores the acquired setting values of each function in the setting content storage unit 761 as macro initial setting values. At this time, the name of the macro is not determined because it is an initial setting value.

<データ構造>
次に、マクロの名称を決定するのに用いられる情報のデータ構造について説明する。以下に説明する例は、コピーアプリのマクロを例にして説明するが、その他のアプリでも同様である。
<Data structure>
Next, the data structure of information used to determine the name of the macro will be described. In the example described below, a macro of a copy application will be described as an example, but the same applies to other applications.

図5は、機能名称情報の一例を示す図である。図5に示す機能名称情報は、機能名称記憶手段751に記憶される。   FIG. 5 is a diagram illustrating an example of function name information. The function name information shown in FIG. 5 is stored in the function name storage unit 751.

図5に示す機能名称情報は、各機能に対して機能Noを割り当て、その機能Noに対する機能名称を文字列で保持する。例えば、機能No「0」は、「カラーモード」の機能を示す。   The function name information shown in FIG. 5 assigns a function number to each function, and holds the function name for the function number as a character string. For example, function No. “0” indicates the function of “color mode”.

図6は、設定値名称情報の一例を示す図である。図6に示す設定値名称情報は、設定値名称記憶手段752に記憶される。   FIG. 6 is a diagram illustrating an example of setting value name information. The set value name information shown in FIG. 6 is stored in the set value name storage means 752.

図6に示す設定値名称情報は、各機能で設定されうる設定値に対して設定値Noを割り当て、その設定値名称Noに対する設定値名称を文字列で保持する。例えば、設定値No「0」は、「OFF」という名称の設定値であることを示す。なお、機能が「部数」のように、その設定値が数字となるものは設定値名称を定義しない。   The setting value name information shown in FIG. 6 assigns a setting value No. to a setting value that can be set by each function, and holds the setting value name for the setting value name No as a character string. For example, the setting value No “0” indicates that the setting value is “OFF”. Note that a setting value name is not defined for a function whose setting value is a number, such as “number of copies”.

図7は、現在の設定値情報の一例を示す図である。図7に示す現在の設定値情報は、現在設定値記憶手段771に記憶される。   FIG. 7 is a diagram illustrating an example of the current set value information. The current set value information shown in FIG. 7 is stored in the current set value storage unit 771.

図7に示す現在の設定値情報は、MFP1で設定されている現在の各機能の設定値を表す。図7に示すように、現在の設定値情報は、機能Noごとに、設定値No又は数値で定義される。例えば、現在の機能No「0」(カラーモード)の設定値は、設定値No「2」が示す「白黒」である。なお、図7に示す例では、機能が「部数」の場合には、設定値を数値で表し、その他の機能の場合には、設定値を設定値Noで表す。   The current setting value information shown in FIG. 7 represents the current setting value of each function set in the MFP 1. As shown in FIG. 7, the current set value information is defined by a set value No or a numerical value for each function No. For example, the setting value of the current function No. “0” (color mode) is “monochrome” indicated by the setting value No. “2”. In the example illustrated in FIG. 7, when the function is “number of copies”, the set value is represented by a numerical value, and when the function is other functions, the set value is represented by a set value No.

図8は、マクロ名称情報の一例を示す図である。図8に示すマクロ名称情報は、設定内容記憶手段761に記憶される。   FIG. 8 is a diagram illustrating an example of macro name information. The macro name information shown in FIG. 8 is stored in the setting content storage unit 761.

図8に示すマクロ名称情報は、ユーザにより登録された各マクロのマクロNoに対してマクロ名称を保持する。このマクロ名称は、マクロ名称決定手段74により決定される。未登録のマクロは、「未登録」という名称で保持される。なお、初期設定値のマクロは、マクロ名称を決定する必要がないため、このマクロ名称情報には保持されない。例えば、マクロNoが「1」のマクロは、「フルカラー ステープル」というマクロ名称である。   The macro name information shown in FIG. 8 holds a macro name for the macro No of each macro registered by the user. This macro name is determined by the macro name determining means 74. Unregistered macros are held with the name “unregistered”. The macro of the initial setting value is not held in the macro name information because it is not necessary to determine the macro name. For example, a macro whose macro number is “1” is a macro name “full-color staple”.

図9は、マクロ設定値情報の一例を示す図である。図9に示すマクロ設定値情報は、設定内容記憶手段771に記憶される。   FIG. 9 is a diagram illustrating an example of macro setting value information. The macro setting value information shown in FIG. 9 is stored in the setting content storage unit 771.

図9に示すマクロ設定値情報は、初期設定値、登録されたマクロに対し、各機能の設定値を保持する。図9に示す例でも、設定値には、設定値No又は数値を用いる。例えば、機能No「0」の「カラーモード」について、初期設定値とマクロ2では、設定値は「白黒」であるが、マクロ1では、設定値は「フルカラー」である。なお、マクロ1は、マクロNoが「1」の略記である。   The macro setting value information shown in FIG. 9 holds initial setting values and setting values of functions for registered macros. In the example shown in FIG. 9 as well, the setting value No or a numerical value is used as the setting value. For example, for the “color mode” of function No. “0”, the setting value is “monochrome” in the initial setting value and macro 2, but the setting value in macro 1 is “full color”. Macro 1 is an abbreviation for macro No. “1”.

図10は、名称決定方法情報の一例を示す図である。図10に示す名称決定方法は、名称決定方法記憶手段753に記憶される。   FIG. 10 is a diagram illustrating an example of name determination method information. The name determination method shown in FIG. 10 is stored in the name determination method storage means 753.

図10に示す名称決定方法は、各機能の機能Noに対し、名称決定方法を保持する。名称決定方法は、各機能に対する名称を決定するための定義であり、次の通りである。
0:設定値名称
1:機能名称+設定値(数値)
2:機能名称+設定値名称
3:機能名称+設定値名称(ONの場合は省略)
上記0〜3の方法Noが、機能Noに対して設定されている。
The name determination method shown in FIG. 10 holds the name determination method for the function No. of each function. The name determination method is a definition for determining a name for each function, and is as follows.
0: Setting value name 1: Function name + Setting value (numerical value)
2: Function name + set value name 3: Function name + set value name (omitted when ON)
The method Nos. 0 to 3 are set for the function No.

図11は、差異機能情報の一例を示す図である。図11に示す差異機能情報は、差異機能記憶手段772に記憶される。   FIG. 11 is a diagram illustrating an example of the difference function information. The different function information shown in FIG. 11 is stored in the different function storage unit 772.

図11に示す差異機能情報は、初期設定値と登録されたマクロの設定値に差異がある機能に対して、その機能の各設定値を保持する。マクロ名称決定手段74により、初期設定値と登録されたマクロの設定値との比較が機能毎に行われた結果、差異がある機能に関する情報が抽出されて差異機能情報が生成される。   The different function information shown in FIG. 11 holds each setting value of a function for a function having a difference between the initial setting value and the registered macro setting value. As a result of the comparison between the initial setting value and the registered macro setting value for each function by the macro name determination means 74, information regarding a function having a difference is extracted and difference function information is generated.

例えば、図11に示す差異機能情報は、図9に示す初期設定値とマクロ1とを比較した際に、マクロ名称決定手段74により生成される情報である。この差異機能情報に基づいて、マクロ名称決定手段74は、マクロ名称を決定する。   For example, the different function information shown in FIG. 11 is information generated by the macro name determination unit 74 when the initial setting value shown in FIG. Based on this difference function information, the macro name determination means 74 determines a macro name.

<マクロ名称決定処理>
次に、マクロ名称決定処理について説明する。まず、マクロ名称が決定される場合の画面遷移について説明する。
<Macro name determination process>
Next, the macro name determination process will be described. First, the screen transition when the macro name is determined will be described.

図12は、マクロ名称が決定される場合の画面遷移の一例を示す図である。図12に示すマクロ選択画面201は、トップ画面において、「集約」を「OFF」に変更され、「部数」を「2」に設定された後に、「マクロ登録/呼出」ボタンが押下されたときに表示されているとする。   FIG. 12 is a diagram illustrating an example of screen transition when a macro name is determined. The macro selection screen 201 shown in FIG. 12 is displayed when “consolidation” is changed to “OFF” and “number of copies” is set to “2” on the top screen, and then the “macro registration / call” button is pressed. Is displayed.

図12に示すマクロ選択画面201で、「未登録」ボタンが押下されると、この押下は、マクロを新規に登録することを意味する。このとき、直前のトップ画面の各機能の設定値をマクロ登録手段72が取得し、マクロの登録を行う。   When the “unregistered” button is pressed on the macro selection screen 201 shown in FIG. 12, this pressing means that a macro is newly registered. At this time, the macro registration means 72 acquires the setting values of the functions of the immediately preceding top screen and performs macro registration.

また、このとき、マクロ名称決定手段74が、登録されるマクロの各機能の設定値と初期設定値とを比較して、比較結果に基づいてマクロ名称を決定する。図12に示す場合、マクロ名称は、「部数2 集約OFF」と決定されたとする。   At this time, the macro name determination unit 74 compares the set value of each function of the registered macro with the initial set value, and determines the macro name based on the comparison result. In the case illustrated in FIG. 12, it is assumed that the macro name is determined as “copy number 2 aggregation OFF”.

図12に示すマクロ名称確認画面202は、マクロ選択画面201の「未登録」ボタンが押下された場合に遷移する。この画面遷移の間に、マクロ名称決定手段74は、マクロ名称を決定し、マクロ名称確認画面202にマクロ名称が表示されるようにする。   The macro name confirmation screen 202 shown in FIG. 12 transitions when the “unregistered” button on the macro selection screen 201 is pressed. During this screen transition, the macro name determination means 74 determines the macro name so that the macro name is displayed on the macro name confirmation screen 202.

なお、ユーザは、システムで自動的に設定されたマクロ名称を変更したい場合は、マクロ名称確認画面202の「名称変更」ボタンを押下する。このボタン押下により、変更画面203に画面が遷移する。ユーザは、変更画面203を用いて、マクロ名称を変更することもできる。   If the user wants to change the macro name automatically set by the system, the user presses the “rename” button on the macro name confirmation screen 202. By pressing this button, the screen changes to the change screen 203. The user can also change the macro name using the change screen 203.

また、システムで自動的に設定されたマクロ名称で問題ない場合は、ユーザは、「登録実行」ボタンを押下する。このボタンの押下により、マクロ選択画面204に画面が遷移する。マクロ名称決定手段74は、「登録実行」ボタンが押下されたことを入力手段71により通知されると、マクロ名称を設定内容記憶手段761内のマクロ名称情報に登録する。   When there is no problem with the macro name automatically set by the system, the user presses a “registration execution” button. By pressing this button, the screen changes to the macro selection screen 204. When the input unit 71 is notified that the “registration execution” button has been pressed, the macro name determination unit 74 registers the macro name in the macro name information in the setting content storage unit 761.

(処理例1)
次に、マクロ名称決定処理の処理例1について説明する。以下では、初期設定値のマクロを初期値マクロといい、ユーザにより登録されるマクロを登録マクロと呼ぶ。
(Processing example 1)
Next, processing example 1 of the macro name determination process will be described. Hereinafter, the macro of the initial setting value is referred to as an initial value macro, and the macro registered by the user is referred to as a registration macro.

図13は、設定値情報(その1)の一例を示す図である。図13に示す例では、機能No「1」(部数)と「3」(集約)に対して、初期値マクロと登録マクロとの設定値が異なる。よって、マクロ名称決定手段74は、この異なる機能部分を抽出して、差異機能情報として差異機能記憶手段772に記憶する。   FIG. 13 is a diagram illustrating an example of setting value information (part 1). In the example illustrated in FIG. 13, the setting values of the initial value macro and the registration macro are different for the function numbers “1” (number of copies) and “3” (aggregation). Therefore, the macro name determination means 74 extracts this different functional part and stores it in the different function storage means 772 as different function information.

図14は、差異機能情報(その1)の一例を示す図である。図14に示す差異機能情報は、図13に示す設定値情報から差異がある機能に関する情報が抽出されている。この場合、マクロ名称決定手段74は、差異機能情報に保持される機能の名称決定方法に従ってマクロ名称を決定する。   FIG. 14 is a diagram illustrating an example of the difference function information (part 1). The difference function information illustrated in FIG. 14 is obtained by extracting information related to a function having a difference from the setting value information illustrated in FIG. In this case, the macro name determination means 74 determines the macro name according to the function name determination method held in the different function information.

マクロ名称決定手段74は、名称決定方法情報を参照することで、機能No「1」の名称決定方法は、「機能名称+設定値(数値)」であり、機能No「3」の名称決定方法は、「機能名称+設定値名称(ONの場合は省略)」であることが分かる。   The macro name determination unit 74 refers to the name determination method information, and the name determination method of the function No. “1” is “function name + setting value (numerical value)”, and the name determination method of the function No. “3”. Is “function name + setting value name (omitted when ON)”.

マクロ名称決定手段74は、この登録マクロに対して、名称決定方法により決定された「部数2」と「集約OFF」をスペースを空けて連結して「部数2 集約OFF」というマクロ名称に決定する。決定されたマクロ名称は、マクロ名称情報に記憶される。   The macro name determination means 74 determines the macro name “copy number 2 aggregation OFF” by concatenating “copy number 2” and “aggregation OFF” determined by the name determination method with a space for this registered macro. . The determined macro name is stored in the macro name information.

(処理例2)
図15は、設定値情報(その2)の一例を示す図である。図15に示す例では、機能No「0」(カラーモード)と「4」(ステープル)に対して、初期値マクロと登録マクロとの設定値が異なる。よって、マクロ名称決定手段74は、この異なる機能部分を抽出して、差異機能情報として差異機能記憶手段772に記憶する。
(Processing example 2)
FIG. 15 is a diagram illustrating an example of setting value information (part 2). In the example shown in FIG. 15, the setting values of the initial value macro and the registered macro are different for the function numbers “0” (color mode) and “4” (staple). Therefore, the macro name determination means 74 extracts this different functional part and stores it in the different function storage means 772 as different function information.

図16は、差異機能情報(その2)の一例を示す図である。図16に示す差異機能情報は、図15に示す設定値情報から差異がある機能に関する情報が抽出されている。この場合、マクロ名称決定手段74は、差異機能情報に保持される機能の名称決定方法に従ってマクロ名称を決定する。   FIG. 16 is a diagram illustrating an example of the difference function information (part 2). The difference function information illustrated in FIG. 16 is obtained by extracting information related to a function having a difference from the setting value information illustrated in FIG. In this case, the macro name determination means 74 determines the macro name according to the function name determination method held in the different function information.

マクロ名称決定手段74は、名称決定方法情報を参照することで、機能No「0」の名称決定方法は、「設定値名称」であり、機能No「4」の名称決定方法は、「機能名称+設定値名称(ONの場合は省略)」であることが分かる。   The macro name determination unit 74 refers to the name determination method information, so that the name determination method of the function No “0” is “setting value name”, and the name determination method of the function No “4” is “function name” It can be seen that “+ set value name (omitted when ON)”.

マクロ名称決定手段74は、この登録マクロに対して、名称決定方法により決定された「フルカラー」と「ステープル」をスペースを空けて連結して「フルカラー ステープル」というマクロ名称に決定する。決定されたマクロ名称は、マクロ名称情報に記憶される。   The macro name determination means 74 determines the macro name “full color staple” by concatenating “full color” and “staple” determined by the name determination method with a space for the registered macro. The determined macro name is stored in the macro name information.

(処理例3)
図17は、設定値情報(その3)の一例を示す図である。図17に示す例では、機能No「0」(カラーモード)と「3」(集約)に対して、初期値マクロと登録マクロとの設定値が異なる。よって、マクロ名称決定手段74は、この異なる機能部分を抽出して、差異機能情報として差異機能記憶手段772に記憶する。
(Processing example 3)
FIG. 17 is a diagram illustrating an example of setting value information (part 3). In the example shown in FIG. 17, the setting values of the initial value macro and the registration macro are different for the function numbers “0” (color mode) and “3” (aggregation). Therefore, the macro name determination means 74 extracts this different functional part and stores it in the different function storage means 772 as different function information.

図18は、差異機能情報(その3)の一例を示す図である。図18に示す差異機能情報は、図17に示す設定値情報から差異がある機能に関する情報が抽出されている。この場合、マクロ名称決定手段74は、差異機能情報に保持される機能の名称決定方法に従ってマクロ名称を決定する。   FIG. 18 is a diagram illustrating an example of the different function information (part 3). The difference function information shown in FIG. 18 is obtained by extracting information related to a function having a difference from the setting value information shown in FIG. In this case, the macro name determination means 74 determines the macro name according to the function name determination method held in the different function information.

マクロ名称決定手段74は、名称決定方法情報を参照することで、機能No「0」の名称決定方法は、「設定値名称」であり、機能No「3」の名称決定方法は、「機能名称+設定値名称(ONの場合は省略)」であることが分かる。   The macro name determination means 74 refers to the name determination method information, the name determination method of the function No “0” is “set value name”, and the name determination method of the function No “3” is “function name” It can be seen that “+ set value name (omitted when ON)”.

マクロ名称決定手段74は、この登録マクロに対して、名称決定方法により決定された「フルカラー」と「集約OFF」をスペースを空けて連結して「フルカラー 集約OFF」というマクロ名称に決定する。決定されたマクロ名称は、マクロ名称情報に記憶される。   The macro name determination unit 74 determines the macro name “full color aggregation OFF” by concatenating “full color” and “aggregation OFF” determined by the name determination method with a space for the registered macro. The determined macro name is stored in the macro name information.

なお、上記処理例1〜3の別の例として、マクロ名称決定手段74は、設定値に差異がある機能に対し、初期設定値からマクロの設定値への変更をマクロ名称に表してもよい。   As another example of the above processing examples 1 to 3, the macro name determination unit 74 may display a change from the initial setting value to the macro setting value in the macro name for a function having a difference in the setting value. .

例えば、処理例3の場合、マクロ名称決定手段74は、機能No「0」に対しては「白黒→フルカラー」とし、機能No「3」に対しては「集約ON→OFF」とし、これらを連結して「白黒→フルカラー 集約ON→OFF」をマクロ名称としてもよい。   For example, in the case of the processing example 3, the macro name determination unit 74 sets “monochrome → full color” for the function No. “0” and “aggregation ON → OFF” for the function No. “3”. By concatenating, “Monochrome → Full Color Aggregation ON → OFF” may be a macro name.

これにより、初期値マクロに対してマクロを呼び出すと、どういう設定変更がなされるのかが、より分かりやすくなる。   This makes it easier to understand what setting changes are made when the macro is called for the initial value macro.

<動作>
次に、実施例1におけるMFP1の動作について説明する。図19は、マクロ名称決定処理の一例を示すフローチャートである。図19に示す処理は、マクロ登録手段72によりマクロが登録された場合に、マクロ名称決定手段74で実行される処理である。
<Operation>
Next, the operation of the MFP 1 in the first embodiment will be described. FIG. 19 is a flowchart illustrating an example of the macro name determination process. The process shown in FIG. 19 is a process executed by the macro name determination unit 74 when a macro is registered by the macro registration unit 72.

ステップS101で、マクロ名称決定手段74は、変数iとNとの初期化を行う(i=0、N=0)。Nは、登録マクロと初期値マクロで差異がある機能数を表す。   In step S101, the macro name determination unit 74 initializes the variables i and N (i = 0, N = 0). N represents the number of functions that are different between the registered macro and the initial value macro.

ステップS102で、マクロ名称決定手段74は、機能No=iの設定値が、初期値マクロと登録マクロとで異なるか否かを判定する。設定値同士が異なる場合は(ステップS102−YES)ステップS103に進み、設定値同士が同じである場合は(ステップS102−NO)ステップS105に進む。   In step S102, the macro name determination unit 74 determines whether or not the set value of the function No = i is different between the initial value macro and the registered macro. If the set values are different (step S102—YES), the process proceeds to step S103. If the set values are the same (step S102—NO), the process proceeds to step S105.

ステップS103で、マクロ名称決定手段74は、差異機能情報のNo=Nに対し、機能No=i、機能iの初期値マクロの初期設定値、機能iの登録マクロの設定値を関連付けて登録する。   In step S103, the macro name determination unit 74 registers function No = i, the initial value of the initial value macro of function i, and the setting value of the registered macro of function i in association with No = N of the different function information. .

ステップS104で、マクロ名称決定手段74は、Nを1つインクリメントする(N=N+1)。   In step S104, the macro name determination unit 74 increments N by one (N = N + 1).

ステップS105で、マクロ名称決定手段74は、iを1つインクリメントする(i=i+1)。   In step S105, the macro name determination unit 74 increments i by 1 (i = i + 1).

ステップS106で、マクロ名称決定手段74は、i<機能数であるかを判定する。i<機能数である場合(ステップS106−YES)ステップS102に戻り、i≧機能数である場合(ステップS106−NO)ステップS107に進む。ステップS101〜S106の処理により、差異機能情報が生成される。   In step S106, the macro name determination unit 74 determines whether i <number of functions. If i <number of functions (step S106—YES), the process returns to step S102, and if i ≧ number of functions (step S106—NO), the process proceeds to step S107. Difference function information is generated by the processes of steps S101 to S106.

ステップS107で、マクロ名称決定手段74は、i=0に設定し、Nameを空にする。   In step S107, the macro name determining unit 74 sets i = 0 and makes Name empty.

ステップS108で、マクロ名称決定手段74は、Nが0であるかを判定する。N=0である場合(ステップS108−YES)ステップS114に進み、Nが0でない場合(ステップS108−NO)ステップS109に進む。   In step S108, the macro name determination unit 74 determines whether N is 0. When N = 0 (step S108—YES), the process proceeds to step S114. When N is not 0 (step S108—NO), the process proceeds to step S109.

ステップS109で、マクロ名称決定手段74は、名称決定方法記憶手段753から、差異機能情報のNo=iに保持されている機能の名称決定方法を取得する。   In step S109, the macro name determination unit 74 acquires the function name determination method held in No = i of the different function information from the name determination method storage unit 753.

ステップS110で、マクロ名称決定手段74は、取得した名称決定方法に従って、差異機能情報No=iに保持されている機能No、設定値から、その機能に対する名称を決定する。   In step S110, the macro name determination unit 74 determines a name for the function from the function number and the set value held in the different function information No = i according to the acquired name determination method.

ステップS111で、マクロ名称決定手段74は、決定した名称をNameに追加する。このとき、Nameが空でない場合は、マクロ名称決定手段74は、決定した名称を、スペースを付加してから追加する。   In step S111, the macro name determination unit 74 adds the determined name to Name. At this time, if Name is not empty, the macro name determination unit 74 adds the determined name after adding a space.

ステップS112で、マクロ名称決定手段74は、iを1つインクリメントする(i=i+1)。   In step S112, the macro name determination unit 74 increments i by one (i = i + 1).

ステップS113で、マクロ名称決定手段74は、i<Nであるかを判定する。i<Nである場合(ステップS113−YES)ステップS109に戻り、i≧Nである場合(ステップS113−NO)この処理を終了する。   In step S113, the macro name determination unit 74 determines whether i <N. If i <N (step S113—YES), the process returns to step S109, and if i ≧ N (step S113—NO), this process ends.

ステップS114で、マクロ名称決定手段74は、登録しようとするマクロの設定値が初期設定値と同一であるため、その旨を知らせる警告を表示するよう表示手段70に要求する。なお、ステップS114は、他の処理として、マクロ名称をユーザに入力させるようにしてもよい。   In step S114, the macro name determination unit 74 requests the display unit 70 to display a warning notifying that the setting value of the macro to be registered is the same as the initial setting value. In step S114, as another process, the user may input a macro name.

ステップS109〜S113の処理により、初期設定値と差異がある機能に基づいて、適切なマクロ名称を自動的に決定することができる。   By the processes in steps S109 to S113, an appropriate macro name can be automatically determined based on a function that differs from the initial setting value.

以上、実施例1によれば、適切なマクロの名称を自動で決定することができる。また、実施例1によれば、初期設定値と変更された設定値とをマクロ名称に表すことで、初期設定値からの変更を分かりやすくすることができる。   As described above, according to the first embodiment, an appropriate macro name can be automatically determined. Further, according to the first embodiment, the change from the initial setting value can be easily understood by representing the initial setting value and the changed setting value in the macro name.

[実施例2]
次に、実施例2におけるMFPについて説明する。実施例2では、機能に優先順を付与し、差異がある機能の中で優先順の高い機能からマクロ名称を決定するようにする。なお、実施例2におけるMFPのハードウェア構成は、実施例1におけるMFP1のハードウェア構成と同様であるため、その説明を省略する。
[Example 2]
Next, the MFP in the second embodiment will be described. In the second embodiment, a priority order is assigned to functions, and a macro name is determined from a function having a higher priority order among functions having differences. Note that the hardware configuration of the MFP in the second embodiment is the same as the hardware configuration of the MFP 1 in the first embodiment, and a description thereof will be omitted.

<機能>
図20は、実施例2におけるMFPの機能の一例を示すブロック図である。図20に示す機能において、図2に示す機能と同様のものは同じ符号を付し、その説明を省略する。
<Function>
FIG. 20 is a block diagram illustrating an example of functions of the MFP according to the second embodiment. In the function shown in FIG. 20, the same function as that shown in FIG. 2 is denoted by the same reference numeral, and the description thereof is omitted.

マクロ名称決定手段80は、マクロ名称を決定する際、優先順記憶手段811から、差異がある機能の優先順を取得し、取得した優先順に従ってマクロの名称を決定する。例えば、マクロ名称決定手段80は、マクロ名称の前方(先頭)から、優先順に従って機能に基づく名称を連結するようにする。   When determining the macro name, the macro name determination unit 80 acquires the priority order of the functions having differences from the priority order storage unit 811 and determines the name of the macro according to the acquired priority order. For example, the macro name determination unit 80 connects names based on functions from the front (top) of the macro name according to the priority order.

第2記憶手段81は、実施例1と比べて、さらに優先順記憶手段811を含む。優先順記憶手段811が保持する優先順情報は、機能ごとに、優先順が定義されている。   The second storage unit 81 further includes a priority order storage unit 811 as compared with the first embodiment. The priority order information stored in the priority order storage unit 811 defines a priority order for each function.

図21は、優先順情報の一例を示す図である。図21に示す例では、機能No「4」(ステープル)、機能No「5」(パンチ)、機能No「1」(部数)、・・・の順に優先順が設定されている。   FIG. 21 is a diagram illustrating an example of priority order information. In the example shown in FIG. 21, the priority order is set in the order of function No. “4” (staple), function No. “5” (punch), function No. “1” (number of copies),.

マクロ名称決定手段80は、差異機能情報に対し、優先順情報の優先順に従って機能Noをソートすればよい。   The macro name determination unit 80 may sort the function numbers according to the priority order of the priority order information with respect to the difference function information.

<マクロ名称決定処理>
実施例1の図16で説明した差異機能情報を用いて、実施例2におけるマクロ名称決定処理を説明する。図16に示す例は、マクロ名称決定手段80が、機能No「0」(カラーモード)と機能No「4」(ステープル)とが差異があるとして抽出した例である。
<Macro name determination process>
The macro name determination process in the second embodiment will be described using the different function information described in FIG. 16 of the first embodiment. The example illustrated in FIG. 16 is an example in which the macro name determining unit 80 extracts the function No “0” (color mode) and the function No “4” (staple) as being different.

次に、マクロ名称決定手段80は、優先順記憶手段811の優先順情報を参照して、機能No「0」と「4」との優先順を取得する。図21に示す優先順情報の場合、機能No「0」の優先順は「4」であり、機能No「4」の優先順は「1」である。   Next, the macro name determination unit 80 refers to the priority order information in the priority order storage unit 811 and acquires the priority order of the function numbers “0” and “4”. In the priority order information shown in FIG. 21, the priority order of function No. “0” is “4”, and the priority order of function No. “4” is “1”.

マクロ名称決定手段80は、優先順が高い機能No「4」で決定された名称「ステープル」に、次に優先順が高い機能No「0」で決定された名称「フルカラー」をスペースを空けて連結し、「ステープル フルカラー」を、マクロ名称に決定する。このように、マクロ名称決定手段80は、差異がある機能の優先順に従って、マクロの名称におけるマクロの設定値の並び順を決定する。   The macro name determination unit 80 leaves a space for the name “full color” determined by the function No. “0” having the next highest priority in the name “staple” determined by the function No. “4” having the highest priority. Connect and determine “staple full color” as the macro name. As described above, the macro name determination unit 80 determines the arrangement order of the macro setting values in the macro name according to the priority order of the functions having differences.

<動作>
次に、実施例2におけるマクロ名称決定処理について説明する。基本的には、図19で説明した実施例1におけるマクロ名称決定処理と同様である。異なる処理としては、ステップS109の前に、差異機能情報を優先順に従ってソートしておく処理があり、他の処理は図19に示す処理と同様である。
<Operation>
Next, the macro name determination process in the second embodiment will be described. Basically, it is the same as the macro name determination process in the first embodiment described in FIG. As a different process, there is a process of sorting the different function information in the priority order before step S109, and the other processes are the same as the processes shown in FIG.

以上、実施例2によれば、優先度の高い機能が変更されたマクロは、その機能の設定内容がマクロ名称の前方(先頭)に表されるので、ユーザは、優先度の高い順にマクロの設定値内容を認識することができるようになる。   As described above, according to the second embodiment, since the setting content of the function of the macro in which the function with high priority is changed is represented in front (top) of the macro name, the user selects the macros in order of priority. The contents of the set value can be recognized.

なお、図21に示す優先順情報の優先順は、ユーザが設定変更できるようにしておけばよい。   Note that the priority order of the priority order information shown in FIG. 21 may be set by the user.

また、差異がある機能が多くあると、マクロ名称が長くなってしまうので、マクロの特徴が分かりにくくなる。そこで、マクロ名称決定手段80は、マクロ名称に表す機能数を所定値(L)以下としてもよい。所定値は、例えば3とする。これにより、優先順が高い上位L個の機能だけを、マクロ名称に反映させればよい。   Also, if there are many functions with differences, the macro name will become long, and the characteristics of the macro will be difficult to understand. Therefore, the macro name determination unit 80 may set the number of functions represented in the macro name to a predetermined value (L) or less. The predetermined value is, for example, 3. As a result, only the top L functions with higher priority need be reflected in the macro name.

なお、マクロ名称に反映させる機能数を所定値L個以下にすることは、実施例1にも適用できる。   Note that setting the number of functions reflected in the macro name to a predetermined value L or less can also be applied to the first embodiment.

[実施例3]
次に、実施例3におけるMFPについて説明する。実施例3では、実施例1や実施例2で説明したマクロ名称を、文字列の代わりにアイコン画像で表現する。なお、実施例3におけるMFPのハードウェア構成は、実施例1におけるMFP1のハードウェア構成と同様であるため、その説明を省略する。
[Example 3]
Next, an MFP according to the third embodiment will be described. In the third embodiment, the macro names described in the first and second embodiments are represented by icon images instead of character strings. Note that the hardware configuration of the MFP in the third embodiment is the same as the hardware configuration of the MFP 1 in the first embodiment, and a description thereof will be omitted.

<機能>
図22は、実施例3におけるMFPの機能の一例を示すブロック図である。図22に示す機能において、図2に示す機能と同様のものは同じ符号を付し、その説明を省略する。
<Function>
FIG. 22 is a block diagram illustrating an example of functions of the MFP according to the third embodiment. In the functions shown in FIG. 22, the same functions as those shown in FIG.

マクロ名称決定手段90は、マクロ名称を決定する際、アイコン画像記憶手段911から、差異がある機能の設定値に対応するアイコン画像を取得し、取得したアイコン画像に基づきマクロの名称を決定する。   When determining the macro name, the macro name determination unit 90 acquires an icon image corresponding to a setting value of a function having a difference from the icon image storage unit 911, and determines a macro name based on the acquired icon image.

第1記憶手段91は、実施例1と比べて、さらにアイコン画像記憶手段911を含む。アイコン画像記憶手段911は、機能の設定値ごとに、アイコン画像情報を保持する。   The first storage unit 91 further includes an icon image storage unit 911 as compared with the first embodiment. The icon image storage unit 911 holds icon image information for each function setting value.

図23は、アイコン画像情報の一例を示す図である。図23に示すように、アイコン画像情報は、機能の設定値内容を示すアイコン画像を保持する。例えば、白黒を示すアイコン画像、フルカラーを示すアイコン画像が保持される。   FIG. 23 is a diagram illustrating an example of icon image information. As shown in FIG. 23, the icon image information holds an icon image indicating the set value content of the function. For example, an icon image indicating black and white and an icon image indicating full color are held.

第2記憶手段92は、設定内容記憶手段921を含む。設定内容記憶手段921が保持するマクロ名称情報が、実施例1と異なる。設定内容記憶手段921に記憶されるマクロ名称情報は、マクロ名称に対して文字列ではなくて、アイコン画像が保持されることになる。   The second storage unit 92 includes setting content storage unit 921. The macro name information held by the setting content storage unit 921 is different from that in the first embodiment. The macro name information stored in the setting content storage unit 921 holds an icon image instead of a character string with respect to the macro name.

<具体例>
図24は、文字列の代わりにアイコンでマクロ名称を表した例(その1)を示す図である。図24に示すように、マクロ1、2のマクロ名称が、設定値を示すアイコン画像で表されている。
<Specific example>
FIG. 24 is a diagram illustrating an example (part 1) in which a macro name is represented by an icon instead of a character string. As shown in FIG. 24, the macro names of macros 1 and 2 are represented by icon images indicating setting values.

図25は、文字列の代わりにアイコンでマクロ名称を表した例(その2)を示す図である。図25に示すように、マクロ1、2のマクロ名称が、初期設定値から変更された設定値を示すアイコン画像で表されている。   FIG. 25 is a diagram illustrating an example (part 2) in which a macro name is represented by an icon instead of a character string. As shown in FIG. 25, the macro names of macros 1 and 2 are represented by icon images indicating the setting values changed from the initial setting values.

<動作>
次に、実施例3におけるマクロ名称決定処理について説明する。基本的には、図19で説明した実施例1におけるマクロ名称決定処理と同様である。異なる処理としては、ステップS110で、マクロ名称決定手段90は、差異機能情報No=iに保持されている機能No、設定値に対応するアイコン画像をアイコン画像記憶手段911から取得する。
<Operation>
Next, the macro name determination process in the third embodiment will be described. Basically, it is the same as the macro name determination process in the first embodiment described in FIG. As a different process, in step S110, the macro name determination unit 90 acquires an icon image corresponding to the function No. and setting value held in the different function information No = i from the icon image storage unit 911.

ステップS111で、マクロ名称決定手段90は、決定したアイコン画像をNameに追加する。このとき、Nameが空でない場合は、マクロ名称決定手段90は、決定したアイコン画像を、スペースを付加してから追加する。その他の処理は、図19に示す処理と同様である。   In step S111, the macro name determination unit 90 adds the determined icon image to Name. At this time, if the Name is not empty, the macro name determination unit 90 adds the determined icon image after adding a space. Other processes are the same as those shown in FIG.

以上、実施例3によれば、マクロ名称を文字列で表示する代わりにアイコン画像で表示することで、そのマクロを使用した時の機能のイメージが直感的に分かるようになる。   As described above, according to the third embodiment, the macro name is displayed as an icon image instead of a character string, so that an image of a function when the macro is used can be intuitively understood.

[変形例]
また、各実施例の画像処理装置で実行されるマクロ名称決定プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。
[Modification]
The macro name determination program executed in the image processing apparatus of each embodiment is a file in an installable format or an executable format, and is a CD-ROM, flexible disk (FD), CD-R, DVD (Digital Versatile Disk). And the like recorded on a computer-readable recording medium.

また、各実施例の画像処理装置で実行されるマクロ名称決定プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、各実施例の画像処理装置で実行されるマクロ名称決定プログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。   Further, the macro name determination program executed by the image processing apparatus of each embodiment may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. The macro name determination program executed by the image processing apparatus of each embodiment may be provided or distributed via a network such as the Internet.

また、各実施例の画像処理装置で実行されるマクロ名称決定プログラムを、ROM等に予め組み込んで提供するように構成してもよい。   Further, the macro name determination program executed by the image processing apparatus of each embodiment may be provided by being incorporated in advance in a ROM or the like.

各実施例の画像処理装置で実行されるマクロ名称決定プログラムは、前述した各手段を含むモジュール構成となっている。実際のハードウェアとしては、制御部11(プロセッサ)が補助記憶部13からプログラムを読み出して実行することにより上記各手段のうち1又は複数の各手段が主記憶部12上にロードされ、1又は複数の各手段が主記憶部12上に生成されるようになっている。   The macro name determination program executed by the image processing apparatus of each embodiment has a module configuration including the above-described units. As actual hardware, when the control unit 11 (processor) reads a program from the auxiliary storage unit 13 and executes the program, one or more of the above-described units are loaded onto the main storage unit 12 and 1 or A plurality of means are generated on the main storage unit 12.

なお、本発明は、上記各実施例そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化することができる。また、上記各実施例に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成することができる。例えば、各実施例に示される全構成要素からいくつかの構成要素を削除してもよい。   Note that the present invention is not limited to the above-described embodiments as they are, and can be embodied by modifying the components without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above embodiments. For example, some components may be deleted from all the components shown in each embodiment.

1 MFP
11 制御部
12 主記憶部
13 補助記憶部
14 外部記憶装置I/F部
15 ネットワークI/F部
16 操作部
17 表示部
20 標準搭載アプリ
40 拡張アプリ
45 拡張アプリ制御手段
70 表示手段
71 入力手段
72 マクロ登録手段
73 マクロ呼出手段
74、80、90 マクロ名称決定手段
75、91 第1記憶手段
76、81、92 第2記憶手段
77 第3記憶手段
1 MFP
11 Control unit 12 Main storage unit 13 Auxiliary storage unit 14 External storage device I / F unit 15 Network I / F unit 16 Operation unit 17 Display unit 20 Standard installed application 40 Extended application 45 Extended application control unit 70 Display unit 71 Input unit 72 Macro registration means 73 Macro call means 74, 80, 90 Macro name determination means 75, 91 First storage means 76, 81, 92 Second storage means 77 Third storage means

特開2007−208440号公報JP 2007-208440 A

Claims (7)

アプリケーションの各機能における設定値を呼び出すためのマクロを登録する登録手段と、
前記マクロの各機能における初期設定値を記憶する記憶手段と、
登録された前記マクロの設定値と前記初期設定値とを機能毎に比較し、差異がある機能の前記マクロの設定値に基づいて、前記マクロの名称を決定する名称決定手段と、
を備える画像処理装置。
A registration means for registering a macro for calling a setting value in each function of the application;
Storage means for storing an initial setting value in each function of the macro;
A name determining means for comparing the registered setting value of the macro and the initial setting value for each function, and determining the name of the macro based on the setting value of the macro of the function having a difference;
An image processing apparatus comprising:
前記名称決定手段は、
前記差異がある機能に対し、前記初期設定値から前記マクロの設定値への変更を前記マクロの名称に表す請求項1記載の画像処理装置。
The name determination means includes
The image processing apparatus according to claim 1, wherein a change from the initial setting value to the macro setting value is expressed in a name of the macro for the function having the difference.
前記各機能の優先順を記憶する優先順記憶手段をさらに備え、
前記名称決定手段は、
前記差異がある機能の優先順に従って、前記マクロの名称における前記マクロの設定値の並び順を決定する請求項1又は2記載の画像処理装置。
Further comprising priority order storage means for storing the priority order of the respective functions;
The name determination means includes
The image processing apparatus according to claim 1, wherein the arrangement order of the setting values of the macro in the name of the macro is determined according to a priority order of the functions having the difference.
前記名称決定手段は、
前記マクロの名称に用いる機能数を、所定値以下とする請求項3記載の画像処理装置。
The name determination means includes
The image processing apparatus according to claim 3, wherein the number of functions used for the name of the macro is set to a predetermined value or less.
前記各機能の設定値に対応するアイコン画像を記憶するアイコン画像記憶手段をさらに備え、
前記名称決定手段は、
前記マクロの設定値に対応するアイコン画像で前記マクロの名称を表す請求項1乃至4いずれか一項に記載の画像処理装置。
An icon image storage means for storing an icon image corresponding to the setting value of each function;
The name determination means includes
The image processing apparatus according to claim 1, wherein the name of the macro is represented by an icon image corresponding to the set value of the macro.
アプリケーションの各機能における設定値を呼び出すためのマクロを登録する登録ステップと、
登録された前記マクロの各機能における初期設定値を記憶手段から取得する取得ステップと、
登録された前記マクロの設定値と、取得された前記初期設定値とを機能毎に比較し、差異がある機能の前記マクロの設定値に基づいて、前記マクロの名称を決定する決定ステップと、
をコンピュータが実行するマクロ名称決定方法。
A registration step for registering macros to call the setting values for each function of the application;
An acquisition step of acquiring an initial setting value in each function of the registered macro from a storage unit;
A determination step of comparing the registered setting value of the macro and the acquired initial setting value for each function, and determining the name of the macro based on the setting value of the macro of the function having a difference;
Is a macro name determination method executed by a computer.
アプリケーションの各機能における設定値を呼び出すためのマクロを登録する登録ステップと、
登録された前記マクロの各機能における初期設定値を記憶手段から取得する取得ステップと、
登録された前記マクロの設定値と、取得された前記初期設定値とを機能毎に比較し、差異がある機能の前記マクロの設定値に基づいて、前記マクロの名称を決定する決定ステップと、
をコンピュータに実行させるマクロ名称決定プログラム。
A registration step for registering macros to call the setting values for each function of the application;
An acquisition step of acquiring an initial setting value in each function of the registered macro from a storage unit;
A determination step of comparing the registered setting value of the macro and the acquired initial setting value for each function, and determining the name of the macro based on the setting value of the macro of the function having a difference;
Macro name determination program that causes a computer to execute.
JP2011139144A 2011-06-23 2011-06-23 Image processing apparatus, macro name determination method, and macro name determination program Expired - Fee Related JP5821318B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011139144A JP5821318B2 (en) 2011-06-23 2011-06-23 Image processing apparatus, macro name determination method, and macro name determination program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011139144A JP5821318B2 (en) 2011-06-23 2011-06-23 Image processing apparatus, macro name determination method, and macro name determination program

Publications (2)

Publication Number Publication Date
JP2013009067A true JP2013009067A (en) 2013-01-10
JP5821318B2 JP5821318B2 (en) 2015-11-24

Family

ID=47676081

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011139144A Expired - Fee Related JP5821318B2 (en) 2011-06-23 2011-06-23 Image processing apparatus, macro name determination method, and macro name determination program

Country Status (1)

Country Link
JP (1) JP5821318B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015037313A (en) * 2014-03-04 2015-02-23 富士ゼロックス株式会社 Processing apparatus
JP2015125679A (en) * 2013-12-27 2015-07-06 株式会社沖データ Information processing apparatus
US9767393B2 (en) 2013-08-09 2017-09-19 Fuji Xerox Co., Ltd. Processing apparatus and display device for creating a process portion to perform a process and registering information related to the process portion

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345062A (en) * 1998-04-09 1999-12-14 Internatl Business Mach Corp <Ibm> Method and system for quickly accessing graphically displayed tool bar icon through tool bar accelerator
JP2002041199A (en) * 2000-05-15 2002-02-08 Pasukaru:Kk Operation processing method for computer device using shortcut symbol, and shortcut processing system
JP2003177923A (en) * 2001-12-11 2003-06-27 Hitachi Ltd Reserved word converting method for porting support system
JP2006011831A (en) * 2004-06-25 2006-01-12 Canon Sales Co Inc Print controller, method for setting virtual printer, program, and recording medium
JP2006185424A (en) * 2004-11-30 2006-07-13 Ricoh Co Ltd Information processing apparatus, method and program for setting image processing function and recording medium
JP2009303024A (en) * 2008-06-16 2009-12-24 Ricoh Co Ltd Image processing device, operation control method, operation control program, and recording media

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345062A (en) * 1998-04-09 1999-12-14 Internatl Business Mach Corp <Ibm> Method and system for quickly accessing graphically displayed tool bar icon through tool bar accelerator
JP2002041199A (en) * 2000-05-15 2002-02-08 Pasukaru:Kk Operation processing method for computer device using shortcut symbol, and shortcut processing system
JP2003177923A (en) * 2001-12-11 2003-06-27 Hitachi Ltd Reserved word converting method for porting support system
JP2006011831A (en) * 2004-06-25 2006-01-12 Canon Sales Co Inc Print controller, method for setting virtual printer, program, and recording medium
JP2006185424A (en) * 2004-11-30 2006-07-13 Ricoh Co Ltd Information processing apparatus, method and program for setting image processing function and recording medium
JP2009303024A (en) * 2008-06-16 2009-12-24 Ricoh Co Ltd Image processing device, operation control method, operation control program, and recording media

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9767393B2 (en) 2013-08-09 2017-09-19 Fuji Xerox Co., Ltd. Processing apparatus and display device for creating a process portion to perform a process and registering information related to the process portion
US10311344B2 (en) 2013-08-09 2019-06-04 Fuji Xerox Co., Ltd. Processing apparatus, display device and non-transitory computer readable medium storing program
JP2015125679A (en) * 2013-12-27 2015-07-06 株式会社沖データ Information processing apparatus
JP2015037313A (en) * 2014-03-04 2015-02-23 富士ゼロックス株式会社 Processing apparatus

Also Published As

Publication number Publication date
JP5821318B2 (en) 2015-11-24

Similar Documents

Publication Publication Date Title
US9052799B2 (en) Image forming apparatus, customization control method and recording medium
JP5510147B2 (en) Image forming apparatus and screen control method
US8619293B2 (en) Image forming apparatus, image formation supporting system, and image formation supporting method which communicates with a handheld device
US10708452B2 (en) Image forming apparatus that selectively displays executed jobs, method of controlling same, and storage medium
JP5691605B2 (en) Image processing apparatus, screen control method, screen control program, and recording medium
JP6524620B2 (en) INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING DEVICE, INFORMATION PROCESSING METHOD, AND PROGRAM
US11722610B2 (en) Image processing apparatus displaying a history button to re-perform selected processing based on setting values for a selected document that was performed, control method of the image processing apparatus, and a recording medium
JP2012248102A (en) Image forming apparatus, display control method, and display control program
US20120215828A1 (en) Information processing system, information processing device, and recording medium
US10754602B2 (en) Printing apparatus that executes print job, control method therefor, and storage medium
EP2393275B1 (en) Information processing system, information processing apparatus, control method thereof, and program
JP2013008224A (en) Image formation device, display control method, and display control program
JP5821318B2 (en) Image processing apparatus, macro name determination method, and macro name determination program
US9310739B2 (en) Printing apparatus, method, and storage medium for controlling the display of an aggregation result of a number of printed pages
JP2013145483A (en) Image processing system, image processing method and program
JP2012165325A (en) Image processing apparatus, screen control program and recording medium
JP2012165326A (en) Image processing apparatus, screen control program, and recording medium
JP2012160129A (en) Image forming device, editing control method, and editing control program
JP5636829B2 (en) Customization system, image forming apparatus, information processing apparatus, and customization program
JP6575872B2 (en) Information processing apparatus and program
JP2007166426A (en) Image forming apparatus, method and program for executing work flow
US10860172B2 (en) Image forming apparatus and control method thereof
US20200021701A1 (en) Information processing device, method of controlling information processing device, and program
JP6024782B2 (en) Image forming apparatus, customization control method, and customization control program
JP2020032534A (en) Image forming device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140516

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150326

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150421

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150616

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150921

R151 Written notification of patent or utility model registration

Ref document number: 5821318

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees