WO2023190148A1 - サポートプログラム - Google Patents

サポートプログラム Download PDF

Info

Publication number
WO2023190148A1
WO2023190148A1 PCT/JP2023/011792 JP2023011792W WO2023190148A1 WO 2023190148 A1 WO2023190148 A1 WO 2023190148A1 JP 2023011792 W JP2023011792 W JP 2023011792W WO 2023190148 A1 WO2023190148 A1 WO 2023190148A1
Authority
WO
WIPO (PCT)
Prior art keywords
printer
specific printer
command
main body
print
Prior art date
Application number
PCT/JP2023/011792
Other languages
English (en)
French (fr)
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 WO2023190148A1 publication Critical patent/WO2023190148A1/ja

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B41PRINTING; LINING MACHINES; TYPEWRITERS; STAMPS
    • B41JTYPEWRITERS; SELECTIVE PRINTING MECHANISMS, i.e. MECHANISMS PRINTING OTHERWISE THAN FROM A FORME; CORRECTION OF TYPOGRAPHICAL ERRORS
    • B41J29/00Details of, or accessories for, typewriters or selective printing mechanisms not otherwise provided for
    • B41J29/38Drives, motors, controls or automatic cut-off devices for the entire printing mechanism
    • 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 a configuration in which a test print instruction is received from an operation unit of the printer and a test pattern is printed.
  • the printer driver outputs commands to cause the printer to perform special processing.
  • a configuration for controlling the is also known.
  • 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 disclosed in this specification acquires main body information of a specific printer when a startup instruction is accepted by the OS, in addition to a print instruction from an application program, and executes processing based on the main body information. Sends a main unit command to a specific printer. Therefore, the user can instruct a specific printer to execute processing other than normal printing based on a print instruction from an application program based on the operation of inputting a startup instruction.
  • 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 instruct a printer to execute special processing 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.
  • FIG. 3 is an explanatory diagram showing an example of an instruction reception screen.
  • FIG. 3 is a sequence diagram illustrating an example of a processing procedure by an auxiliary program.
  • 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 acquired in A22 to request main body information from the printer 2 (A23), and acquires the main body information from the printer 2 (A24).
  • the main body information includes capability information that is information indicating the capabilities of the printer 2, and may further include information indicating the status of the main body of the printer 2.
  • A24 is an example of acquisition processing.
  • the capability information is, for example, information indicating functions executable by the printer 2 or information on parameters that can be set as print settings.
  • Information indicating the status of the main body of the printer 2 includes, for example, status information, information on the remaining amount of consumables, information indicating attached accessories such as optional trays, and information on the paper size and paper type set for each tray.
  • the information may include information on main body 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 201 (see FIG. 1) that displays information and operation buttons that accept user input operations.
  • the operation panel may include a touch panel having the function of display 201.
  • the printer 2 can display information regarding the printer 2 on the display 201, and can also accept various instructions through input operations on the operation panel.
  • the printer 2 can accept instructions to change some of the setting values set in the printer 2 via the operation panel. For example, when the printer 2 receives an instruction to change the paper size or paper type for each tray or an instruction to change the network settings via the operation panel, the printer 2 displays selectable setting values on the display 201 to prompt the user. Accept selection. On the other hand, some setting values of the printer 2 do not accept display on the operation panel or changes via the operation panel.
  • the printer 2 may be configured, for example, so that information on access restrictions to the printer 2 and information on printing history are not displayed on the display 201.
  • the printer 2 passes both information displayed on the display 201 and information not displayed to the auxiliary program 42 in response to the request from A23. That is, in A24, the auxiliary program 42 includes information displayed on the display 201, such as various settings received via the operation panel of the printer 2, and various settings received according to instructions from an external device, as main body information. It is also possible to obtain information that is not displayed on the display 201, such as.
  • the information displayed on the display 201 is an example of first main body information
  • the information not displayed on the display 201 is an example of second 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 an acquisition request requesting the main body information of the printer 2 to the OS 21 instead of A21.
  • 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 creates an instruction list based on the main body information acquired in A24 (A31).
  • the command list is a list of processes that can be executed by the printer 2 by sending commands from the PC 1.
  • the auxiliary program 42 determines commands to be included in the command list based on the main body information of the printer 2. Specifically, based on the capability information of the printer 2, the auxiliary program 42 causes the instruction list to include only instructions executable by the printer 2, and excludes instructions that cannot be executed.
  • the auxiliary program 42 creates an instruction list including a test print command to print an image for color misregistration adjustment, and if the printer 2 is unable to perform color printing, the auxiliary program 42 creates If the printer is a suitable printer, create an instruction list that does not include a test print instruction to print an image for color misregistration adjustment. Further, for example, if the printer 2 is an inkjet printer, the auxiliary program 42 creates a command list that includes a nozzle check pattern print command, and if the printer 2 is a laser printer, it creates a command list that does not include a nozzle check pattern print command. Create an instruction list.
  • the auxiliary program 42 creates an instruction list including a print command for a borderless adjustment pattern, and if the printer 2 is a printer capable of executing ruled line printing, If there is, create an instruction list including printing instructions for the ruled line adjustment pattern. Further, for example, if the printer 2 has a function of accepting a selection of a red tint, the auxiliary program 42 creates a command list including a print command to print a catalog of red color patches.
  • the auxiliary program 42 of this embodiment specifies processes executable by the printer 2 and creates an instruction list including only processes executable by the printer 2, thereby avoiding waste. Note that the auxiliary program 42 may determine the commands to be included in the command list based on the model information of the printer 2.
  • the auxiliary program 42 displays, for example, an instruction reception screen 54 as shown in FIG. 5 on the user IF 13 based on the created command list (A32).
  • A32 is an example of display processing.
  • the instruction reception screen 54 is a screen that displays information about the printer 2, including part of the main body information acquired in A24, and also has a button that accepts output instructions for the commands included in the command list created in A31. include.
  • the instruction reception screen 54 includes a first display area 541 containing information displayed on the display 201 of the printer 2, a second display area 542 containing information not displayed on the display 201 of the printer 2, and a command list. and a third display area 543 containing information corresponding to the instructions included in the instruction.
  • the first display area 541 displays, for example, the setting status of the paper feed trays of the printer 2 and the estimated amount of remaining ink, and buttons 61 and 62 that accept settings changes for each paper feed tray, and a button 63 that accepts settings print instructions.
  • the second display area 542 displays, for example, a part of the print history and includes a button 64 that accepts a print instruction for the print history.
  • the third display area 543 includes buttons 65, 66, and 67 that accept, for example, various test print execution instructions based on the command list.
  • the auxiliary program 42 may request user authentication before displaying information on the second display area 542.
  • Information that is not displayed on the display 201 of the printer 2 may be highly confidential information.
  • the auxiliary program 42 displays a first display area 541 and a third display area 543, and in response to a user's request to display the second display area 542, displays a screen that accepts input of authentication information. It is also possible to accept input of authentication information. Then, the auxiliary program 42 may transmit the received authentication information to the printer 2, cause the printer 2 to perform user authentication, and display the information when it is determined that the user is the administrator of the printer 2.
  • the instruction reception screen 54 further includes buttons for displaying various main body information such as status information, network information, and firmware version information of the printer 2, buttons for accepting instructions to display detailed information, and instructions for terminating the display of the instruction reception screen 54. It may also include an end button 544 for accepting the request.
  • the auxiliary program 42 of this embodiment displays the instruction reception screen 54 that includes the main body information acquired from the printer 2, the user can start the printer 2 by simply instructing to start the application by operating the "start app” button 532 (FIG. 4). You can view the main unit information. Furthermore, since the auxiliary program 42 of this embodiment can display information that is not displayed on the display 201 of the printer 2, the value of display is high. Furthermore, the auxiliary program 42 displays information on the command list of commands that are compatible with the printer 2 based on a startup instruction by operating the "app launch" button 532 (FIG. 4). You can give detailed test printing instructions.
  • the auxiliary program 42 becomes able to accept operations on the currently displayed instruction reception screen 54.
  • the user can operate each button displayed on the instruction reception screen 54.
  • the procedure of each program when an operation to the instruction reception screen 54 is accepted will be explained with reference to the sequence diagram of FIG. 6.
  • the auxiliary program 42 determines the content of the received instruction (B02).
  • B01 is an example of an output instruction reception process.
  • the auxiliary program 42 determines that the received instructions are an instruction to change the tray settings by operating the buttons 61 to 62, an instruction to print the setting information of the printer 2 by operating the button 63, and an instruction to print the setting information of the printer 2 by operating the buttons 64 to 67.
  • a test print instruction for various information is made by operating the . Since the auxiliary program 42 of this embodiment performs processing when receiving an instruction from the user, execution of unnecessary processing can be avoided.
  • the auxiliary program 42 determines that an instruction to change the settings for tray 1 has been received through the user's operation of the button 61 included in the first display area 541 (alt: [change settings])
  • the auxiliary program 42 changes the settings for tray 1.
  • a list including possible setting values as options is displayed on the user IF 13 (B11), and the user's selection is accepted (B12).
  • An instruction to change a set value by operating the button 61 is an example of an instruction to output a main body command.
  • the tray settings are an example of setting values set in the printer 2, and B12 is an example of a setting change reception process.
  • the auxiliary program 42 sends a change command, which is an instruction to change the setting value of the tray 1, and information on the new setting value selected by the user's operation to the printer 2 (B13).
  • the change command is an example of a main command, and B13 is an example of a transmission process.
  • the printer 2 Based on the received change command, the printer 2 sets the new setting value associated with the change command as the setting value of the tray 1 (B14).
  • the auxiliary program 42 of this embodiment receives an instruction to send a change command to the printer 2 to change a setting value on the instruction reception screen 54. Thereby, the user can cause the printer 2 to change the setting value based on a startup instruction by operating the "app startup" button 532 (FIG. 4).
  • auxiliary program 42 determines that a print instruction for information on setting values set in the printer 2 has been received, for example, by the user's operation on the button 63 included in the first display area 541 (alt: [ Setting print]) and sends a setting value print command to the printer 2 (B21).
  • An instruction to print setting values by operating the button 63 is an example of an instruction to output a main body command.
  • the setting value print command is an example of a main body command, and B21 is an example of a transmission process.
  • the printer 2 prints information on various setting values of the printer 2 based on the received setting value print command (B22).
  • the printer 2 prints setting values of predetermined items in a format provided in advance by the printer 2.
  • the auxiliary program 42 of this embodiment receives, on the instruction reception screen 54, an instruction to send a setting value print command to the printer 2 to print setting value information. Thereby, the user can cause the printer 2 to print the setting value information based on a startup instruction by operating the "app launch" button 532 (FIG. 4).
  • the auxiliary program 42 determines that an instruction to print various information has been received, for example, by the user's operation of the button 64 included in the second display area 542 or the buttons 65 to 67 included in the third display area 543. (alt: [information printing]), it is determined whether the information to be printed is information that requires the auxiliary program 42 to determine the image.
  • An instruction to print information by operating the buttons 64 to 67 is an example of an instruction to output a main body command.
  • Information printing instructions include instructions to print an image provided by the printer 2, such as a test image, as is, and instructions to print an image based on information that varies depending on the situation or information selected by the user. If the received print instruction is an instruction to print the information provided in the printer 2 as is, the auxiliary program 42 may send a command to the printer 2 to instruct the printer 2 to print. On the other hand, when receiving an instruction to print information that varies depending on the situation or information selected by the user, the auxiliary program 42 needs to determine the image to be printed.
  • the auxiliary program 42 determines that it is necessary to determine the image to be printed (alt : [Image required]), the image to be printed is determined (B31).
  • the auxiliary program 42 extracts the information to be printed from the main body information of the printer 2 and, based on the extracted information, determines the image in which at least part of the main body information is written as the image to be printed. do.
  • the image to be printed in which at least part of the main body information of the printer 2 is written is an example of the first editing test image.
  • the auxiliary program 42 may accept selection of information to be printed. For example, when the auxiliary program 42 receives an operation on the button 65, it may display a list of items of information that can be extracted as print targets and accept the user's selection. In this way, only the necessary information can be printed.
  • the auxiliary program 42 Even when the auxiliary program 42 receives an instruction to print information set in the auxiliary program 42 by, for example, operating the button 66 included in the third display area 543, it is necessary to determine the image to be printed. It is determined that there is an image (alt: [image required]), and the image to be printed is determined (B31). In this case, the auxiliary program 42 generates, for example, an image that includes information set in the auxiliary program 42, and determines it as the image to be printed.
  • the information set in the auxiliary program 42 includes, for example, default print settings of the auxiliary program 42, user profile settings, user name, and information on the OS 21.
  • the auxiliary program 42 may receive a selection of information to be printed and generate an image to be printed.
  • the image to be printed in which information regarding the auxiliary program 42 is written is an example of the second editing test image.
  • the auxiliary program 42 transmits a test print command and image data indicating the image determined in B31 to the printer 2 (B32).
  • the test print command is an example of a main command
  • B32 is an example of a transmission process.
  • the printer 2 executes test printing to print a test image including the image of the received image data based on the received test print command (B33).
  • auxiliary program 42 If the auxiliary program 42 generates a test image in which at least part of the main body information of the printer 2 is written and sends it to the printer 2, the user can check the main body information written in the printed image by looking at the printed material. You can get information. Further, if the auxiliary program 42 generates a test image in which information related to the auxiliary program 42 is written and sends it to the printer 2, the user can know the information regarding the auxiliary program 42 by looking at the printed material. .
  • the auxiliary program 42 prints the test image to be printed.
  • a test print command specifying the determined test image is sent to the printer 2 (B35).
  • the auxiliary program 42 may determine an image to be printed from a plurality of test images.
  • the test print command is an example of a main command, and B35 is an example of a transmission process.
  • the printer 2 executes test printing to print the specified test image based on the received test print command (B36).
  • the auxiliary program 42 when the auxiliary program 42 receives an instruction to print a nozzle check pattern by operating the button 67 included in the third display area 543, the auxiliary program 42 sends a test print command to the printer 2 that specifies a nozzle check pattern provided in the printer 2. Send. If the instruction is to print an image provided in the printer 2, the auxiliary program 42 only needs to specify the image to be printed, and there is no need to send image data.
  • the auxiliary program 42 of this embodiment accepts a print instruction including designation of an image to be subjected to test printing on the instruction reception screen 54, the user can start it by operating the "Launch App" button 532 (FIG. 4). Based on the instructions, an image containing desired information can be printed. If the auxiliary program 42 determines a test image to be printed and sends a test print command containing the image data of that image, the printer 2 does not need to prepare a test image to be printed, and the memory of the printer 2 is saved. You can save money. On the other hand, if the instruction is to print an image provided in the printer 2, there is no need for the auxiliary program 42 to determine a test image to be printed, and the processing of the auxiliary program 42 becomes simple.
  • the auxiliary program 42 may request user authentication before sending the command based on the information specified as the print target. For example, when the auxiliary program 42 receives an instruction to print each user's access restriction information, authentication information, etc., the auxiliary program 42 may accept input of the authentication information and cause the printer 2 to perform user authentication. Further, for example, when receiving an instruction to print information from a user other than the user logged in to the PC 1, the auxiliary program 42 requests input of authentication information, and if it is determined that the user is the administrator of the printer 2. It is also possible to only send commands.
  • the auxiliary program 42 may be able to accept an instruction to update the firmware installed in the printer 2 on the instruction acceptance screen 54.
  • the auxiliary program 42 can acquire information regarding the latest version of firmware from a printer manufacturer's server, etc., and store it in the memory 12. Then, if it is determined that the firmware of the printer 2 is not the latest based on the main body information acquired in A24, the auxiliary program 42 displays a button to accept firmware update instructions on the instruction acceptance screen 54. good.
  • 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. 7 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 (C01), the editing application 43 passes the print instruction to the general-purpose printing program 41 via the OS 21. (C02).
  • 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 (C03), 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 (C04), and requests the auxiliary program 42 to perform processing.
  • the execution instruction the intermediate image data generated in C03 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 (C05).
  • the print data generated at C05 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 C05 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 C05.
  • the auxiliary program 42 sends the generated print data and a print command instructing execution of printing to the printer 2 (C06).
  • the printer 2 that has received the print data and the print command executes printing of the image of the print data based on the received print command (C11). 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 based on the instruction of C04 (C21). Thereby, the general-purpose printing program 41 finishes processing the print instruction received at C02. 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 configured to activate the printer 2, which is the selected printer, when the OS 21 receives a startup instruction in addition to a print instruction from the editing application 43 or the like.
  • the printer 2 acquires main body information and sends a main body command to the printer 2 to instruct execution of processing based on the main body information. Thereby, the user can instruct the printer 2 to perform processing other than normal printing based on the print instruction based on the operation of inputting the startup instruction.
  • 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 image examples shown in FIGS. 3 to 5 are all examples, and are not limited to the illustrated examples.
  • the shape, arrangement, background, etc. of the words and objects displayed in the notification image may be of any kind.
  • the type of information displayed is not limited to the illustrated example.
  • the auxiliary program 42 of this embodiment accepts an instruction to select a command to be executed by the printer 2, it may not accept the instruction.
  • the auxiliary program 42 may automatically send a predetermined main body command when started in response to a start instruction by operating the "app start" button 532 (FIG. 4).
  • sending main body commands for processes that do not need to be executed is wasteful. Since the auxiliary program 42 of this embodiment performs processing when receiving an instruction from the user, it is possible to avoid executing unnecessary processing.
  • the auxiliary program 42 when the auxiliary program 42 is started in response to a start instruction by operating the "app start" button 532 (FIG. 4), in addition to acquiring main body information and sending main body commands, the auxiliary program 42 may perform other processing. You may go. The auxiliary program 42 may execute another process even if the output instruction of the main command is not input.
  • the auxiliary program 42 of this embodiment can generate a test image including the main body information of the printer 2 and the information of the auxiliary program 42 and cause the printer 2 to print it, it is not necessary to generate an image. good.
  • the auxiliary program 42 does not need to transmit image data when transmitting a test print command.
  • the program that executes the processing of this embodiment is not limited to the auxiliary program 42, and may be any program that accepts 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 auxiliary program 42 may be directly instructed to execute from the OS 21 and executed, or may be resident.
  • 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)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、プリンタに対して特別な処理の実行を簡単に指示できる技術を提供すること。 補助プログラム42は、編集アプリ43等から出力された印刷指示があったことによって、汎用印刷プログラム41から処理が要求され、プリンタ2が選択された状態で起動指示をOS21が受け付けたことによっても、汎用印刷プログラム41から処理が要求される。補助プログラム42は、起動指示をOS21が受け付けたことによって処理が要求された場合に、PC1のCPU11に、プリンタ2が有する本体情報を取得させ、取得された本体情報に基づく処理をプリンタ2に実行させる本体命令を、プリンタ2に送信させる。

Description

サポートプログラム
 本明細書に開示される技術分野は、プリンタの制御をサポートするサポートプログラムに関する。
 近年、前述したプリンタドライバを利用せず、オペレーティングシステム(OS)に標準に組み込まれている汎用印刷プログラムによってプリンタを制御する技術が実用化されている。この技術では、OSがプリンタを検知するとOS標準の汎用印刷プログラムとの関連付けを行い、以後、そのプリンタに対する印刷指示を受け付けた場合に、プリンタドライバを用いずに、OS標準の汎用印刷プログラムによる印刷が可能になる。
 また、プリンタが通常の印刷以外に実行する処理として、例えば特許文献1には、プリンタの操作部からテスト印刷の指示を受け付けて、テストパターンを印刷する構成が開示されている。また、プリンタドライバの技術であるが、アプリケーションプログラムからの印刷指示に基づく通常の印刷以外にプリンタに実行させる処理として、プリンタドライバからプリンタが有する特別な処理を実行させるためのコマンドを出力し、プリンタを制御する構成も知られている。
特開2008-15246号公報
 前述したように、プリンタに通常の印刷以外に実行させる処理として、テスト印刷やクリーニングといった特別な処理があり、プリンタの操作部やプリンタドライバからその特別な処理の実行を指示する技術が知られている。OS標準の汎用印刷プログラムを利用する環境であっても、アプリケーションプログラムからの印刷指示に基づく通常の印刷以外に、情報処理装置からその特別な処理の実行を指示できることが望まれるが、OS標準の汎用印刷プログラムにはそのような指示を受け付けるインタフェースが設けられていないことから、改善の余地がある。
 上述した課題の解決を目的としてなされたサポートプログラムは、情報処理装置のコンピュータによって実行可能であり、特定のプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、前記オペレーティングシステムは、選択されたプリンタに対応するプログラムの起動指示を受け付けることが可能であり、前記汎用印刷プログラムには、前記起動指示に応じて処理を要求するプログラムがプリンタに関連付けられており、前記コンピュータに、前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、前記汎用印刷プログラムから前記画像を示す画像データを取得し、前記画像データに基づいて印刷コマンドを前記特定のプリンタに送信するための処理を実行させ、さらに前記コンピュータに、前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、前記特定のプリンタが有する本体情報を取得する取得処理と、前記取得処理にて取得された前記本体情報に基づく処理を前記特定のプリンタに実行させる本体命令を、前記特定のプリンタに送信する送信処理と、を実行させる、ように構成されている。
 本明細書に開示されるサポートプログラムは、アプリケーションプログラムからの印刷指示とは別に、OSにて起動指示が受け付けられた際、特定のプリンタの本体情報を取得し、その本体情報に基づく処理の実行を指示する本体命令を特定のプリンタに送信する。従って、ユーザは、特定のプリンタにアプリケーションプログラムからの印刷指示に基づく通常の印刷以外の処理の実行を、起動指示の入力という操作に基づいて、特定のプリンタに指示できる。
 上記サポートプログラムが組み込まれた情報処理装置、サポートプログラムを格納するコンピュータにて読取可能な記憶媒体、及びサポートプログラムの機能を実現するための制御方法、サポートプログラムとプリンタとを含む印刷システムも、新規で有用である。
 本明細書に開示される技術によれば、OS標準の汎用印刷プログラムが組み込まれた情報処理装置において、プリンタに対して特別な処理の実行を簡単に指示できる技術が実現される。
