JP2017151899A - Program and terminal device - Google Patents

Program and terminal device Download PDF

Info

Publication number
JP2017151899A
JP2017151899A JP2016036056A JP2016036056A JP2017151899A JP 2017151899 A JP2017151899 A JP 2017151899A JP 2016036056 A JP2016036056 A JP 2016036056A JP 2016036056 A JP2016036056 A JP 2016036056A JP 2017151899 A JP2017151899 A JP 2017151899A
Authority
JP
Japan
Prior art keywords
program
information
display
execution
response
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
JP2016036056A
Other languages
Japanese (ja)
Other versions
JP6766375B2 (en
Inventor
良 安井
Makoto Yasui
良 安井
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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2016036056A priority Critical patent/JP6766375B2/en
Priority to US15/440,155 priority patent/US10785380B2/en
Priority to CN201710102455.8A priority patent/CN107135324B/en
Publication of JP2017151899A publication Critical patent/JP2017151899A/en
Application granted granted Critical
Publication of JP6766375B2 publication Critical patent/JP6766375B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a program for a terminal device capable of realizing, by a simple operation, confirmation of an execution condition and an execution instruction of a process that is associated with an icon.SOLUTION: A terminal program makes a terminal device execute: a first display process (S31) for displaying an object associated with a corresponding process that is executed by the terminal program; a second display process (S34) for displaying an execution condition of the corresponding process indicated with the condition information stored in a memory, in response to detection of a peak operation for a position of the object (S32:start icon and S33:peak); and a corresponding process according to the execution condition, in responce to detection of a change from the peak operation to a pop operation for the position of the object (S35:ON).SELECTED DRAWING: Figure 4

Description

本発明は、タッチパネルを通じたユーザの指示に従って端末装置を動作させるプログラムに関する。   The present invention relates to a program for operating a terminal device in accordance with a user instruction through a touch panel.

従来より、コンテンツデータをユーザに指定させ、指定されたコンテンツデータに対する動作を画像処理装置に実行させる端末のアプリケーションが知られている。例えば、特許文献1に記載のアプリケーションは、プリントボタンがタッチされたことに応じて、スキャナデータに対するプリント動作をプリンタに指示する。   2. Description of the Related Art Conventionally, a terminal application that allows a user to specify content data and cause an image processing apparatus to execute an operation on the specified content data is known. For example, the application described in Patent Document 1 instructs a printer to perform a printing operation on scanner data in response to a touch on a print button.

特開2012−203742号公報JP 2012-203742 A

上記構成のアプリケーションを使用するユーザは、プリントボタンをタッチする前に、当該プリント動作の実行条件を確認したい場合がある。しかしながら、従来のアプリケーションでは、プリントボタンと異なるボタンがタッチされたことに応じて、プリント動作の実行条件を表示部に表示させるものが多く、実行条件を確認してからプリント動作を指示するまでのユーザ操作が煩雑になるという課題を生じる。   A user who uses the application configured as described above may want to confirm execution conditions of the print operation before touching the print button. However, in many conventional applications, when a button different from the print button is touched, the execution condition of the print operation is displayed on the display unit, and until the print operation is instructed after the execution condition is confirmed. There arises a problem that the user operation becomes complicated.

本発明は、上記の事情に鑑みてなされたものであり、その目的は、実行条件の確認及びアイコンに対応付けられた処理の実行指示を、シンプルな操作で実現可能な端末装置のプログラムを提供することにある。   The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a program for a terminal device capable of confirming execution conditions and executing a process associated with an icon with a simple operation. There is to do.

本明細書の一形態に係るプログラムは、表示面を有する表示部と、前記表示面に重ねて配置されてタッチ操作を検出するタッチセンサと、メモリとを備える端末装置によって実行可能である。該プログラムは、該プログラムに実行させる対応処理が対応付けられたオブジェクトを前記表示面に表示させる第1表示処理と、前記オブジェクトの位置に対する第1操作が実行されたことを前記タッチセンサが検出したことに応じて、前記メモリに記憶された条件情報で示される前記対応処理の実行条件を、前記表示面に表示させる第2表示処理と、前記オブジェクトの位置に対する前記第1操作が第2操作に変化したことを前記タッチセンサが検出したことに応じて、前記実行条件に従った前記対応処理とを前記端末装置に実行させる。   A program according to an embodiment of the present specification can be executed by a terminal device that includes a display unit having a display surface, a touch sensor that is arranged on the display surface to detect a touch operation, and a memory. In the program, the touch sensor detects that a first display process for displaying an object associated with a corresponding process to be executed by the program on the display surface and a first operation for the position of the object are executed. Accordingly, a second display process for displaying the execution condition of the corresponding process indicated by the condition information stored in the memory on the display surface, and the first operation for the position of the object is a second operation. In response to the touch sensor detecting the change, the terminal device is caused to execute the handling process according to the execution condition.

上記構成によれば、オブジェクトに対する第1操作によって実行条件が報知され、当該第1操作が第2操作に変化したことによって対応処理が実行される。すなわち、端末装置のユーザは、実行条件の確認及び対応処理の実行指示をシンプルな操作で実現することができる。   According to the above configuration, the execution condition is notified by the first operation on the object, and the corresponding process is executed when the first operation is changed to the second operation. That is, the user of the terminal device can realize execution condition confirmation and response processing execution instructions with a simple operation.

本明細書の他の形態に係るプログラムは、表示面を有する表示部と、前記表示面に重ねて配置されてタッチ操作を検出するタッチセンサと、メモリと、通信部とを備える端末装置によって実行可能である。該プログラムは、各々が画像データに対応付けられた複数のオブジェクトを含む第1画面を前記表示面に表示させる第1表示処理と、前記第1画面に対する第1操作が実行されたことを前記タッチセンサが検出したことに応じて、前記メモリに記憶された条件情報で示される実行条件を、前記表示面に表示させる第2表示処理と、前記オブジェクトの位置に対する前記第1操作が第2操作に変化したことを前記タッチセンサが検出したことに応じて、当該オブジェクトに対応する前記画像データを指定データに決定する決定処理と、前記指定データの出力を指示するタッチ操作が実行されたことを前記タッチセンサが検出したことに応じて、前記通信部を通じて画像処理装置に実行指示情報を送信する実行指示処理とを前記端末装置に実行させる。前記実行指示情報は、前記指定データを出力する出力動作を前記実行条件に従って実行することを指示する情報である。   A program according to another embodiment of the present specification is executed by a terminal device that includes a display unit having a display surface, a touch sensor that is arranged on the display surface to detect a touch operation, a memory, and a communication unit. Is possible. The program includes a first display process for displaying a first screen including a plurality of objects each associated with image data on the display surface, and that the first operation on the first screen has been executed. In response to detection by the sensor, a second display process for displaying the execution condition indicated by the condition information stored in the memory on the display surface, and the first operation for the position of the object is a second operation. In response to the detection of the change by the touch sensor, a determination process for determining the image data corresponding to the object as specified data and a touch operation for instructing output of the specified data are executed. In response to detection by the touch sensor, execution instruction processing for transmitting execution instruction information to the image processing apparatus through the communication unit is executed on the terminal device. That. The execution instruction information is information for instructing to execute an output operation for outputting the designated data in accordance with the execution condition.

上記構成によれば、オブジェクトに対する第1操作によって実行条件が報知され、当該第1操作が第2操作に変化したことによって対応する画像データが指定データに決定される。すなわち、端末装置のユーザは、実行条件の確認及び指定データの指定をシンプルな操作で実現することができる。   According to the above configuration, the execution condition is notified by the first operation on the object, and the corresponding image data is determined as the designated data when the first operation is changed to the second operation. That is, the user of the terminal device can realize execution condition confirmation and designation of designated data with a simple operation.

本明細書に記載の端末装置は、表示面を有する表示部と、前記表示面に重ねて配置されてタッチ操作を検出するタッチセンサと、メモリと、制御部とを備える。前記制御部は、該端末装置に実行させる対応処理が対応付けられたオブジェクトを前記表示面に表示させる第1表示処理と、前記オブジェクトの位置に対する第1操作が実行されたことを前記タッチセンサが検出したことに応じて、前記メモリに記憶された条件情報で示される前記対応処理の実行条件を、前記表示面に表示させる第2表示処理と、前記オブジェクトの位置に対する前記第1操作が第2操作に変化したことを前記タッチセンサが検出したことに応じて、前記実行条件に従った前記対応処理とを実行する。   The terminal device described in the present specification includes a display unit having a display surface, a touch sensor that is arranged on the display surface and detects a touch operation, a memory, and a control unit. The control unit includes: a first display process for displaying an object associated with a corresponding process to be executed by the terminal device on the display surface; and the touch sensor indicating that a first operation for the position of the object has been executed. In response to the detection, a second display process for displaying the execution condition of the corresponding process indicated by the condition information stored in the memory on the display surface, and the first operation for the position of the object is a second. In response to the touch sensor detecting that the operation has been changed, the corresponding processing according to the execution condition is executed.

図1は、実施形態に係るシステム100を構成する複合機10及び端末装置50のブロック図である。FIG. 1 is a block diagram of a multifunction device 10 and a terminal device 50 that constitute a system 100 according to the embodiment. 図2は、メモリ62に記憶されるデータの例であって、(A)は指定装置IDを、(B)は条件情報を、(C)はS56で更新された条件情報を示す。FIG. 2 shows an example of data stored in the memory 62, where (A) shows the designated device ID, (B) shows the condition information, and (C) shows the condition information updated in S56. 図3は、メイン処理のフローチャートである。FIG. 3 is a flowchart of the main process. 図4(A)はデータ選択処理のフローチャートであり、図4(B)はプレビュー処理のフローチャートである。FIG. 4A is a flowchart of data selection processing, and FIG. 4B is a flowchart of preview processing. 図5は、3Dタッチ処理のフローチャートである。FIG. 5 is a flowchart of the 3D touch process. 図6は、条件変更処理のフローチャートである。FIG. 6 is a flowchart of the condition change process. 図7は、表示部53の表示例であって、(A)はメイン画面を、(B)はステータス画面を示す。FIG. 7 is a display example of the display unit 53, where (A) shows the main screen and (B) shows the status screen. 図8は、表示部53の表示例であって、(A)はデータ選択画面を、(B)はデータ選択画面に重ねられた条件報知画面の例である。FIG. 8 is a display example of the display unit 53, where (A) is a data selection screen and (B) is an example of a condition notification screen superimposed on the data selection screen. 図9は、表示部53の表示例であって、(A)はデータ選択画面に重ねられた条件変更画面を、(B)はプレビュー画面を示す。FIG. 9 is a display example of the display unit 53, where (A) shows a condition change screen superimposed on the data selection screen, and (B) shows a preview screen. 図10は、表示部53の表示例であって、(A)はプレビュー画面に重ねられた個別報知画面を、(B)はプレビュー画面に重ねられた個別変更画面を示す。10A and 10B are display examples of the display unit 53. FIG. 10A shows an individual notification screen superimposed on the preview screen, and FIG. 10B shows an individual change screen superimposed on the preview screen. 図11は、表示部53の表示例であって、(A)はプレビュー画面に重ねられた全体報知画面を、(B)はプレビュー画面に重ねられた全体変更画面を示す。11A and 11B show display examples of the display unit 53, where FIG. 11A shows an overall notification screen superimposed on the preview screen, and FIG. 11B shows an overall change screen superimposed on the preview screen. 図12は、プレビュー画面に重ねられたステータス報知画面の表示例であって、(A)はプリント動作が実行可能な場合を、(B)はプリント動作が実行不能な場合を示す。FIG. 12 is a display example of the status notification screen superimposed on the preview screen. FIG. 12A shows a case where the printing operation can be executed, and FIG. 12B shows a case where the printing operation cannot be executed. 図13は、表示部53の表示例であって、(A)はプレビュー画面に重ねられたデバイス変更画面を、(B)はプレビュー画面に重ねられたヘルプ画面を示す。FIGS. 13A and 13B are display examples of the display unit 53. FIG. 13A shows a device change screen superimposed on the preview screen, and FIG. 13B shows a help screen superimposed on the preview screen.

以下、適宜図面を参照して本発明の実施形態について説明する。なお、以下に説明される実施形態は本発明の一例にすぎず、本発明の要旨を変更しない範囲で、本発明の実施形態を適宜変更できることは言うまでもない。例えば、後述する各処理の実行順序は、本発明の要旨を変更しない範囲で、適宜変更することができる。   Hereinafter, embodiments of the present invention will be described with reference to the drawings as appropriate. The embodiment described below is merely an example of the present invention, and it is needless to say that the embodiment of the present invention can be changed as appropriate without departing from the gist of the present invention. For example, the execution order of each process described below can be changed as appropriate without departing from the scope of the present invention.

図1は、本実施形態に係るシステム100の概略図である。図1に示されるシステム100は、複合機10と、端末装置50とで構成されている。なお、システム100は、複数の複合機10を含んでもよい。また、システム100は、複合機10に代えて、プリンタ単能機、スキャナ単能機、或いはFAX単能機等を含んでもよい。複合機10及び端末装置50は、通信ネットワーク101を通じて通信可能に構成されている。通信ネットワーク101は、例えば、有線LAN、無線LAN、或いはこれらの組み合わせであってもよい。   FIG. 1 is a schematic diagram of a system 100 according to the present embodiment. A system 100 shown in FIG. 1 includes a multifunction machine 10 and a terminal device 50. Note that the system 100 may include a plurality of multifunction peripherals 10. Further, the system 100 may include a printer single-function device, a scanner single-function device, a FAX single-function device, or the like, instead of the multifunction device 10. The multifunction device 10 and the terminal device 50 are configured to be able to communicate through the communication network 101. The communication network 101 may be, for example, a wired LAN, a wireless LAN, or a combination thereof.

複合機10は、図1に示されるように、プリンタ11と、スキャナ12と、FAX部13と、表示部23と、操作部24と、通信部25と、CPU31と、メモリ32と、通信バス33とを主に備える。複合機10を構成する各構成要素は、通信バス33を通じて相互に接続されている。複合機10は、画像処理装置の一例である。   As shown in FIG. 1, the multifunction machine 10 includes a printer 11, a scanner 12, a FAX unit 13, a display unit 23, an operation unit 24, a communication unit 25, a CPU 31, a memory 32, and a communication bus. 33 mainly. Each component constituting the multi-function device 10 is connected to each other through a communication bus 33. The multifunction machine 10 is an example of an image processing apparatus.

プリンタ11は、画像データで示される画像をシートに記録する記録動作を実行する。プリンタ11の記録方式としては、インクジェット方式や電子写真方式などの公知の方式を採用することができる。スキャナ12は、原稿に記録されている画像を読み取って画像データを生成するスキャン動作を実行する。FAX部13は、FAXプロトコルに従って画像データをFAX送信するFAX送信動作と、FAXプロトコルに従って画像データをFAX受信するFAX受信動作とを実行する。   The printer 11 performs a recording operation for recording an image indicated by the image data on a sheet. As a recording method of the printer 11, a known method such as an ink jet method or an electrophotographic method can be employed. The scanner 12 executes a scanning operation for reading an image recorded on a document and generating image data. The FAX unit 13 performs a FAX transmission operation for FAX transmission of image data according to the FAX protocol, and a FAX reception operation for FAX reception of image data according to the FAX protocol.

また、複合機10は、スキャン動作で生成した画像データをプリント動作でシートに記録するコピー動作を実行可能であってもよいし、スキャン動作で生成した画像データを指定された出力先(例えば、端末装置50、不図示のサーバ等)に出力する動作を実行可能であってもよい。プリント動作、スキャナ動作、コピー動作、FAX送信動作、及びFAX受信動作は、画像処理装置の動作の一例である。プリント動作及びFAX送信動作は、出力動作の一例である。   Further, the multifunction machine 10 may be capable of executing a copy operation in which image data generated by a scan operation is recorded on a sheet by a print operation, or the image data generated by the scan operation is designated as an output destination (for example, It may be possible to execute an operation to output to the terminal device 50, a server (not shown), or the like. A print operation, a scanner operation, a copy operation, a FAX transmission operation, and a FAX reception operation are examples of operations of the image processing apparatus. The print operation and FAX transmission operation are examples of output operations.

表示部23は、液晶ディスプレイ、有機ELディスプレイ等であり、各種情報を表示する表示面を備える。   The display unit 23 is a liquid crystal display, an organic EL display, or the like, and includes a display surface that displays various types of information.

操作部24は、ユーザによる入力操作を受け付けるユーザインタフェースである。具体的には、操作部24はボタンを有しており、押下されたボタンに対応づけられた各種の操作信号をCPU31へ出力する。さらに、操作部24は、表示部23の表示面に重畳された膜状のタッチセンサを有していてもよい。表示部23の表示面に表示されたオブジェクトを指定する操作、文字列或いは数字列を入力する操作は、ユーザ操作の一例である。「オブジェクト」とは、例えば、表示部23に表示された文字列、アイコン、ボタン、リンク、ラジオボタン、チェックボックス、プルダウンメニュー等である。   The operation unit 24 is a user interface that accepts an input operation by a user. Specifically, the operation unit 24 has a button, and outputs various operation signals associated with the pressed button to the CPU 31. Further, the operation unit 24 may include a film-like touch sensor superimposed on the display surface of the display unit 23. An operation for designating an object displayed on the display surface of the display unit 23 and an operation for inputting a character string or a numeric string are examples of user operations. The “object” is, for example, a character string, icon, button, link, radio button, check box, pull-down menu, or the like displayed on the display unit 23.

タッチセンサとして実現される操作部24は、ユーザがタッチした表示面上の位置を示す位置情報を出力する。なお、本明細書中における「タッチ」とは、入力媒体を表示面に接触させる操作全般を含む。また、入力媒体が表示面に触れていなくても、表示面との間の距離がごく僅かな位置まで入力媒体を近接させる「ホバー」或いは「フローティングタッチ」を、前述の「タッチ」の概念に含めてもよい。さらに入力媒体とは、ユーザの指であってもよいし、タッチペン等であってもよい。表示部23に表示されたアイコンの位置のタップするユーザ操作は、当該アイコンを指定する指定操作の一例である。   The operation unit 24 realized as a touch sensor outputs position information indicating the position on the display surface touched by the user. Note that “touch” in this specification includes all operations for bringing an input medium into contact with a display surface. In addition, even if the input medium is not touching the display surface, “hover” or “floating touch” that brings the input medium close to a position where the distance to the display surface is very small is based on the concept of “touch” described above. May be included. Furthermore, the input medium may be a user's finger or a touch pen. The user operation of tapping the position of the icon displayed on the display unit 23 is an example of a specifying operation for specifying the icon.

通信部25は、通信ネットワーク101を通じて外部装置と通信を行うためのインタフェースである。すなわち、複合機10は、通信部25を通じて端末装置50に各種情報を出力し、通信部25を通じて端末装置50から各種データ又は各種情報を受信する。通信部25の具体的な通信手順は特に限定されないが、例えば、Wi−Fi(Wi-Fi Allianceの登録商標)を採用することができる。但し、通信部25の具体例は上記の例に限定されず、例えば、LANケーブル或いはUSBケーブルが着脱されるインタフェース等であってもよい。   The communication unit 25 is an interface for communicating with an external device through the communication network 101. That is, the multifunction device 10 outputs various information to the terminal device 50 through the communication unit 25 and receives various data or various information from the terminal device 50 through the communication unit 25. Although the specific communication procedure of the communication part 25 is not specifically limited, For example, Wi-Fi (registered trademark of Wi-Fi Alliance) is employable. However, a specific example of the communication unit 25 is not limited to the above example, and may be, for example, an interface to which a LAN cable or a USB cable is attached or detached.

CPU31は、複合機10の全体動作を制御するものである。CPU31は、操作部24から出力される各種信号、及び通信部25を通じて外部装置から取得した各種情報等に基づいて、後述する各種プログラムをメモリ32から取得して実行する。すなわち、CPU31及びメモリ32は、制御部の一例を構成する。   The CPU 31 controls the overall operation of the multifunction machine 10. The CPU 31 acquires and executes various programs, which will be described later, from the memory 32 based on various signals output from the operation unit 24 and various information acquired from an external device through the communication unit 25. That is, the CPU 31 and the memory 32 constitute an example of a control unit.

メモリ32は、プログラム記憶領域32Aと、データ記憶領域32Bとを有する。領域32Aには、OS34と、装置プログラム35とが格納される。なお、装置プログラム35は、単一のプログラムであってもよいし、複数のプログラムの集合体であってもよい。領域32Bには、装置プログラム35の実行に必要なデータ或いは情報が記憶される。メモリ32は、例えば、RAM、ROM、EEPROM、HDD、複合機10に着脱されるUSBメモリ等の可搬記憶媒体、CPU31が備えるバッファ等、或いはそれらの組み合わせによって構成される。   The memory 32 has a program storage area 32A and a data storage area 32B. The area 32A stores an OS 34 and a device program 35. The device program 35 may be a single program or an aggregate of a plurality of programs. The area 32B stores data or information necessary for executing the device program 35. The memory 32 is configured by, for example, a RAM, a ROM, an EEPROM, an HDD, a portable storage medium such as a USB memory attached to or detached from the multifunction machine 10, a buffer provided in the CPU 31, or a combination thereof.

メモリ32は、コンピュータが読み取り可能なストレージ媒体であってもよい。コンピュータが読み取り可能なストレージ媒体とは、non−transitoryな媒体である。non−transitoryな媒体には、上記の例の他に、CD−ROM、DVD−ROM等の記録媒体も含まれる。また、non−transitoryな媒体は、tangibleな媒体でもある。一方、インターネット上のサーバなどからダウンロードされるプログラムを搬送する電気信号は、コンピュータが読み取り可能な媒体の一種であるコンピュータが読み取り可能な信号媒体であるが、non−transitoryなコンピュータが読み取り可能なストレージ媒体には含まれない。後述する端末装置50のメモリ62についても同様である。   The memory 32 may be a computer readable storage medium. A computer-readable storage medium is a non-transitory medium. Non-transitory media include recording media such as CD-ROM and DVD-ROM in addition to the above examples. A non-transitory medium is also a tangible medium. On the other hand, an electrical signal that carries a program downloaded from a server on the Internet is a computer-readable signal medium that is a kind of computer-readable medium, but a non-transitory computer-readable storage. Not included in the media. The same applies to the memory 62 of the terminal device 50 described later.

装置プログラム35は、通信部25を通じて端末装置50から送信要求情報を受信したことに応じて、送信要求情報の応答としてステータス情報を通信部25を通じて端末装置50に送信する。ステータス情報は、複合機10の状態を示す情報である。より詳細には、ステータス情報は、複合機10が各種動作の実行が可能な状態か否かを示す情報である。ステータス情報は、例えば、以下に示すような項目の一部又は全部を含む。ステータス情報に含まれる各種情報は、メモリ32に記憶されていてもよいし、周知のセンサによって検出されてもよい。   In response to receiving transmission request information from the terminal device 50 through the communication unit 25, the device program 35 transmits status information to the terminal device 50 through the communication unit 25 as a response to the transmission request information. The status information is information indicating the state of the multifunction machine 10. More specifically, the status information is information indicating whether the multifunction device 10 is in a state where various operations can be executed. The status information includes, for example, some or all of the items shown below. Various types of information included in the status information may be stored in the memory 32 or detected by a known sensor.

本実施形態に係るステータス情報は、インク情報と、シート情報とを含む。インク情報は、プリンタ11に装着されたインクカートリッジ内のインクの残量を示す。本実施形態に係るインク情報は、シアンインク、マゼンタインク、イエローインク、ブラックインクそれぞれの残量を示す。シート情報は、プリンタ11に装着された給紙トレイに収容されているシートの量を示す。   The status information according to the present embodiment includes ink information and sheet information. The ink information indicates the remaining amount of ink in the ink cartridge attached to the printer 11. The ink information according to the present embodiment indicates the remaining amount of each of cyan ink, magenta ink, yellow ink, and black ink. The sheet information indicates the amount of sheets stored in the paper feed tray mounted on the printer 11.

また、ステータス情報は、シートの両面に画像を記録可能か否かの能力を示す両面可否情報を含んでもよい。また、ステータス情報は、N(N=1、2、4、9、・・・等)個の画像を1枚のシートに集約して記録可能か否かの能力を示す集約可否情報を含んでもよい。また、ステータス情報は、給紙トレイに収容されているシートのサイズを示すサイズ情報を含んでもよい。さらに、ステータス情報は、プリンタ11が電子写真方式を採用している場合に、プリンタ11に装着されたトナーカートリッジ内のトナー残量を示すトナー情報を含んでもよい。   Further, the status information may include double-sided permission / inhibition information indicating the ability to record an image on both sides of the sheet. Further, the status information may include aggregation availability information indicating whether or not N (N = 1, 2, 4, 9,...) Images can be aggregated and recorded on one sheet. Good. The status information may include size information indicating the size of the sheets stored in the paper feed tray. Further, the status information may include toner information indicating the remaining amount of toner in the toner cartridge attached to the printer 11 when the printer 11 employs the electrophotographic method.

また、ステータス情報は、管理情報を含んでもよい。管理情報は、複合機10の管理者のみが閲覧可能な情報であって、例えば、プリンタ11の動作実績を示す実績情報、プリンタ11に設定されたセキュリティの内容を示すセキュリティ情報等を含んでもよい。実績情報は、例えば、プリンタ11に装着されたドラムの累積回転数、プリンタ11が画像を記録したシートの累積枚数等を示してもよい。セキュリティ情報は、例えば、特定のユーザのみに使用を許可する所謂SFL(Secure Function Lockの略)が複合機10に設定されているか否かを示してもよい。   Further, the status information may include management information. The management information is information that can be browsed only by the administrator of the multifunction peripheral 10, and may include, for example, performance information indicating the operation performance of the printer 11, security information indicating the security content set in the printer 11, and the like. . The record information may indicate, for example, the cumulative number of rotations of the drum mounted on the printer 11, the cumulative number of sheets on which the printer 11 has recorded images, and the like. The security information may indicate, for example, whether or not a so-called SFL (abbreviation of Secure Function Lock) that allows only a specific user to be used is set in the multifunction device 10.

なお、前述のステータス情報の具体例は、プリンタ11がプリント動作を実行可能か否かを示す項目であるが、ステータス情報に含まれる項目はこれらに限定されず、スキャナ12がスキャン動作を実行可能か否かを示す項目を含んでもよいし、FAX部13がFAX送信動作或いはFAX受信動作を実行可能か否かを示す項目を含んでもよい。   The specific example of the status information described above is an item indicating whether or not the printer 11 can execute the print operation. However, the items included in the status information are not limited to these, and the scanner 12 can execute the scan operation. Or an item indicating whether the FAX unit 13 can execute a FAX transmission operation or a FAX reception operation.

端末装置50は、図1に示されるように、表示部53と、操作部54と、通信部55と、CPU61と、メモリ62と、通信バス63とを主に備える。端末装置50に含まれる表示部53、通信部55、CPU61、メモリ62、及び通信バス63は、複合機10に含まれる表示部23、通信部25、CPU31、メモリ32、及び通信バス33と同様の構成なので、説明は省略する。CPU61及びメモリ62は、制御部の一例を構成する。端末装置50の具体例は特に限定されないが、例えば、携帯電話、スマートフォン、タブレット端末、或いはPC等である。   As shown in FIG. 1, the terminal device 50 mainly includes a display unit 53, an operation unit 54, a communication unit 55, a CPU 61, a memory 62, and a communication bus 63. The display unit 53, communication unit 55, CPU 61, memory 62, and communication bus 63 included in the terminal device 50 are the same as the display unit 23, communication unit 25, CPU 31, memory 32, and communication bus 33 included in the multifunction device 10. Because of this configuration, the description is omitted. The CPU 61 and the memory 62 constitute an example of a control unit. Although the specific example of the terminal device 50 is not specifically limited, For example, they are a mobile phone, a smart phone, a tablet terminal, or PC.

表示部53は、各種画面を表示する表示面を備える。表示面は、例えば、端末装置50の表面に露出された板状の透明な部材(例えば、ガラス板等)を指してもよい。「表示面に各種画面を表示する」とは、例えば、表示部53が表示させた画面が表示面を通してユーザに視認可能な状態を指す。   The display unit 53 includes a display surface that displays various screens. For example, the display surface may indicate a plate-shaped transparent member (for example, a glass plate) exposed on the surface of the terminal device 50. “Display various screens on the display surface” refers to a state where the screen displayed by the display unit 53 is visible to the user through the display surface.

操作部54は、ユーザによる各種操作を受け付ける入力インタフェースである。本実施形態に係る操作部54は、表示部53の表示面に重畳された膜状の圧力センサ54A及び位置センサ54Bを有する。すなわち、表示部23がタッチパネルディスプレイとして構成されている。圧力センサ54A及び位置センサ54Bは、表示部53の表示面、すなわち、端末装置50の表面に露出されたガラス板に対するタッチ操作に応じた操作信号を出力するタッチセンサの一例である。   The operation unit 54 is an input interface that accepts various operations by the user. The operation unit 54 according to the present embodiment includes a film-like pressure sensor 54 </ b> A and a position sensor 54 </ b> B superimposed on the display surface of the display unit 53. That is, the display unit 23 is configured as a touch panel display. The pressure sensor 54 </ b> A and the position sensor 54 </ b> B are an example of a touch sensor that outputs an operation signal corresponding to a touch operation on the glass plate exposed on the display surface of the display unit 53, that is, the surface of the terminal device 50.

圧力センサ54Aは、入力媒体によって表示面に加えられた圧力に応じた圧力信号をCPU61に出力する。圧力センサ54Aは、第1圧力未満の押圧力で表示面が押されたことに応じて、第1圧力信号を出力する。また、圧力センサ54Aは、第1圧力以上で且つ第2圧力未満の押圧力で表示面が押されたことに応じて、第2圧力信号を出力する。さらに、圧力センサ54Aは、第2圧力以上の押圧力で表示面が押されたことに応じて、第3圧力信号を出力する。なお、第2圧力は、第1圧力より大きい。または、圧力センサ54Aは、表示面に加えられた圧力値を示す圧力信号を、CPU61に出力してもよい。この場合、圧力信号で示される圧力値と閾値との比較は、CPU61によって行われる。   The pressure sensor 54A outputs to the CPU 61 a pressure signal corresponding to the pressure applied to the display surface by the input medium. The pressure sensor 54A outputs a first pressure signal in response to the display surface being pressed with a pressing force less than the first pressure. The pressure sensor 54A outputs a second pressure signal in response to the display surface being pressed with a pressing force that is equal to or higher than the first pressure and lower than the second pressure. Furthermore, the pressure sensor 54A outputs a third pressure signal in response to the display surface being pressed with a pressing force equal to or higher than the second pressure. The second pressure is greater than the first pressure. Alternatively, the pressure sensor 54A may output a pressure signal indicating the pressure value applied to the display surface to the CPU 61. In this case, the CPU 61 compares the pressure value indicated by the pressure signal with the threshold value.

位置センサ54Bは、入力媒体によって圧力が加えられた表示面上の位置に応じた位置信号をCPU61に出力する。位置信号は、例えば、表示面の左上端を原点とし、右向きをx軸の正の向き、下向きをy軸の正の向きとしたx−y平面上の座標(x,y)を示す。また、位置センサ54Bは、表示面に対するタッチ操作が継続してなされている場合に、所定の検知周期(例えば、10msec)毎に位置信号を繰り返し出力する。   The position sensor 54B outputs a position signal corresponding to the position on the display surface to which pressure is applied by the input medium to the CPU 61. The position signal indicates, for example, coordinates (x, y) on the xy plane in which the upper left corner of the display surface is the origin, the right direction is the positive direction of the x axis, and the downward direction is the positive direction of the y axis. Further, the position sensor 54B repeatedly outputs a position signal every predetermined detection period (for example, 10 msec) when the touch operation on the display surface is continuously performed.

なお、本明細書中における「タッチ」とは、入力媒体を表示面に接触させる操作全般を含む。すなわち、前述のタップ操作、後述するピーク操作、ポップ操作、スライド操作、及びフリック操作の他、ロングタッチ操作、ピンチイン操作、ピンチアウト操作等は、タッチ操作の一例である。ピーク操作は第1操作の一例であり、ポップ操作は第2操作の一例であり、スライド操作或いはフリック操作は第3操作の一例であり、タップ操作は第4操作の一例である。   Note that “touch” in this specification includes all operations for bringing an input medium into contact with a display surface. That is, in addition to the above-described tap operation, peak operation, pop operation, slide operation, and flick operation described later, a long touch operation, a pinch-in operation, a pinch-out operation, and the like are examples of touch operations. The peak operation is an example of the first operation, the pop operation is an example of the second operation, the slide operation or the flick operation is an example of the third operation, and the tap operation is an example of the fourth operation.

より詳細には、操作部54は、第1圧力信号が圧力センサ54Aから出力されたことに応じて、位置センサ54Bから出力される位置信号で示される位置に対するタップ操作が実行されたことを検出する。操作部54は、第2圧力信号が圧力センサ54Aから出力されたことに応じて、位置センサ54Bから出力される位置信号で示される位置に対するピーク操作が実行されたことを検出する。操作部54は、第3圧力信号が圧力センサ54Aから出力されたことに応じて、位置センサ54Bから出力される位置信号で示される位置に対するポップ操作が実行されたことを検出する。操作部54は、位置センサ54Bから出力された位置信号で示される位置が連続的に変化したことに応じて、スライド操作或いはフリック操作が実行されたことを検出する。   More specifically, the operation unit 54 detects that a tap operation has been performed on the position indicated by the position signal output from the position sensor 54B in response to the output of the first pressure signal from the pressure sensor 54A. To do. In response to the output of the second pressure signal from the pressure sensor 54A, the operation unit 54 detects that the peak operation for the position indicated by the position signal output from the position sensor 54B has been executed. In response to the output of the third pressure signal from the pressure sensor 54A, the operation unit 54 detects that a pop operation has been performed on the position indicated by the position signal output from the position sensor 54B. The operation unit 54 detects that a slide operation or a flick operation has been executed in response to a continuous change in the position indicated by the position signal output from the position sensor 54B.

領域62Bは、例えば図2(A)に示されるように、指定装置IDを記憶することができる。指定装置IDは、ユーザによって指定された画像処理装置(以下、「指定装置」と表記する。)を識別する装置識別情報である。指定装置IDは、例えば、端末プログラム65のインストール時には領域62Bに記憶されず、後述するS13、S46等で端末プログラム65によって領域62Bに記憶される。また、領域62Bは、通信ネットワーク101内で指定装置を特定する通信情報(例えば、IPアドレス、MACアドレス、SSID等)、指定装置が実行可能な動作を識別する動作ID等を、指定装置IDと対応付けてさらに記憶してもよい。   The area 62B can store the designated device ID as shown in FIG. 2A, for example. The designated device ID is device identification information for identifying an image processing device designated by the user (hereinafter referred to as “designated device”). For example, the designated device ID is not stored in the area 62B when the terminal program 65 is installed, but is stored in the area 62B by the terminal program 65 in S13, S46, and the like described later. In addition, the area 62B includes communication information (for example, an IP address, a MAC address, an SSID, and the like) that identifies a designated device in the communication network 101, an operation ID that identifies an operation that can be performed by the designated device, and a designated device ID. You may memorize | store further by matching.

また、領域62Bは、例えば図2(B)に示されるように、プリント動作の実行条件を示す条件情報を記憶することができる。条件情報は、例えば、端末プログラム65のインストール時には領域62Bに記憶されず、S46、S56、S62等で端末プログラム65によって領域62Bに記憶される。本実施形態に係る条件情報は、トレイ情報と、色情報と、記録面情報と、レイアウト情報とを含む。また、前述の指定装置IDは、条件情報に含まれていてもよい。さらに、領域62Bは、スキャン動作、FAX送信動作、及びFAX受信動作それぞれの実行条件を示す条件情報をさらに記憶していてもよい。   In addition, the area 62B can store condition information indicating execution conditions of the printing operation as shown in FIG. 2B, for example. For example, the condition information is not stored in the area 62B when the terminal program 65 is installed, but is stored in the area 62B by the terminal program 65 in S46, S56, S62, and the like. The condition information according to the present embodiment includes tray information, color information, recording surface information, and layout information. Further, the above-described designation device ID may be included in the condition information. Furthermore, the area 62B may further store condition information indicating execution conditions of the scan operation, the FAX transmission operation, and the FAX reception operation.

トレイ情報は、プリント動作で画像を記録するシートの給紙元のトレイを特定する情報である。色情報は、プリント動作に用いる色(例えば、“モノクロ”、“カラー”)を示す情報である。記録面情報は、画像を記録するシートの面(例えば、“片面”、“両面”)を示す情報である。レイアウト情報は、1枚のシートに集約して記録する画像の数N(例えば、“集約なし”、“2in1”、“4in1”等)を示す情報である。すなわち、図2(B)に示される条件情報は、トレイ1に収容されたシートの片面に、2つの画像を集約してカラーで記録することを示す。トレイ情報、色情報、記録面情報、及びレイアウト情報は、条件情報に含まれる項目の一例である。   The tray information is information for specifying a tray that is a sheet supply source of a sheet on which an image is recorded by a printing operation. The color information is information indicating a color (for example, “monochrome”, “color”) used for the printing operation. The recording surface information is information indicating the surface (for example, “single side”, “double side”) of the sheet on which the image is recorded. The layout information is information indicating the number N (for example, “no aggregation”, “2 in 1”, “4 in 1”, etc.) of images to be recorded in one sheet. That is, the condition information shown in FIG. 2B indicates that two images are collected and recorded in color on one side of the sheet stored in the tray 1. Tray information, color information, recording surface information, and layout information are examples of items included in the condition information.

また図示は省略するが、領域62Bには、データフォルダが設けられていてもよい。データフォルダには、例えば、写真データ、文書データ、プレゼンテーションデータ、表計算データ等が格納されていてもよい。なお、データフォルダに記憶されるデータは、1以上のページデータを含む。ページデータは、レイアウト情報“集約なし”のときに1枚のシートに記録される画像を示すデータである。さらに図示は省略するが、領域62Bは、端末プログラム65が実行する処理に必要な情報(例えば、継続フラグ)を記憶する。   Although not shown, a data folder may be provided in the area 62B. For example, photo data, document data, presentation data, spreadsheet data, and the like may be stored in the data folder. Note that the data stored in the data folder includes one or more page data. The page data is data indicating an image recorded on one sheet when the layout information is “no aggregation”. Furthermore, although illustration is omitted, the area 62B stores information (for example, a continuation flag) necessary for processing executed by the terminal program 65.

図3〜図6を参照して、本実施形態に係るシステム100の動作を説明する。   The operation of the system 100 according to this embodiment will be described with reference to FIGS.

本明細書のフローチャートは、基本的に、プログラムに記述された命令に従ったCPU31、61の処理を示す。すなわち、以下の説明における「判断」、「抽出」、「算出」、「選択」、「制御」等の処理は、CPU31、61の処理を表している。CPU61による処理は、OS64を介したハードウェア制御も含む。また、本明細書中の「データ」とは、コンピュータに読取可能なビット列で表される。そして、実質的な意味内容が同じでフォーマットが異なるデータは、同一のデータとして扱われるものとする。本明細書中の「情報」についても同様である。   The flowchart in this specification basically shows the processing of the CPUs 31 and 61 in accordance with the instructions described in the program. That is, processes such as “judgment”, “extraction”, “calculation”, “selection”, and “control” in the following description represent processes of the CPUs 31 and 61. The processing by the CPU 61 includes hardware control via the OS 64. Further, “data” in this specification is represented by a bit string readable by a computer. Data having substantially the same semantic content but different formats are handled as the same data. The same applies to “information” in this specification.

端末装置50の端末プログラム65は、ユーザによって起動されたことに応じて、図3に示されるメイン処理を実行する。まず、端末プログラム65は、図7(A)に示されるメイン画面を表示部53に表示させる(S11)。メイン画面は、動作アイコン111、112、113、114と、ステータスアイコン115と、デバイスアイコン116とを含む。そして、端末プログラム65は、メイン画面に対するユーザ操作を、操作部54を通じて受け付ける(S12)。   The terminal program 65 of the terminal device 50 executes the main process shown in FIG. 3 in response to being activated by the user. First, the terminal program 65 displays the main screen shown in FIG. 7A on the display unit 53 (S11). The main screen includes operation icons 111, 112, 113, 114, a status icon 115, and a device icon 116. Then, the terminal program 65 receives a user operation on the main screen through the operation unit 54 (S12).

動作アイコン111はプリント動作に対応し、動作アイコン112はスキャン動作に対応し、動作アイコン113はコピー動作に対応し、動作アイコン114はFAX送信動作及びFAX受信動作に対応する。ステータスアイコン115は、指定装置の状態を示すステータス画面を表示させる指示に対応する。デバイスアイコン116は、指定装置を切り替える指示に対応する。また、図7(A)に示されるデバイスアイコン116には、領域62Bに記憶されている指定装置ID“MFP−A”が記述されている。   The operation icon 111 corresponds to a print operation, the operation icon 112 corresponds to a scan operation, the operation icon 113 corresponds to a copy operation, and the operation icon 114 corresponds to a FAX transmission operation and a FAX reception operation. The status icon 115 corresponds to an instruction to display a status screen indicating the state of the designated device. The device icon 116 corresponds to an instruction to switch the designated device. In addition, the device icon 116 shown in FIG. 7A describes the designated device ID “MFP-A” stored in the area 62B.

次に、端末プログラム65は、デバイスアイコン116の位置に対するタップ操作を操作部54が検出したことに応じて(S12:デバイスアイコン)、指定装置を指定或いは変更するユーザ操作を、操作部54を通じて受け付ける(S13)。より詳細には、端末プログラム65は、通信ネットワーク101に接続された画像処理装置を検索し、発見した画像処理装置の一覧を表示部53に表示させ、一覧表示された画像処理装置の1つを指定するユーザ操作を操作部54を通じて受け付け、指定された画像処理装置の装置IDを指定装置IDとして領域62Bに記憶させる。そして、端末プログラム65は、S11以降の処理を再び実行する。S13で指定装置が変更された場合、メイン画面のデバイスアイコン116には、新たな指定装置IDが記述される。   Next, the terminal program 65 accepts a user operation for designating or changing a designated device through the operation unit 54 in response to the operation unit 54 detecting a tap operation on the position of the device icon 116 (S12: device icon). (S13). More specifically, the terminal program 65 searches for an image processing device connected to the communication network 101, displays a list of found image processing devices on the display unit 53, and selects one of the displayed image processing devices. The designated user operation is accepted through the operation unit 54, and the device ID of the designated image processing device is stored in the region 62B as the designated device ID. And the terminal program 65 performs the process after S11 again. When the designated device is changed in S13, a new designated device ID is described in the device icon 116 on the main screen.

次に、端末プログラム65は、ステータスアイコン115の位置に対するタップ操作を操作部54が検出したことに応じて(S12:ステータスアイコン)、図7(B)に示されるステータス画面を表示部53に表示させる(S14)。ステータス画面は、指定装置IDと、通信状態と、シート残量と、インク残量と、[OK]アイコン121とを含む。より詳細には、端末プログラム65は、指定装置である複合機10に通信部55を通じて送信要求情報を送信し、送信要求情報の応答として複合機10から送信されたステータス情報を通信部55を通じて受信する。そして、端末プログラム65は、受信したステータス情報で示される複合機10の状態を、ステータス画面に表示する。   Next, the terminal program 65 displays the status screen shown in FIG. 7B on the display unit 53 in response to the operation unit 54 detecting a tap operation on the position of the status icon 115 (S12: status icon). (S14). The status screen includes a designated device ID, a communication state, a remaining sheet amount, a remaining ink amount, and an [OK] icon 121. More specifically, the terminal program 65 transmits transmission request information to the multifunction device 10 that is the designated device through the communication unit 55, and receives status information transmitted from the multifunction device 10 as a response to the transmission request information through the communication unit 55. To do. Then, the terminal program 65 displays the status of the multifunction machine 10 indicated by the received status information on the status screen.

装置IDは、領域62Bに記憶された指定装置IDである。通信状態は、指定装置と通信可能か否かを示すものであって、例えば、ステータス情報を受信した場合に“オンライン”と表示され、ステータス情報を受信しなかった場合に“オフライン”と表示される。また、オフラインの場合はステータス情報が受信されないので、シート残量及びインク残量は、項目名のみがステータス画面に表示される。シート残量は、ステータス情報に含まれるシート情報で示されるシートの残量である。インク残量は、ステータス情報に含まれるインク情報で示されるインクの残量である。そして、端末プログラム65は、[OK]アイコン121の位置に対するタップ操作を操作部54が検出したことに応じて、S11以降の処理を再び実行する。   The device ID is a designated device ID stored in the area 62B. The communication status indicates whether or not communication with the designated device is possible. For example, when the status information is received, “online” is displayed, and when the status information is not received, “offline” is displayed. The Further, since status information is not received when offline, only the item names of the remaining sheet amount and remaining ink amount are displayed on the status screen. The remaining sheet capacity is the remaining sheet capacity indicated by the sheet information included in the status information. The ink remaining amount is the remaining amount of ink indicated by the ink information included in the status information. Then, in response to the operation unit 54 detecting a tap operation on the position of the [OK] icon 121, the terminal program 65 executes the processes after S11 again.

次に、端末プログラム65は、例えば動作アイコン111の位置に対するタップ操作を操作部54が検出したことに応じて(S12:プリントアイコン)、プリント動作を指定動作に決定する。以下、プリント動作が指定動作に決定されたことを前提として、ステップS15以降の処理を説明するが、他の動作が指定動作に決定された場合には、各動作に応じた処理が実行される。そして、端末プログラム65は、データ選択処理を実行する(S15)。データ選択処理は、プリント動作の対象となるデータ(以下、「指定データ」と表記する。)をユーザに選択させる処理である。図4(A)を参照して、データ選択処理の詳細を説明する。   Next, the terminal program 65 determines the printing operation as the designated operation in response to the operation unit 54 detecting a tap operation on the position of the operation icon 111 (S12: print icon), for example. Hereinafter, the processing after step S15 will be described on the assumption that the printing operation is determined as the designated operation. However, when another operation is determined as the designated operation, processing corresponding to each operation is executed. . And the terminal program 65 performs a data selection process (S15). The data selection process is a process that allows the user to select data to be printed (hereinafter referred to as “designated data”). Details of the data selection process will be described with reference to FIG.

まず、端末プログラム65は、図8(A)に示されるデータ選択画面を表示部53に表示させる(S21)。ステップS21の処理は、第1表示処理の一例である。データ選択画面は、複数のデータアイコン131、132、133を含む。データアイコン131〜133は、例えば、データフォルダに格納された各種データ、或いはインターネット上の不図示のサーバに記憶された各種データに対応するデータオブジェクトの一例である。そして、端末プログラム65は、データ選択画面に対するユーザ操作を操作部54を通じて受け付ける(S22)。   First, the terminal program 65 displays the data selection screen shown in FIG. 8A on the display unit 53 (S21). The process of step S21 is an example of a first display process. The data selection screen includes a plurality of data icons 131, 132, and 133. The data icons 131 to 133 are examples of data objects corresponding to various data stored in a data folder or various data stored in a server (not shown) on the Internet, for example. And the terminal program 65 receives the user operation with respect to a data selection screen through the operation part 54 (S22).

次に、端末プログラム65は、例えばデータアイコン133の位置に対するピーク操作を操作部54が検出したことに応じて(S22:ピーク)、3Dタッチ処理を実行する(S23)。3Dタッチとは、押圧力の異なるタッチ操作(例えば、タップ操作、ピーク操作、ポップ操作)に、異なる処理を割り当てることができる機能を指す。3Dタッチ処理は、アイコンに対するタッチ操作の種類に応じて、様々な情報を表示し且つ様々な操作を受け付ける処理である。図5を参照して、3Dタッチ処理の詳細を説明する。   Next, the terminal program 65 executes a 3D touch process in response to the operation unit 54 detecting a peak operation for the position of the data icon 133 (S22: peak) (S23). The 3D touch refers to a function that can assign different processes to touch operations with different pressing forces (for example, tap operation, peak operation, pop operation). The 3D touch process is a process of displaying various information and receiving various operations according to the type of touch operation on the icon. The details of the 3D touch process will be described with reference to FIG.

まず、端末プログラム65は、指定装置である複合機10に通信部55を通じて送信要求情報を送信し、送信要求情報の応答として複合機10から送信されたステータス情報を通信部55を通じて受信する(S41)。次に、端末プログラム65は、図8(B)に示される条件報知画面を表示部53に表示させる(S42)。本実施形態に係る条件報知画面は、データ選択画面に重ねて表示されるポップアップウィンドウである。S41の処理は受信処理の一例であり、S42の処理は第2表示処理の一例である。そして、端末プログラム65は、条件報知画面に対するユーザ操作を操作部54を通じて受け付ける(S43)。   First, the terminal program 65 transmits transmission request information to the multifunction device 10 that is a designated device through the communication unit 55, and receives status information transmitted from the multifunction device 10 as a response to the transmission request information through the communication unit 55 (S41). ). Next, the terminal program 65 displays the condition notification screen shown in FIG. 8B on the display unit 53 (S42). The condition notification screen according to the present embodiment is a pop-up window that is displayed so as to overlap the data selection screen. The process of S41 is an example of a reception process, and the process of S42 is an example of a second display process. And the terminal program 65 receives the user operation with respect to a condition alerting | reporting screen through the operation part 54 (S43).

条件報知画面は、領域62Bに記憶された条件情報で示されるプリント動作の実行条件を報知する画面である。また、端末プログラム65は、条件報知画面において、領域62Bに記憶された条件情報で示される複数の実行条件のうち、S41で受信したステータス情報で示される状態でのプリント動作の実行を阻害する実行条件(以下、「阻害条件」と表記する。)に、[×]画像141を対応付けて表示する。一方、阻害条件が存在しない場合には、条件報知画面に[×]画像141が表示されない。   The condition notification screen is a screen for notifying the execution condition of the printing operation indicated by the condition information stored in the area 62B. In addition, the terminal program 65 executes execution that inhibits execution of the printing operation in the state indicated by the status information received in S41 among the plurality of execution conditions indicated by the condition information stored in the area 62B on the condition notification screen. [X] image 141 is displayed in association with a condition (hereinafter referred to as “inhibition condition”). On the other hand, when there is no inhibition condition, the [×] image 141 is not displayed on the condition notification screen.

一例として、端末プログラム65は、ステータス情報に含まれるインク情報で示されるシアンインクの残量が閾値(例えば、10%)未満であることに応じて、図8(B)に示されるように、色情報“カラー”が阻害条件であると判断し、当該阻害条件に対応付けて[×]画像141を表示する。マゼンタインク或いはイエローインクの残量が閾値未満の場合も同様である。他の例として、端末プログラム65は、ステータス情報に含まれるシート情報で示されるトレイ1のシート残量が0%であることに応じて、トレイ情報“トレイ1”が阻害条件であると判断する。   As an example, in response to the remaining amount of cyan ink indicated by the ink information included in the status information being less than a threshold value (for example, 10%), as illustrated in FIG. It is determined that the color information “color” is an inhibition condition, and the [×] image 141 is displayed in association with the inhibition condition. The same applies when the remaining amount of magenta ink or yellow ink is less than the threshold value. As another example, the terminal program 65 determines that the tray information “tray 1” is an obstacle condition when the remaining amount of the sheet in the tray 1 indicated by the sheet information included in the status information is 0%. .

[×]画像141を表示することは、阻害条件の明示の一例である。但し、阻害条件を明示する具体的な方法はこれに限定されない。一例として、端末プログラム65は、阻害条件をハイライト表示してもよい。他の例として、端末プログラム65は、条件報知画面において、阻害条件を他の実行条件より上に表示させてもよい。さらに他の例として、端末プログラム65は、条件報知画面に阻害条件のみを表示させ、阻害条件でない実行条件を非表示にしてもよい。   [X] Displaying the image 141 is an example of an explicit inhibition condition. However, the specific method of clearly indicating the inhibition condition is not limited to this. As an example, the terminal program 65 may highlight the inhibition condition. As another example, the terminal program 65 may display the inhibition condition above other execution conditions on the condition notification screen. As yet another example, the terminal program 65 may display only the inhibition conditions on the condition notification screen and hide the execution conditions that are not inhibition conditions.

次に、端末プログラム65は、S22で検出したピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S43:スライド)、図9(A)に示される条件変更画面を、条件報知画面に代えて表示部53に表示させる(S44)。本実施形態に係る条件変更画面は、データ選択画面に重ねて表示されるポップアップウィンドウである。S44の処理は第3表示処理の一例である。なお、操作部54は、第2圧力信号が圧力センサ54Aから出力されている状態で、位置センサ54Bから出力された位置信号で示される位置が連続的に変化したことに応じて、ピーク操作がスライド操作に変化したことを検出する。そして、端末プログラム65は、条件変更画面に対するユーザ操作を操作部54を通じて受け付ける(S45)。   Next, the terminal program 65 displays the condition change screen shown in FIG. 9A in response to the operation unit 54 detecting that the peak operation detected in S22 has changed to a slide operation (S43: slide). Then, it is displayed on the display unit 53 instead of the condition notification screen (S44). The condition change screen according to the present embodiment is a pop-up window displayed so as to overlap the data selection screen. The process of S44 is an example of a third display process. The operation unit 54 performs peak operation in response to a continuous change in the position indicated by the position signal output from the position sensor 54B while the second pressure signal is output from the pressure sensor 54A. Detects a change to a slide operation. And the terminal program 65 receives the user operation with respect to a condition change screen through the operation part 54 (S45).

