JP7435116B2 - Image forming device and image forming device control program - Google Patents

Image forming device and image forming device control program Download PDF

Info

Publication number
JP7435116B2
JP7435116B2 JP2020051058A JP2020051058A JP7435116B2 JP 7435116 B2 JP7435116 B2 JP 7435116B2 JP 2020051058 A JP2020051058 A JP 2020051058A JP 2020051058 A JP2020051058 A JP 2020051058A JP 7435116 B2 JP7435116 B2 JP 7435116B2
Authority
JP
Japan
Prior art keywords
image forming
area
image
unit
recording medium
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2020051058A
Other languages
Japanese (ja)
Other versions
JP2021146686A (en
Inventor
慎也 宮澤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2020051058A priority Critical patent/JP7435116B2/en
Publication of JP2021146686A publication Critical patent/JP2021146686A/en
Application granted granted Critical
Publication of JP7435116B2 publication Critical patent/JP7435116B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Record Information Processing For Printing (AREA)
  • Editing Of Facsimile Originals (AREA)

Description

本発明は、画像形成装置および画像形成装置の制御プログラムに関する。 The present invention relates to an image forming apparatus and a control program for the image forming apparatus.

画像形成装置は、画像やテキストなどを形成する本文領域とは別の領域に、ページ番号やタイトルを追加で形成する機能を有するものがある。このような画像形成装置に関する技術に関し、下記特許文献1には次のような記載がある。すなわち「中央処理装置201のCPUは、ステップS704で判定したヘッダーフッターの有無の情報と、ステップS705で算出したヘッダーやフッターの領域の情報(具体的にはサイズ情報)とをプリンタドライバ305に送り設定を行う。…中央処理装置201のCPUは、プリンタドライバ305に設定された情報を参照することで、ドキュメントに対してヘッダーが設定されているかどうかの判定を行う。…ヘッダーが設定されていると判断した場合は、中央処理装置201のCPUはプリンタドライバ305により、ドキュメントのヘッダー部を印刷して出力するようプリンタ302に指示する。」と記載されている。 Some image forming apparatuses have a function of additionally forming a page number or title in an area different from a body area in which images, text, etc. are formed. Regarding the technology related to such an image forming apparatus, Patent Document 1 listed below has the following description. In other words, "The CPU of the central processing unit 201 sends to the printer driver 305 information on the presence or absence of a header footer determined in step S704 and information on the header and footer area (specifically, size information) calculated in step S705. Perform settings. ...The CPU of the central processing unit 201 determines whether a header is set for the document by referring to information set in the printer driver 305. ...A header is set. If it is determined that this is the case, the CPU of the central processing unit 201 instructs the printer driver 305 to instruct the printer 302 to print and output the header section of the document.''

特開2015-121942号公報Japanese Patent Application Publication No. 2015-121942

しかしながら、このような画像形成装置では、ヘッダーやフッターの領域の情報がプリンタードライバーに設定された後では、ヘッダーやフッターの印刷の設定を変更することができなかった。このため、ジョブの実行中にヘッダーやフッターの印刷の設定を訂正または変更したい場合には、ジョブを停止して印刷条件を再設定する必要があった。 However, in such image forming apparatuses, after the header and footer area information is set in the printer driver, the header and footer printing settings cannot be changed. Therefore, if you want to correct or change the print settings for a header or footer while a job is being executed, it is necessary to stop the job and reset the print conditions.

そこで本発明は、ジョブの実行中であってもジョブを停止させることなく、記録媒体の各画像形成領域に対する画像の形成条件を変更することが可能な画像形成装置および画像形成装置の制御プログラムを提供することを目的とする。 Therefore, the present invention provides an image forming apparatus and a control program for the image forming apparatus that can change the image forming conditions for each image forming area of a recording medium without stopping the job even while the job is being executed. The purpose is to provide.

このような目的を達成するための本発明は、記録媒体に画像を形成する画像形成部と、前記記録媒体の各ページに設定された複数の画像形成領域に対する画像の形成条件を設定するための操作部と、前記操作部で設定した前記画像の形成条件を保持する設定保持部と、前記設定保持部から取得した前記画像の形成条件に基づいて前記画像形成部の駆動を制御する駆動制御部とを備え、前記駆動制御部は、前記記録媒体の各画像形成領域に対して画像の形成を実施する毎に、前記操作部で設定された前記画像の形成条件を再取得し、前記再取得した画像の形成条件に基づいて前記各画像形成領域に対する画像の形成を実施する画像形成装置である。 To achieve such an object, the present invention includes an image forming section that forms an image on a recording medium, and a system for setting image forming conditions for a plurality of image forming areas set on each page of the recording medium. an operating section, a setting holding section that holds the image forming conditions set by the operating section, and a drive control section that controls driving of the image forming section based on the image forming conditions acquired from the setting holding section. The drive control section reacquires the image forming conditions set on the operation section each time an image is formed on each image forming area of the recording medium, and the drive control section reacquires the image forming conditions set on the operation section. The image forming apparatus forms an image in each of the image forming areas based on image forming conditions.

本発明によれば、ジョブの実行中であってもジョブを停止させることなく、記録媒体の各画像形成領域に対する画像の形成条件を変更することが可能な画像形成装置および画像形成装置の制御プログラムを提供することができる。 According to the present invention, an image forming apparatus and a control program for the image forming apparatus are capable of changing image forming conditions for each image forming area of a recording medium without stopping the job even while the job is being executed. can be provided.

実施形態に係る画像形成装置の構成を示す図である。1 is a diagram showing the configuration of an image forming apparatus according to an embodiment. 画像形成装置においての記録媒体に対する画像形成領域の配置方向を説明する図(その1)である。FIG. 2 is a diagram (part 1) illustrating the arrangement direction of an image forming area with respect to a recording medium in an image forming apparatus. 画像形成装置においての記録媒体に対する画像形成領域の配置方向を説明する図(その2)である。FIG. 2 is a diagram (part 2) illustrating the arrangement direction of an image forming area with respect to a recording medium in an image forming apparatus. 実施形態に係る画像形成装置における画像の形成条件の設定の手順を示すフローチャートである。7 is a flowchart illustrating a procedure for setting image forming conditions in the image forming apparatus according to the embodiment. 実施形態に係る画像の形成条件の設定画面の一例を示す図である。FIG. 3 is a diagram illustrating an example of a setting screen for image forming conditions according to the embodiment. 実施形態に係る画像の形成条件の変更画面を示す図である。FIG. 3 is a diagram illustrating a screen for changing image forming conditions according to the embodiment. 実施形態に係る画像形成装置の制御プログラムを説明するためのフローチャート(その1)である。1 is a flowchart (Part 1) for explaining a control program for an image forming apparatus according to an embodiment. 実施形態に係る画像形成装置の制御プログラムを説明するためのフローチャート(その2)である。3 is a flowchart (part 2) for explaining a control program for the image forming apparatus according to the embodiment. 実施形態に係る画像形成装置による記録媒体への画像形成の一例を示す図である。FIG. 2 is a diagram illustrating an example of image formation on a recording medium by the image forming apparatus according to the embodiment. 実施形態に係る画像形成装置による記録媒体への画像形成の他の一例を示す図である。FIG. 7 is a diagram showing another example of image formation on a recording medium by the image forming apparatus according to the embodiment.

以下、本発明を適用した画像形成装置、および画像形成装置の制御プログラムの実施の形成を説明する。なお、以降に説明する実施の形態においては、画像形成装置としてインクジェット方式の画像形成装置を例示して説明を行うが、本発明はこれに限定されることなく電子写真方式の画像形成装置に対しても適用可能である。 An image forming apparatus to which the present invention is applied and the implementation of a control program for the image forming apparatus will be described below. In the embodiments described below, an inkjet image forming apparatus will be exemplified as an image forming apparatus, but the present invention is not limited to this and may be applied to an electrophotographic image forming apparatus. It is also applicable.

≪画像形成装置≫
図1は、実施形態に係る画像形成装置1の構成を示す図である。この図に示す画像形成装置1は、インクジェット方式のものであって、媒体搬送部10、画像形成部20、駆動制御部30、および制御装置40を備え、記録媒体Pへの画像の形成を実行する。このうち、媒体搬送部10、画像形成部20、および駆動制御部30は、画像形成装置本体を構成する。以下、このような画像形成装置1の各部の構成を説明する。
≪Image forming device≫
FIG. 1 is a diagram showing the configuration of an image forming apparatus 1 according to an embodiment. The image forming apparatus 1 shown in this figure is of an inkjet type, and includes a medium transport section 10, an image forming section 20, a drive control section 30, and a control device 40, and executes image formation on a recording medium P. do. Of these, the medium transport section 10, the image forming section 20, and the drive control section 30 constitute the main body of the image forming apparatus. The configuration of each part of such an image forming apparatus 1 will be explained below.

<媒体搬送部10>
媒体搬送部10は、記録媒体Pを所定方向に搬送するためのものである。この媒体搬送部10は、例えばベルト搬送装置であって、駆動ローラー11、従動ローラー12、およびこれらに張架された無端ベルト13を備え、駆動ローラー11の回転によって無端ベルト13を周回動作させる。無端ベルト13は、駆動ローラー11と従動ローラー12との間の外周面部分のうち、画像形成部20に向かう面を記録媒体Pの載置面13sとしている。このような無端ベルト13は、載置面13s上に供給された記録媒体Pを、載置面13sに対して吸着した状態で、無端ベルト13の周回方向に搬送する。なお、以下においては、無端ベルト13の載置面13sの移動方向を、記録媒体Pの搬送方向xとする。また載置面13sの面内において搬送方向xと垂直な方向を幅方向として説明を行う。
<Media transport unit 10>
The medium transport unit 10 is for transporting the recording medium P in a predetermined direction. The medium conveying unit 10 is, for example, a belt conveying device, and includes a driving roller 11, a driven roller 12, and an endless belt 13 stretched around these, and rotates the endless belt 13 by rotation of the driving roller 11. The endless belt 13 has a surface facing the image forming section 20 of the outer peripheral surface between the drive roller 11 and the driven roller 12 as a mounting surface 13s for the recording medium P. Such an endless belt 13 conveys the recording medium P supplied onto the mounting surface 13s in the circumferential direction of the endless belt 13 while being attracted to the mounting surface 13s. Note that in the following, the moving direction of the mounting surface 13s of the endless belt 13 is assumed to be the transport direction x of the recording medium P. Further, the explanation will be made assuming that the direction perpendicular to the transport direction x within the plane of the mounting surface 13s is the width direction.

このような媒体搬送部10によって搬送される記録媒体Pは、一例としてロールから巻き出されてロールに巻き取られる長尺のシート状のものであってもよいが、搬送方向xの長さが一定のものであってもよい。このような記録媒体Pは、普通紙や塗工紙といった紙のほか、布帛またはシート状の樹脂等、シート状の主面に着弾したインクを定着させることが可能な種々の材質のものであってよい。なお、媒体搬送部10は、ベルト搬送装置であることに限定されずドラム形状のものであってもよい。 The recording medium P conveyed by such a medium conveyance unit 10 may be, for example, a long sheet-like one that is unwound from a roll and wound up on the roll, but the length of the recording medium P in the conveyance direction x is It may be a fixed value. In addition to paper such as plain paper or coated paper, the recording medium P may be made of various materials capable of fixing ink that has landed on the main surface of the sheet, such as cloth or resin sheet. It's fine. Note that the medium conveyance unit 10 is not limited to a belt conveyance device, but may be in the shape of a drum.

<画像形成部20>
画像形成部20は、本実施形態においては媒体搬送部10によって搬送される記録媒体Pに対してインクを供給するためのものである。この画像形成部20は、記録媒体Pの搬送方向xに沿って配置された複数のヘッドユニット21を備えている。本実施の形態における画像形成装置1では、一例としてイエロー(Y)、マゼンタ(M)、シアン(C)、ブラック(K)の4色のインクにそれぞれ対応する4つのヘッドユニット21が、記録媒体Pの搬送方向xの上流側から順に、所定の間隔で並ぶように配列されている。
<Image forming section 20>
In this embodiment, the image forming section 20 is for supplying ink to the recording medium P conveyed by the medium conveyance section 10. The image forming section 20 includes a plurality of head units 21 arranged along the conveyance direction x of the recording medium P. In the image forming apparatus 1 according to the present embodiment, four head units 21 respectively corresponding to four colors of ink, for example, yellow (Y), magenta (M), cyan (C), and black (K), are connected to a recording medium. They are arranged in order from the upstream side in the conveyance direction x of P at predetermined intervals.

各ヘッドユニット21は、複数のインクヘッドのノズル開口が配列されたインク吐出面を有し、このインク吐出面が媒体搬送部10における無端ベルト13の載置面13sに対向するように配置されている。このような各ヘッドユニット21は、媒体搬送部10において搬送される記録媒体Pの幅方向にわたってインク吐出面が配置されたシングルパス方式のものであってもよい。また、各ヘッドユニット21は、幅方向にわたってインク吐出面を自在に移動させるスキャン方式ものであってもよい。 Each head unit 21 has an ink ejection surface on which nozzle openings of a plurality of ink heads are arranged, and is arranged so that this ink ejection surface faces the mounting surface 13s of the endless belt 13 in the medium conveying section 10. There is. Each such head unit 21 may be of a single-pass type in which the ink ejection surface is arranged across the width direction of the recording medium P conveyed in the medium conveyance section 10. Further, each head unit 21 may be of a scanning type in which the ink ejection surface is freely moved across the width direction.

このような画像形成部20は、媒体搬送部10によって一つの搬送方向xに搬送される記録媒体Pの一主面に対してインクを供給することにより、記録媒体Pの一主面に画像を形成する。このような画像形成部20による画像の形成は、以降に説明する制御装置40において設定された各画像形成領域に対し、それぞれの画像形成領域に設定された画像の形成条件に基づいて実施される。 Such an image forming section 20 forms an image on one main surface of the recording medium P by supplying ink to one main surface of the recording medium P transported in one transport direction x by the medium transport section 10. Form. Such image formation by the image forming unit 20 is performed for each image forming area set in the control device 40, which will be described below, based on image forming conditions set for each image forming area. .

<駆動制御部30>
駆動制御部30は、次に説明する制御装置40からの信号に基づいて、媒体搬送部10および画像形成部20の各駆動部分の駆動を制御するプリンタードライバーである。このような駆動制御部30は、計算機によって構成されている。計算機は、いわゆるコンピュータとして用いられるハードウェアである。計算機は、CPU(Central Processing Unit:中央処理装置)、ROM(Read Only Memory)、RAM(Random Access Memory)などのメモリを備える。さらに、計算機は、必要に応じて不揮発性の記憶部およびネットワークインタフェースを備える。
<Drive control section 30>
The drive control unit 30 is a printer driver that controls the drive of each driving part of the medium transport unit 10 and the image forming unit 20 based on signals from a control device 40, which will be described next. The drive control section 30 is configured by a computer. A computer is hardware used as a so-called computer. A computer includes a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and other memories. Furthermore, the computer is equipped with a non-volatile storage unit and a network interface as required.

この駆動制御部30において実施する制御のうちの一つは、記録媒体Pの各画像形成領域に対して画像の形成を実施する毎に、制御装置40から各画像形成領域に対する画像の形成条件を再取得する制御である。また、再取得した画像の形成条件に基づいて各画像形成領域に画像を形成するための制御である。このような特徴的な制御の手順は、画像形成装置1の制御プログラムとして、予めROMに保存されたプログラムであるか、または外部装置からRAMまたは不揮発性ストレージにロードされた保存されたプログラムである。この制御プログラムは、以降の画像形成装置の制御方法において説明するステップを、計算機に実行させる。このような駆動制御部30による制御の手順は、以降の画像形成装置の制御方法において詳細に説明する。 One of the controls performed by the drive control unit 30 is to set the image forming conditions for each image forming area from the control device 40 each time an image is formed on each image forming area of the recording medium P. This is control to be reacquired. Further, it is a control for forming an image in each image forming area based on the re-acquired image forming conditions. Such a characteristic control procedure is a control program for the image forming apparatus 1, which is a program stored in advance in the ROM, or a stored program loaded from an external device into the RAM or non-volatile storage. . This control program causes the computer to execute the steps described in the image forming apparatus control method below. The control procedure by the drive control unit 30 will be described in detail in the following description of the method for controlling the image forming apparatus.

<制御装置40>
制御装置40は、この画像形成装置1を用いて実施される画像形成に関する各種の設定および処理を実施し、また画像形成のために駆動制御部30が必要とする情報を保持する。このような制御装置40は、操作部41と、表示部42と、制御部43とを備えたものであり、媒体搬送部10、画像形成部20、および駆動制御部30によって構成される画像形成装置本体と一体に設けられていてよい。またこのような制御装置40は、駆動制御部30との間でデータの受け渡しのための通信が可能なパーソナルコンピューターや、プリンターコントローラーなどの外部装置であってもよい。以下、制御装置40を構成する各部を説明する。
<Control device 40>
The control device 40 performs various settings and processes related to image formation performed using the image forming apparatus 1, and also holds information required by the drive control section 30 for image formation. Such a control device 40 is equipped with an operation section 41, a display section 42, and a control section 43, and has an image forming section configured by a medium transport section 10, an image forming section 20, and a drive control section 30. It may be provided integrally with the device main body. Further, such a control device 40 may be a personal computer capable of communicating with the drive control section 30 to exchange data, or an external device such as a printer controller. Each part constituting the control device 40 will be explained below.

[操作部41]
操作部41は、この画像形成装置1を用いて実施される画像形成に関する各種の設定を入力する部分であって、記録媒体Pの各画像形成領域に対する画像の形成条件を設定する部分である。このような操作部41は、表示部42と一体に設けたタッチパネルであってもよく、表示部42とは別に設けた操作ボタンを有していてもよい。さらにこのような操作部41は、以降に説明する制御部43との間でデータの受け渡しのための通信が可能なパーソナルコンピューターや、プリンターコントローラーなどの外部装置のものであってもよい。
[Operation unit 41]
The operation unit 41 is a part for inputting various settings related to image formation performed using the image forming apparatus 1, and is a part for setting image forming conditions for each image forming area of the recording medium P. Such an operation section 41 may be a touch panel provided integrally with the display section 42, or may have operation buttons provided separately from the display section 42. Furthermore, such an operation unit 41 may be a personal computer capable of communicating with a control unit 43 to be described later to exchange data, or an external device such as a printer controller.

ここで、操作部41の操作による各種の設定のうちの一つに、記録媒体Pに設定した各画像形成領域の配置方向の設定がある。図2および図3は、画像形成装置においての記録媒体Pに対する画像形成領域Aの配置方向を説明する図(その1)および(その2)である。これらの図に示すように、記録媒体Pに設定される画像形成領域Aは、1つのジョブにおいて各ページ[p]内に設定される領域である。これらの画像形成領域Aは、典型的な例において、ジョブの本体画像を形成する本体領域A0、および本体領域A0を挟んで配置されたヘッダー領域A1およびフッター領域A2と称される領域である。ヘッダー領域A1およびフッター領域A2は、ページ番号、タイトル、さらには本体領域A0の画像に関する情報が形成される領域である。 Here, one of the various settings made by operating the operation unit 41 is the setting of the arrangement direction of each image forming area set on the recording medium P. 2 and 3 are diagrams (Part 1) and (Part 2) for explaining the arrangement direction of the image forming area A with respect to the recording medium P in the image forming apparatus. As shown in these figures, the image forming area A set on the recording medium P is an area set within each page [p] in one job. These image forming areas A are, in a typical example, areas called a main body area A0 where the main image of the job is formed, and areas called a header area A1 and a footer area A2 that are arranged on both sides of the main body area A0. The header area A1 and the footer area A2 are areas where information regarding the page number, title, and even the image of the main body area A0 is formed.

図2に示すように、これらの各画像形成領域Aは、記録媒体Pの各ページ[p]に対して、搬送方向xの下流側から、ヘッダー領域A1、本体領域A0、フッター領域A2の順に、またはこの逆の順に配置される場合がある。また図3に示すように、各画像形成領域Aは、記録媒体Pの各ページ[p]に対して、搬送方向xに対して垂直な幅方向yに、ヘッダー領域A1、本体領域A0、フッター領域A2の順に配置される場合がある。 As shown in FIG. 2, these image forming areas A are arranged in the order of header area A1, main body area A0, and footer area A2 from the downstream side in the conveyance direction x for each page [p] of recording medium P. , or may be arranged in the reverse order. Further, as shown in FIG. 3, for each page [p] of the recording medium P, each image forming area A has a header area A1, a main body area A0, a footer area They may be arranged in the order of area A2.

なお、このような画像形成部Pに対して設定される画像形成領域Aは、以上に限定されることはなく、さらに本体領域A0の中間部分に他の領域が設定されてもよい。 Note that the image forming area A set for such an image forming section P is not limited to the above, and another area may be further set in the middle part of the main body area A0.

また、操作部41による各種の設定のうちの他の一つとして、画像形成領域の形成条件を変更する設定がある。これらの設定については、以降の画像形成装置の制御方法において詳細に説明する。 Another of the various settings made by the operation unit 41 is a setting for changing the forming conditions of the image forming area. These settings will be explained in detail in the subsequent image forming apparatus control method.

[表示部42]
図1に戻り、表示部42は、操作部41での操作の内容、および操作部41での操作にしたがって設定された内容、さらには設定を変更するための変更画面を、制御部43の指示に従って表示する。この表示部42における表示画面の詳細は、以降の画像形成装置の制御方法に置いて説明する。
[Display section 42]
Returning to FIG. 1, the display unit 42 displays the contents of the operation on the operation unit 41, the contents set according to the operation on the operation unit 41, and a change screen for changing the settings according to instructions from the control unit 43. Display according to. Details of the display screen on the display unit 42 will be explained in the following description of the method for controlling the image forming apparatus.

[制御部43]
制御部43は、操作部41での操作に基づいて、記録媒体Pに形成する画像に関する画像データの処理や、表示部42の表示制御、および駆動制御部30での制御に必要なジョブの設定に関する制御を実施する。このような制御部43は、計算機によって構成されたものであり、駆動制御部30と一体に構成されてものであってもよい。また制御部43は、駆動制御部30との間でデータの受け渡しのための通信が可能なパーソナルコンピューターや、プリンターコントローラーなどの外部装置のものであってもよい。
[Control unit 43]
The control unit 43 processes image data related to images to be formed on the recording medium P, controls display on the display unit 42, and sets jobs necessary for control on the drive control unit 30 based on operations on the operation unit 41. implement controls related to Such a control section 43 is configured by a computer, and may be configured integrally with the drive control section 30. Further, the control section 43 may be a personal computer capable of communicating with the drive control section 30 to exchange data, or an external device such as a printer controller.

この制御部43において実施する制御のうちの一つは、以降に説明する特徴的な制御である。このような特徴的な制御の手順は、画像形成装置1の制御プログラムとして、予めROMに保存されたプログラムであるか、または外部装置からRAMまたは不揮発性ストレージにロードされた保存されたプログラムである。この制御プログラムは、以降の画像形成装置の制御方法において説明するステップを、計算機に実行させる。 One of the controls performed by this control unit 43 is a characteristic control described below. Such a characteristic control procedure is a control program for the image forming apparatus 1, which is a program stored in advance in the ROM, or a stored program loaded from an external device into the RAM or non-volatile storage. . This control program causes the computer to execute the steps described in the image forming apparatus control method below.

このような制御部43は、機能的要素として、表示制御部43aと、処理判断部43bと、設定保持部43cとを備える。これらの機能的要素は、次の通りである。 Such a control section 43 includes a display control section 43a, a processing judgment section 43b, and a setting holding section 43c as functional elements. These functional elements are:

-表示制御部43a-
表示制御部43aは、表示部42における表示内容を制御する。特にこの表示制御部43aは、以降の画像形成装置の制御方法において説明するように、各画像形成領域に対する画像の形成条件の設定画面および変更画面等を、所定のタイミングで表示部42に表示させる。
-Display control section 43a-
The display control unit 43a controls the display content on the display unit 42. In particular, the display control section 43a causes the display section 42 to display, at a predetermined timing, a setting screen, a change screen, etc. for image forming conditions for each image forming area, as will be explained in a method for controlling an image forming apparatus below. .

-処理判断部43b-
処理判断部43bは、画像形成装置1を用いた画像形成のジョブを実行するための各種の判断および処理を実施する。この処理判断部43bによる判断および処理の詳細は、以降の画像形成装置の制御方法において説明する。
-Processing judgment unit 43b-
The processing determination unit 43b performs various determinations and processes for executing an image forming job using the image forming apparatus 1. The details of the judgment and processing by the processing judgment unit 43b will be explained in the following description of the image forming apparatus control method.

-設定保持部43c-
設定保持部43cは、表示部42の表示にしたがって操作部41の操作によって設定された画像の形成条件を保持する記憶部である。この設定保持部43cは、駆動制御部30と一体に構成されてものであってもよい。
-Setting holding section 43c-
The setting holding unit 43c is a storage unit that holds image forming conditions set by operating the operating unit 41 according to the display on the display unit 42. This setting holding section 43c may be configured integrally with the drive control section 30.

≪画像形成装置の制御方法≫
次に、上述した画像形成装置1が有する駆動制御部30および制御装置40によって実施される画像形成装置の制御方法を説明する。
<<Control method of image forming apparatus>>
Next, a method of controlling the image forming apparatus implemented by the drive control section 30 and the control device 40 included in the image forming apparatus 1 described above will be described.

<画像の形成条件の設定の手順>
図4は、実施形態に係る画像形成装置における画像の形成条件の設定の手順を示すフローチャートであって、図1を用いて説明した画像形成装置1の制御装置40が有する制御プログラムに基づいて実施される画像の形成条件の設定に関する制御の手順を示している。このフローは、例えば制御装置40の操作部41において、ジョブの設定開始が入力されたことをトリガーとして開始される。以下、図4のフローチャートに沿って、先の図1と必要に応じた他の図を参照しつつ、画像形成装置1における画像の形成条件の設定の手順を説明する。
<Procedure for setting image formation conditions>
FIG. 4 is a flowchart showing a procedure for setting image forming conditions in the image forming apparatus according to the embodiment, which is executed based on the control program included in the control device 40 of the image forming apparatus 1 described using FIG. The control procedure for setting the image forming conditions is shown. This flow is started, for example, when a job setting start command is input on the operation unit 41 of the control device 40 as a trigger. Hereinafter, a procedure for setting image forming conditions in the image forming apparatus 1 will be explained along the flowchart of FIG. 4 and with reference to FIG. 1 and other figures as necessary.

[ステップS1]
ステップS1において、表示制御部43aは、ジョブの実施に際しての画像の形成条件の設定画面を、表示部42に表示させる。ここで表示部42に表示させる画像の形成条件の設定画面は、例えば各ページにおける画像形成領域の設定画面、記録媒体の搬送方向に対する画像形成領域の配置方向の設定画面、各ページのサイズの設定画面、記録媒体の各ページに形成する画像の設定画面、および画像形成を実施するページ数の設定画面等、ジョブを実施するために必要な初期設定を行うための画面である。
[Step S1]
In step S1, the display control section 43a causes the display section 42 to display a setting screen for image forming conditions when executing the job. Here, the setting screen for setting the image forming conditions displayed on the display unit 42 includes, for example, a setting screen for the image forming area on each page, a setting screen for setting the arrangement direction of the image forming area with respect to the conveying direction of the recording medium, and a setting screen for setting the size of each page. This is a screen for making initial settings necessary to execute a job, such as a screen, a screen for setting images to be formed on each page of a recording medium, and a screen for setting the number of pages on which image formation is to be performed.

表示部42は、このような画像の形成条件の設定画面を、複数画面にわたって表示する構成であってもよいし、1画面で表示する構成であってもよい。 The display unit 42 may be configured to display such image forming condition setting screens over multiple screens, or may be configured to display them on one screen.

図5は、実施形態に係る画像の形成条件の設定画面の一例を示す図であって、複数画面にわたる設定画面のうち、画像形成を実施する領域の指定と、記録媒体Pに対する画像形成領域の配置方向を指定するための設定画面401を示す図である。この設定画面401には、例えば領域指定部401aと、画像形成領域の配置方向の指定部401bと、適用ボタン401cと、取り消しボタン401dが表示される。 FIG. 5 is a diagram illustrating an example of a setting screen for image forming conditions according to the embodiment, in which designation of an area in which image formation is to be performed and setting of an image forming area for recording medium P on a setting screen spanning multiple screens is shown. FIG. 4 is a diagram showing a setting screen 401 for specifying a placement direction. This setting screen 401 displays, for example, an area specifying section 401a, an image forming area arrangement direction specifying section 401b, an apply button 401c, and a cancel button 401d.

このうち領域指定部401aは、記録媒体Pに対して設定された画像形成領域のうち、ジョブにおいて画像形成を実施する領域を指定するための部分である。図2または図3を参照すると、画像形成領域Aは、例えばジョブの本体領域A0、ヘッダー領域A1、およびフッター領域A2である。 Of these, the area specifying unit 401a is a part for specifying an area in which image formation is to be performed in a job, out of the image forming areas set on the recording medium P. Referring to FIG. 2 or 3, the image forming areas A are, for example, a body area A0, a header area A1, and a footer area A2 of the job.

図5に示した例では、ジョブの本体領域に追加して画像形成する領域を指定可能としている。このような追加の領域の選択肢として、追加領域なし(None)、ヘッダー領域(Hedder)、フッター領域(Footer)、ヘッダー領域およびフッター領域(Hedder Footer)のうちの何れかを指定するための指定ボタンが表示される。図示した例においては、ジョブの本体領域に追加する印刷領域として、ヘッダー領域(Hedder)が、操作部41によって指定された場合を示している。ここで指定可能な領域は、ジョブの開始後にも画像形成の条件を変更可能な変更可能領域である。 In the example shown in FIG. 5, it is possible to specify an area in which an image is to be formed in addition to the main body area of the job. A specification button for specifying one of the following additional area options: No additional area (None), Header area (Hedder), Footer area (Footer), Header area and Footer area (Hedder Footer) is displayed. The illustrated example shows a case where a header area (Hedder) is designated by the operation unit 41 as a print area to be added to the main body area of the job. The area that can be specified here is a changeable area in which the image forming conditions can be changed even after the start of the job.

なお、記録媒体Pに対して設定された画像形成領域は、予め登録されていてもよいし、この設定画面または他の設定画面において設定可能な構成となっていてもよい。 Note that the image forming area set for the recording medium P may be registered in advance, or may be configured to be settable on this setting screen or another setting screen.

また領域の配置方向の指定部401bは、記録媒体Pに対する画像形成領域の配置方向を指定するための部分である。このような領域の配置方向の指定部401bは、搬送方向(Transport Direction:図2参照)または幅方向(Width Direction:図3参照)を指定するための指定ボタンが表示される。図示した例においては、搬送方向(Transport Direction:図2参照)が、操作部41によって指定された場合を示している。 Further, the area arrangement direction designating section 401b is a part for specifying the arrangement direction of the image forming area with respect to the recording medium P. In the region arrangement direction designation section 401b, a designation button for designating the transport direction (Transport Direction: see FIG. 2) or the width direction (Width Direction: see FIG. 3) is displayed. In the illustrated example, the transport direction (see FIG. 2) is specified by the operation unit 41.

[ステップS2]
ステップS2において、処理判断部43bは、ジョブの実施に際しての画像の形成条件の設定が完了したか否かの判断を実施する。この際、表示制御部43aは、例えば画像の形成条件の設定画面の何れかに表示された完了ボタンが操作部41によって操作されたことにより、設定が完了した(YES)と判断し、次のステップS3に進む。
[Step S2]
In step S2, the processing determining unit 43b determines whether the setting of image forming conditions for executing the job is completed. At this time, the display control unit 43a determines that the setting is completed (YES) when, for example, a completion button displayed on any of the image formation condition setting screens is operated by the operation unit 41, and the next Proceed to step S3.

[ステップS3]
ステップS3において、設定保持部43cは、操作部41の操作によって設定された画像の形成条件を保持する。またこの画像形成装置1がキュー印刷が可能なシステムであれば、設定保持部43cは、複数のジョブについて設定した画像の形成条件を形成待ちのジョブとして登録する。そして登録したジョブに関連付けて、画像形成の順位付けと、画像の形成条件とを保持する。
[Step S3]
In step S3, the setting holding unit 43c holds the image forming conditions set by operating the operating unit 41. Further, if the image forming apparatus 1 is a system capable of queue printing, the setting holding unit 43c registers the image forming conditions set for a plurality of jobs as jobs waiting to be formed. The ranking of image formation and image formation conditions are then held in association with the registered job.

[ステップS4]
ステップS4において、処理判断部43bは、ジョブ開始の処理があったか否かの判断を実施する。この際、処理判断部43bは、例えば操作部41の操作により、ジョブの開始の操作がなされた場合に、ジョブ開始の処理があった(YES)と判断する。
[Step S4]
In step S4, the process determining unit 43b determines whether there is a job start process. At this time, the process determination unit 43b determines that job start processing has occurred (YES) when an operation to start a job is performed by operating the operation unit 41, for example.

なお、処理判断部43bは、ステップS2において、画像の形成条件の設定画面の何れかに表示された完了ボタンが操作部41によって操作されたことで、ジョブ開始の処理があった(YES)と判断してもよい。 Note that the processing determining unit 43b determines that job start processing has occurred (YES) when the completion button displayed on any of the image forming condition setting screens is operated by the operating unit 41 in step S2. You can judge.

また処理判断部43bは、駆動制御部30から、先行して実施していたジョブが終了した信号を受信したことにより、設定保持部43cに登録された複数のジョブのうちの次のジョブの開始の処理があった(YES)と判断してもよい。 Further, upon receiving a signal from the drive control unit 30 that the previously executed job has ended, the processing determination unit 43b starts the next job among the plurality of jobs registered in the setting holding unit 43c. It may be determined that there was a process (YES).

[ステップS5]
ステップS5において、処理判断部43bは、設定保持部43cに保持された画像の形成条件を駆動制御部30に送信する。ここで設定保持部43cに複数のジョブが登録されている場合には、処理判断部43bは、画像形成の順位が最も早いジョブに関連付けて保持された画像の形成条件を、駆動制御部30に送信する。
[Step S5]
In step S5, the process determining unit 43b transmits the image forming conditions held in the setting holding unit 43c to the drive control unit 30. If a plurality of jobs are registered in the setting holding unit 43c, the processing determining unit 43b sends the image forming conditions held in association with the job with the earliest image forming order to the drive control unit 30. Send.

[ステップS6]
ステップS6において、表示制御部43aは、画像の形成条件の変更画面を表示部42に表示させる。
[Step S6]
In step S6, the display control unit 43a causes the display unit 42 to display a screen for changing the image forming conditions.

図6は、実施形態に係る画像の形成条件の変更画面402を示す図である。この図に示すように、画像形成領域の変更画面402には、領域変更部402aと、適用ボタン402bと、取り消しボタン402cが表示される。領域変更部402aは、画像形成を実施する領域を変更するための部分であって、ステップS1において設定画面に従って指定された領域を変更するための部分である。 FIG. 6 is a diagram showing an image forming condition change screen 402 according to the embodiment. As shown in this figure, the image forming area change screen 402 displays an area change section 402a, an apply button 402b, and a cancel button 402c. The area changing unit 402a is a part for changing the area in which image formation is performed, and is a part for changing the area specified according to the setting screen in step S1.

このような領域変更部402aは、ステップS1で説明した領域指定部401a(図5参照)と同様の指定ボタンが表示される。すなわち領域変更部402aは、ジョブの本体領域に追加して画像形成する領域として、追加領域なし(None)、ヘッダー領域(Hedder)、フッター領域(Footer)、ヘッダー領域およびフッター領域(Hedder Footer)の何れかを指定するための指定ボタンが表示される。ここで指定を変更することが可能な領域は、ジョブの開始後にも画像形成の条件を変更可能な変更可能領域である。 In such an area changing section 402a, a specification button similar to that of the area specifying section 401a (see FIG. 5) described in step S1 is displayed. In other words, the area changing unit 402a selects the following as areas for image formation in addition to the main body area of the job: no additional area (None), header area (Hedder), footer area (Footer), header area and footer area (Hedder Footer). A designation button for designating one is displayed. The area in which the designation can be changed is a changeable area in which the image forming conditions can be changed even after the start of the job.

これにより、画像形成装置1のオペレーターは、画像形成領域の変更画面402の表示にしたがって操作部41を操作することで、ジョブの本体領域に追加して画像形成する領域の設定を変更することが可能となる。図示した例においては、ジョブの本体領域に追加する印刷領域として、ヘッダー領域およびフッター領域(Hedder Footer)が、操作部41によって指定された場合を示している。 As a result, the operator of the image forming apparatus 1 can change the setting of the area where an image is formed in addition to the main area of the job by operating the operation unit 41 according to the display on the image forming area change screen 402. It becomes possible. The illustrated example shows a case where a header area and a footer area (Hedder Footer) are specified by the operation unit 41 as print areas to be added to the main body area of the job.

なお、変更画面402は、ヘッダー領域A1やフッター領域A2などの変更可能領域に形成する画像の変更するための表示部を有していてもよい。 Note that the change screen 402 may include a display section for changing images formed in changeable areas such as the header area A1 and the footer area A2.

また、この画像形成装置1がキュー印刷が可能なシステムであれば、表示制御部43aは、設定保持部43cに登録された複数のジョブについての画像の形成条件の変更画面402を、表示部42に表示させる構成であることとする。これにより、ジョブを開始した後および、開始する前であっても、画像の形成条件を変更することが可能とする。 Further, if the image forming apparatus 1 is a system capable of queue printing, the display control section 43a displays the image forming condition change screen 402 for a plurality of jobs registered in the setting holding section 43c on the display section 42. The configuration shall be such that it is displayed in This makes it possible to change the image forming conditions after starting the job or even before starting the job.

[ステップS7]
ステップS7において、処理判断部43bは、領域の変更画面402において、画像形成領域の変更処理がなされたか否かの判断を実施する。この際、処理判断部43bは、例えば操作部41の操作により、領域変更部402aの操作による画像形成領域の変更処理がなされ、かつ適用ボタン402bが操作された場合に、画像形成領域の変更処理がなされた(YES)と判断し、ステップS8に進む。一方、処理判断部43bは、変更画面402が操作部41で操作されていない場合には、領域の変更処理がなされていない(NO)と判断し、ステップS9に進む。
[Step S7]
In step S7, the process determination unit 43b determines whether or not the image forming area has been changed on the area change screen 402. At this time, the process determining unit 43b performs the image forming area changing process when the image forming area is changed by the area changing unit 402a and the apply button 402b is operated, for example, by operating the operating unit 41. is determined to have been performed (YES), and the process advances to step S8. On the other hand, if the change screen 402 has not been operated on the operation unit 41, the process determination unit 43b determines that the area change process has not been performed (NO), and proceeds to step S9.

[ステップS8]
ステップS8において、設定保持部43cは、ジョブ開始処理があった(ステップS4参照)と判断されたジョブに関連付けて保持された設定条件のうち、画像形成を実施する領域の指定を、変更された領域に更新する処理を実施する。
[Step S8]
In step S8, the setting holding unit 43c changes the designation of the area in which image formation is to be performed, among the setting conditions held in association with the job for which job start processing has been performed (see step S4). Execute the process to update the area.

また、設定保持部43cは、開始処理がなされていないジョブに関連付けて保持された設定条件についても、変更画面402に基づいて変更処理がなされた場合には、画像形成を実施する領域の指定を、変更された領域に更新する処理を実施する。 Further, the setting holding unit 43c also specifies the area in which image formation is to be performed when changing processing is performed based on the changing screen 402 for the setting conditions held in association with a job for which no start processing has been performed. , performs processing to update the changed area.

[ステップS9]
ステップS9において、処理判断部43bは、ジョブが終了したか否かの判断を実施する。この際、処理判断部43bは、駆動制御部30からジョブが終了した信号を受信した場合に、ジョブが終了した(YES)と判断し、一連の処理を終了させる。一方、それ以外の場合は、処理判断部43bは、ジョブが終了していない(NO)と判断してステップS6に戻り、ジョブが終了した(YES)と判断されるまで以降のステップを繰り返す。
る。
[Step S9]
In step S9, the processing determining unit 43b determines whether the job has been completed. At this time, when the process determining unit 43b receives a signal that the job has ended from the drive control unit 30, it determines that the job has ended (YES) and ends the series of processes. On the other hand, in other cases, the process determining unit 43b determines that the job has not been completed (NO), returns to step S6, and repeats the subsequent steps until it is determined that the job has been completed (YES).
Ru.

これにより、ジョブが終了した(YES)と判断されるまでは、画像形成領域の変更画面402の表示(ステップS6)にしたがって、ジョブの本体領域に追加して画像形成する領域を変更することが可能となる。また画像形成する領域が変更された場合には、設定保持部43cに保存されている画像形成を実施する領域の指定を、変更された領域に更新することが可能となる(ステップS8)。 As a result, until it is determined that the job has ended (YES), the area in which the image is formed in addition to the main body area of the job cannot be changed according to the display on the image forming area change screen 402 (step S6). It becomes possible. Further, when the area for image formation is changed, the designation of the area for image formation stored in the setting holding section 43c can be updated to the changed area (step S8).

<画像形成装置によるジョブの実施手順>
図7および図8は、実施形態に係る画像形成装置の制御プログラムを説明するためのフローチャート(その1)および(その2)であって、図1を用いて説明した駆動制御部30が有する制御プログラムに基づくジョブの実施手順を示している。このフローは、例えば制御装置40の処理判断部43bから、印刷の順位が最も早いジョブに関連付けて保持された画像の形成条件の設定が送信されたこと(図4のステップS5)をトリガーとして開始される。以下、図7および図8のフローチャートに沿って、先の図1と必要に応じた他の図を参照しつつ、画像形成装置1におけるジョブの実施手順を説明する。
<Job execution procedure by image forming apparatus>
7 and 8 are flowcharts (part 1) and (part 2) for explaining the control program of the image forming apparatus according to the embodiment, in which the control that the drive control section 30 described using FIG. It shows the procedure for executing a job based on the program. This flow is started, for example, when the processing determination unit 43b of the control device 40 transmits the settings for the image forming conditions that are stored in association with the job with the earliest printing order (step S5 in FIG. 4). be done. Hereinafter, the procedure for executing a job in the image forming apparatus 1 will be explained along the flowcharts of FIGS. 7 and 8, with reference to FIG. 1 and other diagrams as necessary.

[ステップS100]
先ず図7に示すステップS100において、駆動制御部30は、画像形成装置1において次に実施するジョブについて、画像形成領域の配置方向が搬送方向x(図2に示した配置方向)であるか否かの判断を実施する。駆動制御部30は、制御装置40から送信された画像の形成条件の設定に基づいてこの判断を実施し、搬送方向xである(YES)と判断した場合には、ステップS101に進む。一方、画像形成領域の配置方向が幅方向(図3に示した配置方向)である場合には、搬送方向xではない(NO)と判断し、以降の図8に示すステップS201(フローのA方向)に進む。
[Step S100]
First, in step S100 shown in FIG. 7, the drive control unit 30 determines whether or not the arrangement direction of the image forming area is the transport direction x (the arrangement direction shown in FIG. 2) for the next job to be executed in the image forming apparatus 1. make such judgments. The drive control unit 30 makes this determination based on the settings of the image forming conditions transmitted from the control device 40, and when determining that the transport direction is x (YES), the process proceeds to step S101. On the other hand, if the arrangement direction of the image forming area is the width direction (the arrangement direction shown in FIG. 3), it is determined that it is not the transport direction x (NO), and the following step S201 (flow A direction).

[ステップS101]
ステップS101において、駆動制御部30は、搬送方向xにおける最も下流側に配置された変更可能領域(図2に示した例ではヘッダー領域A1)に対する画像の形成条件の取得処理を実施する。以下、図2を参照し、搬送方向xにおける最も下流側に配置された変更可能領域がヘッダー領域A1であるとして説明を行う。
[Step S101]
In step S101, the drive control unit 30 performs an image forming condition acquisition process for the changeable area (header area A1 in the example shown in FIG. 2) located on the most downstream side in the transport direction x. Hereinafter, with reference to FIG. 2, a description will be given assuming that the changeable area disposed on the most downstream side in the transport direction x is the header area A1.

この際、駆動制御部30は、制御装置40の処理判断部43bから画像の形成条件が送信された後、ジョブの印刷処理が開始される直前に、ジョブの設定のうちのヘッダー領域A1に対する画像の形成条件の取得処理を実施する。これにより、駆動制御部30は、操作部41において設定された画像の形成条件を再取得する。このような画像の形成条件の再取得は、ヘッダー領域A1の画像形成処理の実施に間に合う範囲であることとする。 At this time, after the image forming conditions are transmitted from the processing determination section 43b of the control device 40, the drive control section 30 determines whether the image forming conditions for the header area A1 in the job settings are set immediately before the print processing of the job is started. Executes the process of acquiring the formation conditions of. Thereby, the drive control section 30 reacquires the image forming conditions set on the operation section 41. It is assumed that such image forming conditions can be reacquired in time to perform the image forming process for the header area A1.

ここでヘッダー領域A1に対する画像の形成条件とは、ヘッダー領域A1に対する画像形成を実施するか否かの情報であることとする。また、ここで取得するヘッダー領域A1に対する画像の形成条件は、ヘッダー領域A1に形成する画像の画像データを含んでもよい。これにより、ヘッダー領域A1に形成する画像の変更が可能になる。 Here, the image forming conditions for the header area A1 are information regarding whether or not to perform image formation for the header area A1. Further, the image forming conditions for the header area A1 acquired here may include image data of the image to be formed in the header area A1. This makes it possible to change the image formed in the header area A1.

[ステップS102]
ステップS102において、駆動制御部30は、再取得した画像の形成条件に基づいて、ヘッダー領域A1に対して画像形成を実施するか否かの判断を実施する。実施する(YES)と判断された場合であればステップS103に進み、実施しない(NO)と判断された場合にはステップS104に進む。
[Step S102]
In step S102, the drive control unit 30 determines whether to perform image formation on the header area A1 based on the re-acquired image formation conditions. If it is determined to be implemented (YES), the process advances to step S103, and if it is determined not to be implemented (NO), the process advances to step S104.

[ステップS103]
ステップS103において、駆動制御部30は、ヘッダー領域A1に対する画像形成処理を実施する。この際、駆動制御部30は、制御装置40の処理判断部43bから送信された画像の形成条件の設定と、ステップS101で再取得した画像の形成情報とに基づいて、記録媒体Pのヘッダー領域A1に、ページ番号やその他の情報を画像形成する。
[Step S103]
In step S103, the drive control unit 30 performs image forming processing on the header area A1. At this time, the drive control section 30 determines the header area of the recording medium P based on the image formation condition settings transmitted from the processing determination section 43b of the control device 40 and the image formation information reacquired in step S101. A page number and other information are formed as an image on A1.

[ステップS104]
ステップS104において、駆動制御部30は、処理判断部43bから送信された画像の形成条件の設定に基づいて、ジョブの本体領域A0に対する画像形成処理を実施する。
[Step S104]
In step S104, the drive control unit 30 performs image forming processing on the main body area A0 of the job based on the image forming condition settings transmitted from the processing determining unit 43b.

[ステップS105]
ステップS105において、駆動制御部30は、変更可能領域のうち、搬送方向xにおいて下流側から2番目に配置された変更可能領域(図2に示した例ではフッター領域A2)に対する画像の形成条件の取得処理を実施する。
[Step S105]
In step S105, the drive control unit 30 sets the image forming conditions for the changeable area located second from the downstream side in the transport direction x (footer area A2 in the example shown in FIG. 2) among the changeable areas. Execute the acquisition process.

この際、駆動制御部30は、フッター領域A2に対して画像形成処理が開始される直前のタイミングであって、ここでは本体領域A0に対する画像形成処理が終了する直前のタイミングで、画像の形成条件の取得処理を実施する。これにより、駆動制御部30は、操作部41において設定された画像の形成条件を再取得する。このような画像の形成条件の再取得は、フッター領域A2の画像形成処理の実施に間に合う範囲であることとする。 At this time, the drive control unit 30 sets the image forming conditions at a timing immediately before the image forming process is started for the footer area A2, and here, at a timing immediately before the image forming process for the main body area A0 ends. Execute the acquisition process. Thereby, the drive control section 30 reacquires the image forming conditions set on the operation section 41. It is assumed that the reacquisition of such image forming conditions is in time for implementing the image forming process for the footer area A2.

ここでフッター領域A2に対する画像の形成条件とは、フッター領域A2に対する画像形成を実施するか否かの情報であることとする。また、ここで取得するフッター領域Aに対する画像の形成条件は、フッター領域Aに形成する画像の画像データを含んでもよい。これにより、フッター領域Aに形成する画像の変更が可能になる。 Here, the image formation condition for the footer area A2 is assumed to be information regarding whether or not to perform image formation for the footer area A2. Further, the image forming conditions for the footer area A acquired here may include image data of the image to be formed in the footer area A. This makes it possible to change the image formed in the footer area A.

[ステップS106]
ステップS106において、駆動制御部30は、ステップS105において再取得した画像の形成条件に基づいて、フッター領域A2に対して画像形成を実施するか否かの判断を実施する。実施する(YES)と判断された場合であればステップS107に進み、実施しない(NO)と判断された場合にはステップS108に進む。
[Step S106]
In step S106, the drive control unit 30 determines whether or not to perform image formation on the footer area A2 based on the image formation conditions reacquired in step S105. If it is determined to be implemented (YES), the process advances to step S107, and if it is determined not to be implemented (NO), the process advances to step S108.

[ステップS107]
ステップS107において、駆動制御部30は、フッター領域A2に対する画像形成処理を実施する。この際、駆動制御部30は。制御装置40の処理判断部43bから送信された画像の形成条件の設定と、ステップS105で再取得した画像の形成情報とに基づいて、記録媒体Pのフッター領域A2に、ページ番号やその他の情報を画像形成する。
[Step S107]
In step S107, the drive control unit 30 performs image forming processing on the footer area A2. At this time, the drive control section 30. Based on the image formation condition settings transmitted from the processing determination unit 43b of the control device 40 and the image formation information reacquired in step S105, page numbers and other information are displayed in the footer area A2 of the recording medium P. form an image.

[ステップS108]
ステップS108において、駆動制御部30は、全ページの画像形成処理が終了したか否かの判断を実施し、終了した(YES)と判断した場合には、ステップS300に進む。一方、終了していない(NO)と判断した場合にはステップS101に戻り、以降のステップを繰り返す。
[Step S108]
In step S108, the drive control unit 30 determines whether or not the image forming process for all pages has been completed. If it is determined that the image forming process has been completed (YES), the process proceeds to step S300. On the other hand, if it is determined that the process has not finished (NO), the process returns to step S101 and the subsequent steps are repeated.

以上のようなステップS101~S108により、記録媒体Pの搬送方向xに画像形成領域が配列されたジョブにおいては、ヘッダー領域A1およびフッター領域A2の画像形成処理の直前に、これらの領域に対して画像形成処理を実施するか否かの判断が可能となる。したがって、ジョブの画像形成が開始された後でも、ヘッダー領域A1およびフッター領域A2に対する画像形成処理を変更することができる。 In a job in which the image forming areas are arranged in the conveying direction x of the recording medium P through steps S101 to S108 as described above, immediately before image forming processing for the header area A1 and footer area A2, these areas are It becomes possible to determine whether or not to perform image forming processing. Therefore, even after image formation for a job is started, image formation processing for the header area A1 and footer area A2 can be changed.

図9は、実施形態に係る画像形成装置1による記録媒体Pへの画像形成の一例を示す図であって、以上のステップS101~ステップS108を繰り返した場合に記録媒体Pに形成される画像の一例を示している。この図に示すように、記録媒体Pの各ページ[p]には、搬送方向xの下流側からヘッダー領域A1、本体領域A0、およびフッター領域A2が順に配置されている。そして、例えば図5に示したように、ジョブ開始前の初期の設定は、本体領域A0に対して追加で画像形成する領域の設定は、ヘッダー領域A1のみであったとする。 FIG. 9 is a diagram showing an example of image formation on the recording medium P by the image forming apparatus 1 according to the embodiment, and shows an example of the image formed on the recording medium P when the above steps S101 to S108 are repeated. An example is shown. As shown in this figure, on each page [p] of the recording medium P, a header area A1, a main body area A0, and a footer area A2 are arranged in order from the downstream side in the transport direction x. For example, as shown in FIG. 5, it is assumed that in the initial settings before starting the job, the only area to be additionally imaged in the main body area A0 is the header area A1.

ここで図6に示したように、実施形態に係る画像形成装置1では、変更画面402の操作によって、本体領域A0に対して追加で画像形成する領域の設定を、例えばヘッダー領域A1およびフッター領域A2に変更することができる。そして、ステップS101~S108の手順によれば、変更した情報がヘッダー領域A1およびフッター領域A2の画像形成処理の直前に取得される。このため、ジョブを開始した後であっても、目的とする領域の画像形成が実施される前であれば、ヘッダー領域A1およびフッター領域A2に対する変更の情報を反映した画像形成を実施することができるのである。 As shown in FIG. 6, in the image forming apparatus 1 according to the embodiment, settings of areas to be additionally formed in the main body area A0 can be changed, for example, in the header area A1 and the footer area, by operating the change screen 402. It can be changed to A2. Then, according to the procedure of steps S101 to S108, the changed information is acquired immediately before the image forming process for the header area A1 and footer area A2. Therefore, even after starting a job, it is possible to perform image formation that reflects information about changes to the header area A1 and footer area A2 before image formation in the target area is performed. It can be done.

これにより、図9に示すように、第1ページ[p1]のフッター領域A2には画像が形成されていないが、第2ページ[p2]以降のフッター領域A2には画像を形成することが可能になる。 As a result, as shown in FIG. 9, although no image is formed in the footer area A2 of the first page [p1], it is possible to form an image in the footer area A2 of the second page [p2] and beyond. become.

次に、図7のステップS100において、画像形成領域の配置方向が幅方向(図3に示した配置方向)であって、搬送方向xではない(NO)と判断した場合の手順を図8のフローチャートに沿って、先の図1と必要に応じた他の図を参照しつつ説明する。 Next, in step S100 of FIG. 7, the procedure when it is determined that the arrangement direction of the image forming area is the width direction (the arrangement direction shown in FIG. 3) and not the transport direction x (NO) is shown in FIG. The process will be explained along the flowchart with reference to FIG. 1 and other figures as necessary.

[ステップ201]
ステップS201において、駆動制御部30は、記録媒体Pに対して設定した全ての変更可能領域(図3に示した例ではヘッダー領域A1およびフッター領域A2)に対する画像の形成条件の取得処理を実施する。この際、駆動制御部30は、制御装置40の処理判断部43bから、印刷の順位が最も早いジョブに関連付けて保持された画像の形成条件が送信された後、1ページ目の画像形成処理が開始される前に、変更可能領域に関する画像の形成条件の取得処理を実施する。これにより、駆動制御部30は、操作部41において設定された画像の形成条件を再取得する。
[Step 201]
In step S201, the drive control unit 30 acquires image forming conditions for all changeable areas set for the recording medium P (header area A1 and footer area A2 in the example shown in FIG. 3). . At this time, the drive control unit 30 performs image formation processing for the first page after receiving the image formation conditions held in association with the job with the earliest printing order from the processing determination unit 43b of the control device 40. Before starting, a process for acquiring image formation conditions regarding the changeable area is performed. Thereby, the drive control section 30 reacquires the image forming conditions set on the operation section 41.

ここで各変更可能領域に関する画像の形成条件は、ヘッダー領域A1およびフッター領域A2のそれぞれに対する画像形成を実施するか否かの情報であることとする。また、ここで取得する各変更可能領域の画像の形成条件は、ヘッダー領域A1およびフッター領域A2のそれぞれに形成する画像の画像データを含んでもよい。これにより、各変更可能領域(ヘッダー領域A1およびフッター領域A2)に形成する画像の変更が可能になる。 Here, it is assumed that the image forming condition for each changeable area is information as to whether or not to perform image formation for each of the header area A1 and footer area A2. Further, the image formation conditions for each changeable area acquired here may include image data for images to be formed in each of the header area A1 and footer area A2. This makes it possible to change the image formed in each changeable area (header area A1 and footer area A2).

[ステップS202]
ステップS202において、駆動制御部30は、ステップS201において再取得した画像の形成条件に基づいて、ヘッダー領域A1に対して画像形成を実施するか否かの判断を実施する。実施する(YES)と判断された場合であればステップS203に進み、実施しない(NO)と判断された場合にはステップS205に進む。
[Step S202]
In step S202, the drive control unit 30 determines whether to perform image formation on the header area A1 based on the image formation conditions re-acquired in step S201. If it is determined to be implemented (YES), the process advances to step S203, and if it is determined not to be implemented (NO), the process advances to step S205.

[ステップS203]
ステップS203において、駆動制御部30は、ステップS201において再取得した画像の形成条件に基づいて、フッター領域A2に対して画像形成を実施するか否かの判断を実施する。実施する(YES)と判断された場合であればステップS204に進み、実施しない(NO)と判断された場合にはステップS204aに進む。
[Step S203]
In step S203, the drive control unit 30 determines whether or not to perform image formation on the footer area A2 based on the image formation conditions re-acquired in step S201. If it is determined to be implemented (YES), the process advances to step S204, and if it is determined not to be implemented (NO), the process advances to step S204a.

[ステップS204]
ステップS204において、駆動制御部30は、処理判断部43bから送信された画像の形成条件および再取得した画像の形成条件に基づいて、ヘッダー領域A1、ジョブの本体領域A0、およびフッター領域A2の画像形成処理を実施する。その後はステップS207に進む。
[Step S204]
In step S204, the drive control unit 30 controls the image forming conditions of the header area A1, job body area A0, and footer area A2 based on the image forming conditions transmitted from the processing determining unit 43b and the re-acquired image forming conditions. Perform the forming process. After that, the process advances to step S207.

[ステップS204a]
ステップS204aにおいて、駆動制御部30は、処理判断部43bから送信された画像の形成条件および再取得した画像の形成条件に基づいてヘッダー領域A1およびジョブの本体領域A0の画像形成処理を実施する。その後はステップS207に進む。
[Step S204a]
In step S204a, the drive control unit 30 performs image formation processing for the header area A1 and the main body area A0 of the job based on the image formation conditions transmitted from the processing determination unit 43b and the re-acquired image formation conditions. After that, the process advances to step S207.

[ステップS205]
ステップS205において、駆動制御部30は、再取得した画像の形成条件に基づいて、フッター領域A2に対して画像形成を実施するか否かの判断を実施する。実施する(YES)と判断された場合であればステップS206に進み、実施しない(NO)と判断された場合にはステップS206aに進む。
[Step S205]
In step S205, the drive control unit 30 determines whether to perform image formation on the footer area A2 based on the re-acquired image formation conditions. If it is determined to be implemented (YES), the process advances to step S206, and if it is determined not to be implemented (NO), the process advances to step S206a.

[ステップS206]
ステップS206において、駆動制御部30は、処理判断部43bから送信された画像の形成条件および再取得した画像の形成条件に基づいて、ジョブの本体領域A0およびフッター領域A2の画像形成処理を実施する。その後はステップS207に進む。
[Step S206]
In step S206, the drive control unit 30 executes image formation processing for the body area A0 and footer area A2 of the job based on the image formation conditions transmitted from the processing determination unit 43b and the reacquired image formation conditions. . After that, the process advances to step S207.

[ステップS206a]
ステップS206aにおいて、駆動制御部30は、処理判断部43bから送信された画像の形成条件および再取得した画像の形成条件に基づいて、ジョブの本体領域A0の画像形成処理を実施する。その後はステップS207に進む。
[Step S206a]
In step S206a, the drive control unit 30 performs image forming processing for the main body area A0 of the job based on the image forming conditions transmitted from the processing determining unit 43b and the reacquired image forming conditions. After that, the process advances to step S207.

[ステップS207]
ステップS207において、駆動制御部30は、全ページの画像形成処理が終了したか否かの判断を実施し、終了した(YES)と判断した場合には、図7に示すステップS300(フローのB方向)に進む。一方、終了していない(NO)と判断した場合にはステップS201に戻り、以降のステップを繰り返す。
[Step S207]
In step S207, the drive control unit 30 determines whether or not the image forming process for all pages has been completed. If it is determined that the image forming process has been completed (YES), the drive control unit 30 performs step S300 (B of the flow) shown in FIG. direction). On the other hand, if it is determined that the process has not finished (NO), the process returns to step S201 and the subsequent steps are repeated.