PCの電気的構成の概略を示すブロック図である。 補助プログラムによる処理の手順の例を示すシーケンス図である。 デバイス管理指示を受け付ける画面の例を示す説明図である。 詳細管理画面の例を示す説明図である。 指示受付画面の例を示す説明図である。 補助プログラムによる処理の手順の例を示すシーケンス図である。 印刷の手順の例を示すシーケンス図である。
 以下、本形態の補助プログラムを利用するパーソナルコンピュータ(以下、「PC」とする)について、添付図面を参照しつつ詳細に説明する。本明細書は、PCにて実行される補助プログラムを開示する。
 本形態のPC1は、図1に示すように、CPU11と、メモリ12と、を含むコントローラ10を備えている。PC1は、情報処理装置の一例である。CPU11は、コンピュータの一例である。また、PC1は、ユーザインタフェース(以下、「ユーザIF」とする)13と、通信インタフェース(以下、「通信IF」とする)14と、を備え、これらがコントローラ10に電気的に接続されている。なお、図1中のコントローラ10は、PC1の制御に利用されるハードウェアやソフトウェアを纏めた総称であって、実際にPC1に存在する単一のハードウェアを表すとは限らない。
 CPU11は、メモリ12から読み出したプログラムに従って、また、ユーザの操作に基づいて、各種の処理を実行する。メモリ12には、各種のプログラムや各種のデータが記憶されている。メモリ12は、各種の処理が実行される際の作業領域としても利用される。CPU11が備えるバッファも、メモリの一例である。なお、メモリ12の一例は、PC1に内蔵されるROM、RAM、HDD等に限らず、CPU11が読み取り可能かつ書き込み可能なストレージ媒体、例えば、CD-ROM、DVD-ROM等の記録媒体であっても良い。
 ユーザIF13は、ユーザに情報を報知するための画面を表示するハードウェアと、ユーザによる操作を受け付けるハードウェアと、を含む。なお、ユーザIF13は、情報を表示可能なディスプレイと、入力受付機能を有するマウスやキーボード等と、の組であっても良いし、表示機能と入力受付機能とを備えるタッチパネルであっても良い。
 通信IF14は、プリンタ2等の外部装置と通信を行うためのハードウェアを含む。通信IF14の通信規格は、イーサネット(登録商標)、Wi-Fi(登録商標)、USBなどである。PC1は、通信IF14を介して、インターネットに接続可能であっても良い。また、PC1は、複数の通信規格に対応する複数の通信IF14を備えていてもよい。本形態のPC1は、通信IF14を介して、図1に示すように、プリンタ2に接続されている。プリンタ2は、少なくとも印刷機能と通信機能とを有する装置である。プリンタ2は、特定のプリンタの一例である。
 PC1のメモリ12には、図1に示すように、汎用印刷プログラム41を含むオペレーティングシステム(以下、「OS」とする)21と、補助プログラム42と、編集アプリ43等の各種のアプリケーションプログラム(以下、「アプリ」とする)と、が記憶されている。OS21は、例えば、Windows(登録商標)、macOS(登録商標)、Linux(登録商標)、iOS(登録商標)、Android(登録商標)である。補助プログラム42は、サポートプログラムの一例である。
 汎用印刷プログラム41は、OS21とともに提供されるOS標準のプログラムであり、プリンタ2等に印刷を実行させるための機能を有する。本形態の汎用印刷プログラム41は、印刷対象の画像データに基づいて、中間画像データを生成する機能を含むプログラムである。汎用印刷プログラム41は、各種のプリンタのベンダによって提供される複数種類のモデルのプリンタが共通に利用できる機能をサポートしている。汎用印刷プログラム41は、各種のプリンタに固有のプリンタドライバとは異なり、各種のプリンタが固有に備える機能の全てに対応するものではなく、サポートする機能は汎用的なものに限られる。
 補助プログラム42は、対象のハードウェアの制御をサポートするプログラムまたはプログラム群である。本形態の補助プログラム42は、PC1に接続されているプリンタ2のモデルに対応するものであり、例えば、汎用印刷プログラム41を使用してプリンタ2に印刷を実行させる指示を受け付けた場合に、汎用印刷プログラム41から起動される。補助プログラム42は、例えば、印刷サポートアプリ(略称、PSA)、またはハードウェアサポートアプリ(略称、HSA)と呼ばれるものである。
 なお、補助プログラム42は、それぞれが実行命令を受け付ける複数のプログラムの組み合わせであっても良いし、1つのプログラムであって命令に応じてそれぞれ異なる処理を実行できるプログラムであっても良い。また、補助プログラムは、プリンタのベンダによってプリンタのタイプごとに用意されるプログラムであっても良い。例えば、インクジェットプリンタ用の補助プログラムやレーザプリンタ用の補助プログラムが、それぞれ用意されても良い。プリンタのタイプごとに限らず、プリンタのモデルごとやプリンタのモデルのシリーズごとに用意される補助プログラムが有っても良い。
 PC1のOS21は、例えば、新たなプリンタがPC1に接続された場合、接続されたプリンタのタイプやモデルに応じて、適切な補助プログラムをサーバ等からダウンロードしてPC1に組み込むことができる。OS21は、組み込んだ補助プログラムの識別情報を新たに接続されたプリンタのプリンタ情報と対応付けてメモリ12に記憶し、プリンタごとにプリンタキューを生成する。
 編集アプリ43は、例えば、画像データや文書データの作成や編集を行うためのアプリである。編集アプリ43は、例えば、マイクロソフト(登録商標)製のワード(登録商標)やパワーポイント(登録商標)などであっても良いし、プリンタ2のベンダから提供されるアプリであっても良い。編集アプリ43は、ユーザIF13を介して、例えば、プリンタ2に印刷を実行させる印刷実行指示を受け付け可能である。
 次に、本形態のOS21と補助プログラム42とによる処理の手順について、図2のシーケンス図を参照して説明する。この手順は、PC1にプリンタ2が接続され、プリンタ2に対応する補助プログラム42がメモリ12に記憶されている状態で実行される。
 なお、本形態における各処理ステップは、基本的に、補助プログラム42などのプログラムに記述された命令に従ったCPU11の処理を示す。CPU11による処理は、OS21のAPIを用いたハードウェア制御も含む。本明細書では、OS21の詳細な記載を省略して各プログラムの動作を説明する。また、「取得」は要求を必須とはしない概念で用いる。
 OS21は、ユーザによる各部の設定指示を受け付け可能であり、設定指示を受け付ける画面にて、PC1に接続されている各種のデバイスについての情報の表示指示や設定の変更指示を含むデバイス管理指示を受け付け可能である。OS21は、例えば、設定指示とデバイス管理指示とを受け付けた場合(A01)、例えば、図3に示すように、さらにデバイスの選択を受け付け可能となる。OS21は、例えば、「デバイス」ボタン511への操作を受け付けたことで表示されるデバイス設定画面51(図3(A))にて、「プリンタとスキャナ」ボタン512への操作を受け付けた場合、例えば、図3(B)に示すような、デバイス管理画面52を表示する(A02)。
 デバイス管理画面52は、PC1に接続されているデバイスであって、プリンタやスキャナ等の画像処理を実行可能な各種のデバイスの、リストを含む画面である。ユーザは、デバイス管理画面52に表示されているリストから、管理対象のデバイスを選択できる(A03)。例えば、デバイス管理画面52にてプリンタ2を指定するボタン521への操作を受け付けた場合、OS21は、例えば、図4に示すように、詳細管理画面53を表示する(A04)。
 詳細管理画面53には、「プリンタキューを開く」ボタン531、「アプリ起動」ボタン532、「テストページの印刷」ボタン533等が表示される。「プリンタキューを開く」ボタン531は、選択されているプリンタに対応するプリンタキューの状態を確認する指示を受け付けるボタンである。「アプリ起動」ボタン532は、選択されているプリンタに対応するプログラムの起動指示を受け付けるボタンである。「テストページの印刷」ボタン533は、OS21によるテスト画像を選択されているプリンタに送信する指示を受け付けるボタンである。詳細管理画面53にて、OS21は、ボタン531、532、533等へのユーザによる操作を受け付け可能である。
 プリンタ2が選択されて表示された詳細管理画面53にて、「アプリ起動」ボタン532への操作によるプログラムの起動指示を受け付けた場合(A11)、OS21は、選択されているプリンタであるプリンタ2の情報と、そのプリンタに対応するプログラムを起動する指示とを、汎用印刷プログラム41に渡す。汎用印刷プログラム41は、OS21からこの指示を受け付けた場合、プリンタ2のプリンタ情報に対応付けられているプログラムを起動するようになっている。本形態では、プリンタ2のプリンタ情報に対応付けて補助プログラム42の識別情報が記憶されていることから、汎用印刷プログラム41は、補助プログラム42を起動する(A12)。
 補助プログラム42は、ユーザの起動指示に応じて汎用印刷プログラム41から起動された場合、OS21を介してプリンタ2の本体情報を取得する。補助プログラム42は、まず、プリンタ2の接続情報をOS21に要求し(A21)、OS21から接続情報を取得する(A22)。接続情報は、例えば、IPアドレスである。
 補助プログラム42は、A22にて取得した接続情報を用いてプリンタ2に本体情報を要求し(A23)、プリンタ2から本体情報を取得する(A24)。本体情報は、プリンタ2が有する能力を示す情報である能力情報を含み、プリンタ2の本体の状況を示す情報をさらに含んでも良い。A24は、取得処理の一例である。
 能力情報は、例えば、プリンタ2にて実行可能な機能を示す情報や印刷設定として設定可能なパラメータの情報、である。プリンタ2の本体の状況を示す情報は、例えば、ステータス情報、消耗品の残量情報、装着されているオプショントレイ等の付属品を示す情報、トレイごとに設定されている用紙サイズや用紙タイプの情報、使用言語等の本体の設定やネットワーク設定の情報、ファームウェアのバージョン情報、印刷の履歴情報、待機中の印刷ジョブ数、を含んでも良い。
 なお、本形態のプリンタ2は、操作パネルを備えている。プリンタ2の操作パネルは、情報を表示するディスプレイ201(図1参照)と、ユーザの入力操作を受け付ける操作ボタンと、を含む。操作パネルはディスプレイ201の機能を有するタッチパネルを含んでいても良い。プリンタ2は、プリンタ2に関する情報をディスプレイ201に表示可能であり、また、操作パネルへの入力操作による各種の指示を受け付け可能である。
 プリンタ2は、プリンタ2に設定されている設定値の一部について、操作パネルを介しての変更指示を受け付け可能である。プリンタ2は、例えば、トレイごとの用紙サイズや用紙タイプの変更の指示、ネットワーク設定の変更の指示、を操作パネルを介して受け付けた場合、選択可能な設定値をディスプレイ201に表示してユーザの選択を受け付ける。一方、プリンタ2の設定値には、操作パネルへの表示や操作パネルを介しての変更を受け付けないものもある。プリンタ2は、例えば、プリンタ2へのアクセス制限の情報、印刷履歴の情報、をディスプレイ201に表示しないように構成されていても良い。
 プリンタ2は、A23の要求に応じて、ディスプレイ201に表示される情報も表示されない情報も補助プログラム42に渡す。つまり、補助プログラム42は、A24にて、本体情報として、プリンタ2の操作パネルを介して受け付けた各種の設定等のディスプレイ201に表示される情報と、外部装置からの指示によって受け付けた各種の設定等のディスプレイ201に表示されない情報と、のいずれも取得できる。ディスプレイ201に表示される情報は、第1本体情報の一例であり、ディスプレイ201に表示されない情報は、第2本体情報の一例である。
 また、プリンタ2は、受け付けた印刷ジョブに基づいて画像処理を行って,画像処理後のデータに基づいて印刷する機能、例えば、Nin1等の集約印刷、ウォータマーク等の合成印刷、着色剤を節約する節約印刷、を行う機能を有していても良い。プリンタ2にて実行可能な画像処理の機能を有している場合、プリンタ2は、その機能の情報を本体情報として補助プログラム42に渡しても良い。
 補助プログラム42は、例えば、MIB(Management Information Baseの略)を使って、プリンタ2から直接、情報を取得することで、OS21に理解されない情報をも取得できる。補助プログラム42は、プリンタ2から取得した情報を一旦、メモリ12に記憶する(A25)。
 なお、補助プログラム42は、A21に代えて、プリンタ2の本体情報を要求する取得要求をOS21に出力しても良い。その場合、OS21は、例えば、IPP(internet printing protocolの略)に応じた通信によってプリンタ2から情報を取得し、取得した情報を補助プログラム42に渡す。補助プログラム42は、OS21への情報の取得要求と、直接通信による本体情報の取得と、の両方を行っても良い。
 補助プログラム42は、A24にて取得した本体情報に基づいて、命令リストを作成する(A31)。命令リストは、PC1からコマンドを送信することでプリンタ2に実行させることが可能な処理のリストである。補助プログラム42は、プリンタ2の本体情報に基づいて、命令リストに含ませる命令を決定する。具体的には、補助プログラム42は、プリンタ2の能力情報に基づいて、プリンタ2にて実行可能な命令のみを命令リストに含ませ、実行不可能な命令を含ませない。
 補助プログラム42は、例えば、プリンタ2がカラー印刷を実行可能なプリンタであれば、色ずれ調整用の画像を印刷させるテスト印刷命令を含む命令リストを作成し、プリンタ2がカラー印刷を実行不可能なプリンタであれば、色ずれ調整用の画像を印刷させるテスト印刷命令を含まない命令リストを作成する。また、補助プログラム42は、例えば、プリンタ2がインクジェットプリンタであれば、ノズルチェックパターンの印刷命令を含む命令リストを作成し、プリンタ2がレーザプリンタであれば、ノズルチェックパターンの印刷命令を含まない命令リストを作成する。
 また、補助プログラム42は、例えば、プリンタ2がふちなし印刷を実行可能なプリンタであれば、ふちなし調整パターンの印刷命令を含む命令リストを作成し、プリンタ2が罫線印刷を実行可能なプリンタであれば、罫線調整パターンの印刷命令を含む命令リストを作成する。また、補助プログラム42は、例えば、プリンタ2が赤色の色味の選択を受け付ける機能を有していれば、赤色系のカラーパッチのカタログを印刷する印刷命令を含む命令リストを作成する。
 プリンタ2で実行できない処理についての本体命令の送信は無駄である。本形態の補助プログラム42は、プリンタ2にて実行可能な処理を特定して、プリンタ2にて実行可能な処理のみを含む命令リストを作成するので、その無駄を回避できる。なお、補助プログラム42は、プリンタ2のモデル情報に基づいて、命令リストに含ませる命令を決定しても良い。
 さらに、補助プログラム42は、作成した命令リストに基づいて、例えば、図5に示すような、指示受付画面54をユーザIF13に表示する(A32)。A32は、表示処理の一例である。指示受付画面54は、A24にて取得した本体情報の一部を含む、プリンタ2に関する情報を表示する画面であり、さらに、A31にて作成した命令リストに含まれる命令の出力指示を受け付けるボタンを含む。
 具体的には、指示受付画面54は、プリンタ2のディスプレイ201に表示される情報を含む第1表示領域541と、プリンタ2のディスプレイ201に表示されない情報を含む第2表示領域542と、命令リストに含まれる命令に対応する情報を含む第3表示領域543と、を含む。第1表示領域541には、例えば、プリンタ2の給紙トレイの設定状況や、推定インク残量が表示され、各給紙トレイの設定変更を受け付けるボタン61、62や設定印刷指示を受け付けるボタン63、が含まれる。第2表示領域542には、例えば、印刷履歴の一部が表示され、印刷履歴の印刷指示を受け付けるボタン64が含まれる。第3表示領域543には、命令リストに基づいて、例えば、各種のテスト印刷の実行指示を受け付けるボタン65、66、67が含まれる。
 なお、補助プログラム42は、第2表示領域542への情報の表示前に、ユーザ認証を要求しても良い。プリンタ2のディスプレイ201に表示されない情報は、秘匿性の高い情報である可能性がある。補助プログラム42は、例えば、A32では第1表示領域541と第3表示領域543とを表示し、ユーザによる第2表示領域542の表示要求に応じて、認証情報の入力を受け付ける画面を表示して認証情報の入力を受け付けても良い。そして、補助プログラム42は、受け付けた認証情報をプリンタ2に送信して、プリンタ2にユーザ認証を行わせ、プリンタ2の管理者であると判断された場合に情報を表示するとしても良い。
 指示受付画面54は、さらに、プリンタ2のステータス情報やネットワーク情報、ファームウェアのバージョン情報等の各種の本体情報の表示、詳細な情報の表示指示を受け付けるボタン、指示受付画面54の表示を終了する指示を受け付ける終了ボタン544、等を含んでも良い。
 本形態の補助プログラム42は、プリンタ2から取得した本体情報を含む指示受付画面54を表示するので、ユーザは、「アプリ起動」ボタン532(図4)への操作による起動指示のみで、プリンタ2の本体情報を閲覧できる。また、本形態の補助プログラム42は、プリンタ2のディスプレイ201に表示されない情報をも表示可能とするので、表示の利用価値が高い。また、補助プログラム42は、「アプリ起動」ボタン532(図4)への操作による起動指示に基づいて、プリンタ2に適合する命令の命令リストの情報を表示するので、ユーザは、プリンタ2に適切なテスト印刷の指示を行うことができる。
 そして、補助プログラム42は、表示中の指示受付画面54への操作を受け付け可能となる。つまり、ユーザは、指示受付画面54に表示されている各ボタンへの操作を行うことができる。指示受付画面54への操作を受け付けた場合の各プログラムの手順について、図6のシーケンス図を参照して説明する。
 補助プログラム42は、指示受付画面54中の各ボタンへのユーザの操作による指示入力を受け付けた場合(B01)、受け付けた指示の内容を判別する(B02)。B01は、出力指示受付処理の一例である。具体的には、補助プログラム42は、受け付けた指示が、ボタン61~62への操作によるトレイ設定の変更指示と、ボタン63への操作によるプリンタ2の設定情報の印刷指示と、ボタン64~67への操作による各種の情報のテスト印刷指示と、のいずれであるかを判断する。本形態の補助プログラム42は、ユーザによる指示を受け付けた場合に処理を行うので、必要のない処理の実行を回避できる。
 補助プログラム42は、例えば、第1表示領域541に含まれるボタン61へのユーザの操作によって、トレイ1の設定変更の指示を受け付けたと判断した場合(alt:[設定変更])、トレイ1に設定可能な設定値を選択肢として含む一覧をユーザIF13に表示して(B11)、ユーザの選択を受け付ける(B12)。ボタン61への操作による設定値の変更指示は、本体命令の出力指示の一例である。トレイの設定は、プリンタ2に設定されている設定値の一例であり、B12は、設定変更受付処理の一例である。
 補助プログラム42は、トレイ1の設定値を変更させる指示である変更コマンドと、ユーザの操作によって選択された新たな設定値の情報と、をプリンタ2に送信する(B13)。変更コマンドは、本体命令の一例であり、B13は、送信処理の一例である。プリンタ2は、受信した変更コマンドに基づいて、変更コマンドに関連付けられている新たな設定値を、トレイ1の設定値として設定する(B14)。
 本形態の補助プログラム42は、指示受付画面54にて、設定値を変更させる変更コマンドのプリンタ2への送信指示を受け付ける。これにより、ユーザは、「アプリ起動」ボタン532(図4)への操作による起動指示に基づいて、プリンタ2に設定値を変更させることができる。
 また、補助プログラム42は、例えば、第1表示領域541に含まれるボタン63へのユーザの操作によって、プリンタ2に設定されている設定値の情報の印刷指示を受け付けたと判断した場合(alt:[設定印刷])、設定値印刷コマンドをプリンタ2に送信する(B21)。ボタン63への操作による設定値の印刷指示は、本体命令の出力指示の一例である。設定値印刷コマンドは、本体命令の一例であり、B21は、送信処理の一例である。
 プリンタ2は、受信した設定値印刷コマンドに基づいて、プリンタ2の各種の設定値の情報を印刷する(B22)。プリンタ2は、プリンタ2があらかじめ備えているフォーマットで、あらかじめ決められた項目の設定値を印刷する。
 本形態の補助プログラム42は、指示受付画面54にて、設定値の情報を印刷させる設定値印刷コマンドのプリンタ2への送信指示を受け付ける。これにより、ユーザは、「アプリ起動」ボタン532(図4)への操作による起動指示に基づいて、プリンタ2に設定値の情報を印刷させることができる。
 また、補助プログラム42は、例えば、第2表示領域542に含まれるボタン64や第3表示領域543に含まれるボタン65~67へのユーザの操作によって、各種の情報の印刷指示を受け付けたと判断した場合(alt:[情報印刷])、印刷対象の情報が、補助プログラム42によって画像を決定する必要のある情報であるか否かを判断する。ボタン64~67への操作による情報の印刷指示は、本体命令の出力指示の一例である。
 情報の印刷指示には、テスト画像等のプリンタ2が備えている画像をそのまま印刷させる指示と、状況ごとに異なる情報やユーザによって選択された情報に基づく画像を印刷させる指示と、が有る。受け付けた印刷指示が、プリンタ2が備えている情報をそのまま印刷させる指示であれば、補助プログラム42は、印刷を指示するコマンドをプリンタ2に送信すればよい。一方、状況ごとに異なる情報やユーザによって選択された情報を印刷させる指示を受け付けた場合、補助プログラム42は、印刷対象の画像を決定する必要がある。
 補助プログラム42は、例えば、第3表示領域543に含まれるボタン65への操作によって、本体情報に基づく情報の印刷指示を受け付けた場合、印刷対象の画像を決定する必要があると判断し(alt:[画像要])、印刷対象の画像を決定する(B31)。この場合、補助プログラム42は、例えば、プリンタ2の本体情報から印刷対象の情報を抽出し、抽出した情報に基づいて、本体情報の少なくとも一部が書き込まれた画像を、印刷対象の画像として決定する。プリンタ2の本体情報の少なくとも一部が書き込まれた印刷対象の画像は、第1編集テスト画像の一例である。
 補助プログラム42は、印刷対象となる情報の選択を受け付けても良い。補助プログラム42は、例えば、ボタン65への操作を受け付けた場合、印刷対象として抽出可能な情報の項目一覧を表示し、ユーザの選択を受け付けても良い。このようにすれば、必要な情報のみを印刷させることができる。
 補助プログラム42は、例えば、第3表示領域543に含まれるボタン66への操作によって、補助プログラム42に設定されている情報の印刷指示を受け付けた場合にも、印刷対象の画像を決定する必要があると判断し(alt:[画像要])、印刷対象の画像を決定する(B31)。この場合、補助プログラム42は、例えば、補助プログラム42に設定されている情報を含む画像を生成して、印刷対象の画像として決定する。
 補助プログラム42に設定されている情報には、例えば、補助プログラム42のデフォルトの印刷設定、ユーザのプロファイル設定、ユーザ名、OS21の情報、が有る。補助プログラム42は、印刷対象となる情報の選択を受け付けて、印刷対象の画像を生成しても良い。補助プログラム42に関する情報が書き込まれた印刷対象の画像は、第2編集テスト画像の一例である。
 さらに、補助プログラム42は、テスト印刷コマンドとB31にて決定した画像を示す画像データとをプリンタ2に送信する(B32)。テスト印刷コマンドは、本体命令の一例であり、B32は、送信処理の一例である。プリンタ2は、受信したテスト印刷コマンドに基づいて、受信した画像データの画像を含むテスト画像を印刷するテスト印刷を実行する(B33)。
 補助プログラム42が、プリンタ2の本体情報の少なくとも一部を書き込んだテスト画像を生成してプリンタ2に送信すれば、ユーザは、印刷された印刷物を見ることで、その印刷画像に書き込まれた本体情報を知ることができる。また、補助プログラム42が、補助プログラム42に関する情報を書き込んだテスト画像を生成してプリンタ2に送信すれば、ユーザは、印刷された印刷物を見ることで、補助プログラム42に関する情報を知ることができる。
 一方、B01にて受け付けた指示が、テスト画像等のプリンタ2が備えている画像の印刷指示であると判断した場合(alt:[画像不要])、補助プログラム42は、印刷対象のテスト画像を決定し、決定したテスト画像を指定したテスト印刷コマンドをプリンタ2に送信する(B35)。補助プログラム42は、複数のテスト画像から印刷対象の画像を決定しても良い。テスト印刷コマンドは、本体命令の一例であり、B35は、送信処理の一例である。プリンタ2は、受信したテスト印刷コマンドに基づいて、指定されているテスト画像を印刷するテスト印刷を実行する(B36)。
 補助プログラム42は、例えば、第3表示領域543に含まれるボタン67への操作によって、ノズルチェックパターンの印刷指示を受け付けた場合、プリンタ2が備えるノズルチェックパターンを指定するテスト印刷コマンドをプリンタ2に送信する。プリンタ2が備えている画像の印刷指示であれば、補助プログラム42は、印刷対象の画像を指定するのみで良く、画像データを送信する必要はない。
 本形態の補助プログラム42は、指示受付画面54にて、テスト印刷の対象となる画像の指定を含む印刷指示を受け付けるので、ユーザは、「アプリ起動」ボタン532(図4)への操作による起動指示に基づいて、希望の情報を含む画像を印刷させることができる。そして、補助プログラム42が印刷対象のテスト画像を決定してその画像の画像データを含むテスト印刷コマンドを送信すれば、プリンタ2は印刷対象のテスト画像を用意する必要が無く、プリンタ2のメモリを節約できる。一方、プリンタ2が備える画像の印刷の指示であれば、補助プログラム42が印刷対象のテスト画像を決定する必要が無く、補助プログラム42の処理はシンプルになる。
 また、補助プログラム42は、印刷対象として指定された情報によって、コマンドの送信前にユーザ認証を要求しても良い。例えば、補助プログラム42は、各ユーザのアクセス制限の情報や認証情報等を印刷させる指示を受け付けた場合、認証情報の入力を受け付けて、プリンタ2にユーザ認証を行わせても良い。また、例えば、PC1にログインしているユーザ以外のユーザの情報の印刷指示を受け付けた場合、補助プログラム42は、認証情報の入力を要求し、プリンタ2の管理者であると判断された場合に限って、コマンドの送信を実行するとしても良い。
 また、補助プログラム42は、指示受付画面54にて、プリンタ2に組み込まれているファームウェアの更新指示を受け付け可能であっても良い。補助プログラム42は、例えば、プリンタ2を利用した印刷を実行する際に、プリンタメーカのサーバ等からファームウェアの最新バージョンに関する情報を取得して、メモリ12に記憶することができる。そして、A24にて取得した本体情報に基づいて、プリンタ2のファームウェアが最新のものではないと判断した場合、補助プログラム42は、指示受付画面54にファームウェアの更新指示を受け付けるボタンを表示させても良い。
 次に、本形態の補助プログラム42の動作を含む印刷の手順について、図7のシーケンス図を参照して説明する。補助プログラム42は、プリンタ2に印刷を行わせるユーザの指示が汎用印刷プログラム41に対してあった場合にも実行される。ユーザは、編集アプリ43等を利用して、印刷対象の画像の選択と、印刷を実行させるプリンタの指定と、印刷実行の指示と、を行うことができる。図7は、プリンタ2に印刷を行わせるユーザの指示を、編集アプリ43が受け付けた場合における、各プログラムによる動作について示している。なお、ユーザによる印刷実行の指示は、汎用印刷プログラム41に直接入力されても良い。
 編集アプリ43は、選択中の画像の印刷をプリンタ2に行わせる印刷実行の指示を、汎用印刷プログラム41に対して受け付けると(C01)、OS21を介して、印刷指示を汎用印刷プログラム41に渡す(C02)。汎用印刷プログラム41は、印刷指示にて、印刷対象の画像の画像データを示す情報と印刷設定を示す情報と、を取得する。
 汎用印刷プログラム41は、受け取った印刷指示に含まれる画像データの形式を中間画像データの形式に変換することで中間画像データを生成し(C03)、中間画像データを含む印刷ジョブを生成する。編集アプリ43から渡される画像データは種々のタイプのものであり、汎用印刷プログラム41は、受け取った画像データを、印刷データの生成に適した中間画像データに変換する。なお、印刷指示に含まれる画像データが印刷データの生成に適したデータであれば、中間画像データの生成を省略し、そのまま中間画像データとしても良い。中間画像データは、例えば、XPSデータである。
 汎用印刷プログラム41は、さらに、プリンタ2に対応するプログラムである補助プログラム42に実行指示を出力し(C04)、補助プログラム42に処理を要求する。実行指示では、C03にて生成された中間画像データと印刷設定を示す情報とが補助プログラム42に渡される。
 補助プログラム42は、受け取った中間画像データと印刷設定とに基づいてラスタライズを実行し、印刷データを生成する(C05)。C05にて生成される印刷データは、プリンタ2にて印刷に使用できる形式のデータであり、例えば、プリンタ2のモデルに専用のPDLデータである。なお、補助プログラム42は、A24にて取得した本体情報を利用して、C05を実行しても良い。また、補助プログラム42は、C05の前に再度、プリンタ2から本体情報等を取得しても良い。
 補助プログラム42は、生成した印刷データと印刷の実行を指示する印刷コマンドとを、プリンタ2に送信する(C06)。印刷データと印刷コマンドとを受信したプリンタ2は、受信した印刷コマンドに基づいて、印刷データの画像の印刷を実行する(C11)。これにより、印刷物が生成される。
 プリンタ2に対応する補助プログラム42にてラスタライズすることで、汎用印刷プログラム41にてラスタライズする場合に比較して自由度が大きく、プリンタ2での印刷に適した印刷データが生成される可能性が高い。なお、補助プログラム42によって生成される印刷データは、プリンタ2のモデル以外のプリンタでの印刷にも使用できる形式のデータであっても良い。
 また、補助プログラム42が印刷データを生成する代わりに、汎用印刷プログラム41が印刷データの生成を行っても良い。つまり、補助プログラム42は、中間画像データと、印刷設定の情報と、印刷実行の情報と、を汎用印刷プログラム41に渡しても良い。汎用印刷プログラム41は、補助プログラム42から受け取った中間画像データと印刷設定とに基づいて印刷データを生成し、生成した印刷データを補助プログラム42に渡しても良い。補助プログラム42は、汎用印刷プログラム41から印刷データを受け取った場合、汎用印刷プログラム41から受け取った印刷データを、印刷の実行を指示する印刷コマンドとともにプリンタ2に送信する。
 汎用印刷プログラム41によって生成される印刷データは、各種のプリンタにて印刷に使用できる形式の印刷データであり、例えば、PWGRasterデータ、または、PDFデータである。汎用印刷プログラム41によって印刷データを生成するとすれば、補助プログラム42の処理が少なく、処理時間増大の回避が見込まれ、また、補助プログラム42のプログラムサイズが抑えられる。
 また、プリンタ2への印刷データ等の送信は、汎用印刷プログラム41が行っても良い。つまり、補助プログラム42は、生成した印刷データ等を、プリンタ2を送信先としてPC1から送信されるように、汎用印刷プログラム41に渡しても良い。この場合、汎用印刷プログラム41は、補助プログラム42から受け取った印刷データ等を、OS21を介してプリンタ2に送信する。
 また、プリンタ2は、中間画像データをラスタライズする機能を有していても良い。プリンタ2がラスタライズの機能を有している場合には、補助プログラム42は、印刷対象の画像の印刷データを生成することなく、印刷対象の画像の中間画像データと印刷設定とを含む印刷コマンドをプリンタ2に送信しても良い。
 印刷データの送信が終了したら、補助プログラム42は、汎用印刷プログラム41にC04の指示に基づく処理の終了を通知する(C21)。これにより、汎用印刷プログラム41は、C02にて受け付けた印刷指示の処理を終する。汎用印刷プログラム41は、処理の終了を編集アプリ43に通知しても良い。
 以上、詳細に説明したように、本形態の補助プログラム42は、編集アプリ43等からの印刷指示とは別に、OS21にて起動指示が受け付けられた際、選択されているプリンタであるプリンタ2の本体情報を取得し、その本体情報に基づく処理の実行を指示する本体命令をプリンタ2に送信する。これにより、ユーザは、起動指示の入力という操作に基づいて、印刷指示に基づく通常の印刷以外の処理の実行をプリンタ2に指示できる。
 なお、本明細書に開示される実施の形態は単なる例示にすぎず、本発明を何ら限定するものではない。したがって本明細書に開示される技術は当然に、その要旨を逸脱しない範囲内で種々の改良、変形が可能である。例えば、PC1に接続される装置は、プリンタに限らず、複合機、複写機、FAX装置、等印刷機能を有する装置であればよい。また、PC1に接続されるプリンタの数は、図示の例に限らず、2台以上でも良い。
 また、例えば、図3~図5の画像の例は、いずれも一例であって、図示の例に限らない。また、通知画像中に表示される文言やオブジェクトの形状、配置、背景等は、どのようなものでも良い。また、表示される情報の種類は、図示の例に限らない。
 また、例えば、本形態の補助プログラム42は、プリンタ2に実行させる命令の選択指示を受け付けるとしたが、受け付けなくても良い。例えば、補助プログラム42は、「アプリ起動」ボタン532(図4)への操作による起動指示によって起動された場合には、あらかじめ決められた本体命令を自動的に送信するとしても良い。ただし、実行の必要が無い処理についての本体命令の送信は無駄である。本形態の補助プログラム42は、ユーザによる指示を受け付けた場合に処理を行うので、無駄な処理の実行を回避できる。
 また、例えば、補助プログラム42は、「アプリ起動」ボタン532(図4)への操作による起動指示によって起動された場合に、本体情報の取得と本体命令の送信との他に、別の処理を行ってもよい。補助プログラム42は、本体命令の出力指示が入力されなくても、別の処理を実行しても良い。
 また、本形態の補助プログラム42は、プリンタ2の本体情報や補助プログラム42の情報を含むテスト画像を生成して、プリンタ2に印刷させることができるとしたが、画像の生成は行わなくても良い。例えば、補助プログラム42は、テスト印刷コマンドを送信する際に画像データの送信は行わなくても良い。
 また、本形態の処理を実行するプログラムは、補助プログラム42に限らず、汎用印刷プログラム41を用いた印刷を行う際に、OS21または汎用印刷プログラム41から指示を受け付けるプログラムであればよい。例えば、マイクロソフト社が仕様公開した印刷ワークフローアプリ(Print workflow)でも良い。
 また、補助プログラム42の実行タイミングは、実施の形態の例に限らない。例えば、補助プログラム42は、OS21から直接実行指示されて実行されても良く、または、常駐されても良い。常駐される場合には、補助プログラム42は、実行命令を受けて前述した動作を行うとすれば良い。
 また、実施の形態に開示されている任意のフローチャートにおいて、任意の複数のステップにおける複数の処理は、処理内容に矛盾が生じない範囲で、任意に実行順序を変更できる、または並列に実行できる。
 また、実施の形態に開示されている処理は、単一のCPU、複数のCPU、ASICなどのハードウェア、またはそれらの組み合わせで実行されてもよい。また、実施の形態に開示されている処理は、その処理を実行するためのプログラムを記録した記録媒体、または方法等の種々の態様で実現することができる。
 1 PC
 2 プリンタ
 11 CPU

Claims (12)

  1.  情報処理装置のコンピュータによって実行可能であり、特定のプリンタに対応し、前記情報処理装置のオペレーティングシステムにあらかじめ組み込まれた汎用印刷プログラムをサポートするサポートプログラムであって、前記オペレーティングシステムは、選択されたプリンタに対応するプログラムの起動指示を受け付けることが可能であり、前記汎用印刷プログラムには、前記起動指示に応じて処理を要求するプログラムがプリンタに関連付けられており、
     前記コンピュータに、
      前記情報処理装置に組み込まれているアプリケーションプログラムから出力された印刷指示であって、前記汎用印刷プログラムに対して画像の印刷を前記特定のプリンタに行わせる前記印刷指示があったことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記汎用印刷プログラムから前記画像を示す画像データを取得し、前記画像データに基づいて印刷コマンドを前記特定のプリンタに送信するための処理を実行させ、
     さらに前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記特定のプリンタが有する本体情報を取得する取得処理と、
       前記取得処理にて取得された前記本体情報に基づく処理を前記特定のプリンタに実行させる本体命令を、前記特定のプリンタに送信する送信処理と、
      を実行させる、
     ように構成されるサポートプログラム。
  2. 請求項1に記載するサポートプログラムにおいて、
     前記取得処理にて取得される前記本体情報には、前記特定のプリンタの能力を示す能力情報が含まれており、
     前記送信処理では、
      前記取得処理にて取得された前記本体情報に含まれる前記能力情報に基づいて、前記特定のプリンタが実行可能な処理を特定し、特定された処理を前記特定のプリンタに実行させる前記本体命令を、前記特定のプリンタに送信する、
     ように構成されるサポートプログラム。
  3. 請求項1または請求項2に記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記取得処理を実行した後、前記本体命令の出力指示を受け付ける出力指示受付処理を実行させ、前記出力指示受付処理にて前記出力指示が受け付けられた場合に、前記送信処理を実行させる、
     ように構成されるサポートプログラム。
  4. 請求項1または請求項2に記載するサポートプログラムにおいて、
     前記送信処理では、
      前記取得処理にて取得された前記本体情報に基づいて前記特定のプリンタで実行可能な処理が複数あった場合に、前記特定のプリンタに実行させる処理の選択を受け付け、選択された処理を前記特定のプリンタに実行させる前記本体命令を、前記特定のプリンタに送信する、
     ように構成されるサポートプログラム。
  5. 請求項1から請求項4のいずれか1つに記載するサポートプログラムにおいて、
     前記コンピュータに、
      前記特定のプリンタが選択された状態で、前記起動指示を前記オペレーティングシステムが受け付けたことによって、前記汎用印刷プログラムから処理が要求された場合に、
       前記取得処理にて取得された前記本体情報の少なくとも一部を表示する表示処理を実行させる、
     ように構成されるサポートプログラム。
  6. 請求項5に記載するサポートプログラムにおいて、
     前記取得処理にて取得される前記本体情報には、第1本体情報と、第2本体情報と、が含まれており、前記第1本体情報は、前記特定のプリンタのディスプレイに表示される情報であり、前記第2本体情報は、前記特定のプリンタの前記ディスプレイに表示されない情報であり、
     前記表示処理では、前記取得処理にて取得された前記本体情報に含まれる情報のうち少なくとも前記第2本体情報を表示する、
     ように構成されるサポートプログラム。
  7. 請求項1から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記送信処理では、
      前記本体命令として、前記特定のプリンタに設定されている設定値の印刷を前記特定のプリンタに実行させる設定値印刷コマンドを、前記特定のプリンタに送信し、前記特定のプリンタは、前記設定値印刷コマンドを受信した場合、前記特定のプリンタに設定されている前記設定値を印刷する、
     ように構成されるサポートプログラム。
  8. 請求項1から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記取得処理にて取得される前記本体情報には、前記特定のプリンタに設定されている設定値の情報が含まれており、
     前記コンピュータに、
      前記取得処理を実行した後、前記取得処理にて取得された前記設定値の情報を表示し、前記設定値の変更指示と、新たな設定値と、を受け付ける設定変更受付処理を実行させ、前記設定変更受付処理にて前記変更指示が受け付けられた場合に、前記送信処理を実行させ、
     前記送信処理では、
      前記本体命令として、設定値を変更する処理を前記特定のプリンタに実行させる変更コマンドを、前記設定変更受付処理にて受け付けられた前記新たな設定値と関連付けて、前記特定のプリンタに送信し、前記特定のプリンタは、前記変更コマンドを受信した場合、受信した前記変更コマンドに関連付けられている前記新たな設定値を設定する、
     ように構成されるサポートプログラム。
  9. 請求項1から請求項6のいずれか1つに記載するサポートプログラムにおいて、
     前記送信処理では、
      前記本体命令として、前記取得処理にて取得された前記本体情報に基づくテスト印刷を前記特定のプリンタに実行させるテスト印刷コマンドを、前記特定のプリンタに送信し、前記特定のプリンタは、前記テスト印刷コマンドを受信した場合、前記テスト印刷に用いられる画像を含むテスト画像を印刷する、
     ように構成されるサポートプログラム。
  10. 請求項9に記載するサポートプログラムにおいて、
     前記送信処理では、
      前記取得処理にて取得された前記本体情報に基づいて前記テスト印刷に用いる前記テスト画像を決定し、決定された前記テスト画像を含む前記テスト印刷コマンドを、前記本体命令として前記特定のプリンタに送信し、前記特定のプリンタは、前記テスト印刷コマンドを受信した場合、受信した前記テスト印刷コマンドに含まれる前記テスト画像を印刷する、
     ように構成されるサポートプログラム。
  11. 請求項10に記載するサポートプログラムにおいて、
     前記送信処理では、
      前記取得処理にて取得された前記本体情報に基づいて前記テスト印刷に用いる前記テスト画像を決定し、決定された前記テスト画像に前記取得処理にて取得された前記本体情報の少なくとも一部が書き込まれた第1編集テスト画像を含む前記テスト印刷コマンドを、前記本体命令として前記特定のプリンタに送信し、前記特定のプリンタは、前記テスト印刷コマンドを受信した場合、受信した前記テスト印刷コマンドに含まれる前記第1編集テスト画像を印刷する、
     ように構成されるサポートプログラム。
  12. 請求項10に記載するサポートプログラムにおいて、
     前記送信処理では、
      前記取得処理にて取得された前記本体情報に基づいて前記テスト印刷に用いる前記テスト画像を決定し、決定された前記テスト画像に前記サポートプログラムに関する情報が書き込まれた第2編集テスト画像を含む前記テスト印刷コマンドを、前記本体命令として前記特定のプリンタに送信し、前記特定のプリンタは、前記テスト印刷コマンドを受信した場合、受信した前記テスト印刷コマンドに含まれる前記第2編集テスト画像を印刷する、
     ように構成されるサポートプログラム。
