JP2018032248A - Processing apparatus and program - Google Patents

Processing apparatus and program Download PDF

Info

Publication number
JP2018032248A
JP2018032248A JP2016164591A JP2016164591A JP2018032248A JP 2018032248 A JP2018032248 A JP 2018032248A JP 2016164591 A JP2016164591 A JP 2016164591A JP 2016164591 A JP2016164591 A JP 2016164591A JP 2018032248 A JP2018032248 A JP 2018032248A
Authority
JP
Japan
Prior art keywords
unit
processing
user
icon
execution
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
JP2016164591A
Other languages
Japanese (ja)
Other versions
JP6864822B2 (en
Inventor
濱田 誠
Makoto Hamada
誠 濱田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2016164591A priority Critical patent/JP6864822B2/en
Publication of JP2018032248A publication Critical patent/JP2018032248A/en
Application granted granted Critical
Publication of JP6864822B2 publication Critical patent/JP6864822B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To make it possible to instruct execution of processing to be repeatedly performed according to an operation of a displayed instruction receiving part even when the processing is not registered by a user.SOLUTION: When receiving a user's operation to instruct execution of processing through a processing designation screen, a processing apparatus executes processing according to the operation (S1 to S9). The processing apparatus records data in which the processing instructed to be executed by the user is associated with time by updating a classification management table (S10). When the time associated with the processing designated the number of times equal to or larger than a threshold satisfies a determined condition on the basis of the classification management table, the processing apparatus creates an icon for instructing execution of the processing. The condition is determined on the basis of regularity of time at which the same processing is executed, such as the fact that the same processing is executed every day at a regular time.SELECTED DRAWING: Figure 8

Description

本発明は、処理装置及びプログラムに関する。   The present invention relates to a processing apparatus and a program.

コピー、スキャン、及びファクシミリ送信等の複数の機能を有する処理装置のユーザは、当該処理装置を使用する場合、利用する機能の種別、及び当該機能に係る処理を指定するパラメータを設定し、更に処理の実行を開始させる操作を行う。特許文献1には、MFP(Multi-Functional Peripheral)に対して、アプリケーションの実行指示があった場合に、当該指示の入力の際に入力された設定値を含めて、処理内容の組み合わせに対応するアイコンを自動生成することが記載されている。ユーザがアイコンを選択すると、MFPは、そのアイコンに対応した処理内容の組み合わせに従って、アプリケーションを実行する。   A user of a processing device having a plurality of functions such as copying, scanning, and facsimile transmission, when using the processing device, sets a type of function to be used and a parameter for specifying processing related to the function, and further processing. Perform an operation to start execution. In Patent Document 1, when an application execution instruction is given to an MFP (Multi-Functional Peripheral), the setting value input at the time of inputting the instruction is included and corresponds to a combination of processing contents. It describes that an icon is automatically generated. When the user selects an icon, the MFP executes an application according to a combination of processing contents corresponding to the icon.

特開2013−142965号公報JP 2013-142965 A

ユーザは、処理装置を用いて、例えばほぼ同じ時刻にほぼ同じ内容で、繰り返し作業を行うことがある(例えば、ルーチン業務)。このような作業を行うユーザは、毎回同じパラメータを処理装置に設定して、作業することが多い。しかし、この操作がユーザにとって煩わしい場合がある。また、パラメータの誤設定による作業ミスが発生する可能性もある。処理装置がユーザの好みのパラメータを登録する機能を有していたとしても、その機能についてユーザが熟知しているとは限らない。
本発明の目的は、繰り返し行われる処理がユーザにより登録されていなくとも、表示された指示受付部の操作により、当該処理の実行を指示し得るようにすることである。
A user may perform a repetitive operation using the processing apparatus, for example, at substantially the same time and with substantially the same content (for example, routine work). A user who performs such work often sets the same parameter in the processing device every time. However, this operation may be troublesome for the user. There is also a possibility that an operation error due to an incorrect parameter setting may occur. Even if the processing device has a function of registering a user's favorite parameter, the user is not necessarily familiar with the function.
An object of the present invention is to enable execution of a process to be instructed by an operation of a displayed instruction receiving unit even if a process to be repeatedly performed is not registered by a user.

本発明の請求項1に係る処理装置は、決められた処理の実行を指示するための指示受付部を1又は複数配置した画面を表示する表示部と、いずれかの前記指示受付部を選択する第1操作を受け付ける第1受付部と、ユーザにより指定された処理の実行を指示する第2操作を受け付ける第2受付部と、前記第1操作、又は前記第2操作に応じた処理を実行する実行部と、前記第2操作を受け付けると、前記指定された処理を時刻に関連付けたデータを記録する記録部と、前記データに基づいて、閾値以上の回数指定された処理に関連付けられた時刻が、決められた条件を満たす場合に、当該処理の実行を指示するための指示受付部を、前記画面に配置する配置部とを備える。   The processing apparatus according to claim 1 of the present invention selects a display unit that displays a screen on which one or a plurality of instruction receiving units for instructing execution of a predetermined process is arranged, and any one of the instruction receiving units. A first reception unit that receives a first operation, a second reception unit that receives a second operation that instructs execution of a process specified by a user, and the first operation or a process corresponding to the second operation is executed. When the execution unit and the second operation are received, a recording unit that records data in which the designated process is associated with time, and a time associated with the process designated by the number of times equal to or more than a threshold based on the data. When the predetermined condition is satisfied, an instruction receiving unit for instructing execution of the processing is provided on the screen.

本発明の請求項2に係る処理装置は、請求項1に係る構成において、前記条件は、時刻の規則性に基づいて決められていることを特徴とする。   The processing apparatus according to claim 2 of the present invention is characterized in that, in the configuration according to claim 1, the condition is determined based on regularity of time.

本発明の請求項1に係る処理装置は、請求項1又は請求項2に係る構成において、前記第1操作の実績、及び前記第2操作の実績の一方又は両方に基づいて、前記閾値を設定する設定部を備えることを特徴とする。   The processing apparatus according to claim 1 of the present invention, in the configuration according to claim 1 or claim 2, sets the threshold based on one or both of the results of the first operation and the results of the second operation. It is characterized by comprising a setting unit.

本発明の請求項4に係る処理装置は、請求項3に係る構成において、前記設定部は、前記第2操作を受け付けた回数に基づいて、前記閾値を設定することを特徴とする。   According to a fourth aspect of the present invention, in the configuration according to the third aspect, the setting unit sets the threshold based on the number of times the second operation is received.

本発明の請求項5に係る処理装置は、請求項1から請求項4のいずれか1項に係る構成において、前記配置部は、前記ユーザにより指定された処理が定型業務に係る処理であることを示すデータが取得された場合には、前記条件を満たすか否かによらないで、当該処理の実行を指示するための指示受付部を前記画面に配置することを特徴とする。   In the processing device according to claim 5 of the present invention, in the configuration according to any one of claims 1 to 4, the placement unit is configured such that the processing specified by the user is processing related to a routine work. When the data indicating is acquired, an instruction receiving unit for instructing execution of the processing is arranged on the screen regardless of whether or not the condition is satisfied.

本発明の請求項6に係るプログラムは、決められた処理の実行を指示するための指示受付部を1又は複数配置した画面を表示して、いずれかの前記指示受付部を選択する第1操作、及びユーザにより指定された処理の実行を指示する第2操作を受け付け、前記第1操作、又は前記第2操作に応じた処理を実行する処理装置のコンピュータに、前記第2操作を受け付けると、前記指定された処理を時刻に関連付けたデータを記録するステップと、前記データに基づいて、閾値以上の回数指定された処理に関連付けられた時刻が、決められた条件を満たす場合に、当該処理の実行を指示するための指示受付部を前記画面に配置するステップとを実行させるためのプログラムである。   A program according to claim 6 of the present invention displays a screen on which one or a plurality of instruction receiving units for instructing execution of a predetermined process is arranged, and selects one of the instruction receiving units. And accepting the second operation instructing execution of the process designated by the user, and accepting the second operation to the computer of the processing apparatus that executes the process according to the first operation or the second operation, A step of recording data in which the designated process is associated with a time; and a time associated with the process designated a number of times greater than or equal to a threshold based on the data when a predetermined condition is satisfied. And a step of arranging an instruction receiving unit for instructing execution on the screen.

請求項1,6に係る発明によれば、繰り返し行われる処理がユーザにより登録されていなくとも、表示された指示受付部の操作により、当該処理の実行を指示し得るようにすることができる。
請求項2に係る発明によれば、同じ処理が或る規則性を持った時刻に繰り返し行われている場合に、当該処理の実行を指示するための指示受付部を新たに表示することができる。
請求項3に係る発明によれば、ユーザの操作の実績に応じた条件で、繰り返し行われる処理の実行を指示するための指示受付部を新たに表示することができる。
請求項4に係る発明によれば、ユーザが指示受付部を選択する操作により処理の実行を指示した実績に基づいて、処理の実行を指示するための指示受付部を新たに表示する条件を変更することができる。
請求項5に係る発明によれば、定型業務に係る処理がユーザにより登録されていなくとも、指示受付部を選択する操作により、当該処理の実行を指示し得るようにすることができる。
According to the first and sixth aspects of the invention, even if a process to be repeatedly performed is not registered by the user, it is possible to instruct execution of the process by an operation of the displayed instruction receiving unit.
According to the second aspect of the present invention, when the same process is repeatedly performed at a time having a certain regularity, an instruction receiving unit for instructing execution of the process can be newly displayed. .
According to the invention which concerns on Claim 3, the instruction | indication reception part for instruct | indicating execution of the process performed repeatedly on the conditions according to the performance of a user's operation can be displayed anew.
According to the invention of claim 4, the condition for newly displaying the instruction receiving unit for instructing the execution of the process is changed based on the result of the user instructing the execution of the process by the operation of selecting the instruction receiving unit. can do.
According to the fifth aspect of the present invention, even if the process related to the routine work is not registered by the user, it is possible to instruct execution of the process by an operation of selecting the instruction receiving unit.

本発明の一実施形態に係る処理装置の構成を示すブロック図。The block diagram which shows the structure of the processing apparatus which concerns on one Embodiment of this invention. 同実施形態に係る分類管理テーブルの構成を示す図。The figure which shows the structure of the classification | category management table which concerns on the same embodiment. 同実施形態に係る処理管理テーブルの構成を示す図。The figure which shows the structure of the process management table which concerns on the embodiment. 同実施形態に係るアイコン管理テーブルの構成を示す図。The figure which shows the structure of the icon management table which concerns on the same embodiment. 同実施形態に係るアイコン画面の一例を示す図。The figure which shows an example of the icon screen which concerns on the same embodiment. 同実施形態に係る処理指定画面の一例を示す図。The figure which shows an example of the process designation | designated screen which concerns on the same embodiment. 同実施形態に係る処理装置の機能構成を示すブロック図。The block diagram which shows the function structure of the processing apparatus which concerns on the same embodiment. 同実施形態に係る処理装置のユーザの操作に応じて処理を実行するときの動作を示すフローチャート。7 is a flowchart showing an operation when processing is executed in accordance with a user operation of the processing apparatus according to the embodiment. 同実施形態に係る処理装置のアイコンを自動作成する動作を示すフローチャート。7 is a flowchart showing an operation for automatically creating an icon of the processing apparatus according to the embodiment. 同実施形態に係る分類処理を示すフローチャート。7 is a flowchart showing classification processing according to the embodiment. 同実施形態に係る第1閾値変更処理を示すフローチャート。The flowchart which shows the 1st threshold value change process which concerns on the same embodiment. 同実施形態に係る第2閾値変更処理を示すフローチャート。The flowchart which shows the 2nd threshold value change process which concerns on the same embodiment. 同実施形態に係る更新後のアイコン画面を示す図。The figure which shows the icon screen after the update which concerns on the embodiment. 同実施形態に係るアイコン作成処理の流れを示すフローチャート。The flowchart which shows the flow of the icon creation process which concerns on the same embodiment.

[実施形態]
以下、本発明の処理装置を処理装置10に適用した場合を説明する。処理装置10は、コピー、スキャン、及びファクシミリ送信を含む複数の機能を有する画像形成装置である。
[Embodiment]
Hereinafter, the case where the processing apparatus of this invention is applied to the processing apparatus 10 is demonstrated. The processing apparatus 10 is an image forming apparatus having a plurality of functions including copying, scanning, and facsimile transmission.

図1は、処理装置10のハードウェア構成を示すブロック図である。処理装置10は、制御部11と、タッチスクリーン12と、通信部13と、スタートボタン14と、画像読取部15と、画像形成部16と、記憶部17とを備える。   FIG. 1 is a block diagram illustrating a hardware configuration of the processing apparatus 10. The processing device 10 includes a control unit 11, a touch screen 12, a communication unit 13, a start button 14, an image reading unit 15, an image forming unit 16, and a storage unit 17.

制御部11は、処理装置10の各部を制御する。制御部11は、例えばCPU(Central Processing Unit)、ROM(Read Only Memory)、及びRAM(Random Access Memory)を含むプロセッサを有する。CPUは、ROM又は記憶部17に記憶されたプログラムをRAMに読み出して実行する。CPUは、RAMを作業領域として用いて、各種の制御を行う。タッチスクリーン12は、画像を表示する表示部121と、表示部121の表示面に重ねて設けられたタッチパネル122とを含む。タッチパネル122は、ユーザにより操作される操作部の一例である。通信部13は、外部の装置と通信する。通信部13は、電話回線、及びインターネット等の通信回線を介して通信する。通信部13は、例えばモデムを有する。   The control unit 11 controls each unit of the processing apparatus 10. The control unit 11 includes a processor including, for example, a CPU (Central Processing Unit), a ROM (Read Only Memory), and a RAM (Random Access Memory). The CPU reads the program stored in the ROM or the storage unit 17 into the RAM and executes it. The CPU performs various controls using the RAM as a work area. The touch screen 12 includes a display unit 121 that displays an image and a touch panel 122 that is provided on the display surface of the display unit 121. The touch panel 122 is an example of an operation unit operated by a user. The communication unit 13 communicates with an external device. The communication unit 13 communicates via a telephone line and a communication line such as the Internet. The communication unit 13 includes a modem, for example.

スタートボタン14は、処理装置10に処理の実行の開始を指示するための操作子である。スタートボタン14は、ユーザにより操作される操作部の一例である。画像読取部15は、原稿の画像を読み取って、読み取った画像を示す画像データを生成する。画像読取部15は、例えばスキャナを有する。画像形成部16は、用紙等の媒体に画像を形成する。画像形成部16は、例えば電子写真方式を採用したプリンタを有する。   The start button 14 is an operator for instructing the processing apparatus 10 to start execution of processing. The start button 14 is an example of an operation unit operated by a user. The image reading unit 15 reads an image of a document and generates image data indicating the read image. The image reading unit 15 includes, for example, a scanner. The image forming unit 16 forms an image on a medium such as paper. The image forming unit 16 includes, for example, a printer that employs an electrophotographic system.

処理装置10のコピーの機能が利用される場合、制御部11は、画像読取部15に原稿の画像を読み取らせる。そして、制御部11は、画像読取部15によって生成された画像データに応じた画像を、画像形成部16により媒体に形成させる。スキャンの機能が利用される場合、制御部11は、画像読取部15に原稿の画像を読み取らせる。そして、制御部11は、画像読取部15によって生成された画像データを、通信部13を介して送信する。ファクシミリ送信の機能が利用される場合、制御部11は、画像読取部15に原稿の画像を読み取らせる。そして、制御部11は、画像読取部15によって生成された画像データを、通信部13を介して、図示せぬ電話回線を介してファクシミリ送信する。   When the copy function of the processing apparatus 10 is used, the control unit 11 causes the image reading unit 15 to read the image of the document. Then, the control unit 11 causes the image forming unit 16 to form an image corresponding to the image data generated by the image reading unit 15 on the medium. When the scan function is used, the control unit 11 causes the image reading unit 15 to read the image of the document. Then, the control unit 11 transmits the image data generated by the image reading unit 15 via the communication unit 13. When the facsimile transmission function is used, the control unit 11 causes the image reading unit 15 to read the image of the document. Then, the control unit 11 transmits the image data generated by the image reading unit 15 by facsimile via the communication unit 13 via a telephone line (not shown).

記憶部17は、データを記憶する。記憶部17は、例えば、制御部11が実行するプログラム、分類管理テーブル171、処理管理テーブル172、アイコン管理テーブル173、及びアイコン情報174を記憶する。記憶部17は、例えばハードディスク装置を有する。   The storage unit 17 stores data. The storage unit 17 stores, for example, a program executed by the control unit 11, a classification management table 171, a process management table 172, an icon management table 173, and icon information 174. The storage unit 17 includes, for example, a hard disk device.

図2は、分類管理テーブル171の構成を示す図である。
分類管理テーブル171は、ユーザにより指定された処理の分類を管理するテーブルである。分類管理テーブル171は、「処理ID」と、「ユーザID」と、「実行結果」と、「実行日時」と、「操作時間」と、「分類」という各情報を対応付けたデータを記録したテーブルである。分類管理テーブル171の1つのレコードは、1回の処理の実行の指示に応じて作成される。
FIG. 2 is a diagram showing the configuration of the classification management table 171.
The classification management table 171 is a table for managing the classification of processing designated by the user. The classification management table 171 records data that associates each information of “process ID”, “user ID”, “execution result”, “execution date / time”, “operation time”, and “classification”. It is a table. One record of the classification management table 171 is created in response to an instruction to execute one process.

処理IDは、ユーザにより指定された処理を識別する識別子である。ユーザIDは、当該処理を指定したユーザを識別する識別子である。ユーザIDは、例えばユーザのアカウントを識別する識別子である。実行結果は、当該処理の実行の結果を示す。実行結果を示すデータとして、正常に処理が終了したことを示す「正常終了」と、正常に処理が終了しなかった(つまり、異常終了した)ことを示す「エラー」とがある。実行日時は、当該処理が実行された日時を示す。操作時間は、ユーザが当該処理の実行を指示する操作に要した時間を示す。分類は、当該処理の分類を示す。同じユーザにより、同じ処理の実行が繰り返し指示された場合、これらの処理は同じ分類に属する。この分類は、処理の実行日時の規則性に基づいて行われる。実行日時の規則性とは、毎日のほぼ同じ時刻に処理が実行されているというような、複数回指示された処理の実行日時に現れている規則的な性質をいう。   The process ID is an identifier for identifying a process designated by the user. The user ID is an identifier for identifying the user who specified the process. The user ID is an identifier for identifying a user account, for example. The execution result indicates a result of execution of the process. As the data indicating the execution result, there are “normal end” indicating that the process has been normally completed and “error” indicating that the process has not been normally ended (that is, abnormally ended). The execution date and time indicates the date and time when the process is executed. The operation time indicates the time required for the operation instructed by the user to execute the process. The classification indicates the classification of the processing. When execution of the same process is repeatedly instructed by the same user, these processes belong to the same category. This classification is performed based on the regularity of the execution date and time of processing. The regularity of the execution date / time refers to the regular property that appears at the execution date / time of the process instructed a plurality of times, such that the process is executed at approximately the same time every day.

図3は、処理管理テーブル172の構成を示す図である。
処理管理テーブル172は、ユーザにより指定された処理を特定する情報を管理するテーブルである。処理管理テーブル172は、「処理ID」と、「種別」と、「パラメータ」という各情報を対応付けたデータを格納したテーブルである。処理IDは、分類管理テーブル171の処理IDと対応する。種別は、当該処理IDが示す処理に係る機能の種別を示す。パラメータは、当該処理において設定されたパラメータを示す。コピーの場合、パラメータは、例えば、縮小又は拡大の倍率、用紙のサイズ、画像の形成に用いるモードであるカラーモード等を含む。スキャン、又はコピーの場合、パラメータは、例えば、読み取った画像の色のモードであるカラーモード、読取面(片面又は両面)、画質(例えば解像度)、出力ファイル形式を指定するパラメータ等を含む。スキャン、又はファクシミリ送信の場合は、パラメータは、更にデータの出力先又は送信先を指定するパラメータ等を含む。
なお、前述した機能の種別や、パラメータの具体的な内容は、一例に過ぎない。
FIG. 3 is a diagram showing the configuration of the process management table 172.
The process management table 172 is a table for managing information for specifying a process designated by the user. The process management table 172 is a table that stores data in which each information of “process ID”, “type”, and “parameter” is associated. The process ID corresponds to the process ID of the classification management table 171. The type indicates the type of function related to the process indicated by the process ID. The parameter indicates a parameter set in the process. In the case of copying, the parameters include, for example, a reduction or enlargement magnification, a paper size, a color mode that is a mode used for image formation, and the like. In the case of scanning or copying, the parameters include, for example, a color mode that is a color mode of the read image, a reading surface (one side or both sides), an image quality (for example, resolution), a parameter that specifies an output file format, and the like. In the case of scanning or facsimile transmission, the parameters further include a parameter for designating an output destination or transmission destination of data.
Note that the above-described function types and specific contents of parameters are merely examples.

図4は、アイコン管理テーブル173の構成を示す図である。アイコン管理テーブル173は、処理装置10が表示するアイコンに関する情報を、ユーザ毎に管理するテーブルである。アイコンは、決められた処理の実行を指示するためにユーザにより操作されるアイコンである。
アイコン管理テーブル173は、「ユーザID」と、「作成回数」と、「使用回数」という各情報を対応付けたデータを格納したテーブルである。ユーザIDは、分類管理テーブル171のユーザIDと対応する。作成回数は、アイコンを作成した回数である。使用回数は、アイコンが使用された回数で、具体的には、ユーザがアイコンを選択する操作を行って処理の実行を指示した回数である。アイコンの作成回数に対してアイコンの使用回数が多いユーザほど、そのアイコンの存在を有用と考えている可能性が高いと推定される。
FIG. 4 is a diagram showing the configuration of the icon management table 173. As shown in FIG. The icon management table 173 is a table for managing information regarding icons displayed by the processing apparatus 10 for each user. The icon is an icon operated by the user to instruct execution of a predetermined process.
The icon management table 173 is a table that stores data associating pieces of information such as “user ID”, “number of times of creation”, and “number of times of use”. The user ID corresponds to the user ID in the classification management table 171. The number of creations is the number of times an icon has been created. The number of times of use is the number of times the icon has been used, specifically, the number of times that the user has performed an operation of selecting an icon and instructed execution of the process. It is estimated that the user who uses the icon more frequently than the icon is created is more likely to consider the presence of the icon useful.

アイコン情報174は、処理装置10が表示するアイコンに関する情報である。アイコンは、決められた処理の実行を指示するために操作される指示受付部の一例である。アイコン情報174は、例えば、アイコンの操作に応じて実行される処理、並びに、アイコンが表示される画面(後述するアイコン画面)及び当該画面内の位置を示す情報を含む。   The icon information 174 is information regarding icons displayed by the processing apparatus 10. The icon is an example of an instruction receiving unit that is operated to instruct execution of a predetermined process. The icon information 174 includes, for example, processing executed in response to an icon operation, a screen on which an icon is displayed (an icon screen described later), and information indicating a position in the screen.

ここで、処理装置10が表示する操作画面を説明する。操作画面は、処理の実行を指示する操作を受け付けるための画面である。操作画面は、アイコン画面と、処理指定画面とを含む。
図5は、アイコン画面の一例を示す図である。アイコン画面は、決められた処理の実行を指示するための画像であるアイコンを、1又は複数配置した画面である。図5に示すアイコン画面SC1には、アイコンI1〜I5が配置されている。アイコンは、より具体的には、利用する機能の種別、当該機能に係る処理に使用するパラメータの設定、及び当該処理の実行の開始を、1回の操作で指示するためのアイコンである。即ち、ユーザが、アイコンを選択する操作を1回だけ行えば、処理装置10は、当該アイコンに対応する処理の実行を開始する。例えば、ユーザがアイコンI1の位置に指を触れさせると、処理装置10は、カラーモードのパラメータを「白黒」、及び用紙選択を「A4」に設定して、コピーを開始する。
Here, an operation screen displayed by the processing apparatus 10 will be described. The operation screen is a screen for accepting an operation instructing execution of processing. The operation screen includes an icon screen and a process designation screen.
FIG. 5 is a diagram illustrating an example of an icon screen. The icon screen is a screen in which one or a plurality of icons, which are images for instructing execution of a predetermined process, are arranged. Icons I1 to I5 are arranged on the icon screen SC1 shown in FIG. More specifically, the icon is an icon for instructing the type of function to be used, the setting of parameters used for the process related to the function, and the start of execution of the process with a single operation. That is, when the user performs an operation of selecting an icon only once, the processing apparatus 10 starts executing a process corresponding to the icon. For example, when the user touches the position of the icon I1, the processing apparatus 10 sets the color mode parameter to “black and white” and the paper selection to “A4”, and starts copying.

図6は、処理指定画面の一例を示す図である。図6に示す処理指定画面SC2は、スキャンに対応する処理指定画面である。図6に示すように、処理指定画面SC2には、「転送プロトコル」、「宛先表」、「ネットワーク参照」、及び「プレビュー」と付されたメニューを含むメニュー群H1が含まれる。また、処理指定画面SC2には、「カラーモード」、「両面原稿送り」、「画質の調整」、及び「出力ファイル形式」と付された複数のメニューからなるメニュー群H2が含まれる。メニューにユーザが指を触れさせると、対応するパラメータを設定するための画面に切り替わる。
処理指定画面を介してユーザが処理を指定する場合、1又は複数のパラメータを設定する操作を行う必要がある。ユーザは、例えば、設定するパラメータの数に応じた回数だけ、タッチパネル122を用いた操作を行う。
なお、図示はしないが、コピーやファクシミリ送信等の機能についても、ユーザが処理を指定するための処理指定画面が存在する。
FIG. 6 is a diagram illustrating an example of a process designation screen. A process designation screen SC2 shown in FIG. 6 is a process designation screen corresponding to scanning. As shown in FIG. 6, the process designation screen SC2 includes a menu group H1 including menus labeled “transfer protocol”, “destination table”, “network reference”, and “preview”. Further, the processing designation screen SC2 includes a menu group H2 including a plurality of menus labeled “color mode”, “double-sided document feeding”, “image quality adjustment”, and “output file format”. When the user touches the menu with a finger, the screen is switched to a screen for setting the corresponding parameter.
When the user designates a process via the process designation screen, it is necessary to perform an operation for setting one or a plurality of parameters. For example, the user performs an operation using the touch panel 122 as many times as the number of parameters to be set.
Although not shown, there is a process designation screen for the user to designate a process for functions such as copying and facsimile transmission.

図7は、処理装置10の制御部11の機能構成を示すブロック図である。制御部11は、第1受付部111と、第2受付部112と、実行部113と、記録部114と、表示制御部115と、配置部116と、設定部117とを有する。
第1受付部111は、タッチパネル122を用いた操作により、アイコン画面に配置されたいずれかのアイコンを選択する第1操作を受け付ける。第2受付部112は、タッチパネル122、及びスタートボタン14を用いた第2操作により、処理指定画面を介して、ユーザが指定した処理の実行を指示する操作を受け付ける。実行部113は、第1操作、又は第2操作に応じた処理を実行する。記録部114は、第2操作を受け付けた場合、ユーザが指定した処理を時刻に関連付けたデータを、分類管理テーブル171に記録する。表示制御部115は、表示部121の表示を制御する。表示制御部115は、アイコン情報174に基づいて、アイコン画面を表示する制御を行う。
FIG. 7 is a block diagram illustrating a functional configuration of the control unit 11 of the processing apparatus 10. The control unit 11 includes a first reception unit 111, a second reception unit 112, an execution unit 113, a recording unit 114, a display control unit 115, an arrangement unit 116, and a setting unit 117.
The first reception unit 111 receives a first operation for selecting any icon arranged on the icon screen by an operation using the touch panel 122. The second accepting unit 112 accepts an operation instructing execution of a process designated by the user via a process designation screen by a second operation using the touch panel 122 and the start button 14. The execution unit 113 executes processing according to the first operation or the second operation. When the recording unit 114 receives the second operation, the recording unit 114 records data in which the process designated by the user is associated with the time in the classification management table 171. The display control unit 115 controls display on the display unit 121. The display control unit 115 performs control to display the icon screen based on the icon information 174.

配置部116は、ユーザにより閾値以上の回数指定された処理に関連付けられた時刻が、決められた条件を満たす場合に、当該処理の実行を指示するためのアイコンを、アイコン画面に配置する。この条件は、同じ分類に属する処理が実行された回数が閾値以上になったことを示す。アイコンを配置する処理は、ここでは、配置部116により行われるアイコン情報174を更新する処理である。表示制御部115は、更新後のアイコン情報174に従って、アイコン画面の表示を変更する。設定部117は、第1操作の実績、及び第2操作の実績の一方又は両方に基づいて、配置部116が用いる閾値を設定する。   The arrangement unit 116 arranges an icon for instructing execution of the process on the icon screen when the time associated with the process designated by the user a number of times equal to or greater than the threshold satisfies the predetermined condition. This condition indicates that the number of times that processes belonging to the same category have been executed exceeds a threshold value. Here, the process of arranging icons is a process of updating the icon information 174 performed by the arrangement unit 116. The display control unit 115 changes the icon screen display according to the updated icon information 174. The setting unit 117 sets a threshold used by the placement unit 116 based on one or both of the first operation result and the second operation result.

図8は、処理装置10がユーザの操作に応じて処理を実行するときの動作を示すフローチャートである。
表示制御部115は、操作画面を、表示部121に表示させる(ステップS1)。表示制御部115は、例えば、タッチパネル122の操作に応じて、アイコン画面、及び処理指定画面の一方を表示させる。次に、記録部114は、処理指定画面が表示されたかどうかを判定する(ステップS2)。ここで、図6で説明した処理指定画面SC2が表示されたとする。この場合、記録部114は、ステップS2で「YES」と判定する。
FIG. 8 is a flowchart showing an operation when the processing apparatus 10 executes a process in accordance with a user operation.
The display control unit 115 displays an operation screen on the display unit 121 (step S1). For example, the display control unit 115 displays one of an icon screen and a process designation screen in response to an operation on the touch panel 122. Next, the recording unit 114 determines whether or not a process designation screen is displayed (step S2). Here, it is assumed that the process designation screen SC2 described in FIG. 6 is displayed. In this case, the recording unit 114 determines “YES” in step S2.

ステップS2で「YES」と判定されると、記録部114は、操作時間の計測を開始する(ステップS3)。次に、第2受付部112は、タッチパネル122を用いた操作により、処理指定画面を介して処理を指定する操作を受け付ける(ステップS4)。ここでは、ユーザは、処理指定画面SC2に対する操作により、パラメータの設定を行う。実行部113は、受け付けた操作に応じて、パラメータの設定を変更する(ステップS5)。実行部113は、変更後のパラメータを記憶する。次に、実行部113、及び記録部114は、第2受付部112を介してスタートボタン14の操作が受け付けられたかどうかを判定する(ステップS6)。ステップS6で「NO」と判定された場合、処理装置10の処理は、ステップS4に戻る。   If it determines with "YES" at step S2, the recording part 114 will start the measurement of operation time (step S3). Next, the 2nd reception part 112 receives operation which designates a process via operation | movement designation | designated screen by operation using the touch panel 122 (step S4). Here, the user sets parameters by operating the processing designation screen SC2. The execution unit 113 changes the parameter setting according to the accepted operation (step S5). The execution unit 113 stores the changed parameter. Next, the execution unit 113 and the recording unit 114 determine whether or not the operation of the start button 14 has been received via the second reception unit 112 (step S6). When it is determined as “NO” in Step S6, the processing of the processing device 10 returns to Step S4.

スタートボタン14の操作が受け付けられたと判定した場合(ステップS6;YES)、記録部114は、操作時間の計測を終了する(ステップS7)。即ち、記録部114は、ステップS3で計測を開始してから、ステップS7でその計測を終了するまでの時間を、操作時間として計測する。   When it is determined that the operation of the start button 14 has been accepted (step S6; YES), the recording unit 114 ends the measurement of the operation time (step S7). That is, the recording unit 114 measures the time from the start of measurement in step S3 to the end of the measurement in step S7 as the operation time.

次に、記録部114は、分類管理テーブル171、及び処理管理テーブル172を更新する(ステップS8)。分類管理テーブル171の更新は、具体的には、処理IDと、ユーザIDと、実行日時と、操作時間とを関連付けて、分類管理テーブル171に記録する処理である。実行日時は、本発明の時刻の一例である。実行日時は、例えば、ユーザが処理の実行を指示した時刻、又は処理の実行が開始した時刻若しくは終了した時刻を含む。処理管理テーブル172の更新は、具体的には、当該処理IDと、機能の種別と、パラメータとを関連付けて、処理管理テーブル172に記録する処理である。   Next, the recording unit 114 updates the classification management table 171 and the process management table 172 (step S8). Specifically, the update of the classification management table 171 is a process of associating the process ID, the user ID, the execution date and time, and the operation time and recording them in the classification management table 171. The execution date and time is an example of the time of the present invention. The execution date / time includes, for example, a time when the user instructs execution of the process, or a time when the execution of the process starts or ends. Specifically, the update of the process management table 172 is a process in which the process ID, the function type, and the parameter are associated with each other and recorded in the process management table 172.

次に、実行部113は、設定されたパラメータに従って、処理を実行する(ステップS9)。実行部113は、ここでは、画像読取部15、及び通信部13を制御して、スキャンに係る処理を行う。処理の実行が終了すると、記録部114は、その実行の結果に応じて、分類管理テーブル171を更新する(ステップS10)。具体的には、記録部114は、実行結果のフィールドに、「正常終了」、又は「エラー」のいずれかを記録する。   Next, the execution unit 113 executes processing according to the set parameters (step S9). Here, the execution unit 113 controls the image reading unit 15 and the communication unit 13 to perform processing related to scanning. When the execution of the process ends, the recording unit 114 updates the classification management table 171 according to the execution result (step S10). Specifically, the recording unit 114 records either “normal end” or “error” in the execution result field.

ステップS2で、操作画面がアイコン画面であると判定された場合、記録部114はステップS2で「NO」と判定する。この場合、実行部113は、アイコン画面のアイコンを選択する操作が、第1受付部111を介して受け付けられたかどうかを判定する(ステップS11)。ここで、図5に示すアイコンI4が選択されたとする。この場合、実行部113は、ステップS11で「YES」と判定し、その選択されたアイコンに応じた処理を実行する(ステップS12)。実行部113は、ここでは、画像読取部15、及び通信部13を制御して、スキャン機能に係る処理を行う。この処理は、アイコン情報174に基づき、アイコンに関連付けられたパラメータに従って行われる。処理の実行が終了すると、記録部114は、アイコン管理テーブル173を更新する(ステップS13)。ステップS13は、ユーザIDに関連付けられたアイコンの使用回数を、現時点の値に「1」を加算した値に更新する処理である。
以上が、処理装置10がユーザの操作に応じて処理を実行するときの動作の説明である。
If it is determined in step S2 that the operation screen is an icon screen, the recording unit 114 determines “NO” in step S2. In this case, the execution unit 113 determines whether an operation for selecting an icon on the icon screen has been received via the first reception unit 111 (step S11). Here, it is assumed that the icon I4 shown in FIG. 5 is selected. In this case, the execution unit 113 determines “YES” in step S11 and executes a process corresponding to the selected icon (step S12). Here, the execution unit 113 controls the image reading unit 15 and the communication unit 13 to perform processing related to the scan function. This process is performed according to the parameter associated with the icon based on the icon information 174. When the execution of the process is completed, the recording unit 114 updates the icon management table 173 (step S13). Step S13 is a process of updating the use count of the icon associated with the user ID to a value obtained by adding “1” to the current value.
The above is description of operation | movement when the processing apparatus 10 performs a process according to a user's operation.

図9は、処理装置10のアイコンを自動作成する動作を示すフローチャートである。図9の動作は、例えば、処理指定画面を介したパラメータの設定後、スタートボタン14が操作されたときに開始される。
まず、配置部116は、複数のユーザの各々について、ユーザが指定した処理を分類する分類処理を行う(ステップS21)。分類処理が完了すると、設定部117は、第1閾値変更処理、及び第2閾値変更処理を行う(ステップS22,S23)。第1閾値変更処理、及び第2閾値変更処理で変更される閾値は、ユーザにより同じ処理が指定された回数と比較される閾値である。処理が同じとは、利用する機能の種別、及び設定されたパラメータが同じであることをいう。第1閾値変更処理は、分類管理テーブル171のデータに基づいて閾値を変更する処理である。第2閾値変更処理は、アイコン管理テーブル173のデータに基づいて閾値を変更する処理である。
FIG. 9 is a flowchart showing an operation of automatically creating an icon of the processing device 10. The operation of FIG. 9 is started, for example, when the start button 14 is operated after setting the parameters via the process designation screen.
First, the arrangement unit 116 performs a classification process for classifying the process designated by the user for each of the plurality of users (step S21). When the classification process is completed, the setting unit 117 performs a first threshold value changing process and a second threshold value changing process (steps S22 and S23). The threshold value changed in the first threshold value changing process and the second threshold value changing process is a threshold value that is compared with the number of times the same process is designated by the user. The same process means that the type of function to be used and the set parameters are the same. The first threshold value changing process is a process for changing the threshold value based on the data of the classification management table 171. The second threshold value changing process is a process for changing the threshold value based on the data of the icon management table 173.

次に、配置部116は、一のユーザによる同じ処理の実行回数が、閾値に達したかどうかを判定する(ステップS24)。ステップS24で「YES」と判定した場合、配置部116は、当該処理の実行を指示するためのアイコンを、アイコン画面に配置する(ステップS25)。ステップS25の処理は、即ち、アイコンを自動作成する処理である。配置部116は、この自動作成により新たに配置するアイコンと、そのアイコンの操作に応じて実行される処理との関係に基づいて、アイコン情報174を更新する。そして、配置部116は、アイコン管理テーブル173を更新する(ステップS26)。ステップS26は、該当するユーザのアイコンの作成回数に「1」を加算する処理である。ステップS24で「NO」と判定した場合、配置部116は、ステップS25の処理を行うことなく、図9の処理を終了する。   Next, the arrangement unit 116 determines whether or not the number of executions of the same process by one user has reached a threshold (step S24). If “YES” is determined in step S24, the arrangement unit 116 arranges an icon for instructing execution of the process on the icon screen (step S25). The process in step S25 is a process for automatically creating an icon. The placement unit 116 updates the icon information 174 based on the relationship between the icon to be newly placed by this automatic creation and the processing executed in accordance with the operation of the icon. Then, the placement unit 116 updates the icon management table 173 (step S26). Step S26 is a process of adding “1” to the number of times the corresponding user icon has been created. If it is determined “NO” in step S24, the placement unit 116 ends the process of FIG. 9 without performing the process of step S25.

<分類処理>
図10は、分類処理の流れを示すフローチャートである。配置部116は、まず、分類管理テーブル171のいずれか一の処理IDに着目する(ステップS211)。ステップS211では、今回の分類処理で未だ分類が完了していない処理IDのうち、値が最も小さい処理IDに着目するものとする。
<Classification process>
FIG. 10 is a flowchart showing the flow of the classification process. The placement unit 116 first pays attention to any one processing ID in the classification management table 171 (step S211). In step S211, attention is paid to the process ID having the smallest value among the process IDs that have not yet been classified in the current classification process.

次に、配置部116は、分類管理テーブル171において、ステップS1で着目した処理IDと同じユーザIDに関連付けられた処理IDが、他にも存在するかどうかを判定する(ステップS212)。つまり、配置部116は、同じユーザが指示した処理が、他にも存在するかどうかを判定する。ステップS212で「YES」と判定した場合、配置部116は、該当する処理IDに関連付けられたデータ(つまり、機能の種別、及びパラメータ)を、処理管理テーブル172から抽出する(ステップS213)。
なお、本実施形態では、ステップS213では、実行結果として「正常終了」に関連付けられた処理IDについて、処理管理テーブル172からデータが抽出されるものとする。
Next, the arrangement unit 116 determines whether there is another process ID associated with the same user ID as the process ID focused in step S1 in the classification management table 171 (step S212). That is, the arrangement unit 116 determines whether there are other processes designated by the same user. If “YES” is determined in step S212, the arrangement unit 116 extracts data (that is, a function type and a parameter) associated with the corresponding process ID from the process management table 172 (step S213).
In the present embodiment, in step S213, data is extracted from the process management table 172 for the process ID associated with “normal end” as the execution result.

次に、配置部116は、ステップS1で着目した処理IDと、他の処理IDとで、関連付けられた種別及びパラメータとが一致する場合に、これらを同じ分類とするように、分類管理テーブル171を更新する(ステップS214)。換言すると、配置部116は、ステップS1で着目した処理IDに関連付けられた種別及びパラメータと、他の処理IDに関連付けられた種別及びパラメータとが一致しない場合、これらを異なる分類とする。種別及びパラメータの一致とは、完全一致をいい、部分一致を含まないものとする。図2の例では、処理ID「ID001」、「ID004」、及び「ID011」が、同じ分類「A」となり、他の処理IDとは異なる分類となっている。   Next, the arrangement management table 171 sets the classification management table 171 so that when the processing ID focused in step S1 and the other processing ID match the associated type and parameter, they are classified into the same classification. Is updated (step S214). In other words, when the type and parameter associated with the process ID focused in step S1 do not match the type and parameter associated with another process ID, the arrangement unit 116 sets these as different classifications. The type and parameter match means complete match and does not include partial match. In the example of FIG. 2, the process IDs “ID001”, “ID004”, and “ID011” have the same classification “A” and are different from other process IDs.

次に、配置部116は、分類管理テーブル171に記録された全ての処理IDについて分類が終了したかどうかを判定する(ステップS215)。ステップS215で「NO」と判定した場合は、配置部116は、ステップS211の処理に戻って、次の処理IDに着目する。
全ての処理IDについて分類が完了したと判定すると(ステップS215;YES)、配置部116は分類処理を終了する。同じ分類に属する処理の数が多いほど、当該処理を、ユーザが繰り返し処理装置10に実行させた回数が多いことを意味する。この回数が多い処理は、ユーザが定期的(日常的)に行う作業に係る処理である可能性が高いといえる。
Next, the arrangement unit 116 determines whether or not the classification has been completed for all process IDs recorded in the classification management table 171 (step S215). If it is determined “NO” in step S215, the placement unit 116 returns to the process of step S211 and focuses on the next process ID.
If it is determined that the classification has been completed for all the process IDs (step S215; YES), the placement unit 116 ends the classification process. As the number of processes belonging to the same category increases, it means that the number of times the user has repeatedly executed the process by the processing apparatus 10. It can be said that a process with a large number of times is highly likely to be a process related to a work that a user performs regularly (daily).

<第1閾値変更処理>
図11は、第1閾値変更処理の流れを示すフローチャートである。
設定部117は、まず、分類管理テーブル171のいずれか一の分類に着目する(ステップS221)。ステップS221では、今回の第1閾値変更処理で未だ着目していない分類のうち、いずれか一の分類に着目するものとする。
<First threshold value changing process>
FIG. 11 is a flowchart showing the flow of the first threshold value changing process.
First, the setting unit 117 focuses on any one of the classification management tables 171 (step S221). In step S221, it is assumed that any one of the classifications not yet focused on in the current first threshold value changing process is focused.

次に、設定部117は、着目した分類に属する1又は複数の処理IDを特定し、特定した1又は複数の処理IDに関連付けられた実行日時、及び操作時間を参照する(ステップS222)。次に、設定部117は、実行日時が同じ時間帯に属する処理IDの数に応じて、閾値を変更する(ステップS223)。時間帯が同じとは、いずれかの処理IDが示す処理が実行された日時を基準として、予め定められた時間の範囲内に、他の処理IDが示す処理の実行日時が含まれていることをいう。設定部117は、実行日時が同じ時間帯に属する処理IDの数が少ないほど、当該処理IDが示す処理が行われた回数と比較される閾値を大きくする。ステップS222は、ほぼ同じ時刻に規則的に行われている処理については、閾値を相対的に低く、それ以外の処理については閾値を大きくする処理である。仮に同じ処理が複数回行われていても、これらの実行日時に規則性がない場合には、これらは偶然同じパラメータで処理が実行されただけであると考えられる。つまり、実行日時に規則性がない処理については、定期的に行われている可能性は低いと推定される。よって、実行日時に規則性がない処理については、ステップS25によりアイコンが自動作成され難くなるように、設定部117は閾値を大きくする。換言すると、同じ処理が或る規則性を持った時刻に繰り返し行われている場合には、閾値は高くならないので、アイコンが自動作成されやすくなる。   Next, the setting unit 117 identifies one or more process IDs belonging to the focused classification, and refers to the execution date and time and the operation time associated with the identified one or more process IDs (step S222). Next, the setting unit 117 changes the threshold value according to the number of process IDs belonging to the same time zone with the execution date and time (step S223). The same time zone means that the execution date and time of the process indicated by the other process ID is included within a predetermined time range with reference to the date and time when the process indicated by one of the process IDs is executed. Say. The setting unit 117 increases the threshold to be compared with the number of times the process indicated by the process ID is performed, as the number of process IDs belonging to the same time zone with the execution date and time is smaller. Step S222 is a process in which the threshold is relatively low for processes regularly performed at approximately the same time, and the threshold is increased for other processes. Even if the same process is performed a plurality of times, if there is no regularity in the execution date and time, it is considered that the process is only executed by the same parameter by chance. In other words, it is estimated that a process that has no regularity in execution date and time is unlikely to be performed regularly. Therefore, for a process with no regularity in execution date and time, the setting unit 117 increases the threshold value so that it is difficult to automatically create an icon in step S25. In other words, when the same process is repeatedly performed at a time having a certain regularity, the threshold value does not increase, and thus an icon is easily created.

次に、設定部117は、一定期間内に集中的に処理が実行されたことを示す処理IDの数に応じて、閾値を変更する(ステップS224)。処理が一定期間内に集中的に実行されているとは、単位期間当たりの同じ処理の実行回数が、決められた回数以上であることをいう。設定部117は、一定期間内に集中的に処理が実行された回数が多いほど、当該処理IDの数と比較される閾値を大きくする。処理が一定期間内に集中的に実行されている場合、単なる操作ミスや、やり直しの可能性が高く、ユーザが定期的に行う処理とは考え難い。よって、一定期間内に集中的に処理が実行された回数が多いほど、ステップS25によりアイコンが自動作成され難くなるように、設定部117は閾値を大きくする。   Next, the setting unit 117 changes the threshold according to the number of process IDs indicating that the processes have been executed intensively within a certain period (step S224). The process being executed intensively within a certain period means that the number of executions of the same process per unit period is equal to or more than a predetermined number. The setting unit 117 increases the threshold to be compared with the number of the process IDs as the number of times that the processes are executed intensively within a certain period increases. When processing is executed intensively within a certain period, there is a high possibility of simple operation mistakes and redoing, and it is difficult to think of processing that the user performs regularly. Therefore, the setting unit 117 increases the threshold value so that the icon is not automatically created in step S25 as the number of times that the processing is intensively performed within a certain period increases.

次に、設定部117は、操作時間が決められた時間よりも長い処理IDの数に応じて、閾値を変更する(ステップS225)。操作時間が決められた時間よりも長い場合、ユーザが処理を指示する操作に迷っており、定期的に行われている処理とは考え難い。このため、設定部117は、操作時間が決められた時間よりも長い処理IDの数が多いほど、ステップS25でアイコンが自動作成され難くなるように、当該処理IDの処理が行われた回数と比較される閾値を大きくする。
以上が、第1閾値変更処理の説明である。
なお、ステップS223,S224,S225の閾値の変更のアルゴリズムは、予め決められていればよい。また、これらのステップにおいて、閾値を変更しない場合があってもよいし、閾値を小さくする場合があってもよい。
Next, the setting unit 117 changes the threshold according to the number of process IDs that are longer than the time for which the operation time is determined (step S225). If the operation time is longer than the determined time, the user is at a loss for the operation instructing the process, and is unlikely to be a regularly performed process. For this reason, the setting unit 117 counts the number of times the process ID has been processed so that the icon is less likely to be automatically created in step S25 as the number of process IDs longer than the determined operation time increases. Increase the threshold to be compared.
The above is the description of the first threshold value changing process.
Note that the algorithm for changing the threshold value in steps S223, S224, and S225 may be determined in advance. In these steps, the threshold value may not be changed, or the threshold value may be decreased.

次に、設定部117は、分類管理テーブル171の全ての分類に着目したかどうかを判定する(ステップS226)。ステップS226で「NO」と判定した場合は、設定部117は、ステップS221の処理に戻って、次の分類に着目する。
全ての分類に着目したと判定すると(ステップS226;YES)、設定部117は第1閾値変更処理を終了する。
Next, the setting unit 117 determines whether or not all of the classifications in the classification management table 171 are focused (Step S226). If it is determined “NO” in step S226, the setting unit 117 returns to the process of step S221 and focuses on the next classification.
When it is determined that all categories are focused (step S226; YES), the setting unit 117 ends the first threshold value changing process.

<第2閾値変更処理>
図12は、第2閾値変更処理の流れを示すフローチャートである。
設定部117は、アイコン管理テーブル173のアイコンの作成回数、及び使用回数を参照する(ステップS231)。次に、設定部117は、処理装置10のユーザについて、作成回数よりも使用回数が多いかどうかを判定する(ステップS232)。ステップS232で「NO」、つまり作成回数が使用回数以下であると判定したユーザについては、設定部117は、閾値を大きくする(ステップS233)。作成回数が使用回数以下である場合、ユーザがアイコンを操作して処理を指示することを行っておらず、アイコンの利用に関する機能を熟知していない可能性がある。このような場合、アイコンを自動作成しても、ユーザがこれを使用しない可能性が高いと考えられる。よって、設定部117は閾値を高くして、ステップS25でアイコンが作成され難くなるようにする。
ステップS232で「YES」と判定した場合、設定部117は、閾値を大きくしない。この場合、閾値を変化させないようにしてもよいし、小さくしてもよい。
なお、ステップS233の閾値の変更のアルゴリズムは、予め決められていればよい。
以上が、第2閾値変更処理の説明である。
<Second threshold value changing process>
FIG. 12 is a flowchart showing the flow of the second threshold value changing process.
The setting unit 117 refers to the number of times the icon is created and used in the icon management table 173 (step S231). Next, the setting unit 117 determines whether or not the user of the processing apparatus 10 has a larger number of uses than the number of creations (step S232). For a user who has determined “NO” in step S232, that is, the number of creations is equal to or less than the number of uses, the setting unit 117 increases the threshold (step S233). When the number of creations is less than or equal to the number of uses, there is a possibility that the user does not instruct the processing by operating the icon and is not familiar with the functions related to the use of the icon. In such a case, even if an icon is automatically created, it is highly likely that the user will not use it. Therefore, the setting unit 117 increases the threshold so that it is difficult to create an icon in step S25.
If it is determined “YES” in step S232, the setting unit 117 does not increase the threshold value. In this case, the threshold value may not be changed or may be reduced.
Note that the threshold value changing algorithm in step S233 may be determined in advance.
The above is the description of the second threshold value changing process.

以上の処理により閾値が設定されると、配置部116は、複数のユーザの各々について、処理の実行回数が当該処理に対して設定した閾値に達した場合に、当該処理の実行を指示するためのアイコンを自動作成する。   When the threshold value is set by the above processing, the arrangement unit 116 instructs the execution of the processing when the number of execution times of the processing reaches the threshold value set for the processing for each of a plurality of users. Automatically create an icon for.

図13は、更新後のアイコン画面の一例を示す図である。図13のアイコン画面SC3では、処理指定画面を介してスキャンが定期的に行われた結果、アイコンI6が自動作成されている。ユーザは、以降、このアイコンI6を選択することで、処理指定画面からではなく、アイコン画面を介して、処理の実行を指示し得る。上述したように、スタートボタン14が操作された場合にアイコンが自動作成されれば、ユーザはそのアイコンの存在を把握しやすい。よって、ユーザは次回以降にこのアイコンを使用する可能性が高くなる。スタートボタン14の操作前に、アイコンが自動作成されれば、ユーザは今回の処理からアイコンを使用し得る。これにより、繰り返し行われる処理がユーザにより登録されていなくとも、画像を選択する操作により、ユーザはこの処理の実行を指示し得る。
なお、アイコンの自動作成のタイミングは、処理装置10が処理を実行した後のタイミング、例えばユーザが立ち去った後のタイミングでもよい。この場合、処理装置10においては、ユーザにより指定された処理の実行と、アイコンの自動作成に係る処理の実行とが並行しない。よって、処理装置10の処理負荷が軽減される。
FIG. 13 is a diagram illustrating an example of the updated icon screen. In the icon screen SC3 of FIG. 13, the icon I6 is automatically created as a result of periodic scanning via the process designation screen. Thereafter, the user can instruct execution of the process via the icon screen instead of the process designation screen by selecting the icon I6. As described above, if an icon is automatically created when the start button 14 is operated, the user can easily grasp the presence of the icon. Therefore, the user is more likely to use this icon after the next time. If the icon is automatically created before the start button 14 is operated, the user can use the icon from the current process. Thereby, even if the process to be repeatedly performed is not registered by the user, the user can instruct execution of this process by an operation of selecting an image.
Note that the timing of automatic icon creation may be a timing after the processing device 10 executes a process, for example, a timing after the user leaves. In this case, in the processing device 10, the execution of the process specified by the user and the execution of the process related to automatic icon creation are not performed in parallel. Therefore, the processing load of the processing apparatus 10 is reduced.

<アイコン作成処理>
アイコン作成処理は、決められた条件を満たした場合には、ユーザの処理の実行を指示する操作の実績によらないで、指示された処理のアイコンを自動作成する処理である。以下、定型業務に係る処理が行われた場合に、このアイコンを作成する場合を説明する。定型業務は、ルーチン業務のように、及び利用する機能、当該機能に係る処理を指定するパラメータを同じにして繰り返し行われる処理を伴う。
<Icon creation processing>
The icon creation process is a process for automatically creating an icon of the instructed process without depending on the result of the operation instructing the user to execute the process when a predetermined condition is satisfied. Hereinafter, a case where this icon is created when processing related to a routine work is performed will be described. The routine work includes a process that is repeatedly performed with the same parameters for designating the function to be used and the process related to the function, as in the routine work.

図14は、アイコン作成処理の流れを示すフローチャートである。
配置部116は、実行が指示された処理に関するデータを取得する(ステップS31)。このデータは、ファイル名や、宛先名等の処理の指示に関する様々なデータである。次に、配置部116は、定型業務を示すデータを取得したかどうかを判定する(ステップS32)。定型業務を示すデータは、例えば「週報」や「3月度」のような、定期的な同じ作業が行われることを意味する文字列がある。ステップS32で「YES」と判定した場合、配置部116は、当該定型業務に係る処理の実行を指示するためのアイコンを、アイコン画面に配置する(ステップS33)。
FIG. 14 is a flowchart showing the flow of icon creation processing.
The placement unit 116 acquires data related to the process instructed to be executed (step S31). This data is various data relating to processing instructions such as a file name and a destination name. Next, the arrangement unit 116 determines whether data indicating a routine work has been acquired (step S32). The data indicating the routine work includes a character string that means that the same regular work is performed, such as “weekly report” and “March degree”. If “YES” is determined in step S32, the arrangement unit 116 arranges an icon for instructing execution of the process related to the routine work on the icon screen (step S33).

このアイコン作成処理によりアイコンが自動作成される条件は、別の条件であってもよい。例えば、以下のとおりである。
(1)処理の指定に用いられる操作手段
ユーザがソフトウェアキーボードで例示される特定の操作手段を用いた場合、ユーザが、処理を指定するための操作の負担が比較的大きい操作をした可能性がある。この場合、次回以降も同じ操作をするのはユーザにとって負担が大きい可能性がある。よって、配置部116はアイコンを自動作成する。
The condition for automatically creating an icon by this icon creation process may be another condition. For example, it is as follows.
(1) Operation means used for specifying a process When a user uses a specific operation means exemplified by a software keyboard, there is a possibility that the user has performed an operation with a relatively large operation burden for specifying a process. is there. In this case, it may be burdensome for the user to perform the same operation after the next time. Therefore, the arrangement unit 116 automatically creates an icon.

(2)過去に同じ処理が実行されておらず、且つ(A)ユーザの操作時間が一定時間よりも長い場合、(B)ユーザが同じパラメータを複数回にわたって設定を変更した場合、又は(C)ユーザが処理指定画面に遷移した後、パラメータの設定をせずに元の画面に戻る操作をした場合
このような場合、ユーザが操作に迷っていると推定される。よって、配置部116は、その直後の実行された処理に対応するアイコンを自動作成する。
(2) The same processing has not been executed in the past, and (A) the user's operation time is longer than a certain time, (B) the user changes the setting of the same parameter several times, or (C ) When the user makes an operation to return to the original screen without setting parameters after transitioning to the process designation screen. In such a case, it is estimated that the user is confused about the operation. Therefore, the arrangement unit 116 automatically creates an icon corresponding to the process executed immediately thereafter.

(3)リモートアシスタンス(遠隔操作)によりパラメータが設定された場合
リモートアシスタンスとは、企業等のサポート部門からの遠隔操作により、ユーザに操作手順を教えるサービスをいう。リモートアシスタンスを利用した上で、ユーザがパラメータを設定した場合、ユーザがその設定に熟知していない可能性がある。よって、配置部116は、当該処理に対応するアイコンを自動作成する。
(3) When parameters are set by remote assistance (remote operation) Remote assistance refers to a service that teaches an operation procedure to a user by remote operation from a support department such as a company. When a user sets a parameter using remote assistance, the user may not be familiar with the setting. Therefore, the arrangement unit 116 automatically creates an icon corresponding to the process.

(4)処理の実行に係る費用を低くする設定
例えば、カラーモードを「白黒」、Nアップ(1枚の用紙にNページ分の画像を形成すること)の設定、両面指定、再生紙を使用する選択等、処理の実行に係る費用を低くするための設定が行われている場合、以降も同じ設定がなされていることが望ましい。よって、配置部116はアイコンを自動作成する。
(4) Setting to reduce the cost for execution of processing For example, the color mode is set to “black and white”, N-up (to form an image for N pages on one sheet), double-sided designation, use of recycled paper When the setting for reducing the cost related to the execution of processing such as selection to be performed is performed, it is desirable that the same setting is made thereafter. Therefore, the arrangement unit 116 automatically creates an icon.

以上説明したように、処理装置10は、繰り返し行われる処理がユーザによって登録されていなくとも、アイコンを選択する操作により、当該処理の実行を指示し得るようにする。   As described above, the processing apparatus 10 can instruct execution of the process by an operation of selecting an icon even if the process to be repeatedly performed is not registered by the user.

[変形例]
本発明は、上述した実施形態と異なる形態で実施してもよい。また、以下に示す変形例は、各々を組み合わせてもよい。
処理装置10のハードウェア構成や機能構成は、上述した実施形態で説明した構成に限られない。
上述した実施形態で説明した処理装置10の構成又は動作の一部を省略してもよい。例えば、処理装置10は、第1閾値変更処理、第2閾値変更処理、又はアイコン作成処理の一部又は全部を実行しなくてもよい。また、分類の設定は、操作時間等の別の情報を踏まえて設定してもよい。分類管理テーブル171は、指定された処理と、処理の実行の実績とを組み合わせたデータを含むが、いずれか一方でもよい。
[Modification]
The present invention may be implemented in a form different from the above-described embodiment. Moreover, you may combine each of the modification shown below.
The hardware configuration and functional configuration of the processing apparatus 10 are not limited to the configurations described in the above-described embodiments.
A part of the configuration or operation of the processing apparatus 10 described in the above embodiment may be omitted. For example, the processing device 10 may not execute part or all of the first threshold value changing process, the second threshold value changing process, or the icon creating process. The classification may be set based on other information such as operation time. The classification management table 171 includes data obtained by combining the designated process and the performance of the process, but either one may be used.

本発明の処理装置は、画像を形成する機能を有していなくてもよい。本発明の処理装置は、ユーザに指示された処理を実行する装置であればよく、具体的な処理の内容は特に問わない。よって、本発明の処理装置は、例えば、パーソナルコンピュータ等のコンピュータ装置や、スマートフォン等の携帯型の端末であってもよい。
本発明の指示受付部は、アイコンに限られず、処理の実行の指示を受け付ける要素(例えばメニューやボタン)であればよい。
The processing apparatus of the present invention may not have the function of forming an image. The processing apparatus of the present invention may be any apparatus that executes the process instructed by the user, and the content of the specific process is not particularly limited. Therefore, the processing apparatus of the present invention may be, for example, a computer apparatus such as a personal computer or a portable terminal such as a smartphone.
The instruction receiving unit of the present invention is not limited to an icon, and may be any element (for example, a menu or a button) that receives a process execution instruction.

上述した実施形態の制御部11が実現する各機能は、1又は複数のハードウェア回路により実現されてもよいし、1又は複数のプログラムを演算装置が実行することにより実現されてよいし、これらの組み合わせにより実現されてもよい。また、制御部11の機能がプログラムを用いて実現される場合、このプログラムは、磁気記録媒体(磁気テープ、磁気ディスク(HDD(Hard Disk Drive)、FD(Flexible Disk))等)、光記録媒体(光ディスク等)、光磁気記録媒体、半導体メモリ等のコンピュータ読取可能な記録媒体に記憶した状態で提供されてもよいし、ネットワークを介して配信されてもよい。また、本発明は、コンピュータが行う処理方法として把握し得る。   Each function realized by the control unit 11 of the above-described embodiment may be realized by one or a plurality of hardware circuits, or may be realized by an arithmetic device executing one or a plurality of programs. It may be realized by a combination of Further, when the function of the control unit 11 is realized using a program, this program includes a magnetic recording medium (magnetic tape, magnetic disk (HDD (Hard Disk Drive), FD (Flexible Disk), etc.)), optical recording medium. It may be provided in a state of being stored in a computer-readable recording medium such as an optical disk, a magneto-optical recording medium, or a semiconductor memory, or distributed via a network. Further, the present invention can be grasped as a processing method performed by a computer.

10…処理装置、11…制御部、111…第1受付部、112…第2受付部、113…実行部、114…記録部、115…表示制御部、116…配置部、117…設定部、12…タッチスクリーン、121…表示部、122…タッチパネル、13…通信部、14…スタートボタン、15…画像読取部、16…画像形成部、17…記憶部、171…分類管理テーブル、172…処理管理テーブル、173…アイコン管理テーブル、174…アイコン情報。 DESCRIPTION OF SYMBOLS 10 ... Processing apparatus, 11 ... Control part, 111 ... 1st reception part, 112 ... 2nd reception part, 113 ... Execution part, 114 ... Recording part, 115 ... Display control part, 116 ... Arrangement part, 117 ... Setting part, DESCRIPTION OF SYMBOLS 12 ... Touch screen, 121 ... Display part, 122 ... Touch panel, 13 ... Communication part, 14 ... Start button, 15 ... Image reading part, 16 ... Image formation part, 17 ... Memory | storage part, 171 ... Classification management table, 172 ... Process Management table, 173... Icon management table, 174.

Claims (6)

決められた処理の実行を指示するための指示受付部を1又は複数配置した画面を表示する表示部と、
いずれかの前記指示受付部を選択する第1操作を受け付ける第1受付部と、
ユーザにより指定された処理の実行を指示する第2操作を受け付ける第2受付部と、
前記第1操作、又は前記第2操作に応じた処理を実行する実行部と、
前記第2操作を受け付けると、前記指定された処理を時刻に関連付けたデータを記録する記録部と、
前記データに基づいて、閾値以上の回数指定された処理に関連付けられた時刻が、決められた条件を満たす場合に、当該処理の実行を指示するための指示受付部を、前記画面に配置する配置部と
を備える処理装置。
A display unit for displaying a screen on which one or a plurality of instruction receiving units for instructing execution of a predetermined process are arranged;
A first reception unit that receives a first operation of selecting any one of the instruction reception units;
A second accepting unit for accepting a second operation instructing execution of a process designated by the user;
An execution unit that executes processing according to the first operation or the second operation;
When receiving the second operation, a recording unit that records data in which the designated process is associated with time;
An arrangement in which an instruction receiving unit for instructing execution of the process is arranged on the screen when the time associated with the process specified the number of times equal to or greater than the threshold value satisfies a predetermined condition based on the data And a processing device.
前記条件は、時刻の規則性に基づいて決められている
ことを特徴とする請求項1に記載の処理装置。
The processing apparatus according to claim 1, wherein the condition is determined based on regularity of time.
前記第1操作の実績、及び前記第2操作の実績の一方又は両方に基づいて、前記閾値を設定する設定部
を備えることを特徴とする請求項1又は請求項2に記載の処理装置。
The processing apparatus according to claim 1, further comprising: a setting unit configured to set the threshold based on one or both of the result of the first operation and the result of the second operation.
前記設定部は、前記第2操作を受け付けた回数に基づいて、前記閾値を設定する
ことを特徴とする請求項3に記載の処理装置。
The processing device according to claim 3, wherein the setting unit sets the threshold based on the number of times the second operation is received.
前記配置部は、前記ユーザにより指定された処理が定型業務に係る処理であることを示すデータが取得された場合には、前記条件を満たすか否かによらないで、当該処理の実行を指示するための指示受付部を前記画面に配置する
ことを特徴とする請求項1から請求項4のいずれか1項に記載の処理装置。
When the data indicating that the process designated by the user is a process related to a routine work is acquired, the placement unit instructs execution of the process regardless of whether or not the condition is satisfied. The processing device according to any one of claims 1 to 4, wherein an instruction receiving unit for performing the operation is arranged on the screen.
決められた処理の実行を指示するための指示受付部を1又は複数配置した画面を表示して、いずれかの前記指示受付部を選択する第1操作、及びユーザにより指定された処理の実行を指示する第2操作を受け付け、前記第1操作、又は前記第2操作に応じた処理を実行する処理装置のコンピュータに、
前記第2操作を受け付けると、前記指定された処理を時刻に関連付けたデータを記録するステップと、
前記データに基づいて、閾値以上の回数指定された処理に関連付けられた時刻が、決められた条件を満たす場合に、当該処理の実行を指示するための指示受付部を前記画面に配置するステップと
を実行させるためのプログラム。
A screen in which one or a plurality of instruction reception units for instructing execution of the determined process is displayed is displayed, and a first operation for selecting any one of the instruction reception units and execution of a process specified by the user are performed. A computer of a processing device that receives a second operation to instruct and executes a process according to the first operation or the second operation,
Receiving the second operation, recording data in which the designated process is associated with time;
A step of arranging an instruction receiving unit for instructing execution of the process on the screen when the time associated with the process specified the number of times equal to or greater than a threshold value satisfies a predetermined condition based on the data; A program for running
JP2016164591A 2016-08-25 2016-08-25 Processing equipment and programs Active JP6864822B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016164591A JP6864822B2 (en) 2016-08-25 2016-08-25 Processing equipment and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016164591A JP6864822B2 (en) 2016-08-25 2016-08-25 Processing equipment and programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021011334A Division JP7151801B2 (en) 2021-01-27 2021-01-27 processor and program

Publications (2)

Publication Number Publication Date
JP2018032248A true JP2018032248A (en) 2018-03-01
JP6864822B2 JP6864822B2 (en) 2021-04-28

Family

ID=61304330

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016164591A Active JP6864822B2 (en) 2016-08-25 2016-08-25 Processing equipment and programs

Country Status (1)

Country Link
JP (1) JP6864822B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006260544A (en) * 2005-02-21 2006-09-28 Canon Inc Information processing apparatus, image forming apparatus, information processing method, image forming method and program, and recording medium
JP2007300500A (en) * 2006-05-01 2007-11-15 Konica Minolta Business Technologies Inc Data transmitting device, destination setting method in device, and destination setting processing program
JP2011035709A (en) * 2009-08-03 2011-02-17 Sharp Corp Image communication apparatus and image forming apparatus including the same
JP2011123824A (en) * 2009-12-14 2011-06-23 Murata Machinery Ltd Multifunction device
JP2012003485A (en) * 2010-06-16 2012-01-05 Ntt Docomo Inc Information processing apparatus and program
JP2012208792A (en) * 2011-03-30 2012-10-25 Ntt Docomo Inc Short-cut provision device, communication system, short-cut provision method and program
JP2016026363A (en) * 2015-10-28 2016-02-12 株式会社日本総合研究所 Automatic transaction menu generating device, automatic transaction menu generating system, and automatic transaction menu generating program
JP2016071605A (en) * 2014-09-30 2016-05-09 ブラザー工業株式会社 Function execution device, function execution method, and recording medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006260544A (en) * 2005-02-21 2006-09-28 Canon Inc Information processing apparatus, image forming apparatus, information processing method, image forming method and program, and recording medium
JP2007300500A (en) * 2006-05-01 2007-11-15 Konica Minolta Business Technologies Inc Data transmitting device, destination setting method in device, and destination setting processing program
JP2011035709A (en) * 2009-08-03 2011-02-17 Sharp Corp Image communication apparatus and image forming apparatus including the same
JP2011123824A (en) * 2009-12-14 2011-06-23 Murata Machinery Ltd Multifunction device
JP2012003485A (en) * 2010-06-16 2012-01-05 Ntt Docomo Inc Information processing apparatus and program
JP2012208792A (en) * 2011-03-30 2012-10-25 Ntt Docomo Inc Short-cut provision device, communication system, short-cut provision method and program
JP2016071605A (en) * 2014-09-30 2016-05-09 ブラザー工業株式会社 Function execution device, function execution method, and recording medium
JP2016026363A (en) * 2015-10-28 2016-02-12 株式会社日本総合研究所 Automatic transaction menu generating device, automatic transaction menu generating system, and automatic transaction menu generating program

Also Published As

Publication number Publication date
JP6864822B2 (en) 2021-04-28

Similar Documents

Publication Publication Date Title
US10708452B2 (en) Image forming apparatus that selectively displays executed jobs, method of controlling same, and storage medium
JP5535996B2 (en) Display control device, multifunction device control system, display control method, program, and recording medium thereof
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
JP5194914B2 (en) Image processing apparatus, image processing apparatus display method and program
JP2012008662A (en) Image forming device, image forming system, operation input supporting method and program
JP2007287090A (en) Display control system, image processor, and display control method
US9411631B2 (en) Apparatus, and control method for image processing deletion of a common definition file used for generation of a template file
EP2393275B1 (en) Information processing system, information processing apparatus, control method thereof, and program
US11102361B2 (en) Information processing apparatus and non-transitory computer readable medium
US20140300927A1 (en) Information processing system, image forming apparatus and method of controlling the same, and storage medium
JP5524164B2 (en) Image processing system, image processing method, and recording medium
JP2020024303A (en) Image processing apparatus and method for controlling the same, and program
US8782512B2 (en) Controller, method, and program product for controlling job information display, and recording medium
JP2015233268A (en) Information processing device, method for controlling information processing device, and program
US11223731B2 (en) Image processing apparatus, method for controlling the same and storage medium
JP4768274B2 (en) Image forming apparatus, image forming method, and program for causing computer to execute the method
JP6476685B2 (en) INFORMATION PROCESSING DEVICE, INFORMATION PROCESSING SYSTEM, DISPLAY DEVICE, AND PROGRAM
JP2013142920A (en) Application management device, application management system, program, and recording medium therefor
JP7151801B2 (en) processor and program
JP6864822B2 (en) Processing equipment and programs
JP2008236168A (en) Image processor, and processing condition setting method and program
JP2006067235A (en) Device and method for forming image, program carrying out its method by computer, image processor, and image processing system
JP2015073187A (en) Image forming apparatus and program
US10735608B2 (en) Message conversion system, message conversion method, and message conversion program
JP2013142921A (en) Application management device, application management system, program, and recording medium therefor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190610

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200317

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200515

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20201027

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210127

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20210127

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20210203

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20210209

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210315

R150 Certificate of patent or registration of utility model

Ref document number: 6864822

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150