以上のようなステップS201~S207により、記録媒体Pの幅方向に画像形成領域が配列されたジョブにおいては、各ページの画像形成処理の直前に、ヘッダー領域A1およびフッター領域A2に対して画像形成処理を実施するか否かの判断が可能となる。したがって、ジョブの画像形成が開始された後でも、ページ毎にヘッダー領域A1およびフッター領域A2に対する画像形成処理を変更することができる。 Through steps S201 to S207 as described above, in a job in which image forming areas are arranged in the width direction of the recording medium P, image forming is performed on the header area A1 and the footer area A2 immediately before image forming processing for each page. It becomes possible to judge whether or not to carry out the process. Therefore, even after the image formation of the job is started, the image formation processing for the header area A1 and footer area A2 can be changed for each page.

図10は、実施形態に係る画像形成装置1による記録媒体Pへの画像形成の他の一例を示す図であって、以上のステップS201~ステップS207を繰り返した場合に記録媒体Pに形成される画像の一例を示している。この図に示すように、記録媒体Pの各ページ[p]は、記録媒体Pの幅方向yにヘッダー領域A1、本体領域A0、およびフッター領域A2が順に配置されている。そして、例えば図5に示したように、ジョブ開始前の初期の画像の形成条件の設定は、本体領域A0に対して追加で画像形成する領域はヘッダー領域A1のみであったとする。 FIG. 10 is a diagram showing another example of image formation on the recording medium P by the image forming apparatus 1 according to the embodiment. An example of an image is shown. As shown in this figure, each page [p] of the recording medium P has a header area A1, a main body area A0, and a footer area A2 arranged in this order in the width direction y of the recording medium P. For example, as shown in FIG. 5, it is assumed that the initial image forming conditions before the start of the job are such that the header area A1 is the only area to be additionally imaged in the main body area A0.

ここで図6に示したように、実施形態に係る画像形成装置1では、変更画面402の操作によって、本体領域A0に対して追加で画像形成する領域を、例えばヘッダー領域A1およびフッター領域A2に変更することができる。そして、ステップS201~S207の手順によれば、各ページの画像形成処理の直前に画像の形成条件の再取得がなされる。このため、ジョブを開始した後であっても、ページ毎にヘッダー領域A1およびフッター領域A2に対する画像の形成条件の変更を反映した画像形成処理を実施することができるのである。 Here, as shown in FIG. 6, in the image forming apparatus 1 according to the embodiment, by operating the change screen 402, an area where an image is to be formed in addition to the main body area A0 is changed to, for example, a header area A1 and a footer area A2. Can be changed. Then, according to steps S201 to S207, the image forming conditions are reacquired immediately before the image forming process for each page. Therefore, even after starting a job, it is possible to perform image forming processing that reflects changes in the image forming conditions for the header area A1 and footer area A2 for each page.

これにより、図10に示すように、第1ページ[p1]のフッター領域A2には画像が形成されていないが、第2ページ[p2]以降のフッター領域A2には画像を形成することが可能になる。 As a result, as shown in FIG. 10, although no image is formed in the footer area A2 of the first page [p1], it is possible to form an image in the footer area A2 of the second page [p2] and onwards. become.