PCT/JP2023/011792 2022-03-30 2023-03-24 サポートプログラム WO2023190148A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022055381A JP2023147710A (ja) 2022-03-30 2022-03-30 サポートプログラム
JP2022-055381 2022-03-30

Publications (1)

Publication Number Publication Date
WO2023190148A1 true WO2023190148A1 (ja) 2023-10-05

Family

ID=88202215

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/011792 WO2023190148A1 (ja) 2022-03-30 2023-03-24 サポートプログラム

Country Status (2)

Country Link
JP (1) JP2023147710A (ja)
WO (1) WO2023190148A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019016333A (ja) * 2017-07-06 2019-01-31 株式会社リコー 情報処理装置、情報処理方法、プログラム、及び画像処理システム
JP2019175330A (ja) * 2018-03-29 2019-10-10 キヤノン株式会社 印刷処理システム、および制御方法
JP2020004254A (ja) * 2018-06-29 2020-01-09 キヤノン株式会社 情報処理装置、制御方法及びプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019016333A (ja) * 2017-07-06 2019-01-31 株式会社リコー 情報処理装置、情報処理方法、プログラム、及び画像処理システム
JP2019175330A (ja) * 2018-03-29 2019-10-10 キヤノン株式会社 印刷処理システム、および制御方法
JP2020004254A (ja) * 2018-06-29 2020-01-09 キヤノン株式会社 情報処理装置、制御方法及びプログラム

Also Published As

Publication number Publication date
JP2023147710A (ja) 2023-10-13

Similar Documents

Publication Publication Date Title
JP7540148B2 (ja) サポートプログラム、情報処理装置、および印刷方法
WO2023145532A1 (ja) サポートプログラム
WO2022163428A1 (ja) サポートプログラム
US20230102837A1 (en) Non-transitory computer-readable medium storing support program
WO2023190148A1 (ja) サポートプログラム
WO2022163427A1 (ja) サポートプログラム
WO2022163429A1 (ja) サポートプログラム
JP2022109424A (ja) サポートプログラム
WO2022163430A1 (ja) サポートプログラム
WO2023190147A1 (ja) サポートプログラム
WO2023181988A1 (ja) サポートプログラム
WO2023190149A1 (ja) サポートプログラムおよび印刷システム
WO2024185577A1 (ja) サポートプログラム
WO2024154657A1 (ja) サポートプログラム
WO2023181987A1 (ja) サポートプログラムおよび印刷システム
JP2020016951A (ja) 情報処理装置、制御方法、およびプログラム
WO2023176579A1 (ja) サポートプログラム
WO2023140240A1 (ja) サポートプログラム
WO2024166810A1 (ja) サポートプログラム
WO2024166809A1 (ja) サポートプログラム
JP2022144357A (ja) サポートプログラムおよび印刷システム
WO2024185576A1 (ja) サポートプログラム
JP2022144355A (ja) サポートプログラムおよび印刷システム
JP2024129683A (ja) サポートプログラム
JP2023143184A (ja) サポートプログラムおよび印刷システム

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

Country of ref document: EP

Kind code of ref document: A1