条件変更画面は、阻害条件の変更を促す画面である。図9(A)に示される条件変更画面は、「色設定をモノクロに変更しますか?」とのメッセージと、[YES]アイコン142と、[NO]アイコン143とを含む。すなわち、図9(A)に示される条件変更画面は、領域62Bに記憶された条件情報の色情報を、“カラー”から“モノクロ”に変更することを促す画面である。なお、条件変更画面に表示される内容は、どの実行条件が阻害条件となるかによって異なる。   The condition change screen is a screen that prompts the change of the inhibition condition. The condition change screen shown in FIG. 9A includes a message “Do you want to change the color setting to monochrome?”, A [YES] icon 142, and a [NO] icon 143. That is, the condition change screen shown in FIG. 9A is a screen that prompts the user to change the color information of the condition information stored in the area 62B from “color” to “monochrome”. Note that the content displayed on the condition change screen differs depending on which execution condition becomes the inhibition condition.

次に、端末プログラム65は、[YES]アイコン142の位置に対するタップ操作を操作部54が検出したことに応じて(S45:Yes)、条件変更画面を通じて促された内容で、領域62Bに記憶された条件情報を更新する(S46)。すなわち、本実施形態に係る端末プログラム65は、領域62Bに記憶された条件情報のうち、色情報を“カラー”から“モノクロ”に変更する。[YES]アイコン142に対するタップ操作は、実行条件の変更を指示するタッチ操作の一例である。一方、端末プログラム65は、[NO]アイコン143の位置に対するタップ操作を操作部54が検出したことに応じて(S45:No)、S46の処理をスキップする。   Next, the terminal program 65 is stored in the area 62B with the content prompted through the condition change screen in response to the operation unit 54 detecting a tap operation on the position of the [YES] icon 142 (S45: Yes). The updated condition information is updated (S46). That is, the terminal program 65 according to the present embodiment changes the color information from “color” to “monochrome” in the condition information stored in the area 62B. The tap operation on [YES] icon 142 is an example of a touch operation that instructs to change the execution condition. On the other hand, the terminal program 65 skips the process of S46 in response to the operation unit 54 detecting a tap operation on the position of the [NO] icon 143 (S45: No).

次に、端末プログラム65は、S41で受信したステータス情報で示される状態の指定装置が、領域62Bに記憶された条件情報で示される実行条件に従ったプリント動作を、実行可能か否かを判断する(S47)。なお、S46で実行条件が変更された場合、端末プログラム65は、変更後の実行条件に従ったプリント動作を、指定装置が実行可能か否かを判断する。S47の処理は、第1判断処理の一例である。   Next, the terminal program 65 determines whether or not the designation device in the state indicated by the status information received in S41 can execute the printing operation according to the execution condition indicated by the condition information stored in the area 62B. (S47). When the execution condition is changed in S46, the terminal program 65 determines whether or not the designated device can execute the printing operation according to the changed execution condition. The process of S47 is an example of a first determination process.

端末プログラム65は、例えばステップS47において、S41でステータス情報を受信したか否か、受信したステータス情報に含まれるインク情報で示されるインク残量が閾値以上か否か、受信したステータス情報に含まれるシート情報で示されるシート残量が0%より多いか否か等を判断すればよい。また、端末プログラム65は、領域62Bに記憶された色情報“モノクロ”の場合はブラックのインク残量のみを閾値と比較すればよく、色情報“カラー”の場合は全色のインク残量を閾値と比較すればよい。   The terminal program 65 is included in the received status information, for example, in step S47, whether the status information is received in S41, whether the ink remaining amount indicated by the ink information included in the received status information is greater than or equal to a threshold value. It may be determined whether or not the remaining amount of the sheet indicated by the sheet information is greater than 0%. Further, the terminal program 65 may compare only the black ink remaining amount with the threshold value in the case of color information “monochrome” stored in the area 62B, and the ink remaining amount of all colors in the color information “color”. What is necessary is just to compare with a threshold value.

そして、端末プログラム65は、前述の全ての条件を満たすことに応じて、指定装置がプリント動作を実行可能と判断する(S47:Yes)。そして、端末プログラム65は、継続フラグに第1値“ON”を設定して(S48)、3Dタッチ処理を終了する。一方、端末プログラム65は、前述の条件のうちの少なくとも1つを満たさないことに応じて、指定装置がプリント動作を実行不能と判断する(S47:No)。そして、端末プログラム65は、継続フラグに第2値“OFF”を設定して(S49)、3Dタッチ処理を終了する。   Then, the terminal program 65 determines that the designated device can execute the printing operation in response to satisfying all the above-described conditions (S47: Yes). Then, the terminal program 65 sets the first value “ON” in the continuation flag (S48), and ends the 3D touch process. On the other hand, the terminal program 65 determines that the designated device cannot perform the printing operation in response to not satisfying at least one of the above-described conditions (S47: No). Then, the terminal program 65 sets the second value “OFF” in the continuation flag (S49), and ends the 3D touch process.

一方、端末プログラム65は、S22で検出したピーク操作がポップ操作に変化したことを操作部54が検出したことに応じて(S43:ポップ)、S44〜S46の処理を実行することなく、S47以降の処理を実行する。また、阻害条件が存在しないときにスライド操作がなされた場合も、S44〜S46の処理をスキップしてもよい。さらに、端末プログラム65は、ピーク操作中の入力媒体が表示面から離間したことを操作部54が検出したことに応じて(S43:離間)、S44〜S48の処理を実行することなく、S49の処理を実行する。   On the other hand, the terminal program 65 does not execute the processing of S44 to S46, but after S47 in response to the operation unit 54 detecting that the peak operation detected in S22 has changed to a pop operation (S43: Pop). Execute the process. In addition, when a slide operation is performed when there is no inhibition condition, the processing of S44 to S46 may be skipped. Furthermore, the terminal program 65 executes the processing of S49 without executing the processing of S44 to S48 in response to the operation unit 54 detecting that the input medium during peak operation has been separated from the display surface (S43: separation). Execute the process.

次に図4(A)に戻って、端末プログラム65は、継続フラグの設定値を判断する(S24)。そして、端末プログラム65は、継続フラグに第1値“ON”が設定されていると判断したことに応じて(S24:ON)、ピーク操作を検出した位置のデータアイコン133に対応するデータ“プレゼン.PPT”を、指定データに決定する(S25)。すなわち、端末プログラム65は、データアイコン133に対応付けられたデータ“プレゼン.PPT”のデータIDを、指定データIDとして領域62Bに一時記憶させる。S25の処理は決定処理の一例である。   Next, returning to FIG. 4A, the terminal program 65 determines the set value of the continuation flag (S24). When the terminal program 65 determines that the first value “ON” is set in the continuation flag (S24: ON), the data “presentation” corresponding to the data icon 133 at the position where the peak operation is detected is determined. .PPT "is determined as the designated data (S25). That is, the terminal program 65 temporarily stores the data ID of the data “presentation.PPT” associated with the data icon 133 in the area 62B as the specified data ID. The process of S25 is an example of a determination process.

一方、端末プログラム65は、継続フラグに第2値“OFF”が設定されていると判断したことに応じて(S24:OFF)、S21以降の処理を再び実行する。すなわち、端末プログラム65は、S42、S44で表示させた画面を非表示にすることによって、S25以降の処理に進まずに、データ選択画面を表示部53に表示させる。このとき、端末プログラム65は、「指定されたデータに対するプリント動作を実行できません。」等のメッセージを、表示部53に表示させてもよい。また、端末プログラム65は、データアイコン133の位置に対するタップ操作を操作部54が検出したことに応じて(S22:タップ)、S23、S24の処理を実行することなく、S25の処理を実行する。   On the other hand, in response to determining that the second value “OFF” is set in the continuation flag (S24: OFF), the terminal program 65 executes the processing subsequent to S21 again. That is, the terminal program 65 displays the data selection screen on the display unit 53 without proceeding to the processing after S25 by hiding the screen displayed in S42 and S44. At this time, the terminal program 65 may cause the display unit 53 to display a message such as “The printing operation for the specified data cannot be executed”. Further, the terminal program 65 executes the process of S25 without executing the processes of S23 and S24 in response to the operation unit 54 detecting a tap operation on the position of the data icon 133 (S22: tap).

次に図3に戻って、端末プログラム65は、プレビュー処理を実行する(S16)。プレビュー処理は、指定データに対するプリント動作の実行結果のイメージをユーザに確認させる処理である。図4(B)を参照して、プレビュー処理の詳細を説明する。   Next, returning to FIG. 3, the terminal program 65 executes a preview process (S16). The preview process is a process for allowing the user to confirm the image of the execution result of the print operation for the specified data. Details of the preview process will be described with reference to FIG.

まず、端末プログラム65は、図9(B)に示されるプレビュー画面を表示部53に表示させる(S31)。S31の処理は、第1表示処理の一例である。プレビュー画面は、プレビュー画像151、152、153、154、155、156と、[スタート]アイコン157とを含む。また、図9(B)に破線で示されるプレビュー領域158は、プレビュー画像151〜156と、プレビュー画像が表示されていない背景領域とを含む。そして、端末プログラム65は、プレビュー画面に対するユーザ操作を操作部54を通じて受け付ける(S32)。   First, the terminal program 65 displays the preview screen shown in FIG. 9B on the display unit 53 (S31). The process of S31 is an example of a first display process. The preview screen includes preview images 151, 152, 153, 154, 155, and 156 and a [Start] icon 157. Also, a preview area 158 indicated by a broken line in FIG. 9B includes preview images 151 to 156 and a background area where no preview image is displayed. Then, the terminal program 65 receives a user operation on the preview screen through the operation unit 54 (S32).

プレビュー画像151〜156は、指定データに含まれるページデータの1つに対応するデータオブジェクトの一例である。[スタート]アイコン157は、指定データに対する指定動作を、実行条件に従って指定装置に実行させる指示に対応する実行指示オブジェクトの一例である。また、プレビュー画像151〜156それぞれの左上隅に付加されたチェックボックスは、プレビュー画像151〜156に対応するページデータをプリント動作の対象にするか否かを示す。   Preview images 151 to 156 are examples of data objects corresponding to one of the page data included in the designated data. [Start] icon 157 is an example of an execution instruction object corresponding to an instruction for causing a specified device to execute a specified operation on specified data according to an execution condition. In addition, a check box added to the upper left corner of each of the preview images 151 to 156 indicates whether or not page data corresponding to the preview images 151 to 156 is a target of the print operation.

すなわち、図9(B)の例では、プレビュー画像151、154、155に対応するページデータがプリント動作の対象となり、プレビュー画像152、153、156に対応するページデータがプリント動作の対象とならないことを示している。換言すれば、チェックされたプレビュー画像151、154、155に対応するページデータが指定データである。プレビュー画像151〜156に対応付けられたチェックボックスは、後述するように、プレビュー画像151〜156の位置に対するポップ操作等によって、チェックされ或いはチェックが解除される。   That is, in the example of FIG. 9B, the page data corresponding to the preview images 151, 154, and 155 is the target of the print operation, and the page data corresponding to the preview images 152, 153, and 156 is not the target of the print operation. Is shown. In other words, the page data corresponding to the checked preview images 151, 154, 155 is the designated data. As described later, the check boxes associated with the preview images 151 to 156 are checked or unchecked by a pop operation or the like with respect to the positions of the preview images 151 to 156.

次に、端末プログラム65は、プレビュー領域158に対するピーク操作を操作部54が検出したことに応じて(S32:プレビュー領域のピーク)、条件変更処理を実行する(S36)。条件変更処理は、領域62Bに記憶された条件情報を、ユーザに確認させ、且つユーザの指示に従って変更する処理である。図6を参照して、条件変更処理の詳細を説明する。   Next, the terminal program 65 executes condition change processing in response to the operation unit 54 detecting a peak operation on the preview area 158 (S32: peak in the preview area) (S36). The condition changing process is a process for causing the user to confirm the condition information stored in the area 62B and changing the condition information in accordance with the user's instruction. Details of the condition change process will be described with reference to FIG.

端末プログラム65は、S32で検出したピーク操作がプレビュー画像152の位置でなされたことに応じて(S51:プレビュー画像)、図10(A)に示される個別報知画面を表示部53に表示させる(S52)。本実施形態に係る個別報知画面は、プレビュー画面に重ねて表示されるポップアップウィンドウである。個別報知画面は、プレビュー画像152に対応するページデータに固有の実行条件を報知する画面である。図10(A)に示される個別報知画面は、トレイ情報“トレイ1”及び色情報“カラー”を表示し、記録面情報及びレイアウト情報を表示しない。そして、端末プログラム65は、個別報知画面に対するユーザ操作を操作部54を通じて受け付ける(S53)。   In response to the peak operation detected in S32 being performed at the position of the preview image 152 (S51: preview image), the terminal program 65 displays the individual notification screen shown in FIG. S52). The individual notification screen according to the present embodiment is a pop-up window that is displayed so as to overlap the preview screen. The individual notification screen is a screen that notifies an execution condition unique to the page data corresponding to the preview image 152. The individual notification screen shown in FIG. 10A displays tray information “tray 1” and color information “color”, and does not display recording surface information and layout information. And the terminal program 65 receives the user operation with respect to an individual alerting | reporting screen through the operation part 54 (S53).

なお、「ページデータに固有の実行条件」とは、例えば、複数のページデータのうちの1つに対してのみ適用される実行条件を指す。すなわち、トレイ情報及び色情報には、指定データに含まれる複数のページデータそれぞれに対して、異なる値を設定することができる。但し、S52の処理が実行される前において、全てのページデータには、例えば図2(B)に示されるように、共通のトレイ情報及び色情報が対応付けられる。一方、記録面情報及びレイアウト情報には、例えば図2(B)及び図2(C)に示されるように、指定データに含まれる全てのページデータに共通の値が設定される。   The “execution condition unique to page data” refers to an execution condition that is applied only to one of a plurality of page data, for example. That is, different values can be set for the plurality of page data included in the designated data in the tray information and the color information. However, before the process of S52 is executed, common tray information and color information are associated with all the page data as shown in FIG. 2B, for example. On the other hand, as shown in FIGS. 2B and 2C, for example, values common to all page data included in the designated data are set in the recording surface information and the layout information.

次に、端末プログラム65は、S32で検出したピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S53:スライド)、図10(B)に示される個別変更画面を、個別報知画面に代えて表示部53に表示させる(S54)。ステップS54の処理は、第3表示処理の一例である。本実施形態に係る個別変更画面は、プレビュー画面に重ねて表示されるポップアップウィンドウである。個別変更画面は、プレビュー画像152に対応するページデータに固有の実行条件の変更を促す画面である。そして、端末プログラム65は、個別変更画面に対するユーザ操作を操作部54を通じて受け付ける(S55)。   Next, the terminal program 65 displays the individual change screen shown in FIG. 10B in response to the operation unit 54 detecting that the peak operation detected in S32 has changed to a slide operation (S53: slide). Then, it is displayed on the display unit 53 instead of the individual notification screen (S54). The process of step S54 is an example of a third display process. The individual change screen according to the present embodiment is a pop-up window that is displayed so as to overlap the preview screen. The individual change screen is a screen that prompts the user to change the execution condition specific to the page data corresponding to the preview image 152. And the terminal program 65 receives the user operation with respect to an individual change screen through the operation part 54 (S55).

図10(B)に示される個別変更画面は、ラジオボタン161、162、163、164と、[変更]アイコン165と、[キャンセル]アイコン166とを含む。ラジオボタン161、162はトレイ情報に設定される実行条件“トレイ1”、“トレイ2”の1つに対応し、ラジオボタン163、164は色情報に設定される実行条件“モノクロ”、“カラー”の1つに対応する。[変更]アイコン165は、ページデータに固有の実行条件を変更する指示に対応する。[キャンセル]アイコン166は、実行条件を変更しない指示に対応する。   The individual change screen shown in FIG. 10B includes radio buttons 161, 162, 163, 164, a “change” icon 165, and a “cancel” icon 166. The radio buttons 161 and 162 correspond to one of the execution conditions “tray 1” and “tray 2” set in the tray information, and the radio buttons 163 and 164 correspond to the execution conditions “monochrome” and “color” set in the color information. Corresponds to one of "". [Change] icon 165 corresponds to an instruction to change the execution condition unique to the page data. [Cancel] icon 166 corresponds to an instruction not to change the execution condition.

次に、端末プログラム65は、[変更]アイコン165の位置に対するタップ操作を操作部54が検出したことに応じて(S55:Yes)、チェックされたラジオボタン161〜164に対応する実行条件を、プレビュー画像152に対応するページデータに固有の実行条件として、領域62Bに記憶された条件情報に含める(S56)。ステップS56の処理は、第1記憶処理の一例である。   Next, in response to the operation unit 54 detecting a tap operation for the position of the [change] icon 165 (S55: Yes), the terminal program 65 sets the execution condition corresponding to the checked radio buttons 161 to 164, The execution condition unique to the page data corresponding to the preview image 152 is included in the condition information stored in the area 62B (S56). The process of step S56 is an example of a first storage process.

例えばラジオボタン161、163がチェックされた場合、端末プログラム65は、図2(B)に示される条件情報を、図2(C)のように更新する。図2(C)に示される条件情報において、プレビュー画像152に対応するページデータ“ページ2”に色情報“モノクロ”が対応付けられ、その他のページデータ“ページ1、4、5”に色情報“カラー”が対応付けられている。一方、トレイ情報、記録面情報、及びレイアウト情報は、全てのページデータに対して同一の値が対応付けられている。   For example, when the radio buttons 161 and 163 are checked, the terminal program 65 updates the condition information shown in FIG. 2B as shown in FIG. In the condition information shown in FIG. 2C, the color information “monochrome” is associated with the page data “page 2” corresponding to the preview image 152, and the color information is associated with the other page data “pages 1, 4, 5”. “Color” is associated. On the other hand, tray information, recording surface information, and layout information are associated with the same value for all page data.

次に、端末プログラム65は、プレビュー画像152に対応するページデータを、プリント動作の対象に含める、或いはプリント動作の対象から除外する(S57)。より詳細には、端末プログラム65は、チェックされていないプレビュー画像152の位置に対するピーク操作をS32、S51で検出したことに応じて、当該プレビュー画像152に対応するページデータをプリント動作の対象に含める。一方、端末プログラム65は、チェックされたプレビュー画像151の位置に対するピーク操作をS32、S51で検出したことに応じて、当該プレビュー画像151に対応するページデータをプリント動作の対象から除外する。S57の処理は、決定処理の一例である。   Next, the terminal program 65 includes or excludes the page data corresponding to the preview image 152 from the print operation target (S57). More specifically, the terminal program 65 includes the page data corresponding to the preview image 152 in the print operation target in response to detecting the peak operation for the position of the unchecked preview image 152 in S32 and S51. . On the other hand, the terminal program 65 excludes the page data corresponding to the preview image 151 from the target of the printing operation in response to detecting the peak operation for the checked position of the preview image 151 in S32 and S51. The process of S57 is an example of a determination process.

一方、端末プログラム65は、[キャンセル]アイコン166の位置に対するタップ操作を操作部54が検出したことに応じて(S55:No)、S56の処理を実行することなく、S57の処理を実行する。また、端末プログラム65は、S32で検出したピーク操作がポップ操作に変化したことを操作部54が検出したことに応じて(S53:ポップ)、S54〜S56の処理を実行することなく、S57の処理を実行する。   On the other hand, the terminal program 65 executes the process of S57 without executing the process of S56 in response to the operation unit 54 detecting a tap operation for the position of the [Cancel] icon 166 (S55: No). Further, the terminal program 65 executes the processing of S57 without executing the processing of S54 to S56 in response to the operation unit 54 detecting that the peak operation detected in S32 has changed to the pop operation (S53: Pop). Execute the process.

また、端末プログラム65は、S32で検出したピーク操作が背景領域でなされたことに応じて(S51:背景領域)、図11(A)に示される全体報知画面を表示部53に表示させる(S58)。本実施形態に係る全体報知画面は、プレビュー画面に重ねて表示されるポップアップウィンドウである。全体報知画面は、全てのページデータに共通の実行条件を報知する画面である。図11(A)に示される全体報知画面は、記録面情報“片面”及びレイアウト情報“2in1”を表示し、トレイ情報及び色情報を表示しない。そして端末プログラム65は、全体報知画面に対するユーザ操作を操作部54を通じて受け付ける(S59)。   Further, the terminal program 65 displays the overall notification screen shown in FIG. 11A on the display unit 53 in response to the peak operation detected in S32 being performed in the background region (S51: background region) (S58). ). The overall notification screen according to the present embodiment is a pop-up window that is displayed so as to overlap the preview screen. The overall notification screen is a screen for notifying execution conditions common to all page data. The overall notification screen shown in FIG. 11A displays recording surface information “single side” and layout information “2 in 1”, and does not display tray information and color information. Then, the terminal program 65 receives a user operation for the overall notification screen through the operation unit 54 (S59).

次に、端末プログラム65は、S32で検出したピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S59:スライド)、図11(B)に示される全体変更画面を、全体報知画面に代えて表示部53に表示させる(S60)。ステップS60の処理は、第4表示処理の一例である。本実施形態に係る全体変更画面は、プレビュー画面に重ねて表示されるポップアップウィンドウである。全体変更画面は、全てのページデータに共通の実行条件の変更を促す画面である。そして、端末プログラム65は、全体変更画面に対するユーザ操作を操作部54を通じて受け付ける(S61)。   Next, in response to the fact that the operation unit 54 detects that the peak operation detected in S32 has changed to a slide operation (S59: slide), the terminal program 65 displays the overall change screen shown in FIG. Then, it is displayed on the display unit 53 instead of the entire notification screen (S60). The process of step S60 is an example of a fourth display process. The entire change screen according to the present embodiment is a pop-up window displayed so as to overlap the preview screen. The overall change screen is a screen that prompts the user to change an execution condition common to all page data. And the terminal program 65 receives the user operation with respect to a whole change screen through the operation part 54 (S61).

図11(B)に示される全体変更画面は、ラジオボタン171、172、173、174、175と、[変更]アイコン176と、[キャンセル]アイコン177とを含む。ラジオボタン171、172は記録面情報に設定される実行条件“片面”、“両面”の1つに対応し、ラジオボタン173〜175はレイアウト情報に設定される実行条件“集約なし”、“2in1”、“4in1”の1つに対応する。[変更]アイコン176は、ページデータに共通の実行条件を変更する指示に対応する。[キャンセル]アイコン177は、実行条件を変更しない指示に対応する。   The overall change screen shown in FIG. 11B includes radio buttons 171, 172, 173, 174, 175, a [change] icon 176, and a [cancel] icon 177. The radio buttons 171 and 172 correspond to one of the execution conditions “single side” and “double side” set in the recording surface information, and the radio buttons 173 to 175 correspond to the execution conditions “no aggregation” and “2 in 1” set in the layout information. ", Corresponding to one of" 4 in 1 ". A “change” icon 176 corresponds to an instruction to change an execution condition common to page data. [Cancel] icon 177 corresponds to an instruction not to change the execution condition.

次に、端末プログラム65は、[変更]アイコン176の位置に対するタップ操作を操作部54が検出したことに応じて(S61:Yes)、チェックされたラジオボタン171〜165に対応する実行条件を、全てのページデータに共通の実行条件として、領域62Bに記憶させる(S62)。例えばラジオボタン171、173がチェックされた場合、端末プログラム65は、図2(B)に示される条件情報のレイアウト情報を、“2in1”から“集約なし”に上書きする。ステップS62の処理は、第2記憶処理の一例である。   Next, in response to the operation unit 54 detecting a tap operation on the position of the [change] icon 176 (S61: Yes), the terminal program 65 changes the execution condition corresponding to the checked radio buttons 171 to 165 to As an execution condition common to all page data, it is stored in the area 62B (S62). For example, when the radio buttons 171 and 173 are checked, the terminal program 65 overwrites the layout information of the condition information shown in FIG. 2B from “2 in 1” to “no aggregation”. The process of step S62 is an example of a second storage process.

一方、端末プログラム65は、[キャンセル]アイコン177の位置に対するタップ操作を操作部54が検出したことに応じて(S61:No)、S62の処理を実行することなく、条件変更処理を終了する。端末プログラム65は、ピーク操作中の入力媒体が表示面から離間したことを操作部54が検出したことに応じて(S59:離間)、S60〜S62の処理を実行することなく、条件変更処理を終了する。   On the other hand, the terminal program 65 ends the condition changing process without executing the process of S62 in response to the operation unit 54 detecting a tap operation for the position of the [Cancel] icon 177 (S61: No). The terminal program 65 performs the condition changing process without executing the processes of S60 to S62 in response to the operation unit 54 detecting that the input medium being operated for peaking is separated from the display surface (S59: separation). finish.

次に図4(B)に戻って、端末プログラム65は、S31以降の処理を再び実行する。ここで表示されるプレビュー画面では、プレビュー画像152に対応するチェックボックスがチェックされている点において、図9(B)に示されるプレビュー画面と相違する。一方、S57でページデータがプリント動作の対象から除外された場合、当該ページデータに対応するプレビュー画像のチェックボックスのチェックが解除される。   Next, returning to FIG. 4B, the terminal program 65 executes the processes after S31 again. The preview screen displayed here is different from the preview screen shown in FIG. 9B in that the check box corresponding to the preview image 152 is checked. On the other hand, when the page data is excluded from the print operation targets in S57, the check box of the preview image corresponding to the page data is unchecked.

次に、端末プログラム65は、[スタート]アイコン157の位置に対するピーク操作を操作部54が検出したことに応じて(S32:スタートアイコン&S33:ピーク)、3Dタッチ処理を実行する(S34)。S34で実行される3Dタッチ処理は、S23と共通するが、表示部53に表示される画面が異なる。以下、S23との共通点の詳細な説明を省略し、相違点を中心に説明する。   Next, the terminal program 65 executes a 3D touch process in response to the operation unit 54 detecting a peak operation for the position of the [Start] icon 157 (S32: start icon & S33: peak) (S34). The 3D touch process executed in S34 is common to S23, but the screen displayed on the display unit 53 is different. In the following, detailed description of points common to S23 will be omitted, and differences will be mainly described.

端末プログラム65は、S34で実行される3Dタッチ処理において、図12に示されるスタース報知画面を表示部53に表示させる(S42)。本実施形態に係るステータス報知画面は、プレビュー画面に重ねて表示されるポップアップウィンドウである。ステータス報知画面は、S41で受信したステータス情報で示される複合機10の状態を報知する画面である。そして、端末プログラム65は、ステータス報知画面に対するユーザ操作を操作部54を通じて受け付ける(S43)。   The terminal program 65 causes the display unit 53 to display the star notification screen shown in FIG. 12 in the 3D touch process executed in S34 (S42). The status notification screen according to the present embodiment is a pop-up window that is displayed so as to overlap the preview screen. The status notification screen is a screen for notifying the state of the multifunction machine 10 indicated by the status information received in S41. Then, the terminal program 65 receives a user operation on the status notification screen through the operation unit 54 (S43).

図12(A)に示されるステータス報知画面は、指定装置ID“MFP−A”と、「[OK]プリントできます。」とのメッセージとを含む。図12(A)に示されるステータス画面は、指定装置である複合機10がプリント動作を実行可能な状態であることを示す。端末プログラム65は、例えば、S41でステータス情報を受信し、インク情報で示されるインク残量が閾値以上であり、且つシート情報で示されるシート残量が閾値以上であることに応じて、図12(A)に示されるステータス報知画面を表示する。   The status notification screen shown in FIG. 12A includes a designated device ID “MFP-A” and a message “[OK] can be printed.”. The status screen shown in FIG. 12A indicates that the multifunction device 10 that is the designated device is in a state in which a printing operation can be performed. For example, the terminal program 65 receives the status information in S41, and according to the fact that the remaining amount of ink indicated by the ink information is greater than or equal to the threshold and the remaining amount of sheet indicated by the sheet information is greater than or equal to the threshold, FIG. The status notification screen shown in (A) is displayed.

一方、図12(B)に示されるステータス報知画面は、指定装置ID“MFP−A”と、「[NG]オフライン状態です。」とのメッセージを含む。図12(B)に示されるステータス画面は、複合機10と通信できない状態であることを示す。端末プログラム65は、例えば、S41で送信要求情報を送信してから閾値時間が経過しても、ステータス情報を受信できないことに応じて、図12(B)に示されるステータス報知画面を表示する。図12(B)は、ステータス情報で示される複数の項目のうち、プリント動作の実行を阻害する項目“通信状態”を明示したステータス報知画面の一例である。   On the other hand, the status notification screen shown in FIG. 12B includes a designated device ID “MFP-A” and a message “[NG] is offline”. The status screen shown in FIG. 12B indicates that communication with the multifunction device 10 is not possible. For example, the terminal program 65 displays the status notification screen shown in FIG. 12B in response to the fact that the status information cannot be received even if the threshold time has elapsed since the transmission request information was transmitted in S41. FIG. 12B is an example of a status notification screen that clearly shows an item “communication state” that inhibits execution of the print operation among a plurality of items indicated by the status information.

次に、端末プログラム65は、S33で検出したピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S43:スライド)、図13(A)に示されるデバイス変更画面を、図12(B)に示されるステータス報知画面に代えて表示部53に表示させる(S44)。本実施形態に係るデバイス変更画面は、プレビュー画面に重ねて表示されるポップアップウィンドウである。そして、端末プログラム65は、デバイス変更画面に対するユーザ操作を操作部54を通じて受け付ける(S45)。   Next, the terminal program 65 displays the device change screen shown in FIG. 13A in response to the operation unit 54 detecting that the peak operation detected in S33 has changed to a slide operation (S43: slide). Instead of the status notification screen shown in FIG. 12B, it is displayed on the display unit 53 (S44). The device change screen according to the present embodiment is a pop-up window that is displayed so as to overlap the preview screen. Then, the terminal program 65 receives a user operation on the device change screen through the operation unit 54 (S45).

デバイス変更画面は、通信部55を通じて通信可能な画像処理装置のうち、プリント動作を実行させる画像処理装置の指定を促す画面である。図13(A)に示されるデバイス変更画面は、通信ネットワーク101に接続された不図示の画像処理装置“MFP−B”、“MFP−C”に対応するデバイスアイコン181、182を含む。   The device change screen is a screen that prompts the user to specify an image processing apparatus that executes a print operation among image processing apparatuses that can communicate with each other through the communication unit 55. The device change screen shown in FIG. 13A includes device icons 181 and 182 corresponding to image processing apparatuses “MFP-B” and “MFP-C” (not shown) connected to the communication network 101.

次に、端末プログラム65は、例えばデバイスアイコン181の位置に対するタップ操作を操作部54が検出したことに応じて(S45:Yes)、領域62Bに記憶された指定装置ID“MFP−A”を、指定されたデバイスアイコン181に対応付けられた装置ID“MFP−B”で上書きする(S46)。デバイスアイコン181、182の位置に対するタップ操作は、指定装置を指定するタッチ操作の一例である。そして、端末プログラム65は、新たな指定装置がプリント動作を実行可能か否かを判断する(S47)。すなわち、端末プログラム65は、通信部55を通じて新たな指定装置からステータス情報を受信し、受信したステータス情報に基づいてS47の処理を実行する。   Next, for example, in response to the operation unit 54 detecting a tap operation on the position of the device icon 181 (S45: Yes), the terminal program 65 changes the designated device ID “MFP-A” stored in the area 62B, The device ID “MFP-B” associated with the designated device icon 181 is overwritten (S46). The tap operation with respect to the positions of the device icons 181 and 182 is an example of a touch operation for designating a designated device. Then, the terminal program 65 determines whether or not the new designated device can execute the printing operation (S47). That is, the terminal program 65 receives status information from the new designated device through the communication unit 55, and executes the process of S47 based on the received status information.

他の例として、端末プログラム65は、S41でステータス情報を受信し、且つインク情報で示されるシアンインクの残量が閾値未満であることに応じて、「シアンインクがロー状態です。」とのメッセージを含むステータス報知画面を表示部53に表示させてもよい(S42)。そして、端末プログラム65は、S33で検出したピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S43:スライド)、図9(A)に示される条件変更画面を、ステータス報知画面に代えて表示部53に表示させてもよい(S44)。   As another example, the terminal program 65 receives the status information in S41, and in response to the remaining amount of cyan ink indicated by the ink information being less than the threshold, “cyan ink is in a low state”. A status notification screen including a message may be displayed on the display unit 53 (S42). Then, in response to the fact that the operation unit 54 detects that the peak operation detected in S33 has changed to a slide operation (S43: slide), the terminal program 65 displays the condition change screen shown in FIG. It may be displayed on the display unit 53 instead of the status notification screen (S44).

または、端末プログラム65は、S33で検出したピーク操作がスライド操作に変化したことに応じて(S43:スライド)、図13(B)に示されるヘルプ画面を、ステータス報知画面に代えて表示部53に表示させてもよい。ヘルプ画面は、画像処理装置でプリント動作を実行可能にするための手順を示す画面である。本実施形態に係るヘルプ画面は、「シアンインクのカートリッジを交換して下さい。/カートリッジID:C−001」とのメッセージと、[OK]アイコン183とを含む。そして、端末プログラム65は、[OK]アイコン183の位置に対するタップ操作を操作部54が検出したことに応じて、指定装置からステータス情報を受信し、受信したステータス情報に基づいてS47の処理を実行してもよい。   Alternatively, the terminal program 65 replaces the help screen shown in FIG. 13B with the status notification screen in response to the change in the peak operation detected in S33 to the slide operation (S43: slide), and the display unit 53 May be displayed. The help screen is a screen showing a procedure for enabling the printing operation to be executed by the image processing apparatus. The help screen according to the present embodiment includes a message “Replace the cyan ink cartridge./Cartridge ID: C-001” and an [OK] icon 183. Then, the terminal program 65 receives status information from the designated device in response to the operation unit 54 detecting a tap operation on the position of the [OK] icon 183, and executes the process of S47 based on the received status information. May be.

再び図4(B)に戻って、端末プログラム65は、継続フラグに第1値“ON”が設定されていると判断したことに応じて(S35:ON)、プレビュー処理を終了する。また、端末プログラム65は、[スタート]アイコン157の位置に対するタップ操作を操作部54が検出したことに応じて(S32:スタートアイコン&S33:タップ)、S34、S35の処理を実行することなく、プレビュー処理を終了する。   Returning to FIG. 4B again, the terminal program 65 ends the preview process in response to determining that the first value “ON” is set in the continuation flag (S35: ON). Further, the terminal program 65 performs the preview without executing the processes of S34 and S35 in response to the operation unit 54 detecting a tap operation on the position of the [Start] icon 157 (S32: Start icon & S33: Tap). The process ends.

一方、端末プログラム65は、継続フラグに第2値“OFF”が設定されていると判断したことに応じて(S35:OFF)、S31以降の処理を再び実行する。すなわち、端末プログラム65は、S42、S44で表示させた画面を非表示にすることによって、S17の処理に進まずに、プレビュー画面を表示部53に表示させる。このとき、端末プログラム65は、「指定装置はプリント動作を実行不能な状態です。」等のメッセージを、表示部53に表示させてもよい。または、端末プログラム65は、継続フラグに第2値“OFF”が設定されていると判断したことに応じて(S35:OFF)、実行条件の変更を受け付ける設定画面を表示部53に表示させ、操作部54を通じて受け付けた実行条件の変更を領域62Bに記憶された条件情報に反映させてもよい。   On the other hand, when the terminal program 65 determines that the second value “OFF” is set in the continuation flag (S35: OFF), the terminal program 65 executes the processing subsequent to S31 again. That is, the terminal program 65 displays the preview screen on the display unit 53 without proceeding to the processing of S17 by hiding the screen displayed in S42 and S44. At this time, the terminal program 65 may cause the display unit 53 to display a message such as “the designated device is in a state where the printing operation cannot be performed”. Alternatively, in response to determining that the second value “OFF” is set in the continuation flag (S35: OFF), the terminal program 65 causes the display unit 53 to display a setting screen for accepting a change in execution condition. The change of the execution condition received through the operation unit 54 may be reflected in the condition information stored in the area 62B.

再び図3に戻って、端末プログラム65は、通信部55を通じて指定装置にプリント指示情報を送信する(S17)。プリント指示情報は、条件情報で示される実行条件に従って、指定データに対するプリント動作を実行することを指示する情報である。プリント指示情報は、例えば、S25、S57で指定された指定データと、領域62Bに記憶された条件情報とを含む。なお、S46、S56、S62のいずれかが実行された場合、端末プログラム65は、変更後の条件情報をプリント指示情報に含める。S17の処理は、実行指示処理の一例である。   Returning to FIG. 3 again, the terminal program 65 transmits the print instruction information to the designated device through the communication unit 55 (S17). The print instruction information is information for instructing to execute the printing operation for the designated data in accordance with the execution condition indicated by the condition information. The print instruction information includes, for example, designated data designated in S25 and S57 and condition information stored in the area 62B. When any one of S46, S56, and S62 is executed, the terminal program 65 includes the changed condition information in the print instruction information. The process of S17 is an example of an execution instruction process.

一方、図示は省略するが、複合機10の装置プログラム35は、通信部25を通じて端末装置50からプリント指示情報を受信する。そして、装置プログラム35は、受信したプリント指示情報に従ったプリント動作をプリンタ11に実行させる。すなわち、プリンタ11は、プリント指示情報に含まれる条件情報で示される実行条件に従って、プリント指示情報に含まれる指定データで示される画像をシートに記録する。   On the other hand, although not shown, the device program 35 of the multifunction machine 10 receives print instruction information from the terminal device 50 through the communication unit 25. Then, the apparatus program 35 causes the printer 11 to execute a printing operation according to the received print instruction information. That is, the printer 11 records the image indicated by the designation data included in the print instruction information on the sheet according to the execution condition indicated by the condition information included in the print instruction information.

[本実施形態の作用効果]
上記の実施形態によれば、[スタート]アイコン157に対するピーク操作によってステータス情報が受信され、当該ピーク操作がポップ操作に変化したことによってプリント動作の実行可否が判断される。また、指定装置の状態がステータス報知画面を通じて、端末装置50のユーザにも報知される。そして、プリント動作を実行可能と判断されたことに応じて、プリント指示情報が指定装置に送信される。すなわち、端末装置50のユーザは、[スタート]アイコン157に対してピーク操作及びポップ操作を順番に行うというシンプルな操作によって、指定装置の状態を確認してからプリント動作の実行を指示することができる。
[Operational effects of this embodiment]
According to the above-described embodiment, status information is received by the peak operation on the [Start] icon 157, and it is determined whether or not the printing operation can be performed when the peak operation is changed to the pop operation. The state of the designated device is also notified to the user of the terminal device 50 through the status notification screen. Then, in response to determining that the print operation can be executed, print instruction information is transmitted to the designated device. In other words, the user of the terminal device 50 can instruct execution of the print operation after confirming the state of the designated device by a simple operation of sequentially performing a peak operation and a pop operation on the [Start] icon 157. it can.

また、上記の実施形態によれば、データオブジェクト或いはプレビュー画像に対するピーク操作によって報知画面が表示され、当該ピーク操作がポップ操作に変化したことによって対応するデータが指定データに決定される。すなわち、端末装置50のユーザは、ピーク操作及びポップ操作を順番に行うというシンプルな操作によって、実行条件を確認してから指定データを指定することができる。   Further, according to the above embodiment, the notification screen is displayed by the peak operation on the data object or the preview image, and the corresponding data is determined as the designated data when the peak operation is changed to the pop operation. That is, the user of the terminal device 50 can specify the specified data after confirming the execution condition by a simple operation of sequentially performing the peak operation and the pop operation.

さらに、上記の実施形態によれば、プレビュー画像に対するピーク操作及びスライド操作によって、対応するページデータに固有の実行条件が変更される。一方、背景領域に対するピーク操作及びスライド操作によって、全てのページデータに共通の実行条件が変更される。これにより、端末装置50のユーザは、ページデータ毎に適切な実行条件を、シンプルな操作によって設定することができる。   Furthermore, according to the above-described embodiment, the execution condition unique to the corresponding page data is changed by the peak operation and the slide operation on the preview image. On the other hand, the execution condition common to all the page data is changed by the peak operation and the slide operation on the background area. Thereby, the user of the terminal device 50 can set an appropriate execution condition for each page data by a simple operation.

なお、ピーク操作及びスライド操作によって表示されるポップアップウィンドウは、図8〜図13に示される画面に限定されない。以下、変形例に係る端末プログラム65の処理を説明する。但し、上記の実施形態との共通点の詳細な説明は省略し、相違点を中心に説明する。   Note that the pop-up window displayed by the peak operation and the slide operation is not limited to the screens shown in FIGS. Hereinafter, processing of the terminal program 65 according to the modification will be described. However, a detailed description of points common to the above embodiment will be omitted, and the description will focus on the differences.

[変形例1]
変形例1に係る端末プログラム65は、[スタート]アイコン157の位置に対するピーク操作を操作部54が検出したことに応じて(S32:スタートアイコン&S33:ピーク)、図8(B)に示される条件報知画面を表示部53に表示させてもよい(S42)。そして、変形例1に係る端末プログラム65は、S33で検出したピーク操作がポップ操作に変化したことを操作部54が検出したことに応じて(S43:ポップ)、S17の処理を実行する。S17の処理は、[スタート]アイコン157に対応付けられた対応処理の一例である。
[Modification 1]
The terminal program 65 according to the modified example 1 corresponds to the conditions shown in FIG. 8B in response to the operation unit 54 detecting a peak operation for the position of the [Start] icon 157 (S32: start icon & S33: peak). The notification screen may be displayed on the display unit 53 (S42). And the terminal program 65 which concerns on the modification 1 performs the process of S17 according to the operation part 54 having detected that the peak operation detected by S33 changed to pop operation (S43: pop). The process of S17 is an example of a corresponding process associated with the [Start] icon 157.

すなわち、[スタート]アイコン157の位置に対するピーク操作によって対応処理の実行条件が報知され、ピーク操作がポップ操作に変化したことによって対応処理(S17)が実行される。これにより、端末装置50のユーザは、[スタート]アイコン157に対してピーク操作及びポップ操作を順番に行うというシンプルな操作によって、実行条件を確認してから対応処理の実行を指示することができる。   That is, the execution condition of the corresponding process is notified by the peak operation on the position of the [Start] icon 157, and the response process (S17) is executed when the peak operation is changed to the pop operation. Thereby, the user of the terminal device 50 can instruct execution of the corresponding process after confirming the execution condition by a simple operation of sequentially performing the peak operation and the pop operation on the [Start] icon 157. .

また、変形例1に係る端末プログラム65は、S33で検出したピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S43:スライド)、図9(A)に示される条件変更画面を、図8(B)に示される条件報知画面に代えて表示部53に表示させてもよい(S44)。すなわち、端末装置50のユーザは、[スタート]アイコン157に対するピーク操作及びスライド操作によって、対応処理の実行条件を変更することができる。   Further, the terminal program 65 according to Modification 1 is shown in FIG. 9A in response to the operation unit 54 detecting that the peak operation detected in S33 has changed to a slide operation (S43: slide). The condition change screen may be displayed on the display unit 53 instead of the condition notification screen shown in FIG. 8B (S44). That is, the user of the terminal device 50 can change the execution condition of the corresponding process by performing a peak operation and a slide operation on the [Start] icon 157.

また、対応処理と実行条件との関係は、前述の例に限定されない。一例として、スキャン動作の実行を指示する[スキャン]アイコンに対するピーク操作によってスキャン動作の実行条件が報知され、当該ピーク操作がポップ操作に変化したことによって指定装置にスキャン動作が指示されてもよい。他の例として、FAX送信動作の実行を指示する[FAX送信]アイコンに対するピーク操作によってFAX送信動作の実行条件が報知され、当該ピーク操作がポップ操作に変化したことによって指定装置にFAX送信動作が指示されてもよい。   Further, the relationship between the handling process and the execution condition is not limited to the above example. As an example, the execution condition of the scan operation may be notified by a peak operation on the [Scan] icon that instructs execution of the scan operation, and the designated device may be instructed to perform the scan operation by changing the peak operation to a pop operation. As another example, the execution condition of the FAX transmission operation is notified by the peak operation on the [FAX transmission] icon for instructing the execution of the FAX transmission operation, and the FAX transmission operation is performed on the designated device when the peak operation is changed to the pop operation. You may be instructed.

さらに、対応処理は、画像処理装置に動作を実行させる処理に限定されない。例えば、端末装置50は、カメラをさらに備えていてもよい。そして、端末プログラム65は、[シャッター]アイコンの位置に対するピーク操作を操作部54が検出したことに応じて、条件報知画面を通じて撮影条件を報知してもよい。また、端末プログラム65は、[シャッター]アイコンに対するピーク操作がポップ操作に変化したことを操作部54が検出したことに応じて、カメラに被写体を撮影させる対応処理を実行してもよい。なお、撮影条件とは、解像度、ホワイトバランス、フラッシュの有無等である。   Furthermore, the corresponding process is not limited to a process for causing the image processing apparatus to execute an operation. For example, the terminal device 50 may further include a camera. And the terminal program 65 may alert | report imaging conditions through a condition alerting | reporting screen according to the operation part 54 detecting the peak operation with respect to the position of a [shutter] icon. Further, the terminal program 65 may execute corresponding processing for causing the camera to photograph the subject in response to the operation unit 54 detecting that the peak operation for the [shutter] icon has changed to the pop operation. Note that the shooting conditions include resolution, white balance, presence / absence of flash, and the like.

[変形例2]
ステータス報知画面に表示される項目は、指定装置の動作モードに応じて異なってもよい。動作モードは、指定装置の管理者に割り当てられた認証情報が指定装置に入力された時の管理者モードと、前述の認証情報が指定装置に入力されていない時の一般モードとを含む。そして、変形例2に係る装置プログラム35は、複合機10が管理者モードであることに応じて、管理情報を含むステータス情報を端末装置50に送信する。一方、変形例2に係る装置プログラム35は、複合機10が一般モードであることに応じて、管理情報を含まないステータス情報を端末装置50に送信する。
[Modification 2]
Items displayed on the status notification screen may differ depending on the operation mode of the designated device. The operation mode includes an administrator mode when authentication information assigned to the administrator of the designated device is input to the designated device, and a general mode when the authentication information is not input to the designated device. Then, the device program 35 according to the modified example 2 transmits status information including management information to the terminal device 50 in response to the multifunction device 10 being in the administrator mode. On the other hand, the device program 35 according to the modified example 2 transmits status information that does not include management information to the terminal device 50 in response to the multifunction device 10 being in the general mode.

また、認証情報は、指定装置ではなく、端末プログラム65に入力されてもよい。すなわち、変形例2に係る端末プログラム65が管理者モード或いは一般モードで動作してもよい。管理者モードで動作する端末プログラム65は、認証情報を含む送信要求情報を指定装置に送信する。一方、一般モードで動作する端末プログラム65は、認証情報を含まない送信要求情報を指定装置に送信する。変形例2に係る装置プログラム35は、認証情報を含む送信要求情報の応答として、管理情報を含むステータス情報を端末装置50に送信する。一方、変形例2に係る装置プログラム35は、認証情報を含まない送信要求情報の応答として、管理情報を含まないステータス情報を端末装置50に送信する。   The authentication information may be input to the terminal program 65 instead of the designated device. That is, the terminal program 65 according to Modification 2 may operate in the administrator mode or the general mode. The terminal program 65 operating in the administrator mode transmits transmission request information including authentication information to the designated device. On the other hand, the terminal program 65 operating in the general mode transmits transmission request information not including authentication information to the designated device. The device program 35 according to Modification 2 transmits status information including management information to the terminal device 50 as a response to transmission request information including authentication information. On the other hand, the device program 35 according to the modified example 2 transmits status information not including management information to the terminal device 50 as a response to transmission request information not including authentication information.

さらに、端末プログラム65は、管理情報を含むステータス情報を受信したことに応じて、ステータス報知画面に管理情報を表示してもよい。一方、端末プログラム65は、管理情報を含まないステータス情報を受信したことに応じて、図12に示されるステータス報知画面を表示してもよい。すなわち、端末プログラム65は、指定装置或いは端末プログラム65が管理者モードである場合と、指定装置及び端末プログラム65が管理者モードでない場合とで、ステータス報知画面に表示させる項目を異ならせる。これにより、動作モードに応じて適切な情報をユーザに報知することができる。   Further, the terminal program 65 may display the management information on the status notification screen in response to receiving the status information including the management information. On the other hand, the terminal program 65 may display the status notification screen shown in FIG. 12 in response to receiving status information that does not include management information. That is, the terminal program 65 varies the items displayed on the status notification screen depending on whether the designated device or the terminal program 65 is in the administrator mode and whether the designated device and the terminal program 65 are not in the administrator mode. Thereby, appropriate information can be notified to the user according to the operation mode.

[その他の変形例]
端末プログラム65は、データアイコン131〜133の位置に対するピーク操作を操作部54が検出したことに応じて(S22:ピーク→S23)、図12に示されるステータス報知画面を表示部53に表示させてもよい(S42)。また、端末プログラム65は、S23で実行される3Dタッチ処理において、ピーク操作がスライド操作に変化したことを操作部54が検出したことに応じて(S43:スライド)、図13(B)に示されるヘルプ画面を、図8(B)に示される条件報知画面に代えて表示部53に表示させてもよい(S44)。
[Other variations]
The terminal program 65 displays the status notification screen shown in FIG. 12 on the display unit 53 in response to the operation unit 54 detecting the peak operation for the positions of the data icons 131 to 133 (S22: peak → S23). (S42). Further, the terminal program 65 is shown in FIG. 13B in response to the operation unit 54 detecting that the peak operation has changed to the slide operation in the 3D touch process executed in S23 (S43: slide). The help screen may be displayed on the display unit 53 instead of the condition notification screen shown in FIG. 8B (S44).

また、上記の実施形態及び各変形例では、ピーク操作、ポップ操作、及びスライド操作を組み合わせて、各ポップアップウィンドウを表示させる例を説明したが、タッチ操作の組み合わせは上記の例に限定されない。例えば、ピーク操作に代えてロングタッチ操作を、ポップ操作に代えて入力媒体の離間を、スライド操作に代えてフリック操作を検出してもよい。この場合、圧力センサ54Aは、省略することができる。   In the above-described embodiment and each modification, the example in which each pop-up window is displayed by combining the peak operation, the pop operation, and the slide operation has been described. However, the combination of touch operations is not limited to the above example. For example, the long touch operation may be detected instead of the peak operation, the separation of the input medium may be detected instead of the pop operation, and the flick operation may be detected instead of the slide operation. In this case, the pressure sensor 54A can be omitted.

また、上記の実施形態の複合機10及び端末装置50において、メモリ32、62のプログラム記憶領域32A、62Aに記憶された各種プログラムがCPU31、61によって実行されることによって、本発明の制御部が実行する各処理が実現される例を説明した。しかしながら、制御部の構成はこれに限定されず、その一部又は全部を集積回路等のハードウェアで実現してもよい。   Further, in the multi-function device 10 and the terminal device 50 according to the above-described embodiment, the CPU 31 and 61 execute various programs stored in the program storage areas 32A and 62A of the memories 32 and 62, whereby the control unit of the present invention is executed. An example in which each process to be executed is realized has been described. However, the configuration of the control unit is not limited to this, and part or all of the configuration may be realized by hardware such as an integrated circuit.

さらに、本発明は、複合機10及び端末装置50として実現できるだけでなく、複合機10及び端末装置50に処理を実行させるプログラムとして実現してもよい。そして、当該プログラムは、non−transitoryな記録媒体に記録されて提供されてもよい。non−transitoryな記録媒体は、CD−ROM、DVD−ROM等の他、通信ネットワーク101を通じて複合機10及び端末装置50に接続可能なサーバに搭載されたメモリを含んでもよい。そして、サーバのメモリに記憶されたプログラムは、当該プログラムを示す情報或いは信号として、インターネット等の通信ネットワーク101を通じて配信されてもよい。   Furthermore, the present invention may be realized not only as the multifunction device 10 and the terminal device 50 but also as a program that causes the multifunction device 10 and the terminal device 50 to execute processing. Then, the program may be provided by being recorded on a non-transitory recording medium. The non-transitory recording medium may include a memory mounted on a server that can be connected to the MFP 10 and the terminal device 50 through the communication network 101 in addition to a CD-ROM, a DVD-ROM, or the like. The program stored in the memory of the server may be distributed through the communication network 101 such as the Internet as information or a signal indicating the program.

10・・・複合機
11・・・プリンタ
53・・・表示部
54・・・操作部
54A・・・圧力センサ
54B・・・位置センサ
25,55・・・通信部
31,61・・・CPU
32,62・・・メモリ
35・・・装置プログラム
50・・・端末装置
65・・・端末プログラム
DESCRIPTION OF SYMBOLS 10 ... Multifunction machine 11 ... Printer 53 ... Display part 54 ... Operation part 54A ... Pressure sensor 54B ... Position sensor 25, 55 ... Communication part 31, 61 ... CPU
32, 62 ... Memory 35 ... Device program 50 ... Terminal device 65 ... Terminal program

Claims (12)

表示面を有する表示部と、前記表示面に重ねて配置されてタッチ操作を検出するタッチセンサと、メモリとを備える端末装置によって実行可能なプログラムであって、
該プログラムは、
該プログラムに実行させる対応処理が対応付けられたオブジェクトを前記表示面に表示させる第1表示処理と、
前記オブジェクトの位置に対する第1操作が実行されたことを前記タッチセンサが検出したことに応じて、前記メモリに記憶された条件情報で示される前記対応処理の実行条件を、前記表示面に表示させる第2表示処理と、
前記オブジェクトの位置に対する前記第1操作が第2操作に変化したことを前記タッチセンサが検出したことに応じて、前記実行条件に従った前記対応処理とを前記端末装置に実行させるプログラム。
A program that can be executed by a terminal device that includes a display unit having a display surface, a touch sensor that is arranged on the display surface to detect a touch operation, and a memory,
The program
A first display process for displaying an object associated with a corresponding process to be executed by the program on the display surface;
When the touch sensor detects that the first operation on the position of the object has been executed, the execution condition of the corresponding process indicated by the condition information stored in the memory is displayed on the display surface. A second display process;
A program that causes the terminal device to execute the handling process according to the execution condition in response to the touch sensor detecting that the first operation for the position of the object has changed to a second operation.
前記端末装置は、通信部を備えており、
該プログラムは、
前記第1表示処理において、画像データに対する動作の実行を画像処理装置に指示する前記対応処理が対応付けられた前記オブジェクトを表示し、
前記通信部を通じて前記画像処理装置からステータス情報を受信する受信処理を前記端末装置に実行させ、前記ステータス情報は、前記画像処理装置の状態を示す情報であり、
該プログラムは、
前記オブジェクトの位置に対する前記第1操作が前記第2操作に変化したことを前記タッチセンサが検出したことに応じて、前記受信処理で受信した前記ステータス情報に基づいて、前記実行条件に従った前記動作を前記画像処理装置が実行可能か否かを判断する第1判断処理と、
前記動作を実行可能と前記第1判断処理で判断したことに応じて、前記通信部を通じて前記画像処理装置に実行指示情報を送信する前記対応処理とを前記端末装置に実行させ、前記実行指示情報は、前記実行条件に従った前記動作の実行を指示する情報である請求項1に記載のプログラム。
The terminal device includes a communication unit,
The program
In the first display process, the object associated with the corresponding process for instructing the image processing apparatus to execute an operation on the image data is displayed.
Causing the terminal device to execute reception processing for receiving status information from the image processing device through the communication unit, and the status information is information indicating a state of the image processing device;
The program
In response to the touch sensor detecting that the first operation for the position of the object has changed to the second operation, the execution condition is determined based on the status information received in the reception process. First determination processing for determining whether or not the image processing apparatus can execute an operation;
In response to determining in the first determination process that the operation can be performed, the terminal apparatus is caused to execute the corresponding process for transmitting execution instruction information to the image processing apparatus through the communication unit, and the execution instruction information The program according to claim 1, which is information that instructs execution of the operation according to the execution condition.
該プログラムは、前記第2表示処理において、前記条件情報で示される複数の前記実行条件のうち、前記ステータス情報で示される状態での前記動作の実行を阻害する前記実行条件を明示する請求項2に記載のプログラム。   The program clearly specifies the execution condition that inhibits the execution of the operation in the state indicated by the status information among the plurality of execution conditions indicated by the condition information in the second display process. The program described in. 該プログラムは、
前記オブジェクトの位置に対する前記第1操作が第3操作に変化したことを前記タッチセンサが検出したことに応じて、前記ステータス情報で示される状態での前記動作の実行を阻害する前記実行条件の変更を促す画面を前記表示面に表示させる第3表示処理と、
前記実行条件の変更を指示するタッチ操作を前記タッチセンサが検出したことに応じて、変更後の前記実行条件に従った前記対応処理とを前記端末装置に実行させる請求項3に記載のプログラム。
The program
Changing the execution condition that inhibits the execution of the action in the state indicated by the status information in response to the touch sensor detecting that the first operation for the position of the object has changed to a third operation. A third display process for displaying a screen for prompting on the display surface;
The program according to claim 3, wherein, in response to the touch sensor detecting a touch operation instructing change of the execution condition, the terminal device executes the handling process according to the changed execution condition.
該プログラムは、前記第1操作中の入力媒体が前記表示面から離間したことを前記タッチセンサで検出したことに応じて、前記対応処理を実行せずに、前記第2表示処理を終了する請求項1から4のいずれかに記載のプログラム。   The program terminates the second display process without executing the corresponding process in response to detecting by the touch sensor that the input medium in the first operation is separated from the display surface. Item 5. The program according to any one of Items 1 to 4. 表示面を有する表示部と、前記表示面に重ねて配置されてタッチ操作を検出するタッチセンサと、メモリと、通信部とを備える端末装置によって実行可能なプログラムであって、
該プログラムは、
各々が画像データに対応付けられた複数のオブジェクトを含む第1画面を前記表示面に表示させる第1表示処理と、
前記第1画面に対する第1操作が実行されたことを前記タッチセンサが検出したことに応じて、前記メモリに記憶された条件情報で示される実行条件を、前記表示面に表示させる第2表示処理と、
前記オブジェクトの位置に対する前記第1操作が第2操作に変化したことを前記タッチセンサが検出したことに応じて、当該オブジェクトに対応する前記画像データを指定データに決定する決定処理と、
前記指定データの出力を指示するタッチ操作が実行されたことを前記タッチセンサが検出したことに応じて、前記通信部を通じて画像処理装置に実行指示情報を送信する実行指示処理とを前記端末装置に実行させ、前記実行指示情報は、前記指定データを出力する出力動作を前記実行条件に従って実行することを指示する情報であるプログラム。
A program that can be executed by a terminal device that includes a display unit having a display surface, a touch sensor that is arranged on the display surface to detect a touch operation, a memory, and a communication unit,
The program
First display processing for displaying a first screen including a plurality of objects each associated with image data on the display surface;
Second display processing for displaying on the display surface execution conditions indicated by the condition information stored in the memory in response to the touch sensor detecting that the first operation on the first screen has been executed. When,
A determination process of determining the image data corresponding to the object as designated data in response to the touch sensor detecting that the first operation on the position of the object has changed to a second operation;
An execution instruction process for transmitting execution instruction information to the image processing apparatus through the communication unit in response to the touch sensor detecting that a touch operation instructing the output of the specified data has been executed. The execution instruction information is information that instructs execution of an output operation for outputting the specified data in accordance with the execution condition.
該プログラムは、前記第1操作を前記タッチセンサで検出したことに応じて、前記通信部を通じて前記画像処理装置からステータス情報を受信する受信処理を前記端末装置に実行させ、前記ステータス情報は、前記画像処理装置の状態を示す情報であり、
該プログラムは、前記第2表示処理において、前記条件情報で示される複数の前記実行条件のうち、前記ステータス情報で示される状態での前記動作の実行を阻害する前記実行条件を明示する請求項6に記載のプログラム。
The program causes the terminal device to execute reception processing for receiving status information from the image processing device through the communication unit in response to detection of the first operation by the touch sensor. Information indicating the state of the image processing device,
The program clearly specifies the execution condition that inhibits the execution of the operation in the state indicated by the status information among the plurality of execution conditions indicated by the condition information in the second display process. The program described in.
該プログラムは、
前記第1表示処理において、各々が1枚のシートに記録されるページデータに対応付けられた複数の前記オブジェクトを表示し、
前記オブジェクトの位置に対する前記第1操作が実行されたことを前記タッチセンサが検出した場合の前記第2表示処理において、当該オブジェクトに対応付けられた前記ページデータに固有の前記実行条件を表示し、
前記オブジェクトの位置に対する前記第1操作が第3操作に変化したことを前記タッチセンサが検出したことに応じて、当該オブジェクトに対応付けられた前記ページデータに固有の前記実行条件の変更を促す画面を前記表示面に表示させる第3表示処理と、
前記実行条件の変更を指示するタッチ操作が実行されたことを前記タッチセンサが検出したことに応じて、当該オブジェクトに対応付けられた前記ページデータを前記指定データの1つに決定する前記決定処理、及び変更後の前記実行条件を示す前記条件情報を、当該ページデータに固有の前記条件情報として前記メモリに記憶させる第1記憶処理とを前記端末装置に実行させる請求項6又は7に記載のプログラム。
The program
In the first display processing, a plurality of the objects each associated with page data recorded on one sheet are displayed,
In the second display process when the touch sensor detects that the first operation on the position of the object has been executed, the execution condition specific to the page data associated with the object is displayed,
A screen that prompts the user to change the execution condition specific to the page data associated with the object in response to the touch sensor detecting that the first operation for the position of the object has changed to a third operation. A third display process for displaying on the display surface;
The determination process of determining the page data associated with the object as one of the designated data in response to the touch sensor detecting that a touch operation instructing the change of the execution condition has been executed And a first storage process for storing the condition information indicating the execution condition after the change in the memory as the condition information unique to the page data. program.
該プログラムは、
前記オブジェクトと異なる位置に対する前記第1操作が実行されたことを前記タッチセンサが検出した場合の前記第2表示処理において、全ての前記ページデータに共通の前記実行条件を表示し、
前記オブジェクトと異なる位置に対する前記第1操作が第3操作に変化したことを前記タッチセンサが検出したことに応じて、全ての前記ページデータに共通の前記実行条件の変更を促す画面を前記表示面に表示させる第4表示処理と、
前記実行条件の変更を指示するタッチ操作が実行されたことを前記タッチセンサが検出したことに応じて、変更後の前記実行条件を示す前記条件情報を、全ての前記ページデータに共通の前記条件情報として前記メモリに記憶させる第2記憶処理とを前記端末装置に実行させる請求項8に記載のプログラム。
The program
In the second display process when the touch sensor detects that the first operation for a position different from the object is executed, the execution condition common to all the page data is displayed.
In response to the touch sensor detecting that the first operation for a position different from the object has changed to a third operation, a screen that prompts a change in the execution condition common to all the page data is displayed on the display surface. A fourth display process to be displayed on
The condition information indicating the execution condition after the change is included in the condition common to all the page data in response to the touch sensor detecting that the touch operation instructing the change of the execution condition is executed. The program according to claim 8, which causes the terminal device to execute a second storage process to be stored in the memory as information.
前記タッチセンサは、
入力媒体によって加えられる圧力を検出する圧力センサと、
前記入力媒体によって圧力が加えられた位置を検出する位置センサとを含み、
該プログラムは、
前記圧力センサが閾値未満の圧力を検出し且つ前記位置センサが位置を検出したことを、当該位置に対する前記第1操作として検出し、
前記圧力センサが前記閾値未満の圧力を検出している状態で、前記位置センサが検出した位置が連続的に移動したことを、前記第3操作として検出する請求項4、8、9のいずれかに記載のプログラム。
The touch sensor is
A pressure sensor for detecting the pressure applied by the input medium;
A position sensor for detecting a position where pressure is applied by the input medium,
The program
Detecting that the pressure sensor detects a pressure less than a threshold value and the position sensor detects a position as the first operation on the position;
10. The method according to claim 4, wherein the third operation detects that the position detected by the position sensor continuously moves while the pressure sensor detects a pressure less than the threshold. The program described in.
前記タッチセンサは、
入力媒体によって加えられる圧力を検出する圧力センサと、
前記入力媒体によって圧力が加えられた位置を検出する位置センサとを含み、
該プログラムは、
前記圧力センサが閾値未満の圧力を検出し且つ前記位置センサが位置を検出したことを、当該位置に対する前記第1操作として検出し、
前記圧力センサが前記閾値以上の圧力を検出し且つ前記位置センサが位置を検出したことを、当該位置に対する前記第2操作として検出する請求項1から10のいずれかに記載のプログラム。
The touch sensor is
A pressure sensor for detecting the pressure applied by the input medium;
A position sensor for detecting a position where pressure is applied by the input medium,
The program
Detecting that the pressure sensor detects a pressure less than a threshold value and the position sensor detects a position as the first operation on the position;
The program according to any one of claims 1 to 10, wherein the second operation for the position is detected when the pressure sensor detects a pressure equal to or higher than the threshold and the position sensor detects a position.
表示面を有する表示部と、
前記表示面に重ねて配置されてタッチ操作を検出するタッチセンサと、
メモリと、
制御部とを備える端末装置であって、
前記制御部は、
該端末装置に実行させる対応処理が対応付けられたオブジェクトを前記表示面に表示させる第1表示処理と、
前記オブジェクトの位置に対する第1操作が実行されたことを前記タッチセンサが検出したことに応じて、前記メモリに記憶された条件情報で示される前記対応処理の実行条件を、前記表示面に表示させる第2表示処理と、
前記オブジェクトの位置に対する前記第1操作が第2操作に変化したことを前記タッチセンサが検出したことに応じて、前記実行条件に従った前記対応処理とを実行する端末装置。
A display unit having a display surface;
A touch sensor that is arranged over the display surface and detects a touch operation;
Memory,
A terminal device comprising a control unit,
The controller is
A first display process for displaying an object associated with a corresponding process to be executed by the terminal device on the display surface;
When the touch sensor detects that the first operation on the position of the object has been executed, the execution condition of the corresponding process indicated by the condition information stored in the memory is displayed on the display surface. A second display process;
A terminal device that executes the corresponding process according to the execution condition in response to the touch sensor detecting that the first operation with respect to the position of the object has changed to a second operation.
JP2016036056A 2016-02-26 2016-02-26 Programs and terminals Active JP6766375B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2016036056A JP6766375B2 (en) 2016-02-26 2016-02-26 Programs and terminals
US15/440,155 US10785380B2 (en) 2016-02-26 2017-02-23 Non-transitory computer-readable medium and terminal apparatus
CN201710102455.8A CN107135324B (en) 2016-02-26 2017-02-24 Method for controlling terminal device and terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016036056A JP6766375B2 (en) 2016-02-26 2016-02-26 Programs and terminals

Publications (2)

Publication Number Publication Date
JP2017151899A true JP2017151899A (en) 2017-08-31
JP6766375B2 JP6766375B2 (en) 2020-10-14

Family

ID=59741851

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016036056A Active JP6766375B2 (en) 2016-02-26 2016-02-26 Programs and terminals

Country Status (1)

Country Link
JP (1) JP6766375B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019230211A1 (en) * 2018-06-01 2019-12-05 京セラドキュメントソリューションズ株式会社 Display control device and electronic device
JP2019220822A (en) * 2018-06-19 2019-12-26 富士ゼロックス株式会社 Image processing system and program
JP2020523692A (en) * 2017-09-27 2020-08-06 北京三快在綫科技有限公司Beijing Sankuai Online Technology Co., Ltd Page browsing method, device and electronic device
JP2021022313A (en) * 2019-07-30 2021-02-18 ブラザー工業株式会社 program
JP2021022314A (en) * 2019-07-30 2021-02-18 ブラザー工業株式会社 program
JP2021036386A (en) * 2019-08-30 2021-03-04 ブラザー工業株式会社 Program and information processing apparatus
JP2021036385A (en) * 2019-08-30 2021-03-04 ブラザー工業株式会社 Program and information processing device

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11355617A (en) * 1998-06-05 1999-12-24 Fuji Photo Film Co Ltd Camera with image display device
JP2000307904A (en) * 1999-04-15 2000-11-02 Canon Inc Device and method for picking up image and storage medium
JP2005007579A (en) * 2003-06-16 2005-01-13 Kyocera Mita Corp Functional setting device and image forming apparatus equipped with functional setting device
JP2006031465A (en) * 2004-07-16 2006-02-02 Canon Inc Image processing apparatus, control method for the same, and control program for the same
JP2007249461A (en) * 2006-03-15 2007-09-27 Konica Minolta Business Technologies Inc Information processor and program
JP2010287092A (en) * 2009-06-12 2010-12-24 Ricoh Co Ltd Image forming system
JP2013015950A (en) * 2011-07-01 2013-01-24 Seiko Epson Corp Printing system, printing data generating device, control method of printing data generating device, and program
JP2013070303A (en) * 2011-09-26 2013-04-18 Kddi Corp Photographing device for enabling photographing by pressing force to screen, photographing method and program
JP2013257770A (en) * 2012-06-13 2013-12-26 Ricoh Co Ltd Print control device, control program of print control device, and control method of print control device
JP2014082586A (en) * 2012-10-15 2014-05-08 Olympus Imaging Corp Photographing apparatus
JP2014147441A (en) * 2013-01-31 2014-08-21 Panasonic Corp Operation device and washing machine
JP2015029171A (en) * 2013-07-30 2015-02-12 三菱電機株式会社 Remote controller

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11355617A (en) * 1998-06-05 1999-12-24 Fuji Photo Film Co Ltd Camera with image display device
JP2000307904A (en) * 1999-04-15 2000-11-02 Canon Inc Device and method for picking up image and storage medium
JP2005007579A (en) * 2003-06-16 2005-01-13 Kyocera Mita Corp Functional setting device and image forming apparatus equipped with functional setting device
JP2006031465A (en) * 2004-07-16 2006-02-02 Canon Inc Image processing apparatus, control method for the same, and control program for the same
JP2007249461A (en) * 2006-03-15 2007-09-27 Konica Minolta Business Technologies Inc Information processor and program
JP2010287092A (en) * 2009-06-12 2010-12-24 Ricoh Co Ltd Image forming system
JP2013015950A (en) * 2011-07-01 2013-01-24 Seiko Epson Corp Printing system, printing data generating device, control method of printing data generating device, and program
JP2013070303A (en) * 2011-09-26 2013-04-18 Kddi Corp Photographing device for enabling photographing by pressing force to screen, photographing method and program
JP2013257770A (en) * 2012-06-13 2013-12-26 Ricoh Co Ltd Print control device, control program of print control device, and control method of print control device
JP2014082586A (en) * 2012-10-15 2014-05-08 Olympus Imaging Corp Photographing apparatus
JP2014147441A (en) * 2013-01-31 2014-08-21 Panasonic Corp Operation device and washing machine
JP2015029171A (en) * 2013-07-30 2015-02-12 三菱電機株式会社 Remote controller

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
野沢 直樹, IPHONE 6S/6S PLUS PERFECT MANUAL SOFTBANK対応版, vol. 初版, JPN6019042485, 20 October 2015 (2015-10-20), JP, pages 22 - 23, ISSN: 0004262599 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020523692A (en) * 2017-09-27 2020-08-06 北京三快在綫科技有限公司Beijing Sankuai Online Technology Co., Ltd Page browsing method, device and electronic device
US11397522B2 (en) 2017-09-27 2022-07-26 Beijing Sankuai Online Technology Co., Ltd. Page browsing
JPWO2019230211A1 (en) * 2018-06-01 2021-07-08 京セラドキュメントソリューションズ株式会社 Display control device and electronic equipment
WO2019230211A1 (en) * 2018-06-01 2019-12-05 京セラドキュメントソリューションズ株式会社 Display control device and electronic device
JP2019220822A (en) * 2018-06-19 2019-12-26 富士ゼロックス株式会社 Image processing system and program
JP7331534B2 (en) 2019-07-30 2023-08-23 ブラザー工業株式会社 program
JP2021022314A (en) * 2019-07-30 2021-02-18 ブラザー工業株式会社 program
JP2021022313A (en) * 2019-07-30 2021-02-18 ブラザー工業株式会社 program
JP7342493B2 (en) 2019-07-30 2023-09-12 ブラザー工業株式会社 program
JP2021036385A (en) * 2019-08-30 2021-03-04 ブラザー工業株式会社 Program and information processing device
JP2021036386A (en) * 2019-08-30 2021-03-04 ブラザー工業株式会社 Program and information processing apparatus
JP7331559B2 (en) 2019-08-30 2023-08-23 ブラザー工業株式会社 Program and information processing device
JP7342531B2 (en) 2019-08-30 2023-09-12 ブラザー工業株式会社 Programs and information processing equipment

Also Published As

Publication number Publication date
JP6766375B2 (en) 2020-10-14

Similar Documents

Publication Publication Date Title
JP6766375B2 (en) Programs and terminals
CN107135324B (en) Method for controlling terminal device and terminal device
US10310793B2 (en) Image processing system having portable terminal that preregisters a job in an image processing apparatus, image processing apparatus, and portable information terminal
US20130208291A1 (en) Image forming apparatus, method of controlling the same, and storage medium
JP6620493B2 (en) Monitor program, information processing terminal, monitor system
US20170177285A1 (en) Multi-function peripheral and non-transitory computer-readable recording medium storing computer-readable instructions causing device to execute workflow
JP5803960B2 (en) Electronic device control device, electronic device and program
EP3544819B1 (en) Outputting plurality of images having different sizes
JP6634880B2 (en) Program and terminal device
JP6638501B2 (en) Print control program and information processing apparatus
US11240394B2 (en) Information processing apparatus for invalidating an operation setting from a second device
JP2015087901A (en) Information processor, image formation system, and information processing method
JP6245103B2 (en) Image processing device
JP2017215703A (en) program
JP6816602B2 (en) Programs, main programs and subprograms, and information processing terminals
US10015351B2 (en) Instruction apparatus, processing apparatus, and processing system
JP6746982B2 (en) program
JP6544163B2 (en) Mobile terminal and program
JP6511899B2 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING SYSTEM, AND PROGRAM
US11379159B2 (en) Information processing device and non-transitory computer readable medium
JP5743942B2 (en) Image forming apparatus
JP2021190043A (en) Control program and information processing apparatus
JP6347693B2 (en) Data transmission apparatus and image forming apparatus
JP2018190056A (en) Management device, program and management system
JP2018190014A (en) Program and mobile terminal

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20180219

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20180219

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190201

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190930

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191105

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191224

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20200519

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200717

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

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20200717

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20200729

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

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20200804

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200831

R150 Certificate of patent or registration of utility model

Ref document number: 6766375

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150