[ステップS300]
以上のようなステップS101~S108またはステップS201~S207の後、図7に示すステップS300において、駆動制御部30は、ジョブの登録が終了したか否かの判断を実施する。この際、駆動制御部30は、制御装置40にジョブの終了を送信し、制御装置40から次のジョブに関する設定情報を受信した場合には、ジョブの登録が終了していない(NO)と判断し、ステップS100に戻る。一方、駆動制御部30は、制御装置40にジョブの終了を送信し、制御装置40から次のジョブに関する設定情報を受信しない場合には、ジョブの登録が終了した(YES)と判断し、処理を終了させる。
[Step S300]
After steps S101 to S108 or steps S201 to S207 as described above, in step S300 shown in FIG. 7, the drive control unit 30 determines whether or not job registration has been completed. At this time, if the drive control unit 30 transmits the job completion notification to the control device 40 and receives setting information regarding the next job from the control device 40, it determines that the job registration is not completed (NO). Then, the process returns to step S100. On the other hand, the drive control unit 30 transmits the end of the job to the control device 40, and if it does not receive setting information regarding the next job from the control device 40, it determines that the job registration is finished (YES) and processes the job. terminate.

<実施形態の効果>
以上説明した実施形態によれば、ジョブの実行中にジョブを停止させることなく、記録媒体Pの各画像形成領域Aであって、ここではヘッダー領域A1およびフッター領域A2における画像の形成条件の設定を変更することが可能である。
<Effects of embodiment>
According to the embodiment described above, the image forming conditions can be set in each image forming area A of the recording medium P, here, the header area A1 and the footer area A2, without stopping the job during execution. It is possible to change.

