USRE37691E1 - Output method - Google Patents
Output method Download PDFInfo
- Publication number
- USRE37691E1 USRE37691E1 US08/870,365 US87036597A USRE37691E US RE37691 E1 USRE37691 E1 US RE37691E1 US 87036597 A US87036597 A US 87036597A US RE37691 E USRE37691 E US RE37691E
- Authority
- US
- United States
- Prior art keywords
- dot data
- output
- command information
- job
- interruption
- 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.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 title claims abstract description 61
- 230000004044 response Effects 0.000 claims 4
- 238000010586 diagram Methods 0.000 description 5
- 238000010276 construction Methods 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 238000007796 conventional method Methods 0.000 description 1
- 238000013144 data compression Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1296—Printer job scheduling or printer resource handling
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K2215/00—Arrangements for producing a permanent visual presentation of the output data
- G06K2215/0002—Handling the output data
- G06K2215/0005—Accepting output data; Preparing data for the controlling system
- G06K2215/0011—Accepting output data; Preparing data for the controlling system characterised by a particular command or data flow, e.g. Page Description Language, configuration commands
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K2215/00—Arrangements for producing a permanent visual presentation of the output data
- G06K2215/0082—Architecture adapted for a particular function
- G06K2215/0085—Error recovery
Definitions
- the invention relates to an output method for producing and generating a pattern on the basis of data which has been supplied from the outside and which should be generated.
- the invention is made in consideration of the above conventional technique and it is an object of the invention to provide an image recording apparatus in which during execution of a special recording process, another recording process can be realized.
- another object of the invention is to provide an image recording apparatus for receiving recording data, for producing an image pattern based on the recording data, and for recording an image onto a recording medium, comprising: interruption instructing means for instructing the interruption of a recording process; a retreating means for storing in recoverable format all of the data regarding the image recording before the interruption was instructed in deference to next image recording data when the interruption has been instructed by the interruption instructing means; and cancelling means for cancelling the interruption instructing means, wherein when the cancellation has been instructed by the cancelling means, the data retreated by the retreating means is returned and the image recording is restarted.
- another object of the invention is to provide an output method whereby print data which is expressed by a page describing language which is received can be temporarily stored in recoverable format and, after completion of another printing process, the print data is returned and the printing process can be executed.
- another object of the invention is to provide an output method whereby code data which is received can be stored in a format different from that of the code data.
- another object of the invention is to provide an output method whereby after completion of a printing process regarding a certain job, a printing process regarding stored data is automatically restarted.
- FIG. 1 is a block constructional diagram of a printing apparatus according to an embodiment
- FIG. 2 is a flowchart of the embodiment
- FIG. 3 is a flowchart of the embodiment.
- FIG. 4 is a diagram showing a structure of the printing apparatus.
- a first job on certain print data is temporarily interrupted by a job interrupting switch during execution of a process on the print data, other print data is processed, and thereafter the interrupted job can be restarted.
- job as used in the specification denotes all of the processes from the start of processing the print data to the end thereof.
- FIG. 1 shows a block constructional diagram of the printing apparatus of the preferred embodiment.
- reference numeral 1 denotes a printer main body of the embodiment
- 2 a host computer to supply print data (for instance, data which is expressed by a page describing language or the like) in command format to the printer 1
- 3 a CPU to control the whole printing apparatus
- 4 a reception buffer to temporarily store the print data in the command format which was transmitted from the host computer 2
- 5 a program ROM in which an operation processing procedure (a program such illustrated by the flowchart of FIG. 2 and the like) which is executed by the CPU 3 has been stored
- 6 a RAM which is used as a work area by the CPU 3 during operation.
- the RAM 6 has therein a print item area 6 a and a frame memory 6 b.
- Print items Various kinds of set values (hereinafter referred to as “print items”) which are always used to produce a print pattern, such as font name and character size selected, position on a sheet which is at present being printed and the like, are held in the area 6 a.
- Print patterns of at least one page which have been developed are held in the frame memory 6 b.
- Reference numeral 7 denotes an auxiliary memory such as a hard disk device or the like.
- the auxiliary memory 7 has therein: a frame memory retreat area 7 a for retreating, i.e. temporarily storing, data necessary to restart the interrupted job, namely, the content in the frame memory 6 b upon interruption of the job; a reception buffer retreat area 7 c for retreating, i.e.
- Reference numeral 8 denotes a job interruption switch. When the user turns on the switch 8 , the job which is being processed is interrupted and a process for other print data can be executed. An on/off state of the switch 8 is checked by the CPU 3 .
- Reference numeral 9 denotes a printer output unit to print the print patterns which have been stored and developed in the frame memory 6 b.
- the content in the frame memory 6 b can be directly stored into the frame memory retreat area 7 a, it is also possible to execute an arbitrary one of various kinds of data compression techniques such as run-length coding, JPEG, and the like to the content in the frame memory 6 b and to store the compressed data into the frame memory retreat area 7 a.
- an expanding circuit (not shown) is used.
- step S 1 print data of one unit (including one command for the printing apparatus and parameters associated with the command) is read from the reception buffer 4 .
- the print data is processed in step S 2 .
- a process to write the print data into the frame memory 6 b or a process to set the print items for printing or the like is executed on the basis of the read data.
- step S 3 the preceding state (stored in a proper address in the RAM 6 ) of the job interruption switch 8 is compared with the present state, thereby discriminating whether the switch 8 has newly been set to the on-state or not (i.e. whether the switch 8 has been changed from the off-state to the on-state or not).
- step S 4 the processing routine advances from step S 3 to step S 4 to interrupt the job which is being executed.
- step S 4 the content in the print item area 6 a upon interruption of the job is retreated (stored) into the print item retreat area 7 b in the auxiliary memory 7 .
- step S 5 the content in the frame memory 6 b upon interruption of the job is retreated (stored) into the frame memory retreat area 7 a in a manner similar to step S 4 .
- step S 6 the content in the reception buffer 4 upon interruption of the job is also retreated (stored) into the reception buffer retreat area 7 c in the auxiliary memory 7 .
- step S 3 determines in step S 3 that the state of the job interruption switch 8 is unchanged, the processing routine returns to step S 1 and the present process is continued.
- step S 3 If it decides in step S 3 that the switch 8 has been changed from the on-state to the off-state, the processing routine advances to step S 7 to restart any job which was retreated into the auxiliary memory 7 , and first a check is made to see if a retreated job exists or not. If there is no retreated job, the processing routine returns to step S 1 and the present process is continued. If a retreated job exists, step S 8 follows and the content stored in the reception buffer retreat area 7 c in the auxiliary memory 7 is returned to the reception buffer 4 . In the next step S 9 , the content stored in the frame memory retreat area 7 a in the auxiliary memory 7 is returned to the frame memory 6 b in the RAM 6 and the state of the frame memory upon interruption of the job is returned. Further, the print items are similarly returned in step S 10 . After the states similar to those existing upon interruption of the job are reproduced in the above steps S 8 to S 10 , the processing routine returns to step S 1 and the execution of the interrupted job is restarted.
- the interrupted job is not processed from the beginning, but rather it is restarted from the state existing at that occurrence of the interruption, so that the interrupted job is efficiently performed.
- the data of the interrupted job is held in the auxiliary memory in the embodiment, it can be also stored in a space area in the main memory.
- the print data which expresses the job to be retreated is in a page describing language.
- the print data can be also compressed and stored by using the foregoing compressing method.
- the memory capacity required for storage can be reduced. That is in the case of retreating, the print data is stored in a different data format.
- FIG. 4 is a cross sectional view showing an internal structure of the laser beam printer (hereinafter abbreviated as LBP) of the embodiment.
- the LBP can register character patterns from a data source (not shown) and can register form data and the like.
- reference numeral 100 denotes an LBP main body for receiving and storing character data (character codes), form data, macro commands, etc. which are supplied from the host computer ( 2 in FIG. 1) connected from the outside and for forming the corresponding character pattern, form pattern, etc. in accordance with those data, thereby forming an image onto a recording sheet used as a recording medium.
- Reference numeral 300 denotes an operation panel in which switches for operation, an LED display, and the like are arranged.
- Reference numeral 101 denotes a printer control unit for controlling the whole LBP 100 and for analyzing the character data and the like which are supplied from the host computer. The printer control unit 101 converts the character data into a video signal of the corresponding character pattern and supplies it to a laser driver 102 .
- the laser driver 102 is a circuit to drive a semiconductor laser 103 and switches on and off a laser beam 104 which is emitted from the semiconductor laser 103 in accordance with the input video signal.
- the laser beam 104 is oscillated to the right and left by a rotary polygon mirror 105 and scans on an electrostatic drum 106 .
- an electrostatic latent image of the character pattern is formed on the drum 106 .
- the latent image is developed by a developing unit 107 arranged around the drum 106 and, thereafter, it is copy transferred onto a recording sheet. A cut sheet is used as a recording sheet.
- the cut recording sheets are enclosed in a sheet cassette 108 attached to the LBP main body 100 and are fed one by one from the cassette 108 into the apparatus by a feed roller 109 and conveying rollers 110 and 111 .
- the cut sheet is conveyed to the drum 106 .
- FIG. 3 is a control flowchart in the case of automatically restarting a retreated job after completion of one job.
- Steps S 1 , S 2 , S 7 , S 8 , S 9 , and S 10 are the same as those in FIG. 2.
- a check is made in step S 11 to see if the process of one job has been finished or not. If YES, step S 7 follows and a check is made to see if a retreated job exists or not. If NO in step S 7 , the first printing process is finished. If YES in step S 7 , the processing routine advances to step S 8 and subsequent steps and the retreated job is automatically returned and its process is restarted.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Record Information Processing For Printing (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
- Processing Or Creating Images (AREA)
Abstract
An output apparatus comprises: a producing circuit for receiving code data indicative of a pattern to be generated and for producing a pattern based on the code data; an interruption instructing circuit for instructing the interruption of the outputting process; and a retreating circuit for retreating the code data which had already been received before the interruption was instructed in the case where the interruption has been instructed by the interruption instructing circuit. The code data is expressed by a page describing language. The preceding code data is retreated by a different data format when the outputting process has been interrupted. The recording process which has been interrupted can be restarted from the interrupted state by returning the retreated data from the auxiliary memory.
Description
This application is a reissue of U.S. Pat. No. 5,422,985, issued on Jun. 6, 1995 from application Ser. No. 324,484, which is a continuation of application Ser. No. 08/095,494, filed Jul. 26, 1993, now abandoned, which is a continuation of application Ser. No. 07/755,498, filed Aug. 30, 1991.
1. Field of the Invention
The invention relates to an output method for producing and generating a pattern on the basis of data which has been supplied from the outside and which should be generated.
2. Related Background Art
In the kind of conventional output apparatus such as a printing apparatus with a laser beam printer or the like, when the processing of print data has once been started, the processing for first print data is continued until it is finished or the data is resigned (for instance, by resetting the printer or the like).
Therefore, there is a drawback in the case where there is a request for a new process to obtain simple printed matter during the execution of processes which require a long time due to a large amount of print data. Specifically the process which was currently being executed must be resigned during the execution of the new process, or the execution of the new process must be stayed until the end of the current process.
The invention is made in consideration of the above conventional technique and it is an object of the invention to provide an image recording apparatus in which during execution of a special recording process, another recording process can be realized.
In consideration of the above drawback, another object of the invention is to provide an image recording apparatus for receiving recording data, for producing an image pattern based on the recording data, and for recording an image onto a recording medium, comprising: interruption instructing means for instructing the interruption of a recording process; a retreating means for storing in recoverable format all of the data regarding the image recording before the interruption was instructed in deference to next image recording data when the interruption has been instructed by the interruption instructing means; and cancelling means for cancelling the interruption instructing means, wherein when the cancellation has been instructed by the cancelling means, the data retreated by the retreating means is returned and the image recording is restarted.
In consideration of the above drawbacks, another object of the invention is to provide an output method whereby print data which is expressed by a page describing language which is received can be temporarily stored in recoverable format and, after completion of another printing process, the print data is returned and the printing process can be executed.
In consideration of the above drawbacks, another object of the invention is to provide an output method whereby code data which is received can be stored in a format different from that of the code data.
In consideration of the above drawbacks, another object of the invention is to provide an output method whereby after completion of a printing process regarding a certain job, a printing process regarding stored data is automatically restarted.
FIG. 1 is a block constructional diagram of a printing apparatus according to an embodiment;
FIG. 2 is a flowchart of the embodiment;
FIG. 3 is a flowchart of the embodiment; and
FIG. 4 is a diagram showing a structure of the printing apparatus.
An embodiment according to the invention will be described in detail hereinbelow in accordance with the drawings.
In a printing apparatus in accordance with the present invention, a first job on certain print data is temporarily interrupted by a job interrupting switch during execution of a process on the print data, other print data is processed, and thereafter the interrupted job can be restarted. The term “job” as used in the specification denotes all of the processes from the start of processing the print data to the end thereof.
FIG. 1 shows a block constructional diagram of the printing apparatus of the preferred embodiment.
In the diagram, reference numeral 1 denotes a printer main body of the embodiment; 2 a host computer to supply print data (for instance, data which is expressed by a page describing language or the like) in command format to the printer 1; 3 a CPU to control the whole printing apparatus; 4 a reception buffer to temporarily store the print data in the command format which was transmitted from the host computer 2; 5 a program ROM in which an operation processing procedure (a program such illustrated by the flowchart of FIG. 2 and the like) which is executed by the CPU 3 has been stored; and 6 a RAM which is used as a work area by the CPU 3 during operation. The RAM 6 has therein a print item area 6a and a frame memory 6b. Various kinds of set values (hereinafter referred to as “print items”) which are always used to produce a print pattern, such as font name and character size selected, position on a sheet which is at present being printed and the like, are held in the area 6a. Print patterns of at least one page which have been developed are held in the frame memory 6b. Reference numeral 7 denotes an auxiliary memory such as a hard disk device or the like. The auxiliary memory 7 has therein: a frame memory retreat area 7a for retreating, i.e. temporarily storing, data necessary to restart the interrupted job, namely, the content in the frame memory 6b upon interruption of the job; a reception buffer retreat area 7c for retreating, i.e. temporarily storing, the content in the reception buffer 4; and a print item retreat area 7b for retreating, i.e. temporarily storing, the content in the print item area 6a. Reference numeral 8 denotes a job interruption switch. When the user turns on the switch 8, the job which is being processed is interrupted and a process for other print data can be executed. An on/off state of the switch 8 is checked by the CPU 3. Reference numeral 9 denotes a printer output unit to print the print patterns which have been stored and developed in the frame memory 6b.
Although the content in the frame memory 6b can be directly stored into the frame memory retreat area 7a, it is also possible to execute an arbitrary one of various kinds of data compression techniques such as run-length coding, JPEG, and the like to the content in the frame memory 6b and to store the compressed data into the frame memory retreat area 7a. In the case of retrieving and restoring the compressed content of the frame memory 6b from the retreat area 7a, an expanding circuit (not shown) is used.
A processing procedure in the embodiment with the above construction will now be described in accordance with the flowchart shown in FIG. 2.
In the embodiment, it is assumed that first a data receiving process from the host computer 2 and a storing process into the reception buffer 4 are executed by an interruption (not shown).
Then, in step S1, print data of one unit (including one command for the printing apparatus and parameters associated with the command) is read from the reception buffer 4. The print data is processed in step S2. A process to write the print data into the frame memory 6b or a process to set the print items for printing or the like is executed on the basis of the read data. In step S3, the preceding state (stored in a proper address in the RAM 6) of the job interruption switch 8 is compared with the present state, thereby discriminating whether the switch 8 has newly been set to the on-state or not (i.e. whether the switch 8 has been changed from the off-state to the on-state or not).
If it decides that the switch 8 has newly been set to the on-state, the processing routine advances from step S3 to step S4 to interrupt the job which is being executed. In step S4, the content in the print item area 6a upon interruption of the job is retreated (stored) into the print item retreat area 7b in the auxiliary memory 7. In the next step S5, the content in the frame memory 6b upon interruption of the job is retreated (stored) into the frame memory retreat area 7a in a manner similar to step S4. In step S6, the content in the reception buffer 4 upon interruption of the job is also retreated (stored) into the reception buffer retreat area 7c in the auxiliary memory 7. After completion of the execution of the above retreating processes, the reception buffer 4 and the areas 6a and 6b are initialized so that another job can be processed. After that, the processing routine returns to step S1 and the processes of a new job are executed.
On the other hand, if it determines in step S3 that the state of the job interruption switch 8 is unchanged, the processing routine returns to step S1 and the present process is continued.
If it decides in step S3 that the switch 8 has been changed from the on-state to the off-state, the processing routine advances to step S7 to restart any job which was retreated into the auxiliary memory 7, and first a check is made to see if a retreated job exists or not. If there is no retreated job, the processing routine returns to step S1 and the present process is continued. If a retreated job exists, step S8 follows and the content stored in the reception buffer retreat area 7c in the auxiliary memory 7 is returned to the reception buffer 4. In the next step S9, the content stored in the frame memory retreat area 7a in the auxiliary memory 7 is returned to the frame memory 6b in the RAM 6 and the state of the frame memory upon interruption of the job is returned. Further, the print items are similarly returned in step S10. After the states similar to those existing upon interruption of the job are reproduced in the above steps S8 to S10, the processing routine returns to step S1 and the execution of the interrupted job is restarted.
When the job interruption switch 8 is changed from the on-state to the off-state, if another job is being processed at that time, that other job is retreated to the auxiliary memory 7 and a job which had previously been retreated is returned.
As described above, according to the embodiment, during the execution of a printing process, for example for a large amount of print data which needs a long processing time, other print data can be processed and the efficiency of printing is raised. In the above case, moreover, the interrupted job is not processed from the beginning, but rather it is restarted from the state existing at that occurrence of the interruption, so that the interrupted job is efficiently performed.
Although the data of the interrupted job is held in the auxiliary memory in the embodiment, it can be also stored in a space area in the main memory.
Further, in the case where new print data is not received from the outside upon completion of the processes of one job, a job which has had been previously retreated can be automatically restarted, as indicated in FIG. 3 (see below).
In the embodiment, when the job interruption switch 8 had been changed from the off-state to the on-state, all of the data needed to restart the process at that point is immediately retreated to the auxiliary memory 7. However, if the reception of all of the data regarding the relevant job had not been completed at that time, the retreating process can be also performed after waiting for the completion of the reception.
In the case of the embodiment, the print data which expresses the job to be retreated is in a page describing language. However, it is also possible to analyze the print data during the retreating steps and to produce bit map data of one page. Further, the print data can be also compressed and stored by using the foregoing compressing method. Thus, the memory capacity required for storage can be reduced. That is in the case of retreating, the print data is stored in a different data format.
The construction of a laser beam printer in accordance with the present invention will now be described with reference to FIG. 4.
FIG. 4 is a cross sectional view showing an internal structure of the laser beam printer (hereinafter abbreviated as LBP) of the embodiment. The LBP can register character patterns from a data source (not shown) and can register form data and the like.
In the diagram, reference numeral 100 denotes an LBP main body for receiving and storing character data (character codes), form data, macro commands, etc. which are supplied from the host computer (2 in FIG. 1) connected from the outside and for forming the corresponding character pattern, form pattern, etc. in accordance with those data, thereby forming an image onto a recording sheet used as a recording medium. Reference numeral 300 denotes an operation panel in which switches for operation, an LED display, and the like are arranged. Reference numeral 101 denotes a printer control unit for controlling the whole LBP 100 and for analyzing the character data and the like which are supplied from the host computer. The printer control unit 101 converts the character data into a video signal of the corresponding character pattern and supplies it to a laser driver 102.
The laser driver 102 is a circuit to drive a semiconductor laser 103 and switches on and off a laser beam 104 which is emitted from the semiconductor laser 103 in accordance with the input video signal. The laser beam 104 is oscillated to the right and left by a rotary polygon mirror 105 and scans on an electrostatic drum 106. Thus, an electrostatic latent image of the character pattern is formed on the drum 106. The latent image is developed by a developing unit 107 arranged around the drum 106 and, thereafter, it is copy transferred onto a recording sheet. A cut sheet is used as a recording sheet. The cut recording sheets are enclosed in a sheet cassette 108 attached to the LBP main body 100 and are fed one by one from the cassette 108 into the apparatus by a feed roller 109 and conveying rollers 110 and 111. The cut sheet is conveyed to the drum 106.
FIG. 3 is a control flowchart in the case of automatically restarting a retreated job after completion of one job. Steps S1, S2, S7, S8, S9, and S10 are the same as those in FIG. 2. A check is made in step S11 to see if the process of one job has been finished or not. If YES, step S7 follows and a check is made to see if a retreated job exists or not. If NO in step S7, the first printing process is finished. If YES in step S7, the processing routine advances to step S8 and subsequent steps and the retreated job is automatically returned and its process is restarted.
As described above, according to the invention, even during the execution of a certain recording process, another recording process can be executed. In such a case, moreover, the recording process which has been interrupted by the interrupting process can be restarted from the interrupted state.
Claims (28)
1. An output apparatus comprising:
receiving means for receiving a plurality of pieces of command information relating to a first job for a first image;
first memory means for storing the received command information;
generating means for generating dot data based on the command information stored in said first memory means;
second memory means for storing the generated dot data; and
retreating means for retreating both the received command information stored in said first memory means and the dot data stored in said second memory means to a third memory means in response to an output processing for the first job being interrupted to perform an output processing for another job for a different image.
2. An output apparatus according to claim 1 , wherein said retreating means comprises means for compressing the dot data generated by said generating means and for storing the compressed dot data in response to the output processing for the first job being interrupted.
3. An output apparatus according to claim 2 , further comprising means for returning the stored compressed dot data to its original form.
4. An output apparatus according to claim 1 , further comprising instructing means for instructing the interruption of the output processing, wherein said retreating means retreats the received information after the command information relating to the first job has been completely received by said receiving means.
5. An output apparatus according to claim 4 , wherein said instructing means instructs the interruption so as to output other dot data relating to the other job.
6. An output apparatus according to claim 1 , further comprising means for generating size information and position information for a pattern to be output by said apparatus based on the received command information, wherein said retreating means further retreats the size and position information when the output processing for the first job is interrupted.
7. An output apparatus according to claim 6 , further comprising means for outputting the dot data.
8. An output apparatus according to claim 1 , further comprising analyzing means for analyzing the received command information while the command information is retreated by said retreating means.
9. An output apparatus according to claim 1 , wherein the command information is represented by page description language.
10. An output apparatus according to claim 1 , further comprising means for outputting the dot data.
11. An output apparatus according to claim 1 , wherein said retreating means retreats at least one piece of the command information based on which dot data has not yet been generated by said generating means.
12. An output apparatus according to claim 1 , further comprising the third memory means for storing the command information and the dot data retreated by said retreating means.
13. An output apparatus according to claim 12 , wherein said third memory means comprises a hard disc.
14. An output apparatus according to claim 10 , wherein said outputting means comprises means for printing the dot data on a recording medium as an image.
15. An output apparatus according to claim 14 , wherein said printing means prints the dot data by an electrostatic recording method.
16. An output method comprising the steps of:
receiving a plurality of pieces of command information relating to a first job;
generating dot data based on the received command information and storing the generated dot data; and
re-treating both the received command information and the stored dot data in response to an interruption during said generating step for the first job so as to perform an output processing for another job.
17. An output method according to claim 16 , wherein said re-treating step comprises compressing the dot data generated in said generating step and storing the compressed dot data in response to the interruption.
18. An output method according to claim 17 , further comprising the step of returning the stored compressed dot data to its original form.
19. An output method according to claim 16 , further comprising the step of instructing the interruption, and wherein, in said re-treating step, the received information is re-treated after the command information relating to the first job has been completely received.
20. An output method according to claim 19 , wherein said instructing step includes instructing the interruption so as to output other dot data relating to the other job.
21. An output method according to claim 16 , further comprising the step of generating size information and position information for a pattern to be output based on the received command information, wherein, in said re-treating step, the size and position information is re-treated.
22. An output method according to claim 16 , further comprising the step of analyzing the received command information while the command information is re-treated in said re-treating step.
23. An output method according to claim 16 , wherein the command information is represented by page description language.
24. An output method according to claim 16 , wherein, in said re-treating step, any command information based on which dot data has not yet been generated in said generating step is re-treated.
25. An output method according to claim 16 , wherein the command information and the dot data re-treated in said re-treating step are stored in memory means.
26. An output method according to claim 25 , wherein the memory means comprises a hard disc.
27. An output method according to claim 16 , further comprising the step of printing the dot data on a recording medium as an image.
28. An output method according to claim 27 , wherein, in said printing step, the dot data is printed using an electrostatic recording method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/870,365 USRE37691E1 (en) | 1990-09-03 | 1997-06-06 | Output method |
Applications Claiming Priority (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2230599A JP2774369B2 (en) | 1990-09-03 | 1990-09-03 | Image recording device |
JP2-230599 | 1990-09-03 | ||
US75549891A | 1991-08-30 | 1991-08-30 | |
US9549493A | 1993-07-26 | 1993-07-26 | |
US08/324,484 US5422985A (en) | 1990-09-03 | 1994-10-18 | Output method |
US08/870,365 USRE37691E1 (en) | 1990-09-03 | 1997-06-06 | Output method |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/324,484 Reissue US5422985A (en) | 1990-09-03 | 1994-10-18 | Output method |
Publications (1)
Publication Number | Publication Date |
---|---|
USRE37691E1 true USRE37691E1 (en) | 2002-05-07 |
Family
ID=16910271
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/324,484 Ceased US5422985A (en) | 1990-09-03 | 1994-10-18 | Output method |
US08/870,365 Expired - Lifetime USRE37691E1 (en) | 1990-09-03 | 1997-06-06 | Output method |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/324,484 Ceased US5422985A (en) | 1990-09-03 | 1994-10-18 | Output method |
Country Status (4)
Country | Link |
---|---|
US (2) | US5422985A (en) |
EP (1) | EP0478965B1 (en) |
JP (1) | JP2774369B2 (en) |
DE (1) | DE69128586T2 (en) |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030156129A1 (en) * | 1991-12-25 | 2003-08-21 | Tsutomu Takahashi | Information processing method and apparatus |
JP2871960B2 (en) | 1992-07-23 | 1999-03-17 | キヤノン株式会社 | Printing method and apparatus |
JPH06155851A (en) * | 1992-11-18 | 1994-06-03 | Mitsubishi Electric Corp | Printer |
US6213652B1 (en) * | 1995-04-18 | 2001-04-10 | Fuji Xerox Co., Ltd. | Job scheduling system for print processing |
US5764863A (en) * | 1995-07-19 | 1998-06-09 | Hewlett-Packard Company | Multiple original copy data printer |
JP3116801B2 (en) * | 1996-02-16 | 2000-12-11 | 富士ゼロックス株式会社 | Image processing device |
JP2000318544A (en) * | 1999-05-11 | 2000-11-21 | Nec Corp | On-vehicle equipment controller |
JP2002118471A (en) * | 2000-10-06 | 2002-04-19 | Hitachi Ltd | Recording and reproducing device, method for correcting and coding error, and method for recording information |
US7375844B2 (en) * | 2000-12-22 | 2008-05-20 | Seiko Epson Corporation | Method for generating a print data file, method for storing print data, a data storage medium therefor, and an apparatus for generating a data storage file |
US8218160B2 (en) | 2007-08-08 | 2012-07-10 | Sharp Laboratories Of America, Inc. | Adaptive automatic printing |
JP7395342B2 (en) * | 2019-12-20 | 2023-12-11 | キヤノン株式会社 | Image forming apparatus, image forming apparatus control method, and program |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4571069A (en) * | 1982-02-26 | 1986-02-18 | Mita Industrial Company Limited | Recording apparatus |
EP0297567A2 (en) | 1987-06-30 | 1989-01-04 | Tokyo Electric Co., Ltd. | Label printer |
US4881180A (en) | 1986-03-05 | 1989-11-14 | Minolta Camera Kabushiki Kaisha | Character image generating circuit |
US5018081A (en) * | 1988-01-07 | 1991-05-21 | Minolta Camera Kabushiki Kaisha | Printer with automatic restart |
-
1990
- 1990-09-03 JP JP2230599A patent/JP2774369B2/en not_active Expired - Fee Related
-
1991
- 1991-09-02 EP EP91114727A patent/EP0478965B1/en not_active Expired - Lifetime
- 1991-09-02 DE DE69128586T patent/DE69128586T2/en not_active Expired - Lifetime
-
1994
- 1994-10-18 US US08/324,484 patent/US5422985A/en not_active Ceased
-
1997
- 1997-06-06 US US08/870,365 patent/USRE37691E1/en not_active Expired - Lifetime
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4571069A (en) * | 1982-02-26 | 1986-02-18 | Mita Industrial Company Limited | Recording apparatus |
US4881180A (en) | 1986-03-05 | 1989-11-14 | Minolta Camera Kabushiki Kaisha | Character image generating circuit |
EP0297567A2 (en) | 1987-06-30 | 1989-01-04 | Tokyo Electric Co., Ltd. | Label printer |
US5018081A (en) * | 1988-01-07 | 1991-05-21 | Minolta Camera Kabushiki Kaisha | Printer with automatic restart |
Non-Patent Citations (2)
Title |
---|
Computer Design, vol. 27, No. 13, Jul. 1988, pp 26-30. |
IBM Technical Disclosure Bulletin, vol. 30, No. 8, Jan. 1988. |
Also Published As
Publication number | Publication date |
---|---|
JP2774369B2 (en) | 1998-07-09 |
EP0478965A1 (en) | 1992-04-08 |
EP0478965B1 (en) | 1998-01-07 |
DE69128586T2 (en) | 1998-05-20 |
JPH04112058A (en) | 1992-04-14 |
DE69128586D1 (en) | 1998-02-12 |
US5422985A (en) | 1995-06-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20030035672A1 (en) | Job processing apparatus | |
USRE37691E1 (en) | Output method | |
JP3165268B2 (en) | Print information processing method and apparatus | |
JPH05318840A (en) | Image forming device and formation thereof | |
JPH10222319A (en) | Printing device and printing control method | |
JPH05318838A (en) | Image forming device and formation thereof | |
JP3297445B2 (en) | Output method and device | |
US6052204A (en) | Output apparatus and output method | |
JP3049158B2 (en) | Character processing device and character processing method of character processing device | |
JP3209911B2 (en) | Print control device and data processing method of print control device | |
JP3083251B2 (en) | Page printer | |
JP3121103B2 (en) | Character processing apparatus and method | |
JP2869923B2 (en) | Printing control device | |
JPH05270092A (en) | Method and apparatus for forming image | |
JPH08282064A (en) | Recording apparatus and recording control method | |
JPH1199730A (en) | Printer and its control method | |
JPH05318829A (en) | Device and method of forming image | |
JP2002132466A (en) | Image output unit, image output system, image processing method and storage medium | |
JP3428817B2 (en) | Print control device and method | |
JP3110870B2 (en) | Pattern generation method and apparatus | |
JP3359318B2 (en) | Printing apparatus, print control method, and print control apparatus | |
JPH0825720A (en) | Method and apparatus for outputting image | |
JPH10326166A (en) | Printer device | |
JPH11348360A (en) | Method and apparatus for printing, and memory medium | |
JPH0958091A (en) | Page printer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
CC | Certificate of correction | ||
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |