WO2023181988A1 - Support program - Google Patents

Support program Download PDF

Info

Publication number
WO2023181988A1
WO2023181988A1 PCT/JP2023/009281 JP2023009281W WO2023181988A1 WO 2023181988 A1 WO2023181988 A1 WO 2023181988A1 JP 2023009281 W JP2023009281 W JP 2023009281W WO 2023181988 A1 WO2023181988 A1 WO 2023181988A1
Authority
WO
WIPO (PCT)
Prior art keywords
program
printer
information
general
application
Prior art date
Application number
PCT/JP2023/009281
Other languages
French (fr)
Japanese (ja)
Inventor
建樹 成田
仁人 細溝
Original Assignee
ブラザー工業株式会社
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 ブラザー工業株式会社 filed Critical ブラザー工業株式会社
Publication of WO2023181988A1 publication Critical patent/WO2023181988A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer

Definitions

  • the technical field disclosed herein relates to a support program that supports printer control.
  • Patent Document 1 discloses an information processing apparatus that includes an application management section that manages applications and a printer management section that manages printers, and that displays the current status of the printer that corresponds to the selected application. Disclosed.
  • a support program designed to solve the above problems is executable by a computer of an information processing device, supports a specific printer, and supports a general-purpose printing program pre-installed in the operating system of the information processing device.
  • the operating system is a support program, and the operating system is capable of accepting a startup instruction for a program corresponding to the selected printer, and the general-purpose printing program includes a program that requests processing in response to the startup instruction for the printer.
  • the support program manages a plurality of application programs, and the support program has information indicating the ability to use for each of the application programs to be managed.
  • the print instruction is output from an application program incorporated in the information processing device, and the print instruction causes the general-purpose printing program to print an image on the specific printer.
  • the general-purpose printing program When a process is requested from a general-purpose printing program, acquiring image data representing the image from the general-purpose printing program and executing a process for transmitting a print command to the specific printer based on the image data; Further, when a process is requested from the general-purpose printing program by the operating system receiving the activation instruction with the specific printer selected in the computer, the general-purpose printing program an acquisition process for acquiring capability information indicating the capabilities of the specific printer; and an application program that utilizes the capability indicated by the capability information acquired in the acquisition process among the plurality of application programs to be managed.
  • the computer is configured to execute a management process for displaying a list of information indicating a specific application program and accepting an execution instruction for the displayed specific application program.
  • the support program disclosed in this specification is requested to process when the OS receives a boot instruction, in addition to a print instruction from an application program.
  • the support program acquires the capability information of a specific printer, displays a list of the specific apps that use the acquired capabilities among the managed apps, and displays the information.
  • Receive instructions to run a specific app This is highly convenient because the user can grasp a specific app based on the operation of inputting a startup instruction at a timing other than printing, and can also execute the specific app.
  • An information processing device incorporating the support program, a computer-readable storage medium storing the support program, a control method for realizing the functions of the support program, and a printing system including the support program and printer are also new. It is useful in
  • a technology that can easily manage various applications that can use a printer is realized in an information processing device in which an OS standard general-purpose printing program is installed.
  • FIG. 1 is a block diagram schematically showing the electrical configuration of a PC.
  • FIG. 3 is a sequence diagram illustrating an example of a processing procedure by an auxiliary program.
  • FIG. 3 is an explanatory diagram showing an example of a screen that accepts device management instructions. It is an explanatory diagram showing an example of a detailed management screen.
  • 12 is a flowchart illustrating an example of a procedure for application information display processing. It is an explanatory diagram showing an example of a list display screen.
  • FIG. 1 is a block diagram schematically showing the electrical configuration of a PC.
  • FIG. 3 is a sequence diagram showing an example of a printing procedure.
  • PC personal computer
  • the PC 1 of this embodiment includes a controller 10 including a CPU 11 and a memory 12.
  • PC1 is an example of an information processing device.
  • the CPU 11 is an example of a computer.
  • the PC 1 also includes a user interface (hereinafter referred to as “user IF”) 13 and a communication interface (hereinafter referred to as “communication IF”) 14, which are electrically connected to the controller 10.
  • user IF user interface
  • communication IF communication interface
  • the controller 10 in FIG. 1 is a general term for hardware and software used to control the PC 1, and does not necessarily represent a single piece of hardware that actually exists in the PC 1.
  • the CPU 11 executes various processes according to the program read from the memory 12 and based on user operations.
  • the memory 12 stores various programs and various data.
  • the memory 12 is also used as a work area when various processes are executed.
  • the buffer included in the CPU 11 is also an example of memory. Note that an example of the memory 12 is not limited to a ROM, RAM, HDD, etc. built into the PC 1, but also a storage medium readable and writable by the CPU 11, such as a recording medium such as a CD-ROM or a DVD-ROM. Also good.
  • the user IF 13 includes hardware that displays a screen to notify the user of information and hardware that accepts operations by the user.
  • the user IF 13 may be a combination of a display capable of displaying information and a mouse, keyboard, etc. that has an input reception function, or may be a touch panel that has a display function and an input reception function.
  • the communication IF 14 includes hardware for communicating with external devices such as the printer 2.
  • the communication standard of the communication IF 14 is Ethernet (registered trademark), Wi-Fi (registered trademark), USB, etc.
  • the PC 1 may be connectable to the Internet via the communication IF 14. Further, the PC 1 may include a plurality of communication IFs 14 corresponding to a plurality of communication standards.
  • the PC 1 of this embodiment is connected to the printer 2 via the communication IF 14, as shown in FIG.
  • the printer 2 is a device that has at least a printing function and a communication function. Printer 2 is an example of a specific printer.
  • the memory 12 of the PC 1 stores an operating system (hereinafter referred to as "OS") 21 including a general-purpose printing program 41, an auxiliary program 42, and various application programs (hereinafter referred to as "OS") such as an editing application 43. , "app") are stored.
  • the OS 21 is, for example, Windows (registered trademark), macOS (registered trademark), Linux (registered trademark), iOS (registered trademark), or Android (registered trademark).
  • the auxiliary program 42 is an example of a support program.
  • the general-purpose printing program 41 is an OS standard program provided together with the OS 21, and has a function for causing the printer 2 and the like to execute printing.
  • the general-purpose printing program 41 of this embodiment is a program that includes a function of generating intermediate image data based on image data to be printed.
  • the general-purpose printing program 41 supports functions that can be commonly used by multiple types of printer models provided by various printer vendors. Unlike printer drivers specific to various printers, the general-purpose printing program 41 does not support all of the functions unique to various printers, and only supports general-purpose functions.
  • the auxiliary program 42 is a program or a group of programs that supports control of target hardware.
  • the auxiliary program 42 of this embodiment corresponds to the model of the printer 2 connected to the PC 1.
  • the auxiliary program 42 corresponds to the model of the printer 2 connected to the PC 1. It is started from the print program 41.
  • the auxiliary program 42 is, for example, a print support application (abbreviation: PSA) or a hardware support application (abbreviation: HSA).
  • auxiliary program 42 may be a combination of a plurality of programs, each of which accepts an execution command, or may be a single program that can execute different processes depending on the command.
  • the auxiliary program may be a program prepared for each type of printer by the printer vendor. For example, an auxiliary program for an inkjet printer and an auxiliary program for a laser printer may be prepared. There may be an auxiliary program prepared not only for each printer type but also for each printer model or printer model series.
  • the OS 21 of the PC 1 can download an appropriate auxiliary program from a server or the like and incorporate it into the PC 1, depending on the type and model of the connected printer.
  • the OS 21 stores the identification information of the installed auxiliary program in association with the printer information of the newly connected printer in the memory 12, and generates a printer queue for each printer.
  • the editing application 43 is, for example, an application for creating and editing image data and document data.
  • the editing application 43 may be, for example, Word (registered trademark) or PowerPoint (registered trademark) manufactured by Microsoft (registered trademark), or it may be an application provided by the vendor of the printer 2.
  • the editing application 43 can receive, for example, a print execution instruction to cause the printer 2 to execute printing via the user IF 13.
  • each processing step in this embodiment basically indicates processing by the CPU 11 according to instructions written in a program such as the auxiliary program 42.
  • the processing by the CPU 11 also includes hardware control using the API of the OS 21.
  • the detailed description of the OS 21 will be omitted and the operation of each program will be explained.
  • acquisition is used as a concept that does not require a request.
  • the OS 21 can accept setting instructions for each part from the user, and on the screen that accepts setting instructions, accepts device management instructions including instructions to display information and change settings for various devices connected to the PC 1. It is possible. For example, when the OS 21 receives a setting instruction and a device management instruction (A01), the OS 21 can further accept a selection of a device, as shown in FIG. 3, for example. For example, when the OS 21 receives an operation on the "printer and scanner" button 512 on the device setting screen 51 (FIG. 3A) that is displayed when the operation on the "device” button 511 is received, For example, a device management screen 52 as shown in FIG. 3(B) is displayed (A02).
  • the device management screen 52 is a screen that includes a list of various devices connected to the PC 1 that can perform image processing, such as printers and scanners.
  • the user can select a device to be managed from the list displayed on the device management screen 52 (A03).
  • the OS 21 receives an operation on the button 521 for specifying the printer 2 on the device management screen 52, the OS 21 displays the detailed management screen 53 as shown in FIG. 4 (A04).
  • the detailed management screen 53 displays an "open printer queue” button 531, an "app launch” button 532, a "print test page” button 533, and the like.
  • the "Open Printer Queue” button 531 is a button that accepts an instruction to check the status of the printer queue corresponding to the selected printer.
  • the “app launch” button 532 is a button that accepts an instruction to launch a program corresponding to the selected printer.
  • the "print test page” button 533 is a button that accepts an instruction to send a test image from the OS 21 to the selected printer.
  • the OS 21 can accept user operations on buttons 531, 532, 533, and the like.
  • the OS 21 selects printer 2, which is the selected printer. information and an instruction to start a program corresponding to the printer are passed to the general-purpose printing program 41.
  • the general-purpose printing program 41 receives this instruction from the OS 21, it starts a program associated with the printer information of the printer 2. In this embodiment, since the identification information of the auxiliary program 42 is stored in association with the printer information of the printer 2, the general-purpose printing program 41 starts the auxiliary program 42 (A12).
  • the auxiliary program 42 acquires main body information of the printer 2 via the OS 21 when activated from the general-purpose printing program 41 in response to a user's activation instruction.
  • the auxiliary program 42 first requests connection information of the printer 2 from the OS 21 (A21), and acquires the connection information from the OS 21 (A22).
  • the connection information is, for example, an IP address.
  • the auxiliary program 42 uses the connection information obtained in A22 to request main body information including capability information from the printer 2 (A23), and acquires the main body information including capability information from the printer 2 (A24).
  • the capability information is information indicating the capabilities of the printer 2, that is, information indicating functions executable by the printer 2 and information on parameters that can be set as print settings.
  • A24 is an example of acquisition processing, and is an example of main body acquisition processing.
  • the main unit information includes information indicating the status of the main unit of the printer 2, such as status information, remaining amount information of consumables, information indicating attached accessories such as optional trays, and information set for each tray.
  • the information may include information on paper size and paper type, information on main unit settings such as the language used, network settings, firmware version information, printing history information, and the number of waiting print jobs.
  • the printer 2 of this embodiment includes an operation panel.
  • the operation panel of the printer 2 includes a display that displays information and operation buttons that accept input operations from the user.
  • the operation panel may include a touch panel.
  • the printer 2 is capable of displaying information regarding the printer 2 on the operation panel, and is also capable of receiving various instructions through input operations on the operation panel.
  • the printer 2 can accept instructions via the operation panel, such as instructions to set paper size and paper type for each tray, and instructions to change main body settings and network settings.
  • the printer 2 may pass information indicating various settings received via the operation panel to the auxiliary program 42 as main body information.
  • the printer 2 also has a function of performing image processing based on the received print job and printing based on the data after image processing, such as aggregate printing such as Nin1, composite printing such as watermark, and saving coloring agent. It may also have a function to perform economical printing. If the printer 2 has an executable image processing function, the printer 2 may pass information about the function to the auxiliary program 42 as main body information.
  • the auxiliary program 42 can obtain information that is not understood by the OS 21 by directly obtaining information from the printer 2 using, for example, MIB (abbreviation for Management Information Base).
  • MIB abbreviation for Management Information Base
  • the auxiliary program 42 temporarily stores the information acquired from the printer 2 in the memory 12 (A25).
  • the auxiliary program 42 may output to the OS 21 an acquisition request requesting main body information including capability information of the printer 2.
  • the OS 21 acquires information from the printer 2 through communication according to IPP (abbreviation for internet printing protocol), and passes the acquired information to the auxiliary program 42 .
  • the auxiliary program 42 may both request the OS 21 to obtain information and obtain main body information through direct communication.
  • the auxiliary program 42 executes application information display processing (A31).
  • the procedure of application information display processing will be explained with reference to the flowchart of FIG. 5.
  • the application information display process is a process of classifying and displaying various applications corresponding to the printer 2 according to their states.
  • the application information display process is executed by the CPU 11 of the PC 1 based on the description of the auxiliary program 42.
  • the CPU 11 obtains a list of apps applicable to the printer 2 (S101).
  • S101 the CPU 11 creates a list of applications that utilize the capabilities of the printer 2, for example, based on the capability information of the printer 2.
  • the apps listed in S101 are examples of specific application programs. Capabilities that can be supported by each app and capabilities shown in the capability information include printer functions such as printing, scanning, and fax transmission, as well as printing on postcards, disc label printing, label printing, etc. This may include special printing capabilities and configurations. Note that the CPU 11 may list up the applications based on the model information of the printer 2.
  • the auxiliary program 42 manages various applications that can be applied to various printers corresponding to the auxiliary program 42. For example, if the auxiliary program 42 corresponding to a plurality of models of printers is executable on at least one of the corresponding plurality of models, that application is to be managed.
  • Applications to be managed include, for example, printing applications, scanning applications, and fax transmission applications. Examples of printing applications include a disc label printing application, a New Year's card printing application, and a label printing application.
  • the auxiliary program 42 For each application to be managed, the auxiliary program 42 provides application information such as the name of the application, information on the capabilities and configuration of the printer required to execute the application, information indicating whether the application has been installed on the PC 1, It is possible to obtain version information of installed applications, information indicating the storage location of installed applications, etc.
  • the auxiliary program 42 may obtain information about each application to be managed by reading out the correspondence information between the model information and the application built into the auxiliary program 42, or may obtain information from a server provided by the vendor of the printer 2, etc. You can obtain it by contacting . Further, the auxiliary program 42 may be capable of receiving information settings for each application to be managed by an administrator of the PC 1 or the like.
  • the CPU 11 sequentially classifies each application included in the list obtained in S101. Specifically, the CPU 11 classifies each of the listed applications into three categories: an executable list, a warning list, and an uninstalled list.
  • the executable list is a list of applications that can be executed by the current printer 2.
  • the warning list is a list of applications that have warning information.
  • the uninstalled list is a list of applications that are compatible with the printer 2 and are not installed in the PC 1. Note that at the start of the application information display process, the executable list, warning list, and uninstalled list are all empty lists.
  • the CPU 11 determines whether the application to be classified has been installed on the PC 1 (S102). If it is determined that the application has not been installed (S102: NO), the CPU 11 adds the application to the uninstalled list (S103).
  • the CPU 11 determines whether an optional configuration such as an option tray is required when executing the application to be classified (S105). For example, in order to run an application that prints on disc labels such as CDs, it is necessary to install an optional disc tray. Further, for example, in order to appropriately print on cloth such as T-shirts, it is necessary to use cloth ink.
  • the CPU 11 determines whether the necessary optional configuration is installed in the printer 2 based on the main body information (S106). If it is determined that the optional configuration is not necessary (S105: NO), or if it is determined that the necessary optional configuration is installed (S106: YES), the CPU 11 determines that the settings of the main unit are compatible with the application to be classified. It is determined whether or not (S107).
  • the CPU 11 determines that the paper size is suitable in S107. If it is determined that the application is compatible (S107: YES), the CPU 11 adds the application to be classified to the executable list (S111).
  • the CPU 11 adds warning information as information about the application added to the warning list (S113).
  • the warning information includes, for example, information on optional configurations that are necessary but not installed, and information on settings that are not compatible.
  • the warning information is an example of application information
  • S113 is an example of application acquisition processing.
  • the CPU 11 determines whether there is an update for the app to be classified (S115). For example, the CPU 11 can determine whether the application is the latest version by comparing version information of the application to be classified with information about the latest version of the application.
  • the auxiliary program 42 can obtain information on the latest version of each application from, for example, a server provided by a vendor.
  • the CPU 11 adds update information to the app (S116).
  • the update information is information indicating that update is possible.
  • the update information is an example of application information, and S116 is an example of application acquisition processing.
  • the CPU 11 determines whether there are any unclassified apps among the apps included in the list created in S101. A judgment is made (S121). If it is determined that there is a next application to be classified (S121: YES), the CPU 11 returns to S102 and similarly classifies the next application.
  • the CPU 11 causes the user IF 13 to display a list based on each classified list (S122). ), the application information display process is ended and the process returns to the procedure of FIG. For example, as shown in FIG. 6, the CPU 11 causes the user IF 13 to display a list display screen 54.
  • the list display screen 54 is an example of a list screen, and S122 is an example of management processing.
  • the list display screen 54 distinguishes icons of each application included in the executable list added in S111, the warning list added in S113, and the uninstalled list added in S103. This is the screen for Specifically, the list display screen 54 includes an executable area 541 that includes icons for each app included in the executable list, a warning area 542 that includes icons for each app included in the warning list, and an executable area 542 that includes icons for each app included in the warning list. and an uninstalled area 543 containing icons of each application to be installed.
  • the list display screen 54 may further include an end button 544 that accepts an instruction to end the display, and information indicating the status of the printer 2.
  • the auxiliary program 42 displays, for example, the status of the printer 2, remaining amount information of consumables, setting information of each tray, etc. on the list display screen 54 based on the main body information acquired in A24 of FIG. Also good.
  • Each icon included in the executable area 541 is an icon that can accept an instruction to execute the application.
  • the auxiliary program 42 When receiving an operation on an icon included in the executable area 541, the auxiliary program 42 outputs an execution instruction to the application indicated by the operated icon. Note that since the execution instruction in this case is input with the printer queue corresponding to the printer 2 selected, the executed application executes the process using the printer 2.
  • FIG. 6 shows an example where there is update information for "app C" included in the executable area 541, and a badge 71 indicating an update is displayed on the icon of "app C".
  • S122 in which the badge 71 indicating an update is displayed is an example of update display processing.
  • the auxiliary program 42 may selectively accept an execution instruction and an update instruction. Further, the auxiliary program 42 may simply notify that an update is possible as update information, or may display a link to a download site for the application. If there is a specific app that can be updated, by displaying the update information as well, it is expected that the user will perform an update operation for the specific app that can be updated.
  • each icon included in the warning area 542 and the uninstalled area 543 is an icon that restricts acceptance of execution instructions.
  • the auxiliary program 42 When receiving an operation on an icon included in the warning area 542, the auxiliary program 42 does not execute the application, but displays details of the warning information, for example. Further, when receiving an operation on an icon included in the uninstalled area 543, the auxiliary program 42 does not execute the application, but displays installation information indicating installation of the program.
  • FIG. 6 shows an example where "application D" included in the warning area 542 is an application that prints on a disc label, and the printer 2 is not equipped with an optional disc tray. Therefore, a badge 72 indicating warning information is displayed on the "application D" icon. For example, when receiving an operation on the "application D" icon in FIG. 6, the auxiliary program 42 may display information indicating that a necessary optional configuration is not installed.
  • the auxiliary program 42 adds the application to the warning list and places the application icon in the warning area 542. indicate.
  • the auxiliary program 42 may be able to accept an instruction to change the settings of the main body to suit the application, for example. Then, when the settings are changed to match the application, the auxiliary program 42 may be able to accept instructions to execute the application.
  • the auxiliary program 42 displays warning information based on the main body information.
  • the user can also grasp the main body information necessary for using the application on the list display screen 54.
  • the icon displayed in the uninstalled area 543 is an icon indicating an application that can be installed and applied to the printer 2.
  • the auxiliary program 42 provides installation information such as information indicating the content of the application, information for executing a program that accepts installation of the application, and information on the download site of the application. Display information indicating the link.
  • the process of displaying the list display screen 54 including application installation information is an example of an installation display process.
  • the auxiliary program 42 can accept operations on the list display screen 54 that is currently being displayed. In other words, the user can operate each icon displayed on the list display screen 54. For example, when a user operation on an icon included in the executable area 541 is received (A41), the auxiliary program 42 determines that an instruction to execute the application has been received, and executes the application (A42). A41, which receives an application execution instruction, is an example of management processing. The auxiliary program 42 may output execution instructions to the application via the OS 21.
  • the auxiliary program 42 can receive instructions for executing each app, as well as instructions to change settings for the app, and instructions to install, update, and uninstall the app. It's okay. Further, the auxiliary program 42 may be able to receive instructions to change settings for the printer 2.
  • the PC 1 may be one in which an integrated program 44 for managing printers and applications is incorporated, as shown in FIG. 7, for example.
  • the integration program 44 is, for example, a program for managing various printers provided by the vendor of the printer 2 and various applications compatible with the various printers.
  • the integrated program 44 has information on various applicable applications based on, for example, model information of each printer.
  • the auxiliary program 42 may start the integrated program 44 and cause the integrated program 44 to display the information of the application instead of executing the application information display process by itself.
  • the auxiliary program 42 can cause the integrated program 44 to execute the application information display process by passing the main body information of the printer 2 to the integrated program 44.
  • the auxiliary program 42 is also executed when the general-purpose printing program 41 receives a user's instruction to cause the printer 2 to print.
  • the user can use the editing application 43 or the like to select an image to be printed, specify a printer to perform printing, and issue an instruction to perform printing.
  • FIG. 8 shows the operations of each program when the editing application 43 receives a user's instruction to cause the printer 2 to print. Note that the user's instruction to execute printing may be directly input to the general-purpose printing program 41.
  • the editing application 43 When the editing application 43 receives a print execution instruction for the general-purpose printing program 41 to cause the printer 2 to print the selected image (B01), the editing application 43 passes the print instruction to the general-purpose printing program 41 via the OS 21. (B02).
  • the general-purpose printing program 41 acquires information indicating image data of an image to be printed and information indicating print settings in response to a print instruction.
  • the general-purpose printing program 41 generates intermediate image data by converting the format of the image data included in the received print instruction into the format of intermediate image data (B03), and generates a print job including the intermediate image data.
  • the image data passed from the editing application 43 is of various types, and the general-purpose printing program 41 converts the received image data into intermediate image data suitable for generating print data. Note that if the image data included in the print instruction is data suitable for generating print data, generation of intermediate image data may be omitted and the intermediate image data may be used as is.
  • the intermediate image data is, for example, XPS data.
  • the general-purpose printing program 41 further outputs an execution instruction to the auxiliary program 42, which is a program corresponding to the printer 2 (B04), and requests the auxiliary program 42 to perform processing.
  • the execution instruction the intermediate image data generated in B03 and information indicating print settings are passed to the auxiliary program 42.
  • the auxiliary program 42 executes rasterization based on the received intermediate image data and print settings, and generates print data (B05).
  • the print data generated at B05 is data in a format that can be used for printing by the printer 2, and is, for example, PDL data dedicated to the model of the printer 2.
  • the auxiliary program 42 may execute B05 using the main body information acquired in A24. Further, the auxiliary program 42 may acquire main body information etc. from the printer 2 again before B05.
  • the auxiliary program 42 sends the generated print data and a print command instructing execution of printing to the printer 2 (B06).
  • the printer 2 that has received the print data and print command prints the image of the print data based on the received print command (B11). As a result, printed matter is generated.
  • the print data generated by the auxiliary program 42 may be in a format that can be used for printing with a printer other than the printer model 2.
  • the general-purpose printing program 41 may generate the print data. That is, the auxiliary program 42 may pass intermediate image data, print setting information, and print execution information to the general-purpose printing program 41.
  • the general-purpose printing program 41 may generate print data based on the intermediate image data and print settings received from the auxiliary program 42, and may pass the generated print data to the auxiliary program 42.
  • the auxiliary program 42 receives print data from the general-purpose printing program 41, it transmits the print data received from the general-purpose printing program 41 to the printer 2 together with a print command instructing execution of printing.
  • the print data generated by the general-purpose printing program 41 is print data in a format that can be used for printing with various printers, and is, for example, PWGRaster data or PDF data. If the print data is generated by the general-purpose printing program 41, the amount of processing by the auxiliary program 42 is reduced, an increase in processing time can be expected to be avoided, and the program size of the auxiliary program 42 can be suppressed.
  • the general-purpose printing program 41 may send print data and the like to the printer 2. That is, the auxiliary program 42 may pass the generated print data and the like to the general-purpose printing program 41 so that it is transmitted from the PC 1 with the printer 2 as the destination. In this case, the general-purpose printing program 41 sends the print data etc. received from the auxiliary program 42 to the printer 2 via the OS 21.
  • the printer 2 may have a function of rasterizing intermediate image data. If the printer 2 has a rasterization function, the auxiliary program 42 generates a print command that includes intermediate image data and print settings for the image to be printed, without generating print data for the image to be printed. It may also be sent to printer 2.
  • the auxiliary program 42 When the transmission of the print data is completed, the auxiliary program 42 notifies the general-purpose printing program 41 of the end of the process (B21). Thereby, the general-purpose printing program 41 ends the processing of the print instruction received at B02. The general-purpose printing program 41 may notify the editing application 43 of the end of the process.
  • the auxiliary program 42 of this embodiment is activated by the general-purpose program when the OS 21 receives a startup instruction by operating the "app launch" button 532, in addition to a print instruction from the editing application 43 or the like.
  • the print program 41 requests processing.
  • the capability information of printer 2 which is the corresponding printer, is acquired, and among the managed applications, apps that use the acquired capabilities are displayed in a list.
  • the user can grasp the application corresponding to the printer 2 based on the operation of inputting the startup instruction at a timing other than printing, and can further execute the application, which is highly convenient.
  • the device connected to the PC 1 is not limited to a printer, but may be any device that has a printing function, such as a multifunction device, a copier, or a fax machine.
  • the number of printers connected to the PC 1 is not limited to the illustrated example, and may be two or more.
  • the list display screen 54 shown in FIG. 6 is an example, and is not limited to the illustrated example.
  • the shape, arrangement, background, etc. of the words and icons displayed on the screen may be of any kind.
  • the auxiliary program 42 may display only executable applications.
  • update information and warning information are displayed as badges, but the present invention is not limited to this.
  • the auxiliary program 42 may display an application to which information is added by changing the color or shape of the icon, or may provide a column for displaying information separately from each icon.
  • auxiliary program 42 only the display operation and printing operation of application information are described in detail as the operations of the auxiliary program 42, but the auxiliary program 42 may have other roles.
  • the program that executes the process of this embodiment is not limited to the auxiliary program 42, and may be any program that receives instructions from the OS 21 or the general-purpose printing program 41 when printing using the general-purpose printing program 41.
  • it may be a print workflow application (Print workflow) whose specifications have been published by Microsoft.
  • the execution timing of the auxiliary program 42 is not limited to the example of the embodiment.
  • the program may be executed by receiving a direct execution instruction from the OS 21, or may be a resident auxiliary program 42.
  • the auxiliary program 42 may perform the operations described above upon receiving an execution command.
  • the execution order of the plurality of processes in any plurality of steps can be arbitrarily changed or executed in parallel within the range where there is no inconsistency in the processing contents.
  • processing disclosed in the embodiments may be executed by a single CPU, multiple CPUs, hardware such as ASIC, or a combination thereof. Further, the processes disclosed in the embodiments can be realized in various forms such as a recording medium recording a program for executing the processes, or a method.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

Provided is a technology for enabling various applications for using a printer to be managed easily with an information processing device in which an OS-standard general-purpose printing program has been installed. An auxiliary program 42 is requested to execute processing by a general-purpose printing program 41 in response to output of a printing command from an editing application 43 or the like. Further, the auxiliary program 42 is requested to execute processing by the general-purpose printing program 41 in response to an OS 21 receiving an activation command with a printer 2 selected. When the auxiliary program 42 is requested to execute processing in response to the OS 21 receiving an activation command, the auxiliary program 42 causes a CPU 11 of a PC 1 to acquire capability information indicating the capability of the printer 2 via the general-purpose printing program 41, display a list of information indicating an application using the capability indicated by the acquired capability information among a plurality of managed applications, and receive a command to execute one of the displayed applications.

Description

サポートプログラムsupport program
 本明細書に開示される技術分野は、プリンタの制御をサポートするサポートプログラムに関する。 The technical field disclosed herein relates to a support program that supports printer control.
 近年、前述したプリンタドライバを利用せず、オペレーティングシステム(OS)に標準に組み込まれている汎用印刷プログラムによってプリンタを制御する技術が実用化されている。この技術では、OSがプリンタを検知するとOS標準の汎用印刷プログラムとの関連付けを行い、以後、そのプリンタに対する印刷指示を受け付けた場合に、プリンタドライバを用いずに、OS標準の汎用印刷プログラムによる印刷が可能になる。 In recent years, technology has been put into practical use that controls printers using a general-purpose printing program that is built into an operating system (OS) as standard, without using the printer driver described above. With this technology, when the OS detects a printer, it associates it with an OS-standard general-purpose printing program, and from then on, when it receives a print instruction for that printer, it prints using the OS-standard general-purpose printing program without using a printer driver. becomes possible.
 また、プリンタを利用可能な種々のアプリケーションプログラム(アプリ)が知られ、さらに複数のアプリを管理するアプリも知られている。例えば特許文献1には、アプリを管理するアプリ管理部と、プリンタを管理するプリンタ管理部とを備える情報処理装置であって、選択されたアプリに対応するプリンタの現在の状態を表示する構成が開示されている。 Additionally, various application programs (apps) that can use printers are known, and even apps that manage multiple apps are also known. For example, Patent Document 1 discloses an information processing apparatus that includes an application management section that manages applications and a printer management section that manages printers, and that displays the current status of the printer that corresponds to the selected application. Disclosed.
特開2018-88109号公報Japanese Patent Application Publication No. 2018-88109
 前述したように、プリンタとアプリとを対応付けて管理する技術が知られている。OS標準の汎用印刷プログラムを利用する環境であっても、プリンタを利用可能な種々のアプリを管理できることが望まれるが、OS標準の汎用印刷プログラムには、アプリの管理に関するインタフェースが設けられていないことから、改善の余地がある。 As mentioned above, there is a known technology for managing printers and applications by associating them with each other. Even in an environment where an OS-standard general-purpose printing program is used, it is desirable to be able to manage various applications that can use a printer, but the OS-standard general-purpose printing program does not have an interface for application management. Therefore, there is room for improvement.
 上述した課題の解決を目的としてなされたサポートプログラムは、情報処理装置のコンピュータによって実行可能であり、特定のプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、前記オペレーティングシステムは、選択されたプリンタに対応するプログラムの起動指示を受け付けることが可能であり、前記汎用印刷プログラムには、前記起動指示に応じて処理を要求するプログラムがプリンタに関連付けられており、前記サポートプログラムは、複数のアプリケーションプログラムを管理対象とし、さらに前記サポートプログラムは、管理対象の前記アプリケーションプログラムごとの、利用する能力を示す情報を有しており、前記コンピュータに、前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、前記汎用印刷プログラムから前記画像を示す画像データを取得し、前記画像データに基づいて印刷コマンドを前記特定のプリンタに送信するための処理を実行させ、さらに前記コンピュータに、前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、前記汎用印刷プログラムを介して、前記特定のプリンタが有する能力を示す能力情報を取得する取得処理と、管理対象となる前記複数のアプリケーションプログラムのうち、前記取得処理にて取得された前記能力情報に示される能力を利用するアプリケーションプログラムである特定のアプリケーションプログラムを示す情報についての一覧表示と、表示される前記特定のアプリケーションプログラムの実行指示の受け付けと、を行うための管理処理と、を実行させる、ように構成されている。 A support program designed to solve the above problems is executable by a computer of an information processing device, supports a specific printer, and supports a general-purpose printing program pre-installed in the operating system of the information processing device. The operating system is a support program, and the operating system is capable of accepting a startup instruction for a program corresponding to the selected printer, and the general-purpose printing program includes a program that requests processing in response to the startup instruction for the printer. The support program manages a plurality of application programs, and the support program has information indicating the ability to use for each of the application programs to be managed. , the print instruction is output from an application program incorporated in the information processing device, and the print instruction causes the general-purpose printing program to print an image on the specific printer. When a process is requested from a general-purpose printing program, acquiring image data representing the image from the general-purpose printing program and executing a process for transmitting a print command to the specific printer based on the image data; Further, when a process is requested from the general-purpose printing program by the operating system receiving the activation instruction with the specific printer selected in the computer, the general-purpose printing program an acquisition process for acquiring capability information indicating the capabilities of the specific printer; and an application program that utilizes the capability indicated by the capability information acquired in the acquisition process among the plurality of application programs to be managed. The computer is configured to execute a management process for displaying a list of information indicating a specific application program and accepting an execution instruction for the displayed specific application program.
 本明細書に開示されるサポートプログラムは、アプリケーションプログラムからの印刷指示とは別に、OSが起動指示を受け付けたことによっても処理が要求される。OSでの起動指示によって処理が要求された場合、サポートプログラムは、特定のプリンタの能力情報を取得し、管理対象のアプリのうち、取得された能力を利用する特定のアプリについて一覧表示し、表示される特定のアプリの実行指示を受け付ける。これにより、ユーザは、印刷以外のタイミングで、起動指示の入力という操作に基づいて特定のアプリを把握でき、さらには特定のアプリを実行できるので利便性が高い。 The support program disclosed in this specification is requested to process when the OS receives a boot instruction, in addition to a print instruction from an application program. When processing is requested by a startup instruction from the OS, the support program acquires the capability information of a specific printer, displays a list of the specific apps that use the acquired capabilities among the managed apps, and displays the information. Receive instructions to run a specific app. This is highly convenient because the user can grasp a specific app based on the operation of inputting a startup instruction at a timing other than printing, and can also execute the specific app.
 上記サポートプログラムが組み込まれた情報処理装置、サポートプログラムを格納するコンピュータにて読取可能な記憶媒体、及びサポートプログラムの機能を実現するための制御方法、サポートプログラムとプリンタとを含む印刷システムも、新規で有用である。 An information processing device incorporating the support program, a computer-readable storage medium storing the support program, a control method for realizing the functions of the support program, and a printing system including the support program and printer are also new. It is useful in
 本明細書に開示される技術によれば、OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、プリンタを利用可能な種々のアプリを簡単に管理できる技術が実現される。 According to the technology disclosed in this specification, a technology that can easily manage various applications that can use a printer is realized in an information processing device in which an OS standard general-purpose printing program is installed.
PCの電気的構成の概略を示すブロック図である。FIG. 1 is a block diagram schematically showing the electrical configuration of a PC. 補助プログラムによる処理の手順の例を示すシーケンス図である。FIG. 3 is a sequence diagram illustrating an example of a processing procedure by an auxiliary program. デバイス管理指示を受け付ける画面の例を示す説明図である。FIG. 3 is an explanatory diagram showing an example of a screen that accepts device management instructions. 詳細管理画面の例を示す説明図である。It is an explanatory diagram showing an example of a detailed management screen. アプリ情報表示処理の手順の例を示すフローチャートである。12 is a flowchart illustrating an example of a procedure for application information display processing. 一覧表示画面の例を示す説明図である。It is an explanatory diagram showing an example of a list display screen. PCの電気的構成の概略を示すブロック図である。FIG. 1 is a block diagram schematically showing the electrical configuration of a PC. 印刷の手順の例を示すシーケンス図である。FIG. 3 is a sequence diagram showing an example of a printing procedure.
 以下、本形態の補助プログラムを利用するパーソナルコンピュータ(以下、「PC」とする)について、添付図面を参照しつつ詳細に説明する。本明細書は、PCにて実行される補助プログラムを開示する。 Hereinafter, a personal computer (hereinafter referred to as "PC") that uses the auxiliary program of this embodiment will be described in detail with reference to the accompanying drawings. This specification discloses an auxiliary program that is executed on a PC.
 本形態のPC1は、図1に示すように、CPU11と、メモリ12と、を含むコントローラ10を備えている。PC1は、情報処理装置の一例である。CPU11は、コンピュータの一例である。また、PC1は、ユーザインタフェース(以下、「ユーザIF」とする)13と、通信インタフェース(以下、「通信IF」とする)14と、を備え、これらがコントローラ10に電気的に接続されている。なお、図1中のコントローラ10は、PC1の制御に利用されるハードウェアやソフトウェアを纏めた総称であって、実際にPC1に存在する単一のハードウェアを表すとは限らない。 As shown in FIG. 1, the PC 1 of this embodiment includes a controller 10 including a CPU 11 and a memory 12. PC1 is an example of an information processing device. The CPU 11 is an example of a computer. The PC 1 also includes a user interface (hereinafter referred to as “user IF”) 13 and a communication interface (hereinafter referred to as “communication IF”) 14, which are electrically connected to the controller 10. . Note that the controller 10 in FIG. 1 is a general term for hardware and software used to control the PC 1, and does not necessarily represent a single piece of hardware that actually exists in the PC 1.
 CPU11は、メモリ12から読み出したプログラムに従って、また、ユーザの操作に基づいて、各種の処理を実行する。メモリ12には、各種のプログラムや各種のデータが記憶されている。メモリ12は、各種の処理が実行される際の作業領域としても利用される。CPU11が備えるバッファも、メモリの一例である。なお、メモリ12の一例は、PC1に内蔵されるROM、RAM、HDD等に限らず、CPU11が読み取り可能かつ書き込み可能なストレージ媒体、例えば、CD-ROM、DVD-ROM等の記録媒体であっても良い。 The CPU 11 executes various processes according to the program read from the memory 12 and based on user operations. The memory 12 stores various programs and various data. The memory 12 is also used as a work area when various processes are executed. The buffer included in the CPU 11 is also an example of memory. Note that an example of the memory 12 is not limited to a ROM, RAM, HDD, etc. built into the PC 1, but also a storage medium readable and writable by the CPU 11, such as a recording medium such as a CD-ROM or a DVD-ROM. Also good.
 ユーザIF13は、ユーザに情報を報知するための画面を表示するハードウェアと、ユーザによる操作を受け付けるハードウェアと、を含む。なお、ユーザIF13は、情報を表示可能なディスプレイと、入力受付機能を有するマウスやキーボード等と、の組であっても良いし、表示機能と入力受付機能とを備えるタッチパネルであっても良い。 The user IF 13 includes hardware that displays a screen to notify the user of information and hardware that accepts operations by the user. Note that the user IF 13 may be a combination of a display capable of displaying information and a mouse, keyboard, etc. that has an input reception function, or may be a touch panel that has a display function and an input reception function.
 通信IF14は、プリンタ2等の外部装置と通信を行うためのハードウェアを含む。通信IF14の通信規格は、イーサネット(登録商標)、Wi-Fi(登録商標)、USBなどである。PC1は、通信IF14を介して、インターネットに接続可能であっても良い。また、PC1は、複数の通信規格に対応する複数の通信IF14を備えていてもよい。本形態のPC1は、通信IF14を介して、図1に示すように、プリンタ2に接続されている。プリンタ2は、少なくとも印刷機能と通信機能とを有する装置である。プリンタ2は、特定のプリンタの一例である。 The communication IF 14 includes hardware for communicating with external devices such as the printer 2. The communication standard of the communication IF 14 is Ethernet (registered trademark), Wi-Fi (registered trademark), USB, etc. The PC 1 may be connectable to the Internet via the communication IF 14. Further, the PC 1 may include a plurality of communication IFs 14 corresponding to a plurality of communication standards. The PC 1 of this embodiment is connected to the printer 2 via the communication IF 14, as shown in FIG. The printer 2 is a device that has at least a printing function and a communication function. Printer 2 is an example of a specific printer.
 PC1のメモリ12には、図1に示すように、汎用印刷プログラム41を含むオペレーティングシステム(以下、「OS」とする)21と、補助プログラム42と、編集アプリ43等の各種のアプリケーションプログラム(以下、「アプリ」とする)と、が記憶されている。OS21は、例えば、Windows(登録商標)、macOS(登録商標)、Linux(登録商標)、iOS(登録商標)、Android(登録商標)である。補助プログラム42は、サポートプログラムの一例である。 As shown in FIG. 1, the memory 12 of the PC 1 stores an operating system (hereinafter referred to as "OS") 21 including a general-purpose printing program 41, an auxiliary program 42, and various application programs (hereinafter referred to as "OS") such as an editing application 43. , "app") are stored. The OS 21 is, for example, Windows (registered trademark), macOS (registered trademark), Linux (registered trademark), iOS (registered trademark), or Android (registered trademark). The auxiliary program 42 is an example of a support program.
 汎用印刷プログラム41は、OS21とともに提供されるOS標準のプログラムであり、プリンタ2等に印刷を実行させるための機能を有する。本形態の汎用印刷プログラム41は、印刷対象の画像データに基づいて、中間画像データを生成する機能を含むプログラムである。汎用印刷プログラム41は、各種のプリンタのベンダによって提供される複数種類のモデルのプリンタが共通に利用できる機能をサポートしている。汎用印刷プログラム41は、各種のプリンタに固有のプリンタドライバとは異なり、各種のプリンタが固有に備える機能の全てに対応するものではなく、サポートする機能は汎用的なものに限られる。 The general-purpose printing program 41 is an OS standard program provided together with the OS 21, and has a function for causing the printer 2 and the like to execute printing. The general-purpose printing program 41 of this embodiment is a program that includes a function of generating intermediate image data based on image data to be printed. The general-purpose printing program 41 supports functions that can be commonly used by multiple types of printer models provided by various printer vendors. Unlike printer drivers specific to various printers, the general-purpose printing program 41 does not support all of the functions unique to various printers, and only supports general-purpose functions.
 補助プログラム42は、対象のハードウェアの制御をサポートするプログラムまたはプログラム群である。本形態の補助プログラム42は、PC1に接続されているプリンタ2のモデルに対応するものであり、例えば、汎用印刷プログラム41を使用してプリンタ2に印刷を実行させる指示を受け付けた場合に、汎用印刷プログラム41から起動される。補助プログラム42は、例えば、印刷サポートアプリ(略称、PSA)、またはハードウェアサポートアプリ(略称、HSA)と呼ばれるものである。 The auxiliary program 42 is a program or a group of programs that supports control of target hardware. The auxiliary program 42 of this embodiment corresponds to the model of the printer 2 connected to the PC 1. For example, when receiving an instruction to cause the printer 2 to execute printing using the general-purpose printing program 41, the auxiliary program 42 corresponds to the model of the printer 2 connected to the PC 1. It is started from the print program 41. The auxiliary program 42 is, for example, a print support application (abbreviation: PSA) or a hardware support application (abbreviation: HSA).
 なお、補助プログラム42は、それぞれが実行命令を受け付ける複数のプログラムの組み合わせであっても良いし、1つのプログラムであって命令に応じてそれぞれ異なる処理を実行できるプログラムであっても良い。また、補助プログラムは、プリンタのベンダによってプリンタのタイプごとに用意されるプログラムであっても良い。例えば、インクジェットプリンタ用の補助プログラムやレーザプリンタ用の補助プログラムが、それぞれ用意されても良い。プリンタのタイプごとに限らず、プリンタのモデルごとやプリンタのモデルのシリーズごとに用意される補助プログラムが有っても良い。 Note that the auxiliary program 42 may be a combination of a plurality of programs, each of which accepts an execution command, or may be a single program that can execute different processes depending on the command. Further, the auxiliary program may be a program prepared for each type of printer by the printer vendor. For example, an auxiliary program for an inkjet printer and an auxiliary program for a laser printer may be prepared. There may be an auxiliary program prepared not only for each printer type but also for each printer model or printer model series.
 PC1のOS21は、例えば、新たなプリンタがPC1に接続された場合、接続されたプリンタのタイプやモデルに応じて、適切な補助プログラムをサーバ等からダウンロードしてPC1に組み込むことができる。OS21は、組み込んだ補助プログラムの識別情報を新たに接続されたプリンタのプリンタ情報と対応付けてメモリ12に記憶し、プリンタごとにプリンタキューを生成する。 For example, when a new printer is connected to the PC 1, the OS 21 of the PC 1 can download an appropriate auxiliary program from a server or the like and incorporate it into the PC 1, depending on the type and model of the connected printer. The OS 21 stores the identification information of the installed auxiliary program in association with the printer information of the newly connected printer in the memory 12, and generates a printer queue for each printer.
 編集アプリ43は、例えば、画像データや文書データの作成や編集を行うためのアプリである。編集アプリ43は、例えば、マイクロソフト(登録商標)製のワード(登録商標)やパワーポイント(登録商標)などであっても良いし、プリンタ2のベンダから提供されるアプリであっても良い。編集アプリ43は、ユーザIF13を介して、例えば、プリンタ2に印刷を実行させる印刷実行の指示を受け付け可能である。 The editing application 43 is, for example, an application for creating and editing image data and document data. The editing application 43 may be, for example, Word (registered trademark) or PowerPoint (registered trademark) manufactured by Microsoft (registered trademark), or it may be an application provided by the vendor of the printer 2. The editing application 43 can receive, for example, a print execution instruction to cause the printer 2 to execute printing via the user IF 13.
 次に、本形態のOS21と補助プログラム42とによる処理の手順について、図2のシーケンス図を参照して説明する。この手順は、PC1にプリンタ2が接続され、プリンタ2に対応する補助プログラム42がメモリ12に記憶されている状態で実行される。 Next, the procedure of processing by the OS 21 and the auxiliary program 42 of this embodiment will be explained with reference to the sequence diagram of FIG. 2. This procedure is executed while the printer 2 is connected to the PC 1 and the auxiliary program 42 corresponding to the printer 2 is stored in the memory 12.
 なお、本形態における各処理ステップは、基本的に、補助プログラム42などのプログラムに記述された命令に従ったCPU11の処理を示す。CPU11による処理は、OS21のAPIを用いたハードウェア制御も含む。本明細書では、OS21の詳細な記載を省略して各プログラムの動作を説明する。また、「取得」は要求を必須とはしない概念で用いる。 Note that each processing step in this embodiment basically indicates processing by the CPU 11 according to instructions written in a program such as the auxiliary program 42. The processing by the CPU 11 also includes hardware control using the API of the OS 21. In this specification, the detailed description of the OS 21 will be omitted and the operation of each program will be explained. Furthermore, "acquisition" is used as a concept that does not require a request.
 OS21は、ユーザによる各部の設定指示を受け付け可能であり、設定指示を受け付ける画面にて、PC1に接続されている各種のデバイスについての情報の表示指示や設定の変更指示を含むデバイス管理指示を受け付け可能である。OS21は、例えば、設定指示とデバイス管理指示とを受け付けた場合(A01)、例えば、図3に示すように、さらにデバイスの選択を受け付け可能となる。OS21は、例えば、「デバイス」ボタン511への操作を受け付けたことで表示されるデバイス設定画面51(図3(A))にて、「プリンタとスキャナ」ボタン512への操作を受け付けた場合、例えば、図3(B)に示すような、デバイス管理画面52を表示する(A02)。 The OS 21 can accept setting instructions for each part from the user, and on the screen that accepts setting instructions, accepts device management instructions including instructions to display information and change settings for various devices connected to the PC 1. It is possible. For example, when the OS 21 receives a setting instruction and a device management instruction (A01), the OS 21 can further accept a selection of a device, as shown in FIG. 3, for example. For example, when the OS 21 receives an operation on the "printer and scanner" button 512 on the device setting screen 51 (FIG. 3A) that is displayed when the operation on the "device" button 511 is received, For example, a device management screen 52 as shown in FIG. 3(B) is displayed (A02).
 デバイス管理画面52は、PC1に接続されているデバイスであって、プリンタやスキャナ等の画像処理を実行可能な各種のデバイスの、リストを含む画面である。ユーザは、デバイス管理画面52に表示されているリストから、管理対象のデバイスを選択できる(A03)。例えば、デバイス管理画面52にてプリンタ2を指定するボタン521への操作を受け付けた場合、OS21は、例えば、図4に示すように、詳細管理画面53を表示する(A04)。 The device management screen 52 is a screen that includes a list of various devices connected to the PC 1 that can perform image processing, such as printers and scanners. The user can select a device to be managed from the list displayed on the device management screen 52 (A03). For example, when the OS 21 receives an operation on the button 521 for specifying the printer 2 on the device management screen 52, the OS 21 displays the detailed management screen 53 as shown in FIG. 4 (A04).
 詳細管理画面53には、「プリンタキューを開く」ボタン531、「アプリ起動」ボタン532、「テストページの印刷」ボタン533等が表示される。「プリンタキューを開く」ボタン531は、選択されているプリンタに対応するプリンタキューの状態を確認する指示を受け付けるボタンである。「アプリ起動」ボタン532は、選択されているプリンタに対応するプログラムの起動指示を受け付けるボタンである。「テストページの印刷」ボタン533は、OS21によるテスト画像を選択されているプリンタに送信する指示を受け付けるボタンである。詳細管理画面53にて、OS21は、ボタン531、532、533等へのユーザによる操作を受け付け可能である。 The detailed management screen 53 displays an "open printer queue" button 531, an "app launch" button 532, a "print test page" button 533, and the like. The "Open Printer Queue" button 531 is a button that accepts an instruction to check the status of the printer queue corresponding to the selected printer. The “app launch” button 532 is a button that accepts an instruction to launch a program corresponding to the selected printer. The "print test page" button 533 is a button that accepts an instruction to send a test image from the OS 21 to the selected printer. On the detailed management screen 53, the OS 21 can accept user operations on buttons 531, 532, 533, and the like.
 プリンタ2が選択されて表示された詳細管理画面53にて、「アプリ起動」ボタン532への操作によるプログラムの起動指示を受け付けた場合(A11)、OS21は、選択されているプリンタであるプリンタ2の情報と、そのプリンタに対応するプログラムを起動する指示とを、汎用印刷プログラム41に渡す。汎用印刷プログラム41は、OS21からこの指示を受け付けた場合、プリンタ2のプリンタ情報に対応付けられているプログラムを起動するようになっている。本形態では、プリンタ2のプリンタ情報に対応付けて補助プログラム42の識別情報が記憶されていることから、汎用印刷プログラム41は、補助プログラム42を起動する(A12)。 When a program startup instruction is received by operating the "app launch" button 532 on the detailed management screen 53 displayed when printer 2 is selected (A11), the OS 21 selects printer 2, which is the selected printer. information and an instruction to start a program corresponding to the printer are passed to the general-purpose printing program 41. When the general-purpose printing program 41 receives this instruction from the OS 21, it starts a program associated with the printer information of the printer 2. In this embodiment, since the identification information of the auxiliary program 42 is stored in association with the printer information of the printer 2, the general-purpose printing program 41 starts the auxiliary program 42 (A12).
 補助プログラム42は、ユーザの起動指示に応じて汎用印刷プログラム41から起動された場合、OS21を介してプリンタ2の本体情報を取得する。補助プログラム42は、まず、プリンタ2の接続情報をOS21に要求し(A21)、OS21から接続情報を取得する(A22)。接続情報は、例えば、IPアドレスである。 The auxiliary program 42 acquires main body information of the printer 2 via the OS 21 when activated from the general-purpose printing program 41 in response to a user's activation instruction. The auxiliary program 42 first requests connection information of the printer 2 from the OS 21 (A21), and acquires the connection information from the OS 21 (A22). The connection information is, for example, an IP address.
 補助プログラム42は、A22にて取得した接続情報を用いてプリンタ2に能力情報を含む本体情報を要求し(A23)、プリンタ2から能力情報を含む本体情報を取得する(A24)。能力情報は、プリンタ2が有する能力を示す情報、すなわち、プリンタ2にて実行可能な機能を示す情報や印刷設定として設定可能なパラメータの情報、である。A24は、取得処理の一例であり、本体取得処理の一例である。 The auxiliary program 42 uses the connection information obtained in A22 to request main body information including capability information from the printer 2 (A23), and acquires the main body information including capability information from the printer 2 (A24). The capability information is information indicating the capabilities of the printer 2, that is, information indicating functions executable by the printer 2 and information on parameters that can be set as print settings. A24 is an example of acquisition processing, and is an example of main body acquisition processing.
 本体情報は、能力情報に加え、プリンタ2の本体の状況を示す情報、例えば、ステータス情報、消耗品の残量情報、装着されているオプショントレイ等の付属品を示す情報、トレイごとに設定されている用紙サイズや用紙タイプの情報、使用言語等の本体の設定やネットワーク設定の情報、ファームウェアのバージョン情報、印刷の履歴情報、待機中の印刷ジョブ数、の情報を含んでも良い。 In addition to capacity information, the main unit information includes information indicating the status of the main unit of the printer 2, such as status information, remaining amount information of consumables, information indicating attached accessories such as optional trays, and information set for each tray. The information may include information on paper size and paper type, information on main unit settings such as the language used, network settings, firmware version information, printing history information, and the number of waiting print jobs.
 なお、本形態のプリンタ2は、操作パネルを備えている。プリンタ2の操作パネルは、情報を表示するディスプレイと、ユーザの入力操作を受け付ける操作ボタンと、を含む。操作パネルはタッチパネルを含んでいても良い。プリンタ2は、プリンタ2に関する情報を操作パネルに表示可能であり、また、操作パネルへの入力操作による各種の指示を受け付け可能である。なお、プリンタ2は、操作パネルを介した指示として、例えば、トレイごとの用紙サイズや用紙タイプの設定の指示、本体の設定やネットワーク設定の変更の指示、を受け付け可能である。プリンタ2は、本体情報として、操作パネルを介して受け付けた各種の設定を示す情報を、補助プログラム42に渡しても良い。 Note that the printer 2 of this embodiment includes an operation panel. The operation panel of the printer 2 includes a display that displays information and operation buttons that accept input operations from the user. The operation panel may include a touch panel. The printer 2 is capable of displaying information regarding the printer 2 on the operation panel, and is also capable of receiving various instructions through input operations on the operation panel. Note that the printer 2 can accept instructions via the operation panel, such as instructions to set paper size and paper type for each tray, and instructions to change main body settings and network settings. The printer 2 may pass information indicating various settings received via the operation panel to the auxiliary program 42 as main body information.
 また、プリンタ2は、受け付けた印刷ジョブに基づいて画像処理を行って,画像処理後のデータに基づいて印刷する機能、例えば、Nin1等の集約印刷、ウォータマーク等の合成印刷、着色剤を節約する節約印刷、を行う機能を有していても良い。プリンタ2にて実行可能な画像処理の機能を有している場合、プリンタ2は、その機能の情報を本体情報として補助プログラム42に渡しても良い。 The printer 2 also has a function of performing image processing based on the received print job and printing based on the data after image processing, such as aggregate printing such as Nin1, composite printing such as watermark, and saving coloring agent. It may also have a function to perform economical printing. If the printer 2 has an executable image processing function, the printer 2 may pass information about the function to the auxiliary program 42 as main body information.
 補助プログラム42は、例えば、MIB(Management Information Baseの略)を使って、プリンタ2から直接、情報を取得することで、OS21に理解されない情報をも取得できる。補助プログラム42は、プリンタ2から取得した情報を一旦、メモリ12に記憶する(A25)。 The auxiliary program 42 can obtain information that is not understood by the OS 21 by directly obtaining information from the printer 2 using, for example, MIB (abbreviation for Management Information Base). The auxiliary program 42 temporarily stores the information acquired from the printer 2 in the memory 12 (A25).
 なお、補助プログラム42は、A21に代えて、プリンタ2の能力情報を含む本体情報を要求する取得要求をOS21に出力しても良い。その場合、OS21は、例えば、IPP(internet printing protocolの略)に応じた通信によってプリンタ2から情報を取得し、取得した情報を補助プログラム42に渡す。補助プログラム42は、OS21への情報の取得要求と、直接通信による本体情報の取得と、の両方を行っても良い。 Note that, instead of A21, the auxiliary program 42 may output to the OS 21 an acquisition request requesting main body information including capability information of the printer 2. In that case, the OS 21 acquires information from the printer 2 through communication according to IPP (abbreviation for internet printing protocol), and passes the acquired information to the auxiliary program 42 . The auxiliary program 42 may both request the OS 21 to obtain information and obtain main body information through direct communication.
 次に、補助プログラム42は、アプリ情報表示処理を実行する(A31)。アプリ情報表示処理の手順について、図5のフローチャートを参照して説明する。アプリ情報表示処理は、プリンタ2に対応する各種のアプリを、そのアプリの状態ごとに分類して表示する処理である。アプリ情報表示処理は、補助プログラム42の記載に基づいて、PC1のCPU11にて実行される。 Next, the auxiliary program 42 executes application information display processing (A31). The procedure of application information display processing will be explained with reference to the flowchart of FIG. 5. The application information display process is a process of classifying and displaying various applications corresponding to the printer 2 according to their states. The application information display process is executed by the CPU 11 of the PC 1 based on the description of the auxiliary program 42.
 CPU11は、プリンタ2にて適用可能なアプリのリストを取得する(S101)。CPU11は、S101にて、例えば、プリンタ2の能力情報に基づいて、プリンタ2の能力を利用するアプリのリストを作成する。S101にてリストアップされるアプリは、特定のアプリケーションプログラムの一例である。アプリごとの対応可能な能力や能力情報に示される能力には、印刷、スキャン、FAX送信等のプリンタの機能の他、ハガキへの印刷、ディスクレーベルの印刷、ラベルの印刷等の、アプリが提供する特殊な印刷に関する能力や構成が含まれてもよい。なお、CPU11は、プリンタ2のモデル情報に基づいて、アプリをリストアップしても良い。 The CPU 11 obtains a list of apps applicable to the printer 2 (S101). In S101, the CPU 11 creates a list of applications that utilize the capabilities of the printer 2, for example, based on the capability information of the printer 2. The apps listed in S101 are examples of specific application programs. Capabilities that can be supported by each app and capabilities shown in the capability information include printer functions such as printing, scanning, and fax transmission, as well as printing on postcards, disc label printing, label printing, etc. This may include special printing capabilities and configurations. Note that the CPU 11 may list up the applications based on the model information of the printer 2.
 補助プログラム42は、補助プログラム42に対応する各種のプリンタに適用可能な各種のアプリを管理対象とする。例えば、複数のモデルのプリンタに対応する補助プログラム42は、対応する複数のモデルの少なくとも1つにて実行可能であれば、そのアプリを管理対象とする。管理対象のアプリには、例えば、印刷アプリ、スキャンアプリ、FAX送信アプリ、がある。印刷アプリとしては、例えば、ディスクレーベル用印刷アプリ、年賀状用印刷アプリ、ラベル用印刷アプリ、がある。 The auxiliary program 42 manages various applications that can be applied to various printers corresponding to the auxiliary program 42. For example, if the auxiliary program 42 corresponding to a plurality of models of printers is executable on at least one of the corresponding plurality of models, that application is to be managed. Applications to be managed include, for example, printing applications, scanning applications, and fax transmission applications. Examples of printing applications include a disc label printing application, a New Year's card printing application, and a label printing application.
 補助プログラム42は、管理対象の各アプリについて、アプリの情報として、アプリの名称、アプリの実行に必要なプリンタの能力や構成の情報、アプリがPC1にインストール済みであるか否かを示す情報、インストール済みのアプリのバージョン情報、インストール済みのアプリの保存先を示す情報、等を取得可能である。 For each application to be managed, the auxiliary program 42 provides application information such as the name of the application, information on the capabilities and configuration of the printer required to execute the application, information indicating whether the application has been installed on the PC 1, It is possible to obtain version information of installed applications, information indicating the storage location of installed applications, etc.
 補助プログラム42は、管理対象の各アプリの情報を、補助プログラム42内に組み込まれているモデル情報とアプリの対応情報を読み出すことで取得しても良いし、プリンタ2のベンダ等が提供するサーバに問い合わせて取得しても良い。また、補助プログラム42は、PC1の管理者等による管理対象の各アプリの情報の設定を受け付け可能であっても良い。 The auxiliary program 42 may obtain information about each application to be managed by reading out the correspondence information between the model information and the application built into the auxiliary program 42, or may obtain information from a server provided by the vendor of the printer 2, etc. You can obtain it by contacting . Further, the auxiliary program 42 may be capable of receiving information settings for each application to be managed by an administrator of the PC 1 or the like.
 CPU11は、S101にて取得したリストに含まれる各アプリを、順に分類する。具体的には、CPU11は、リストアップされた各アプリを、実行可能リストとワーニングリストと未インストールリストとの3つに分類する。実行可能リストは、現状のプリンタ2にて実行可能なアプリのリストである。ワーニングリストは、ワーニング情報が有るアプリのリストである。未インストールリストは、プリンタ2にて対応可能なアプリであって、PC1に組み込まれていないアプリのリストである。なお、アプリ情報表示処理の開始時には、実行可能リストとワーニングリストと未インストールリストとは、いずれも、空リストである。 The CPU 11 sequentially classifies each application included in the list obtained in S101. Specifically, the CPU 11 classifies each of the listed applications into three categories: an executable list, a warning list, and an uninstalled list. The executable list is a list of applications that can be executed by the current printer 2. The warning list is a list of applications that have warning information. The uninstalled list is a list of applications that are compatible with the printer 2 and are not installed in the PC 1. Note that at the start of the application information display process, the executable list, warning list, and uninstalled list are all empty lists.
 CPU11は、分類対象のアプリが、PC1にインストール済みであるか否かを判断する(S102)。インストール済みではないと判断した場合(S102:NO)、CPU11は、そのアプリを未インストールリストに追加する(S103)。 The CPU 11 determines whether the application to be classified has been installed on the PC 1 (S102). If it is determined that the application has not been installed (S102: NO), the CPU 11 adds the application to the uninstalled list (S103).
 インストール済みであると判断した場合(S102:YES)、CPU11は、分類対象のアプリを実行する場合に、オプショントレイ等のオプション構成が必要であるか否かを判断する(S105)。例えば、CD等のディスクレーベルへの印刷を行うアプリを実行するためには、ディスク用のオプショントレイを装着する必要がある。また、例えば、Tシャツ等の布への印刷を適切に行うためには、布用インクを用いる必要がある。 If it is determined that the application has been installed (S102: YES), the CPU 11 determines whether an optional configuration such as an option tray is required when executing the application to be classified (S105). For example, in order to run an application that prints on disc labels such as CDs, it is necessary to install an optional disc tray. Further, for example, in order to appropriately print on cloth such as T-shirts, it is necessary to use cloth ink.
 オプション構成が必要であると判断した場合(S105:YES)、CPU11は、本体情報に基づいて、その必要なオプション構成がプリンタ2に装着されているか否かを判断する(S106)。オプション構成が必要ではないと判断した場合(S105:NO)、または、必要なオプション構成が装着されていると判断した場合(S106:YES)、CPU11は、本体の設定が分類対象のアプリに適合しているか否かを判断する(S107)。 If it is determined that the optional configuration is necessary (S105: YES), the CPU 11 determines whether the necessary optional configuration is installed in the printer 2 based on the main body information (S106). If it is determined that the optional configuration is not necessary (S105: NO), or if it is determined that the necessary optional configuration is installed (S106: YES), the CPU 11 determines that the settings of the main unit are compatible with the application to be classified. It is determined whether or not (S107).
 例えば、年賀状用印刷アプリを用いて印刷する場合、ハガキサイズの用紙がセットされていることが必要である。プリンタ2の各トレイの少なくとも1つにハガキサイズの用紙サイズが設定されていれば、CPU11は、S107にて適合していると判断する。適合していると判断した場合(S107:YES)、CPU11は、分類対象のアプリを実行可能リストに追加する(S111)。 For example, when printing using a New Year's card printing app, it is necessary to set postcard-sized paper. If a postcard size paper size is set in at least one of the trays of the printer 2, the CPU 11 determines that the paper size is suitable in S107. If it is determined that the application is compatible (S107: YES), the CPU 11 adds the application to be classified to the executable list (S111).
 一方、必要なオプション構成が装着されていないと判断した場合(S106:NO)、または、本体の設定が分類対象のアプリに適合していないと判断した場合(S107:NO)、CPU11は、分類対象のアプリをワーニングリストに追加する(S112)。ワーニングリストに追加されるアプリは、インストール済みではあるものの、現在のプリンタ2の状態では実行不可能なアプリである。 On the other hand, if it is determined that the necessary optional configuration is not installed (S106: NO), or if it is determined that the settings of the main unit are not compatible with the application to be classified (S107: NO), the CPU 11 The target application is added to the warning list (S112). The applications added to the warning list are those that have been installed but cannot be executed in the current state of the printer 2.
 さらに、CPU11は、ワーニングリストに追加したアプリの情報として、ワーニング情報を付加する(S113)。ワーニング情報は、例えば、必要であって装着されていないオプション構成の情報、適合していない設定の情報、を含む。ワーニング情報は、アプリ情報の一例であり、S113は、アプリ取得処理の一例である。 Further, the CPU 11 adds warning information as information about the application added to the warning list (S113). The warning information includes, for example, information on optional configurations that are necessary but not installed, and information on settings that are not compatible. The warning information is an example of application information, and S113 is an example of application acquisition processing.
 S111の後またはS113の後、CPU11は、分類対象のアプリについて、アップデートが有るか否かを判断する(S115)。CPU11は、例えば、分類対象のアプリのバージョン情報と、そのアプリの最新バージョンの情報とを比較することで、アプリが最新バージョンであるか否かを判断できる。補助プログラム42は、各アプリの最新バージョンの情報を、例えば、ベンダによって提供されるサーバ等から取得できる。 After S111 or S113, the CPU 11 determines whether there is an update for the app to be classified (S115). For example, the CPU 11 can determine whether the application is the latest version by comparing version information of the application to be classified with information about the latest version of the application. The auxiliary program 42 can obtain information on the latest version of each application from, for example, a server provided by a vendor.
 最新のバージョンではない、すなわち、アップデートが有ると判断した場合(S115:YES)、CPU11は、当該アプリにアップデート情報を付加する(S116)。アップデート情報は、アップデートが可能であることを示す情報である。アップデート情報は、アプリ情報の一例であり、S116は、アプリ取得処理の一例である。 If it is determined that the version is not the latest, that is, there is an update (S115: YES), the CPU 11 adds update information to the app (S116). The update information is information indicating that update is possible. The update information is an example of application information, and S116 is an example of application acquisition processing.
 S103の後、S116の後、または、アップデートが無いと判断した場合(S115:NO)、CPU11は、S101にて作成したリストに含まれるアプリのうち、分類していないアプリが有るか否かを判断する(S121)。分類対象の次のアプリが有ると判断した場合(S121:YES)、CPU11は、S102に戻り、次のアプリについて同様に分類する。 After S103, after S116, or when it is determined that there is no update (S115: NO), the CPU 11 determines whether there are any unclassified apps among the apps included in the list created in S101. A judgment is made (S121). If it is determined that there is a next application to be classified (S121: YES), the CPU 11 returns to S102 and similarly classifies the next application.
 S101にて取得したリストに含まれる全てのアプリについて、分類が終了したと判断した場合(S121:NO)、CPU11は、分類済みの各リストに基づいて、ユーザIF13に一覧表示を行わせ(S122)、アプリ情報表示処理を終了して、図2の手順に戻る。CPU11は、例えば、図6に示すように、一覧表示画面54をユーザIF13に表示させる。一覧表示画面54は、一覧画面の一例であり、S122は、管理処理の一例である。 If it is determined that classification has been completed for all apps included in the list acquired in S101 (S121: NO), the CPU 11 causes the user IF 13 to display a list based on each classified list (S122). ), the application information display process is ended and the process returns to the procedure of FIG. For example, as shown in FIG. 6, the CPU 11 causes the user IF 13 to display a list display screen 54. The list display screen 54 is an example of a list screen, and S122 is an example of management processing.
 一覧表示画面54は、S111にて追加した実行可能リストと、S113にて追加したワーニングリストと、S103にて追加した未インストールリストと、のそれぞれに含まれる各アプリのアイコンを、互いに区別して表示する画面である。具体的には、一覧表示画面54は、実行可能リストに含まれる各アプリのアイコンを含む実行可能領域541と、ワーニングリストに含まれる各アプリのアイコンを含むワーニング領域542と、未インストールリストに含まれる各アプリのアイコンを含む未インストール領域543と、を含む。 The list display screen 54 distinguishes icons of each application included in the executable list added in S111, the warning list added in S113, and the uninstalled list added in S103. This is the screen for Specifically, the list display screen 54 includes an executable area 541 that includes icons for each app included in the executable list, a warning area 542 that includes icons for each app included in the warning list, and an executable area 542 that includes icons for each app included in the warning list. and an uninstalled area 543 containing icons of each application to be installed.
 一覧表示画面54は、さらに、表示を終了する指示を受け付ける終了ボタン544や、プリンタ2の状況を示す情報を含んでも良い。補助プログラム42は、図2のA24にて取得した本体情報に基づいて、例えば、プリンタ2のステータスや、消耗品の残量情報、各トレイの設定情報等を、一覧表示画面54に表示しても良い。 The list display screen 54 may further include an end button 544 that accepts an instruction to end the display, and information indicating the status of the printer 2. The auxiliary program 42 displays, for example, the status of the printer 2, remaining amount information of consumables, setting information of each tray, etc. on the list display screen 54 based on the main body information acquired in A24 of FIG. Also good.
 実行可能領域541に含まれる各アイコンは、そのアプリの実行指示を受け付け可能なアイコンである。実行可能領域541に含まれるアイコンへの操作を受け付けた場合、補助プログラム42は、操作されたアイコンによって示されるアプリに実行指示を出力する。なお、この場合の実行指示は、プリンタ2に対応するプリンタキューが選択された状態で入力されることから、実行されたアプリは、プリンタ2を用いて処理を実行する。 Each icon included in the executable area 541 is an icon that can accept an instruction to execute the application. When receiving an operation on an icon included in the executable area 541, the auxiliary program 42 outputs an execution instruction to the application indicated by the operated icon. Note that since the execution instruction in this case is input with the printer queue corresponding to the printer 2 selected, the executed application executes the process using the printer 2.
 なお、一覧表示画面54では、アップデート情報やワーニング情報が付加されたアプリについては、付加情報を示すバッジ付きのアイコンが表示される。例えば、図6は、実行可能領域541に含まれる「アプリC」にアップデートの情報が有る場合の例であり、「アプリC」のアイコンには、アップデートを示すバッジ71が表示されている。アップデートを示すバッジ71を表示するS122は、アップデート表示処理の一例である。アプリのアップデート情報やワーニング情報に基づく情報をアプリのアイコンにバッジ表示することで、そのアプリに関する付加情報があることを、ユーザに通知できる。 Note that on the list display screen 54, for apps to which update information or warning information has been added, an icon with a badge indicating additional information is displayed. For example, FIG. 6 shows an example where there is update information for "app C" included in the executable area 541, and a badge 71 indicating an update is displayed on the icon of "app C". S122 in which the badge 71 indicating an update is displayed is an example of update display processing. By displaying information based on app update information and warning information as a badge on the app icon, users can be notified that additional information regarding the app is available.
 実行可能領域541に含まれ、アップデート情報が付加されたアイコンへの操作を受け付けた場合、補助プログラム42は、実行指示とアップデート指示とを選択的に受け付けるとしても良い。また、補助プログラム42は、アップデート情報として、アップデートが可能であることを通知するのみでも良いし、アプリのダウンロードサイトのリンクを表示しても良い。アップデートが可能な特定のアプリがある場合には、アップデート情報も表示することで、そのアップデートが可能な特定のアプリについてユーザによるアップデートの操作が期待できる。 When accepting an operation on an icon included in the executable area 541 and to which update information is added, the auxiliary program 42 may selectively accept an execution instruction and an update instruction. Further, the auxiliary program 42 may simply notify that an update is possible as update information, or may display a link to a download site for the application. If there is a specific app that can be updated, by displaying the update information as well, it is expected that the user will perform an update operation for the specific app that can be updated.
 一方、ワーニング領域542や未インストール領域543に含まれる各アイコンは、実行指示の受け付けを制限するアイコンである。ワーニング領域542に含まれるアイコンへの操作を受け付けた場合、補助プログラム42は、そのアプリを実行せず、例えば、ワーニング情報の詳細を表示する。また、未インストール領域543に含まれるアイコンへの操作を受け付けた場合、補助プログラム42は、そのアプリを実行せず、プログラムのインストールを示すインストール情報を表示する。 On the other hand, each icon included in the warning area 542 and the uninstalled area 543 is an icon that restricts acceptance of execution instructions. When receiving an operation on an icon included in the warning area 542, the auxiliary program 42 does not execute the application, but displays details of the warning information, for example. Further, when receiving an operation on an icon included in the uninstalled area 543, the auxiliary program 42 does not execute the application, but displays installation information indicating installation of the program.
 例えば、図6は、ワーニング領域542に含まれる「アプリD」はディスクレーベルへの印刷を行うアプリであり、プリンタ2には、ディスク用のオプショントレイが装着されていない場合の例である。そのため、「アプリD」のアイコンには、ワーニング情報を示すバッジ72が表示されている。例えば、図6の「アプリD」のアイコンへの操作を受け付けた場合、補助プログラム42は、必要なオプション構成が装着されていないことを示す情報を表示しても良い。 For example, FIG. 6 shows an example where "application D" included in the warning area 542 is an application that prints on a disc label, and the printer 2 is not equipped with an optional disc tray. Therefore, a badge 72 indicating warning information is displayed on the "application D" icon. For example, when receiving an operation on the "application D" icon in FIG. 6, the auxiliary program 42 may display information indicating that a necessary optional configuration is not installed.
 また、必要なオプション構成が装着されていても、本体の設定がアプリに適合していない場合にも、補助プログラム42は、そのアプリをワーニングリストに追加し、そのアプリのアイコンをワーニング領域542に表示する。この場合、そのアイコンへの操作を受け付けた場合、補助プログラム42は、例えば、アプリに適合するように本体の設定を変更する指示を受け付け可能であっても良い。そして、設定がアプリに適合するように変更された場合、補助プログラム42は、そのアプリの実行指示を受け付け可能となっても良い。 Furthermore, even if the necessary optional configuration is installed, if the main unit settings are not compatible with the application, the auxiliary program 42 adds the application to the warning list and places the application icon in the warning area 542. indicate. In this case, when receiving an operation on the icon, the auxiliary program 42 may be able to accept an instruction to change the settings of the main body to suit the application, for example. Then, when the settings are changed to match the application, the auxiliary program 42 may be able to accept instructions to execute the application.
 補助プログラム42は、本体情報に基づいてワーニング情報を表示する。本体情報をアプリに関連付けて表示することで、ユーザは、アプリを利用するために必要な本体情報も一覧表示画面54で把握できる。 The auxiliary program 42 displays warning information based on the main body information. By displaying the main body information in association with the application, the user can also grasp the main body information necessary for using the application on the list display screen 54.
 また、例えば、未インストール領域543に表示されるアイコンは、インストールすることでプリンタ2に適用することが可能なアプリを示すアイコンである。未インストール領域543のアイコンへの操作を受け付けた場合、補助プログラム42は、インストール情報として、例えば、アプリの内容を示す情報、アプリのインストールを受け付けるプログラムを実行するための情報、アプリのダウンロードサイトのリンクを示す情報、を表示する。アプリのインストール情報を含む一覧表示画面54を表示する処理は、インストール表示処理の一例である。 Further, for example, the icon displayed in the uninstalled area 543 is an icon indicating an application that can be installed and applied to the printer 2. When receiving an operation on the icon in the uninstalled area 543, the auxiliary program 42 provides installation information such as information indicating the content of the application, information for executing a program that accepts installation of the application, and information on the download site of the application. Display information indicating the link. The process of displaying the list display screen 54 including application installation information is an example of an installation display process.
 プリンタ2に適用可能であってインストールされていないアプリがある場合には、未インストール領域543にアイコンで表示することで、そのアプリがインストールされていないことをユーザが把握でき、ユーザによってインストールされることが期待できる。なお、未インストールリストのアプリをインストール済みのアプリと区別する表示としては、別の領域に表示する他、非表示としても良いし、大きさや形状の異なるアイコンで表示しても良いし、異なるフォントを含む表示としても良いし、グレーアウトして表示しても良い。 If there is an application that is applicable to the printer 2 but has not been installed, it is displayed as an icon in the uninstalled area 543 so that the user can understand that the application is not installed, and the user can install it. We can expect that. To distinguish apps on the uninstalled list from installed apps, you can display them in a separate area, hide them, use icons of different sizes and shapes, or use different fonts. It may be displayed including this, or it may be displayed grayed out.
 図2の説明に戻る。補助プログラム42は、アプリ情報表示処理(A31)の終了後、表示中の一覧表示画面54への操作を受け付け可能となる。つまり、ユーザは、一覧表示画面54に表示されている各アイコンへの操作を行うことができる。例えば、実行可能領域541に含まれるアイコンへのユーザ操作を受け付けた場合(A41)、補助プログラム42は、そのアプリの実行指示を受け付けたと判断し、アプリを実行する(A42)。アプリの実行指示を受け付けるA41は、管理処理の一例である。補助プログラム42は、OS21を介してアプリに実行指示を出力しても良い。 Returning to the explanation of FIG. 2. After the application information display process (A31) ends, the auxiliary program 42 can accept operations on the list display screen 54 that is currently being displayed. In other words, the user can operate each icon displayed on the list display screen 54. For example, when a user operation on an icon included in the executable area 541 is received (A41), the auxiliary program 42 determines that an instruction to execute the application has been received, and executes the application (A42). A41, which receives an application execution instruction, is an example of management processing. The auxiliary program 42 may output execution instructions to the application via the OS 21.
 補助プログラム42は、一覧表示画面54を表示した後、表示される各アプリについて、実行指示の他、アプリに対する設定の変更指示や、アプリのインストール指示、アップデート指示、アンインストール指示を受け付け可能であってもよい。また、補助プログラム42は、プリンタ2に対する設定の変更指示を受け付け可能であっても良い。 After displaying the list display screen 54, the auxiliary program 42 can receive instructions for executing each app, as well as instructions to change settings for the app, and instructions to install, update, and uninstall the app. It's okay. Further, the auxiliary program 42 may be able to receive instructions to change settings for the printer 2.
 なお、PC1は、例えば、図7に示すように、プリンタやアプリを管理する統合プログラム44が組み込まれたものであっても良い。統合プログラム44は、例えば、プリンタ2のベンダによって提供されている各種のプリンタや、各種のプリンタに対応可能な各種のアプリについて、管理を行うためのプログラムである。統合プログラム44は、例えば、各プリンタのモデル情報に基づいて、適用可能な各種のアプリの情報を有している。 Note that the PC 1 may be one in which an integrated program 44 for managing printers and applications is incorporated, as shown in FIG. 7, for example. The integration program 44 is, for example, a program for managing various printers provided by the vendor of the printer 2 and various applications compatible with the various printers. The integrated program 44 has information on various applicable applications based on, for example, model information of each printer.
 統合プログラム44が組み込まれたPC1では、補助プログラム42は、自身でアプリ情報表示処理を実行する代わりに、統合プログラム44を起動して、統合プログラム44にアプリの情報を表示させても良い。補助プログラム42は、例えば、プリンタ2の本体情報を統合プログラム44に渡すことで、統合プログラム44に、アプリ情報表示処理を実行させることができる。 In the PC 1 in which the integrated program 44 is installed, the auxiliary program 42 may start the integrated program 44 and cause the integrated program 44 to display the information of the application instead of executing the application information display process by itself. For example, the auxiliary program 42 can cause the integrated program 44 to execute the application information display process by passing the main body information of the printer 2 to the integrated program 44.
 統合プログラム44にてアプリの管理を行えば、補助プログラム42の処理はシンプルなものとなり、補助プログラム42の工数を削減できる。一方、補助プログラム42にてアプリの管理を行えば、統合プログラム44を組み込む必要が無い。 If applications are managed by the integrated program 44, the processing of the auxiliary program 42 becomes simple, and the man-hours of the auxiliary program 42 can be reduced. On the other hand, if the application is managed by the auxiliary program 42, there is no need to incorporate the integrated program 44.
 次に、本形態の補助プログラム42の動作を含む印刷の手順について、図8のシーケンス図を参照して説明する。補助プログラム42は、プリンタ2に印刷を行わせるユーザの指示が汎用印刷プログラム41に対してあった場合にも実行される。ユーザは、編集アプリ43等を利用して、印刷対象の画像の選択と、印刷を実行させるプリンタの指定と、印刷実行の指示と、を行うことができる。図8は、プリンタ2に印刷を行わせるユーザの指示を、編集アプリ43が受け付けた場合における、各プログラムによる動作について示している。なお、ユーザによる印刷実行の指示は、汎用印刷プログラム41に直接入力されても良い。 Next, the printing procedure including the operation of the auxiliary program 42 of this embodiment will be explained with reference to the sequence diagram of FIG. 8. The auxiliary program 42 is also executed when the general-purpose printing program 41 receives a user's instruction to cause the printer 2 to print. The user can use the editing application 43 or the like to select an image to be printed, specify a printer to perform printing, and issue an instruction to perform printing. FIG. 8 shows the operations of each program when the editing application 43 receives a user's instruction to cause the printer 2 to print. Note that the user's instruction to execute printing may be directly input to the general-purpose printing program 41.
 編集アプリ43は、選択中の画像の印刷をプリンタ2に行わせる印刷実行の指示を、汎用印刷プログラム41に対して受け付けると(B01)、OS21を介して、印刷指示を汎用印刷プログラム41に渡す(B02)。汎用印刷プログラム41は、印刷指示にて、印刷対象の画像の画像データを示す情報と印刷設定を示す情報と、を取得する。 When the editing application 43 receives a print execution instruction for the general-purpose printing program 41 to cause the printer 2 to print the selected image (B01), the editing application 43 passes the print instruction to the general-purpose printing program 41 via the OS 21. (B02). The general-purpose printing program 41 acquires information indicating image data of an image to be printed and information indicating print settings in response to a print instruction.
 汎用印刷プログラム41は、受け取った印刷指示に含まれる画像データの形式を中間画像データの形式に変換することで中間画像データを生成し(B03)、中間画像データを含む印刷ジョブを生成する。編集アプリ43から渡される画像データは種々のタイプのものであり、汎用印刷プログラム41は、受け取った画像データを、印刷データの生成に適した中間画像データに変換する。なお、印刷指示に含まれる画像データが印刷データの生成に適したデータであれば、中間画像データの生成を省略し、そのまま中間画像データとしても良い。中間画像データは、例えば、XPSデータである。 The general-purpose printing program 41 generates intermediate image data by converting the format of the image data included in the received print instruction into the format of intermediate image data (B03), and generates a print job including the intermediate image data. The image data passed from the editing application 43 is of various types, and the general-purpose printing program 41 converts the received image data into intermediate image data suitable for generating print data. Note that if the image data included in the print instruction is data suitable for generating print data, generation of intermediate image data may be omitted and the intermediate image data may be used as is. The intermediate image data is, for example, XPS data.
 汎用印刷プログラム41は、さらに、プリンタ2に対応するプログラムである補助プログラム42に実行指示を出力し(B04)、補助プログラム42に処理を要求する。実行指示では、B03にて生成された中間画像データと印刷設定を示す情報とが補助プログラム42に渡される。 The general-purpose printing program 41 further outputs an execution instruction to the auxiliary program 42, which is a program corresponding to the printer 2 (B04), and requests the auxiliary program 42 to perform processing. In the execution instruction, the intermediate image data generated in B03 and information indicating print settings are passed to the auxiliary program 42.
 補助プログラム42は、受け取った中間画像データと印刷設定とに基づいてラスタライズを実行し、印刷データを生成する(B05)。B05にて生成される印刷データは、プリンタ2にて印刷に使用できる形式のデータであり、例えば、プリンタ2のモデルに専用のPDLデータである。なお、補助プログラム42は、A24にて取得した本体情報を利用して、B05を実行しても良い。また、補助プログラム42は、B05の前に再度、プリンタ2から本体情報等を取得しても良い。 The auxiliary program 42 executes rasterization based on the received intermediate image data and print settings, and generates print data (B05). The print data generated at B05 is data in a format that can be used for printing by the printer 2, and is, for example, PDL data dedicated to the model of the printer 2. Note that the auxiliary program 42 may execute B05 using the main body information acquired in A24. Further, the auxiliary program 42 may acquire main body information etc. from the printer 2 again before B05.
 補助プログラム42は、生成した印刷データと印刷の実行を指示する印刷コマンドとを、プリンタ2に送信する(B06)。印刷データと印刷コマンドとを受信したプリンタ2は、受信した印刷コマンドに基づいて、印刷データの画像の印刷を実行する(B11)。これにより、印刷物が生成される。 The auxiliary program 42 sends the generated print data and a print command instructing execution of printing to the printer 2 (B06). The printer 2 that has received the print data and print command prints the image of the print data based on the received print command (B11). As a result, printed matter is generated.
 プリンタ2に対応する補助プログラム42にてラスタライズすることで、汎用印刷プログラム41にてラスタライズする場合に比較して自由度が大きく、プリンタ2での印刷に適した印刷データが生成される可能性が高い。なお、補助プログラム42によって生成される印刷データは、プリンタ2のモデル以外のプリンタでの印刷にも使用できる形式のデータであっても良い。 By rasterizing using the auxiliary program 42 compatible with the printer 2, there is a greater degree of freedom than when rasterizing using the general-purpose printing program 41, and there is a possibility that print data suitable for printing on the printer 2 will be generated. expensive. Note that the print data generated by the auxiliary program 42 may be in a format that can be used for printing with a printer other than the printer model 2.
 また、補助プログラム42が印刷データを生成する代わりに、汎用印刷プログラム41が印刷データの生成を行っても良い。つまり、補助プログラム42は、中間画像データと、印刷設定の情報と、印刷実行の情報と、を汎用印刷プログラム41に渡しても良い。汎用印刷プログラム41は、補助プログラム42から受け取った中間画像データと印刷設定とに基づいて印刷データを生成し、生成した印刷データを補助プログラム42に渡しても良い。補助プログラム42は、汎用印刷プログラム41から印刷データを受け取った場合、汎用印刷プログラム41から受け取った印刷データを、印刷の実行を指示する印刷コマンドとともにプリンタ2に送信する。 Furthermore, instead of the auxiliary program 42 generating the print data, the general-purpose printing program 41 may generate the print data. That is, the auxiliary program 42 may pass intermediate image data, print setting information, and print execution information to the general-purpose printing program 41. The general-purpose printing program 41 may generate print data based on the intermediate image data and print settings received from the auxiliary program 42, and may pass the generated print data to the auxiliary program 42. When the auxiliary program 42 receives print data from the general-purpose printing program 41, it transmits the print data received from the general-purpose printing program 41 to the printer 2 together with a print command instructing execution of printing.
 汎用印刷プログラム41によって生成される印刷データは、各種のプリンタにて印刷に使用できる形式の印刷データであり、例えば、PWGRasterデータ、または、PDFデータである。汎用印刷プログラム41によって印刷データを生成するとすれば、補助プログラム42の処理が少なく、処理時間増大の回避が見込まれ、また、補助プログラム42のプログラムサイズが抑えられる。 The print data generated by the general-purpose printing program 41 is print data in a format that can be used for printing with various printers, and is, for example, PWGRaster data or PDF data. If the print data is generated by the general-purpose printing program 41, the amount of processing by the auxiliary program 42 is reduced, an increase in processing time can be expected to be avoided, and the program size of the auxiliary program 42 can be suppressed.
 また、プリンタ2への印刷データ等の送信は、汎用印刷プログラム41が行っても良い。つまり、補助プログラム42は、生成した印刷データ等を、プリンタ2を送信先としてPC1から送信されるように、汎用印刷プログラム41に渡しても良い。この場合、汎用印刷プログラム41は、補助プログラム42から受け取った印刷データ等を、OS21を介してプリンタ2に送信する。 Additionally, the general-purpose printing program 41 may send print data and the like to the printer 2. That is, the auxiliary program 42 may pass the generated print data and the like to the general-purpose printing program 41 so that it is transmitted from the PC 1 with the printer 2 as the destination. In this case, the general-purpose printing program 41 sends the print data etc. received from the auxiliary program 42 to the printer 2 via the OS 21.
 また、プリンタ2は、中間画像データをラスタライズする機能を有していても良い。プリンタ2がラスタライズの機能を有している場合には、補助プログラム42は、印刷対象の画像の印刷データを生成することなく、印刷対象の画像の中間画像データと印刷設定とを含む印刷コマンドをプリンタ2に送信しても良い。 Additionally, the printer 2 may have a function of rasterizing intermediate image data. If the printer 2 has a rasterization function, the auxiliary program 42 generates a print command that includes intermediate image data and print settings for the image to be printed, without generating print data for the image to be printed. It may also be sent to printer 2.
 印刷データの送信が終了したら、補助プログラム42は、汎用印刷プログラム41に処理の終了を通知する(B21)。これにより、汎用印刷プログラム41は、B02にて受け付けた印刷指示の処理を終了する。汎用印刷プログラム41は、処理の終了を編集アプリ43に通知しても良い。 When the transmission of the print data is completed, the auxiliary program 42 notifies the general-purpose printing program 41 of the end of the process (B21). Thereby, the general-purpose printing program 41 ends the processing of the print instruction received at B02. The general-purpose printing program 41 may notify the editing application 43 of the end of the process.
 以上、詳細に説明したように、本形態の補助プログラム42は、編集アプリ43等からの印刷指示とは別に、OS21が「アプリ起動」ボタン532への操作による起動指示を受け付けたことによって、汎用印刷プログラム41から処理が要求される。そして、OS21での起動指示によって処理が要求された場合、対応するプリンタであるプリンタ2の能力情報を取得し、管理対象のアプリのうち、取得された能力を利用するアプリについて一覧表示し、表示されるアプリの実行指示を受け付ける。これにより、ユーザは、印刷以外のタイミングで、起動指示の入力という操作に基づいてプリンタ2に対応するアプリを把握でき、さらにはそのアプリを実行できるので利便性が高い。 As described above in detail, the auxiliary program 42 of this embodiment is activated by the general-purpose program when the OS 21 receives a startup instruction by operating the "app launch" button 532, in addition to a print instruction from the editing application 43 or the like. The print program 41 requests processing. When processing is requested by a startup instruction from the OS 21, the capability information of printer 2, which is the corresponding printer, is acquired, and among the managed applications, apps that use the acquired capabilities are displayed in a list. Receive instructions to run the application. As a result, the user can grasp the application corresponding to the printer 2 based on the operation of inputting the startup instruction at a timing other than printing, and can further execute the application, which is highly convenient.
 なお、本明細書に開示される実施の形態は単なる例示にすぎず、本発明を何ら限定するものではない。したがって本明細書に開示される技術は当然に、その要旨を逸脱しない範囲内で種々の改良、変形が可能である。例えば、PC1に接続される装置は、プリンタに限らず、複合機、複写機、FAX装置、等印刷機能を有する装置であればよい。また、PC1に接続されるプリンタの数は、図示の例に限らず、2台以上でも良い。 Note that the embodiments disclosed in this specification are merely illustrative and do not limit the present invention in any way. Therefore, the technology disclosed in this specification is naturally capable of various improvements and modifications without departing from the gist thereof. For example, the device connected to the PC 1 is not limited to a printer, but may be any device that has a printing function, such as a multifunction device, a copier, or a fax machine. Further, the number of printers connected to the PC 1 is not limited to the illustrated example, and may be two or more.
 また、例えば、図6に示した一覧表示画面54は、一例であって、図示の例に限らない。例えば、画面中に表示される文言やアイコンの形状、配置、背景等は、どのようなものでも良い。また、例えば、補助プログラム42は、実行可能なアプリのみを表示するとしても良い。 Further, for example, the list display screen 54 shown in FIG. 6 is an example, and is not limited to the illustrated example. For example, the shape, arrangement, background, etc. of the words and icons displayed on the screen may be of any kind. Further, for example, the auxiliary program 42 may display only executable applications.
 また、例えば、本形態では、アップデート情報やワーニング情報をバッジ表示するとしたが、これに限らない。補助プログラム42は、例えば、情報が付加されたアプリについてアイコンの色や形状を変えて表示しても良いし、各アイコンとは別に情報を表示する欄を設けて表示しても良い。 Further, for example, in this embodiment, update information and warning information are displayed as badges, but the present invention is not limited to this. For example, the auxiliary program 42 may display an application to which information is added by changing the color or shape of the icon, or may provide a column for displaying information separately from each icon.
 また、実施の形態では、補助プログラム42の動作として、アプリの情報の表示動作と印刷動作のみを詳細に記載しているが、補助プログラム42は、さらに他の役割を有していても良い。また、本形態の処理を実行するプログラムは、補助プログラム42に限らず、汎用印刷プログラム41を用いた印刷を行う際に、OS21または汎用印刷プログラム41から指示を受け付けるプログラムであればよい。例えば、マイクロソフト社が仕様公開した印刷ワークフローアプリ(Print workflow)でも良い。 Furthermore, in the embodiment, only the display operation and printing operation of application information are described in detail as the operations of the auxiliary program 42, but the auxiliary program 42 may have other roles. Further, the program that executes the process of this embodiment is not limited to the auxiliary program 42, and may be any program that receives instructions from the OS 21 or the general-purpose printing program 41 when printing using the general-purpose printing program 41. For example, it may be a print workflow application (Print workflow) whose specifications have been published by Microsoft.
 また、補助プログラム42の実行タイミングは、実施の形態の例に限らない。例えば、OS21から直接実行指示されて実行されても良く、または、常駐される補助プログラム42であっても良い。常駐される場合には、補助プログラム42は、実行命令を受けて前述した動作を行うとすれば良い。 Furthermore, the execution timing of the auxiliary program 42 is not limited to the example of the embodiment. For example, the program may be executed by receiving a direct execution instruction from the OS 21, or may be a resident auxiliary program 42. When the auxiliary program 42 is resident, the auxiliary program 42 may perform the operations described above upon receiving an execution command.
 また、実施の形態に開示されている任意のフローチャートにおいて、任意の複数のステップにおける複数の処理は、処理内容に矛盾が生じない範囲で、任意に実行順序を変更できる、または並列に実行できる。 Furthermore, in any flowchart disclosed in the embodiment, the execution order of the plurality of processes in any plurality of steps can be arbitrarily changed or executed in parallel within the range where there is no inconsistency in the processing contents.
 また、実施の形態に開示されている処理は、単一のCPU、複数のCPU、ASICなどのハードウェア、またはそれらの組み合わせで実行されてもよい。また、実施の形態に開示されている処理は、その処理を実行するためのプログラムを記録した記録媒体、または方法等の種々の態様で実現することができる。 Further, the processing disclosed in the embodiments may be executed by a single CPU, multiple CPUs, hardware such as ASIC, or a combination thereof. Further, the processes disclosed in the embodiments can be realized in various forms such as a recording medium recording a program for executing the processes, or a method.
 1 PC
 2 プリンタ
 11 CPU
1 PC
2 Printer 11 CPU

Claims (8)

  1.  情報処理装置のコンピュータによって実行可能であり、特定のプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、前記オペレーティングシステムは、選択されたプリンタに対応するプログラムの起動指示を受け付けることが可能であり、前記汎用印刷プログラムには、前記起動指示に応じて処理を要求するプログラムがプリンタに関連付けられており、前記サポートプログラムは、複数のアプリケーションプログラムを管理対象とし、さらに前記サポートプログラムは、管理対象の前記アプリケーションプログラムごとの、利用する能力を示す情報を有しており、
     前記コンピュータに、
      前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記汎用印刷プログラムから前記画像を示す画像データを取得し、前記画像データに基づいて印刷コマンドを前記特定のプリンタに送信するための処理を実行させ、
     さらに前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記汎用印刷プログラムを介して、前記特定のプリンタが有する能力を示す能力情報を取得する取得処理と、
       管理対象となる前記複数のアプリケーションプログラムのうち、前記取得処理にて取得された前記能力情報に示される能力を利用するアプリケーションプログラムである特定のアプリケーションプログラムを示す情報についての一覧表示と、表示される前記特定のアプリケーションプログラムの実行指示の受け付けと、を行うための管理処理と、
      を実行させる、
     ように構成されるサポートプログラム。
    A support program that is executable by a computer of an information processing device, supports a general-purpose printing program that is compatible with a specific printer, and that is pre-installed in an operating system of the information processing device, the operating system It is possible to receive a startup instruction for a program corresponding to a printer, and the general-purpose printing program has a program associated with the printer that requests processing in response to the startup instruction, and the support program is capable of accepting multiple applications. The support program has a program as a management target, and the support program has information indicating the ability to use for each of the application programs to be managed,
    to the computer;
    The print instruction outputted from an application program built into the information processing device causes the general-purpose printing program to cause the specific printer to print an image. When processing is requested by the print program,
    acquiring image data representing the image from the general-purpose printing program, and executing processing for transmitting a print command to the specific printer based on the image data;
    Furthermore, the computer
    When a process is requested from the general-purpose printing program as a result of the operating system accepting the startup instruction while the specific printer is selected,
    an acquisition process of acquiring capability information indicating capabilities of the specific printer via the general-purpose printing program;
    Among the plurality of application programs to be managed, displaying a list of information indicating a specific application program that is an application program that utilizes the ability indicated in the ability information acquired in the acquisition process; and management processing for accepting execution instructions for the specific application program;
    to execute,
    Support program configured as follows.
  2. 請求項1に記載するサポートプログラムにおいて、
     前記管理処理では、
      前記特定のアプリケーションプログラムを示す情報について一覧表示する一覧画面を表示し、前記一覧画面に対する操作を介して、表示される前記特定のアプリケーションプログラムの前記実行指示を受け付ける、
     ように構成されるサポートプログラム。
    In the support program according to claim 1,
    In the management process,
    displaying a list screen that displays a list of information indicating the specific application program, and receiving the execution instruction for the displayed specific application program through an operation on the list screen;
    Support program configured as follows.
  3. 請求項1に記載するサポートプログラムにおいて、
     前記情報処理装置には、管理対象の前記アプリケーションプログラムについての前記実行指示を受け付ける機能を有する統合プログラムを組み込むことが可能であり、
     前記管理処理では、
      前記統合プログラムを起動し、前記統合プログラムに、前記特定のアプリケーションプログラムを示す情報について一覧表示させ、前記統合プログラムに、表示される前記特定のアプリケーションプログラムの前記実行指示を受け付けさせる、
     ように構成されるサポートプログラム。
    In the support program according to claim 1,
    The information processing device may include an integrated program having a function of receiving the execution instruction regarding the application program to be managed;
    In the management process,
    activating the integrated program, causing the integrated program to display a list of information indicating the specific application program, and causing the integrated program to accept the execution instruction for the displayed specific application program;
    Support program configured as follows.
  4. 請求項1から請求項3のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       アップデートが可能な前記特定のアプリケーションプログラムある場合に、プログラムのアップデートを示すアップデート情報を表示するアップデート表示処理を実行させる、
     ように構成されるサポートプログラム。
    In the support program according to any one of claims 1 to 3,
    to the computer;
    When a process is requested from the general-purpose printing program as a result of the operating system accepting the startup instruction while the specific printer is selected,
    executing an update display process for displaying update information indicating an update of the program when there is the specific application program that can be updated;
    Support program configured as follows.
  5. 請求項1から請求項4のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記情報処理装置に組み込まれていない前記特定のアプリケーションプログラムがある場合に、プログラムのインストールを示すインストール情報を表示するインストール表示処理を実行させる、
     ように構成されるサポートプログラム。
    In the support program according to any one of claims 1 to 4,
    to the computer;
    When a process is requested from the general-purpose printing program as a result of the operating system accepting the startup instruction while the specific printer is selected,
    executing an installation display process for displaying installation information indicating installation of the program when the specific application program is not installed in the information processing device;
    Support program configured as follows.
  6. 請求項1から請求項5のいずれか1つに記載するサポートプログラムにおいて、
     前記管理処理では、
      前記情報処理装置に組み込まれていない前記特定のアプリケーションプログラムを、前記情報処理装置に組み込まれている前記特定のアプリケーションプログラムと区別して表示し、前記情報処理装置に組み込まれていない前記特定のアプリケーションプログラムについての前記実行指示の受け付けを制限する、
     ように構成されるサポートプログラム。
    In the support program according to any one of claims 1 to 5,
    In the management process,
    Displaying the specific application program that is not installed in the information processing device separately from the specific application program that is installed in the information processing device, and displaying the specific application program that is not installed in the information processing device. restricting acceptance of said execution instructions for;
    Support program configured as follows.
  7. 請求項1から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記汎用印刷プログラムを介して、前記特定のプリンタから本体情報を取得する本体取得処理を実行させ、
      前記管理処理では、
       前記特定のアプリケーションプログラムを示す情報について一覧表示し、前記本体取得処理にて取得された前記本体情報に基づく情報を表示し、表示される前記特定のアプリケーションプログラムの前記実行指示を受け付ける、
     ように構成されるサポートプログラム。
    In the support program according to any one of claims 1 to 6,
    to the computer;
    When a process is requested from the general-purpose printing program as a result of the operating system accepting the startup instruction while the specific printer is selected,
    executing a body acquisition process for acquiring body information from the specific printer via the general-purpose printing program;
    In the management process,
    displaying a list of information indicating the specific application program, displaying information based on the main body information acquired in the main body acquisition process, and receiving the execution instruction for the displayed specific application program;
    Support program configured as follows.
  8. 請求項1から請求項7のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記特定のアプリケーションプログラムに関するアプリ情報を取得するアプリ取得処理を実行させ、
     前記管理処理では、
      前記特定のアプリケーションプログラムを示す情報として各アプリケーションプログラムに対応するアイコンを一覧表示し、前記アプリ取得処理にて取得された前記アプリ情報に基づく情報を前記アイコンと関連付けてバッジ表示する、
     ように構成されるサポートプログラム。
    In the support program according to any one of claims 1 to 7,
    to the computer;
    When a process is requested from the general-purpose printing program as a result of the operating system accepting the startup instruction while the specific printer is selected,
    causing an application acquisition process to acquire application information regarding the specific application program;
    In the management process,
    displaying a list of icons corresponding to each application program as information indicating the specific application program, and displaying a badge in association with information based on the application information acquired in the application acquisition process with the icon;
    Support program configured as follows.
PCT/JP2023/009281 2022-03-24 2023-03-10 Support program WO2023181988A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022048241A JP2023141759A (en) 2022-03-24 2022-03-24 support program
JP2022-048241 2022-03-24

Publications (1)

Publication Number Publication Date
WO2023181988A1 true WO2023181988A1 (en) 2023-09-28

Family

ID=88101300

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/009281 WO2023181988A1 (en) 2022-03-24 2023-03-10 Support program

Country Status (2)

Country Link
JP (1) JP2023141759A (en)
WO (1) WO2023181988A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013214319A (en) * 2013-06-24 2013-10-17 Ricoh Co Ltd Print system, image forming apparatus, and printing method
JP2016218666A (en) * 2015-05-19 2016-12-22 株式会社リコー Information processing apparatus, information processing method, and program
JP2020126364A (en) * 2019-02-01 2020-08-20 ブラザー工業株式会社 Support program, information processor, and printing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013214319A (en) * 2013-06-24 2013-10-17 Ricoh Co Ltd Print system, image forming apparatus, and printing method
JP2016218666A (en) * 2015-05-19 2016-12-22 株式会社リコー Information processing apparatus, information processing method, and program
JP2020126364A (en) * 2019-02-01 2020-08-20 ブラザー工業株式会社 Support program, information processor, and printing method

Also Published As

Publication number Publication date
JP2023141759A (en) 2023-10-05

Similar Documents

Publication Publication Date Title
US11989462B2 (en) Information processing apparatus, method, and a non-transitory storage medium, receives first print settings information supports the internet printing protocol (IPP) and further receives second print settings that does not support the internet printing protocol (IPP) from printer
EP2388685B1 (en) Information processing apparatus and control method thereof, and storage medium
EP2538317B1 (en) Print control software program, information processing apparatus, and printing apparatus
US20240069818A1 (en) Information processing apparatus, method for controlling information processing apparatus, and storage medium
US20230315361A1 (en) Information processing apparatus, print setting application, and print system
US7389362B2 (en) Peripheral equipment control program, program control device, program control method, peripheral equipment driver, peripheral equipment control device, and method for installing peripheral equipment control driver
JP5919925B2 (en) Program, information processing apparatus, storage medium
US20230333786A1 (en) Information processing apparatus, control method therefor, and non-transitory computer-readable storage medium
WO2023181988A1 (en) Support program
US20220308803A1 (en) Information processing apparatus, control method of information processing apparatus, and storage medium
JP2023018114A (en) Program, information processing device, and method for controlling information processing device
WO2023190147A1 (en) Support program
WO2023190148A1 (en) Support program
US11880622B2 (en) Program product executable by computer of information processing apparatus and printing system, transmitting print job and settings to virtual printer and passing to requesting printer, the associated job name and print settings displayed thereon
WO2023140240A1 (en) Support program
JP5042926B2 (en) Print setting device, program, and recording medium
US11880619B2 (en) Computer product storing supporting program for managing common print settings for each identified printer
JP7171227B2 (en) Information processing device, its control method and application
WO2023145532A1 (en) Support program
WO2022163430A1 (en) Support program
WO2022163429A1 (en) Support program
US20240143242A1 (en) Information processing apparatus, system, control method for the system, and storage medium
WO2023145533A1 (en) Support program
JP2009104282A (en) Printing system and printing program
JP2005267367A (en) Peripheral equipment driver, peripheral equipment controller and method for installing peripheral equipment driver

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23774587

Country of ref document: EP

Kind code of ref document: A1