20…画像形成部
30…駆動制御部
41…操作部
42…表示部
43c…設定保持部
1…画像形成装置
A…画像形成領域
A0…本体領域(本体画像の形成領域)
A1…ヘッダー領域(変更可能領域)
A2…フッター領域(変更可能領域)
P…記録媒体
x…搬送方向
[p]…ページ
20... Image forming unit 30... Drive control unit 41... Operating unit 42... Display unit 43c... Setting holding unit 1... Image forming device A... Image forming area A0... Main body area (main body image forming area)
A1...Header area (changeable area)
A2...Footer area (changeable area)
P...Recording medium x...Conveyance direction [p]...Page

Claims (11)

記録媒体に画像を形成する画像形成部と、
前記記録媒体の各ページに設定された複数の画像形成領域に対する画像の形成条件を設定するための操作部と、
前記操作部で設定した前記画像の形成条件を保持する設定保持部と、
前記設定保持部から取得した前記画像の形成条件に基づいて前記画像形成部の駆動を制御する駆動制御部とを備え、
前記駆動制御部は、
前記記録媒体の各画像形成領域に対して画像の形成を実施する毎に、前記操作部で設定された前記画像の形成条件を再取得し、前記再取得した画像の形成条件に基づいて前記各画像形成領域に対する画像の形成を実施し、
前記画像の形成条件は、前記各画像形成領域に対して画像を形成するか否かの情報を含む
画像形成装置。
an image forming unit that forms an image on a recording medium;
an operation unit for setting image forming conditions for a plurality of image forming areas set on each page of the recording medium;
a settings holding unit that holds the image forming conditions set by the operation unit;
a drive control section that controls driving of the image forming section based on the image forming conditions acquired from the setting holding section;
The drive control section includes:
Every time an image is formed on each image forming area of the recording medium, the image forming conditions set on the operation unit are reacquired, and each of the image forming conditions is adjusted based on the reacquired image forming conditions. Forming an image on the image forming area;
The image forming conditions include information as to whether or not to form an image in each of the image forming areas.
Image forming device.
前記操作部は、前記駆動制御部が前記画像の形成条件を取得した後および再取得した後に、前記各画像形成領域に対する画像の形成条件を変更する操作が可能である
請求項1に記載の画像形成装置。
The image according to claim 1, wherein the operation unit is capable of changing the image forming conditions for each image forming area after the drive control unit acquires and reacquires the image forming conditions. Forming device.
前記駆動制御部は、前記記録媒体に設定された複数の画像形成領域のうち、画像の形成条件を変更可能な領域として予め設定された変更可能領域に対して前記画像の形成を実施する毎に、前記画像の形成条件を再取得する
請求項1または2に記載の画像形成装置。
Each time the drive control unit performs image formation on a changeable area that is preset as an area in which image forming conditions can be changed, among a plurality of image forming areas set on the recording medium, The image forming apparatus according to claim 1 , wherein the image forming condition is reacquired.
前記変更可能領域は、前記記録媒体に設定された本体画像の形成領域を挟んで配置されたヘッダー領域およびフッター領域である
請求項3に記載の画像形成装置。
The image forming apparatus according to claim 3, wherein the changeable area is a header area and a footer area that are arranged to sandwich a main body image formation area set on the recording medium.
前記画像形成部は、所定の搬送方向に搬送された前記記録媒体に対して画像を形成し、
前記駆動制御部は、前記記録媒体の搬送方向に沿って前記複数の画像形成領域が配置されている場合には、前記各画像形成領域に対して画像の形成が開始される直前に前記画像の形成条件を再取得する
請求項1~4のうちの何れか1項に記載の画像形成装置。
The image forming unit forms an image on the recording medium conveyed in a predetermined conveyance direction,
When the plurality of image forming areas are arranged along the conveying direction of the recording medium, the drive control unit controls the image forming area immediately before starting image formation in each of the image forming areas. The image forming apparatus according to any one of claims 1 to 4, wherein the image forming apparatus reacquires the forming conditions.
前記画像形成部は、所定の搬送方向に搬送された前記記録媒体に対して画像を形成し、
前記駆動制御部は、前記記録媒体の搬送方向に対して垂直な方向に沿って前記複数の画像形成領域が配置されている場合には、前記記録媒体のページ毎に前記画像の形成条件を再取得する
請求項1~4のうちの何れか1項に記載の画像形成装置。
The image forming unit forms an image on the recording medium conveyed in a predetermined conveyance direction,
When the plurality of image forming areas are arranged along a direction perpendicular to the conveying direction of the recording medium, the drive control unit replays the image forming conditions for each page of the recording medium. The image forming apparatus according to any one of claims 1 to 4.
前記再取得する前記画像の形成条件は、前記各画像形成領域に形成する画像の画像情報を含む
請求項1~6のうちの何れか1項に記載の画像形成装置。
The image forming apparatus according to any one of claims 1 to 6 , wherein the formation conditions for the image to be reacquired include image information of the image to be formed in each of the image forming areas.
前記設定保持部は、複数のジョブに関する前記画像の形成条件を保持し、
前記駆動制御部は、前記各ジョブの画像形成を開始する前に、順次に前記各ジョブに関する前記画像の形成条件を前記設定保持部から取得する
請求項1~のうちの何れか1項に記載の画像形成装置。
The setting holding unit holds the image forming conditions regarding a plurality of jobs,
According to any one of claims 1 to 7 , the drive control unit sequentially acquires the image forming conditions for each job from the setting holding unit before starting image formation for each job. The image forming apparatus described above.
前記操作部は、前記設定保持部に保持された前記複数のジョブに関する前記画像の形成条件を変更可能である
請求項に記載の画像形成装置。
The image forming apparatus according to claim 8 , wherein the operation unit is capable of changing the image forming conditions regarding the plurality of jobs held in the setting holding unit.
前記各画像形成領域に対する画像の形成条件を変更するための変更画面を表示する表示部を備え、
前記操作部は、前記変更画面の操作により、前記駆動制御部が前記画像の形成条件を取得した後および再取得した後に、前記各画像形成領域に対する画像の形成条件を変更する設定が可能である
請求項1~の何れか1項に記載の画像形成装置。
comprising a display unit that displays a change screen for changing image forming conditions for each of the image forming areas;
The operation unit is configured to change the image forming conditions for each image forming area after the drive control unit acquires and reacquires the image forming conditions by operating the change screen. The image forming apparatus according to any one of claims 1 to 9 .
記録媒体に画像を形成する画像形成部と、前記記録媒体の各ページに設定された複数の画像形成領域に対する画像の形成条件を設定するための操作部と、前記操作部で設定した前記画像の形成条件を保持する設定保持部と、前記設定保持部から取得した前記画像の形成条件に基づいて前記画像形成部の駆動を制御する駆動制御部とを備えた画像形成装置の制御プログラムであって、
前記記録媒体の各画像形成領域に対して画像の形成を実施する毎に、前記操作部で設定された前記画像の形成条件を再取得し、前記再取得した画像の形成条件に基づく前記各画像形成領域に対する画像の形成を、前記駆動制御部に実施させ、
前記画像の形成条件として、前記各画像形成領域に対して画像を形成するか否かの情報を含む
画像形成装置の制御プログラム。
an image forming unit that forms an image on a recording medium; an operating unit that sets image forming conditions for a plurality of image forming areas set on each page of the recording medium; A control program for an image forming apparatus, comprising: a settings holding unit that holds forming conditions; and a drive control unit that controls driving of the image forming unit based on the image forming conditions acquired from the settings holding unit. ,
Every time an image is formed on each image forming area of the recording medium, the image forming conditions set on the operation unit are reacquired, and each image is created based on the reacquired image forming conditions. causing the drive control unit to form an image on the formation area;
The image forming conditions include information as to whether or not to form an image in each of the image forming areas.
A control program for an image forming apparatus.
JP2020051058A 2020-03-23 2020-03-23 Image forming device and image forming device control program Active JP7435116B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020051058A JP7435116B2 (en) 2020-03-23 2020-03-23 Image forming device and image forming device control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020051058A JP7435116B2 (en) 2020-03-23 2020-03-23 Image forming device and image forming device control program

Publications (2)

Publication Number Publication Date
JP2021146686A JP2021146686A (en) 2021-09-27
JP7435116B2 true JP7435116B2 (en) 2024-02-21

Family

ID=77850426

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020051058A Active JP7435116B2 (en) 2020-03-23 2020-03-23 Image forming device and image forming device control program

Country Status (1)

Country Link
JP (1) JP7435116B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050046875A1 (en) 2003-08-27 2005-03-03 Gibson Jason Edward Method and system for dynamically configuring printing device settings
JP2009163086A (en) 2008-01-09 2009-07-23 Seiko Epson Corp Image forming apparatus and control method for image forming apparatus
JP2010003078A (en) 2008-06-19 2010-01-07 Brother Ind Ltd Image forming system, image forming method, printing program and image forming device
JP2011140204A (en) 2010-01-09 2011-07-21 Konica Minolta Business Technologies Inc Image forming apparatus and image forming system
JP2015100951A (en) 2013-11-22 2015-06-04 キヤノン株式会社 Image formation apparatus, method of controlling image formation apparatus, and program
JP2018016007A (en) 2016-07-28 2018-02-01 京セラドキュメントソリューションズ株式会社 Image processing device and image formation apparatus having the same
JP2019103091A (en) 2017-12-07 2019-06-24 キヤノン株式会社 Image forming apparatus, image forming method, and program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050046875A1 (en) 2003-08-27 2005-03-03 Gibson Jason Edward Method and system for dynamically configuring printing device settings
JP2009163086A (en) 2008-01-09 2009-07-23 Seiko Epson Corp Image forming apparatus and control method for image forming apparatus
JP2010003078A (en) 2008-06-19 2010-01-07 Brother Ind Ltd Image forming system, image forming method, printing program and image forming device
JP2011140204A (en) 2010-01-09 2011-07-21 Konica Minolta Business Technologies Inc Image forming apparatus and image forming system
JP2015100951A (en) 2013-11-22 2015-06-04 キヤノン株式会社 Image formation apparatus, method of controlling image formation apparatus, and program
JP2018016007A (en) 2016-07-28 2018-02-01 京セラドキュメントソリューションズ株式会社 Image processing device and image formation apparatus having the same
JP2019103091A (en) 2017-12-07 2019-06-24 キヤノン株式会社 Image forming apparatus, image forming method, and program

Also Published As

Publication number Publication date
JP2021146686A (en) 2021-09-27

Similar Documents

Publication Publication Date Title
JP7081422B2 (en) Printing device, printing control device, and control method of printing device
JP5144173B2 (en) Image forming apparatus, image forming apparatus control method and program
JP2014210400A (en) Print control device, method and program
JP7435116B2 (en) Image forming device and image forming device control program
JP5783746B2 (en) Printing control apparatus, method and program
JP2007091398A (en) Image forming device, method and program for controlling conveyance of recording paper, and recording medium
JP6650787B2 (en) Printer and printing method
US11061628B2 (en) Information processing system and non-transitory computer readable medium
JP5641806B2 (en) Printer
JP5735812B2 (en) Printing apparatus and processing method thereof
JP2002283648A (en) Apparatus and method for controlling printing, and thermal transfer recording medium
JP5479050B2 (en) Printing apparatus and control method thereof
JP7275934B2 (en) Image forming apparatus, image forming method, and image forming program
JP6025943B2 (en) Printing control apparatus, method and program
US9308718B2 (en) Printing appararus and printing control method
JP6385111B2 (en) Processing apparatus, method thereof, and program
JP7375517B2 (en) Image forming device, image forming method and program
JP7207072B2 (en) image forming device
JP7491152B2 (en) Printing device
JP3359767B2 (en) Thermal transfer recording device
WO2016117351A1 (en) Image-recording device and image-recording method
JP2022070095A (en) Recording device, control method, and program
JP5988352B2 (en) Printer, printer control apparatus and printer control method
JP2002052751A (en) Method of color printing and color printer
JP4609009B2 (en) Image forming apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230216

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230915

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230926

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231115

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240109

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240122

R150 Certificate of patent or registration of utility model

Ref document number: 7435116

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150