JPH1091368A - Print controller and its data processing method and storage medium storing readable program for computer - Google Patents
Print controller and its data processing method and storage medium storing readable program for computerInfo
- Publication number
- JPH1091368A JPH1091368A JP8244551A JP24455196A JPH1091368A JP H1091368 A JPH1091368 A JP H1091368A JP 8244551 A JP8244551 A JP 8244551A JP 24455196 A JP24455196 A JP 24455196A JP H1091368 A JPH1091368 A JP H1091368A
- Authority
- JP
- Japan
- Prior art keywords
- control
- output
- control language
- dump
- switching
- 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.)
- Pending
Links
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ホストコンピュー
タ等の情報処理装置から入力される印刷制御情報を解析
して制御命令のダンプ出力を行う印刷制御装置および印
刷制御装置のデータ処理方法およびコンピュータが読み
出し可能なプログラムを格納した記憶媒体に関するもの
である。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a print control apparatus for analyzing print control information input from an information processing apparatus such as a host computer and outputting a control instruction dump, a data processing method of the print control apparatus, and a computer. The present invention relates to a storage medium storing a readable program.
【0002】[0002]
【従来の技術】従来、プリンタ部を制御する印刷制御装
置では、ホストより入力された印刷のための制御命令
(以下、コマンド)を、該コマンドの規則にしたがって
画像出力のための解析処理を行っている。更に前記印刷
制御装置には、該印刷制御装置のネイティブなコマンド
の他に異なるタイプのコマンドも解析処理(以下、エミ
ュレーション)を行っている。また、印刷制御装置は、
印刷のための制御命令の他に該制御命令の上位概念とし
て、印刷環境を変更するための制御命令(JLコマン
ド)の解析処理も行っている。2. Description of the Related Art Conventionally, a print control device for controlling a printer section performs an analysis process for outputting a print control command (hereinafter, a command) input from a host in accordance with the rules of the command. ing. Further, the print control device performs analysis processing (hereinafter, emulation) of commands of different types in addition to the native commands of the print control device. Further, the print control device includes:
In addition to the control instruction for printing, the control instruction (JL command) for changing the printing environment is analyzed as a general concept of the control instruction.
【0003】また、印刷制御装置には、ホストより入力
された前記コマンドを、画像出力のための解析処理を行
わずに印刷部から出力する機能(以下、ダンプ機能)を
備えている場合がある。[0003] The print control apparatus may have a function of outputting the command input from the host from the printing unit without performing analysis processing for image output (hereinafter, a dump function). .
【0004】このようなダンプ機能には、入力された情
報を16進数コードで出力するヘキサダンプ機能と、よ
り高度な機能として、各コマンド毎に該コマンドの種類
に応じた規則に基づいて文字や記号で出力するインテリ
ジェントダンプ機能とがある。[0004] Such a dump function includes a hexa-dump function for outputting input information in hexadecimal code, and a more advanced function such as a character or a symbol based on a rule corresponding to the type of each command. Output with intelligent dump function.
【0005】[0005]
【発明が解決しようとする課題】従来の印刷制御装置は
上記のように構成されているので、ダンプモードで出力
する場合、エミュレーションの切換えはダンプ出力の前
にユーザが手動で行うことしかできないので、複数のコ
マンドタイプのジョブが混在したデータのインテリジェ
ントダンプを行うと、ユーザが選択した特定のコマンド
だけしか正しく解釈できず、他のタイプのコマンドの部
分は望み通りの出力結果が得られなかった。Since the conventional print control apparatus is configured as described above, when the output is performed in the dump mode, the emulation can be switched only manually by the user before the dump output. When performing intelligent dump of data containing a mixture of jobs of multiple command types, only specific commands selected by the user could be correctly interpreted, and other types of commands did not produce the desired output results. .
【0006】また、エミュレーションの自動切換え手段
を備える印刷制御装置において、複数のコマンドタイプ
のジョブが混在したデータのインテリジェントダンプを
行う場合、エミュレーションの切り換えが発生してもダ
ンプの結果が連続して出力されてしまうので、ユーザが
解釈する場合、出力結果を解析する場合に区切りが不明
瞭となって不便であった。Also, in a print control apparatus having automatic emulation switching means, when performing intelligent dump of data in which a plurality of command type jobs are mixed, the result of the dump is continuously output even if emulation switching occurs. This is inconvenient, because when interpreting by the user, when analyzing the output result, the delimiters become unclear.
【0007】また、エミュレーションの自動切換え手段
を備える印刷制御装置において、複数のコマンドタイプ
のジョブが混在したデータのインテリジェントダンプを
行う場合、すべてのコマンドタイプの情報についてイン
テリジェントダンプを行ってしまうので、ユーザが選択
した特定のコマンドタイプの情報に関するインテリジェ
ントダンプを行うことが出来なかった。Further, in a print control apparatus having automatic emulation switching means, when performing intelligent dump of data in which a plurality of job types are mixed, intelligent dump is performed for all command type information. Could not perform an intelligent dump on the information for the particular command type selected.
【0008】さらに、通常のコマンドの上位概念に当る
印刷環境変更命令(JLコマンド)がホストより入力さ
れた場合、該JLコマンドには特別な処理を行っていな
いので、該JLコマンドが影響を及ぼしている範囲を判
断することが困難になる問題点があった。Further, when a print environment change command (JL command), which is a general concept of a normal command, is input from the host, no special processing is performed on the JL command, so that the JL command has an effect. There is a problem that it is difficult to determine the range of the error.
【0009】また、上記JLコマンドを解析し、該JL
コマンドの有効範囲に網かけを行う手段を備える印刷制
御装置においては、複数のJLコマンドがある場合、同
一パターンで網かけを行っているため、それぞれのコマ
ンドの有効範囲を判断することが困難になる問題点があ
った。The JL command is analyzed and the JL command is analyzed.
In a print control apparatus including a means for shading the effective range of a command, when there are a plurality of JL commands, shading is performed in the same pattern, so that it is difficult to determine the effective range of each command. There was a problem.
【0010】本発明は、上記の問題点を解消するために
なされたもので、本発明に係る第1の発明〜第17の発
明の第1の目的は、入力される制御命令の制御言語体系
を識別してダンプ処理を切り換えることにより、それぞ
れの制御言語体系の制御命令を適切なパターンに置換し
て出力できること、第2の目的は、指定された制御言語
体系と入力される制御命令の制御言語体系とを比較して
ダンプ処理を切り換えることにより、指定された制御言
語体系の制御命令を適切なパターンに置換して選別出力
することができるとともに、指定外の制御言語体系の制
御命令の出力イメージをそれぞれ出力できること、第3
の目的は、指定された制御言語体系と入力される制御命
令の制御言語体系とを比較してダンプ処理を切り換える
際に、制御命令が出力環境変更命令かどうかを判定して
該出力環境変更命令のダンプ出力形態をそれぞれ変更す
ることにより、他の制御命令のダンプ出力形態と出力環
境変更命令とを容易に識別できるダンプ出力結果を得る
ことができる印刷制御装置および印刷制御装置のデータ
処理方法およびコンピュータが読み出し可能なプログラ
ムを格納した記憶媒体を提供することである。The present invention has been made to solve the above problems, and a first object of the first to seventeenth inventions according to the present invention is to provide a control language system of an input control command. The second object of the present invention is to replace the control command of each control language system with an appropriate pattern and to output the same by switching dump processing by identifying the control language system. By switching the dump processing by comparing with the language system, the control instruction of the specified control language system can be replaced with an appropriate pattern and selected and output, and the output of the control instruction of the non-designated control language system can be output. The ability to output each image, third
The purpose of the present invention is to compare a designated control language system with a control language system of an input control instruction and to determine whether the control instruction is an output environment change instruction when switching dump processing, and A print control apparatus and a data processing method of the print control apparatus, which can obtain a dump output result that can easily identify a dump output form of another control instruction and an output environment change instruction by respectively changing the dump output form of the print control apparatus. An object of the present invention is to provide a storage medium storing a computer-readable program.
【0011】[0011]
【課題を解決するための手段】本発明に係る第1の発明
は、複数の異なる制御言語体系の制御命令を解析する解
析手段と、前記複数の異なる制御言語体系の制御命令を
所定のパターンに置換して出力するダンプ出力手段と、
前記解析手段により連続して入力される複数の異なる制
御言語体系の制御命令を順次解析し、該解析結果に基づ
いて解析すべき制御言語体系を切り換える切換え手段
と、前記切換え手段により切り換えられた前記制御言語
体系に基づいて前記ダンプ出力手段がダンプ出力すべき
制御言語体系を切り換え制御する制御手段とを有するも
のである。According to a first aspect of the present invention, there is provided an analyzing means for analyzing control commands of a plurality of different control language systems, and a control unit for converting the control commands of the plurality of different control language systems into a predetermined pattern. Dump output means for replacing and outputting;
Switching means for sequentially analyzing control commands of a plurality of different control language systems continuously input by the analysis means, and switching a control language system to be analyzed based on the analysis result; and Control means for switching and controlling the control language system to be dumped by the dump output means based on the control language system.
【0012】本発明に係る第2の発明は、複数の異なる
制御言語体系の制御命令を解析する解析手段と、前記複
数の異なる制御言語体系の制御命令を所定のパターンに
置換して出力するダンプ出力手段と、前記解析手段によ
る前記制御命令の解析結果に基づいて出力イメージを生
成する生成手段と、前記ダンプ出力手段がダンプ出力す
べき所望の制御言語体系を指定する指定手段と、前記解
析手段により連続して入力される複数の異なる制御言語
体系の制御命令を順次解析し、該解析した制御言語体系
と前記指定手段により指定された制御言語体系とが一致
するかどうかを判定する判定手段と、前記判定手段によ
り両制御言語体系が一致すると判定した場合に、前記ダ
ンプ出力手段により指定された前記制御言語体系に基づ
いて前記制御命令をダンプ出力させ、前記判定手段によ
り両制御言語体系が一致しないと判定した場合に、前記
生成手段により前記解析手段の解析結果に基づく出力イ
メージを生成させる制御手段とを有するものである。According to a second aspect of the present invention, there is provided an analyzing means for analyzing a plurality of control commands of different control language systems, and a dump for replacing the plurality of control commands of different control language systems with a predetermined pattern and outputting the same. Output means, generating means for generating an output image based on the analysis result of the control command by the analyzing means, specifying means for specifying a desired control language system to be dumped by the dump output means, and the analyzing means Determining means for sequentially analyzing control instructions of a plurality of different control language systems continuously inputted by the control unit, and determining whether or not the analyzed control language system matches the control language system specified by the specifying unit; When the determination means determines that the two control language systems match, the control instruction is issued based on the control language system specified by the dump output means. It was dumped, if it is determined that both control language systems do not coincide by the determination means, in which a control means for generating an output image based on the analysis result of said analyzing means by the generation unit.
【0013】本発明に係る第3の発明は、複数の異なる
制御言語体系の制御命令を解析する解析手段と、前記複
数の異なる制御言語体系の制御命令を所定のパターンに
置換して出力するダンプ出力手段と、前記解析手段によ
り連続して入力される複数の異なる制御言語体系の制御
命令を順次解析し、該解析結果に基づいて解析すべき制
御言語体系を切り換える切換え手段と、前記切換え手段
により切り換えられた前記制御言語体系に基づいて前記
ダンプ出力手段がダンプ出力すべき制御言語体系を切り
換え制御する第1の制御手段と、前記ダンプ出力手段が
ダンプ出力すべき制御命令が出力環境変更命令かどうか
を判定する判定手段と、前記判定手段が制御命令が出力
環境変更命令であると判定した場合に、前記ダンプ出力
手段が出力する出力環境変更命令が有効となる範囲内の
パターンに対して所定の塗り潰し処理を行う第2の制御
手段とを有するものである。According to a third aspect of the present invention, there is provided an analyzing means for analyzing a plurality of control commands of different control language systems, and a dump for replacing the plurality of control commands of different control language systems with a predetermined pattern and outputting the same. Output means, switching means for sequentially analyzing control commands of a plurality of different control language systems continuously inputted by the analysis means, and switching a control language system to be analyzed based on the analysis result; and First control means for switching and controlling a control language system to be dumped by the dump output means based on the switched control language system; and a control instruction to be dumped by the dump output means being an output environment change instruction. Determining means for determining whether or not the control instruction is an output environment change instruction; And has a second control means for performing predetermined filling process for the pattern within the environment change order is valid.
【0014】本発明に係る第4の発明は、前記第2の制
御手段は、前記ダンプ出力手段が出力する出力環境変更
命令のパターンと所定の塗り潰しパターンとを重ね書き
処理するものである。According to a fourth aspect of the present invention, the second control means overwrites a pattern of an output environment change instruction output by the dump output means with a predetermined filling pattern.
【0015】本発明に係る第5の発明は、複数の異なる
制御言語体系の制御命令を解析する解析手段と、前記複
数の異なる制御言語体系の制御命令を所定のパターンに
置換して出力するダンプ出力手段と、前記解析手段によ
り連続して入力される複数の異なる制御言語体系の制御
命令を順次解析し、該解析結果に基づいて解析すべき制
御言語体系を切り換える切換え手段と、前記切換え手段
により切り換えられた前記制御言語体系に基づいて前記
ダンプ出力手段がダンプ出力すべき制御言語体系を切り
換え制御する第1の制御手段と、前記ダンプ出力手段が
ダンプ出力すべき制御命令が出力環境変更命令かどうか
を判定する判定手段と、前記判定手段が制御命令が出力
環境変更命令であると判定する毎に、前記ダンプ出力手
段が出力する出力環境変更命令が有効となる範囲内のパ
ターンに対して異なる塗り潰し処理を行う第2の制御手
段とを有するものである。According to a fifth aspect of the present invention, there is provided an analyzing means for analyzing control instructions of a plurality of different control language systems, and a dump for replacing the control instructions of the plurality of different control language systems with a predetermined pattern and outputting the same. Output means, switching means for sequentially analyzing control commands of a plurality of different control language systems continuously inputted by the analysis means, and switching a control language system to be analyzed based on the analysis result; and First control means for switching and controlling a control language system to be dumped by the dump output means based on the switched control language system; and a control instruction to be dumped by the dump output means being an output environment change instruction. Determining means for determining whether or not the output is output by the dump output means each time the determining means determines that the control instruction is an output environment change instruction And has a second control means for performing different filling process for a pattern within a range boundary change instruction is effective.
【0016】本発明に係る第6の発明は、前記第2の制
御手段は、前記ダンプ出力手段が出力する出力環境変更
命令のパターンと順次異なる塗り潰しパターンとを重ね
書き処理するものである。According to a sixth aspect of the present invention, the second control means overwrites a pattern of the output environment change instruction output by the dump output means with a sequentially different fill pattern.
【0017】本発明に係る第7の発明は、前記ダンプ出
力手段は、印刷装置または表示装置とするものである。According to a seventh aspect of the present invention, the dump output means is a printing device or a display device.
【0018】本発明に係る第8の発明は、前記ダンプ出
力手段は、各制御言語体系に対応して各制御命令に固有
の文字または記号のパターンに置換して出力するもので
ある。In an eighth aspect according to the present invention, the dump output means replaces and outputs a character or symbol pattern unique to each control instruction corresponding to each control language system.
【0019】本発明に係る第9の発明は、前記切換え手
段による前記制御言語体系の切り換え毎に、前記ダンプ
出力手段が置換したデータを出力するものである。According to a ninth aspect of the present invention, every time the control language system is switched by the switching means, the data output by the dump output means is output.
【0020】本発明に係る第10の発明は、複数の異な
る制御言語体系の制御命令を解析する印刷制御装置のデ
ータ処理方法であって、連続して入力される複数の異な
る制御言語体系の制御命令を順次解析し、該解析結果に
基づいて解析すべき制御言語体系を切り換える切換え工
程と、該切り換えられた前記制御言語体系に基づいて入
力される制御命令を所定のパターンに置換して出力する
ダンプ出力工程とを有するものである。According to a tenth aspect of the present invention, there is provided a data processing method of a print control apparatus for analyzing control commands of a plurality of different control language systems, the method comprising controlling a plurality of different control language systems input continuously. A switching step of sequentially analyzing instructions and switching a control language system to be analyzed based on the analysis result; and replacing a control instruction input based on the switched control language system with a predetermined pattern and outputting the same. And a dump output step.
【0021】本発明に係る第11の発明は、複数の異な
る制御言語体系の制御命令を解析する印刷制御装置のデ
ータ処理方法であって、連続して入力される複数の異な
る制御言語体系の制御命令を順次解析し、該解析結果に
基づいて解析すべき制御言語体系を切り換える切換え工
程と、連続して入力される複数の異なる制御言語体系の
制御命令を順次解析し、該解析した制御言語体系と指定
された制御言語体系とが一致するかどうかを判定する判
定工程と、両制御言語体系が一致すると判定した場合
に、指定された前記制御言語体系に基づく制御命令を所
定のパターンに置換して出力するダンプ出力工程と、前
記両制御言語体系が一致しないと判定した場合に、解析
された制御命令に基づく出力イメージを出力させる画像
出力工程とを有するものである。According to an eleventh aspect of the present invention, there is provided a data processing method for a print control apparatus for analyzing control commands of a plurality of different control language systems, the control method comprising: A switching step of sequentially analyzing instructions and switching a control language system to be analyzed based on the analysis result; and sequentially analyzing control instructions of a plurality of different control language systems which are continuously input, and analyzing the analyzed control language system. And a determining step of determining whether or not the specified control language system matches, and, if it is determined that both control language systems match, replacing the control command based on the specified control language system with a predetermined pattern. And an image output step of outputting an output image based on the analyzed control command when it is determined that the two control language systems do not match. Than it is.
【0022】本発明に係る第12の発明は、複数の異な
る制御言語体系の制御命令を解析する印刷制御装置のデ
ータ処理方法であって、連続して入力される複数の異な
る制御言語体系の制御命令を順次解析し、該解析結果に
基づいて解析すべき制御言語体系を切り換える切換え工
程と、該切り換えられた前記制御言語体系に基づいて入
力された制御命令が出力環境変更命令かどうかを判定す
る判定工程と、前記制御命令が出力環境変更命令である
と判定する毎に、前記出力環境変更命令のパターンと所
定の塗り潰しパターンとを重ねて出力するダンプ出力工
程とを有するものである。According to a twelfth aspect of the present invention, there is provided a data processing method of a print control apparatus for analyzing control commands of a plurality of different control language systems, the method comprising controlling a plurality of different control language systems inputted continuously. A switching step of sequentially analyzing the instructions and switching a control language system to be analyzed based on the analysis result; and determining whether the control instruction input based on the switched control language system is an output environment change instruction. A determination step; and a dump output step of outputting a pattern of the output environment change instruction and a predetermined filling pattern in a superimposed manner each time the control instruction is determined to be an output environment change instruction.
【0023】本発明に係る第13の発明は、複数の異な
る制御言語体系の制御命令を解析する印刷制御装置のデ
ータ処理方法であって、連続して入力される複数の異な
る制御言語体系の制御命令を順次解析し、該解析結果に
基づいて解析すべき制御言語体系を切り換える切換え工
程と、該切り換えられた前記制御言語体系に基づいて入
力された制御命令が出力環境変更命令かどうかを判定す
る判定工程と、前記制御命令が出力環境変更命令である
と判定する毎に、前記出力環境変更命令のパターンと順
次異なる塗り潰しパターンとを重ねて出力するダンプ出
力工程とを有するものである。According to a thirteenth aspect of the present invention, there is provided a data processing method for a print control apparatus for analyzing control commands of a plurality of different control language systems, the control method comprising: A switching step of sequentially analyzing the instructions and switching a control language system to be analyzed based on the analysis result; and determining whether the control instruction input based on the switched control language system is an output environment change instruction. A determination step; and a dump output step of, whenever determining that the control instruction is an output environment change instruction, overlappingly outputting a different filling pattern and a pattern of the output environment change instruction.
【0024】本発明に係る第14の発明は、複数の異な
る制御言語体系の制御命令を解析するコンピュータで使
用されるプログラムを記憶した記憶媒体において、連続
して入力される複数の異なる制御言語体系の制御命令を
順次解析し、該解析結果に基づいて解析すべき制御言語
体系を切り換える切換え工程と、該切り換えられた前記
制御言語体系に基づいて入力される制御命令を所定のパ
ターンに置換して出力するダンプ出力工程とを含む、コ
ンピュータが読むことができるプログラムを記憶媒体に
格納したものである。According to a fourteenth aspect of the present invention, there is provided a storage medium storing a program used in a computer for analyzing control commands of a plurality of different control language systems, wherein a plurality of different control language systems inputted continuously are stored. The control command is sequentially analyzed, and a switching step of switching a control language system to be analyzed based on the analysis result, and a control command input based on the switched control language system is replaced with a predetermined pattern. And a computer-readable program including a dump output step of outputting the program in a storage medium.
【0025】本発明に係る第15の発明は、複数の異な
る制御言語体系の制御命令を解析するコンピュータで使
用されるプログラムを記憶した記憶媒体において、連続
して入力される複数の異なる制御言語体系の制御命令を
順次解析し、該解析結果に基づいて解析すべき制御言語
体系を切り換える切換え工程と、連続して入力される複
数の異なる制御言語体系の制御命令を順次解析し、該解
析した制御言語体系と指定された制御言語体系とが一致
するかどうかを判定する判定工程と、両制御言語体系が
一致すると判定した場合に、指定された前記制御言語体
系に基づく制御命令を所定のパターンに置換して出力す
るダンプ出力工程と、前記両制御言語体系が一致しない
と判定した場合に、前記制御命令の解析結果に基づく出
力イメージを出力させる画像出力工程とを含む、コンピ
ュータが読むことができるプログラムを記憶媒体に格納
したものである。According to a fifteenth aspect of the present invention, there is provided a storage medium storing a program used in a computer for analyzing control instructions of a plurality of different control language systems, wherein a plurality of different control language systems inputted continuously are stored. And a control step of sequentially switching control language systems to be analyzed based on the analysis result, and sequentially analyzing control commands of a plurality of different control language systems that are continuously input, and analyzing the analyzed control commands. A determining step of determining whether or not the language system and the specified control language system match; and, when determining that both control language systems match, converting a control command based on the specified control language system into a predetermined pattern. A dump output step of replacing and outputting, and outputting an output image based on an analysis result of the control instruction when it is determined that the two control language systems do not match. Thereby comprising an image output step is obtained by storing a program which a computer can read the recording medium.
【0026】本発明に係る第16の発明は、複数の異な
る制御言語体系の制御命令を解析するコンピュータで使
用されるプログラムを記憶した記憶媒体において、連続
して入力される複数の異なる制御言語体系の制御命令を
順次解析し、該解析結果に基づいて解析すべき制御言語
体系を切り換える切換え工程と、該切り換えられた前記
制御言語体系に基づいて入力された制御命令が出力環境
変更命令かどうかを判定する判定工程と、前記制御命令
が出力環境変更命令であると判定する毎に、前記出力環
境変更命令のパターンと所定の塗り潰しパターンとを重
ねて出力するダンプ出力工程とを含む、コンピュータが
読むことができるプログラムを記憶媒体に格納したもの
である。According to a sixteenth aspect of the present invention, there is provided a storage medium storing a program used in a computer for analyzing control instructions of a plurality of different control language systems, wherein a plurality of different control language systems inputted continuously are stored. A switching step of sequentially analyzing the control commands of the above and switching the control language system to be analyzed based on the analysis result; and determining whether the control command input based on the switched control language system is an output environment change command. A computer-readable read-out step that includes: a determination step of determining; and a dump output step of outputting a pattern of the output environment change instruction and a predetermined fill pattern in an overlapping manner each time the control instruction is determined to be an output environment change instruction Is stored in a storage medium.
【0027】本発明に係る第17の発明は、複数の異な
る制御言語体系の制御命令を解析するコンピュータで使
用されるプログラムを記憶した記憶媒体において、連続
して入力される複数の異なる制御言語体系の制御命令を
順次解析し、該解析結果に基づいて解析すべき制御言語
体系を切り換える切換え工程と、該切り換えられた前記
制御言語体系に基づいて入力された制御命令が出力環境
変更命令かどうかを判定する判定工程と、前記制御命令
が出力環境変更命令であると判定する毎に、前記出力環
境変更命令のパターンと順次異なる塗り潰しパターンと
を重ねて出力するダンプ出力工程とを含む、コンピュー
タが読むことができるプログラムを記憶媒体に格納した
ものである。According to a seventeenth aspect of the present invention, there is provided a storage medium storing a program used by a computer for analyzing control commands of a plurality of different control language systems, wherein a plurality of different control language systems inputted continuously are stored. A switching step of sequentially analyzing the control commands of the above and switching the control language system to be analyzed based on the analysis result; and determining whether the control command input based on the switched control language system is an output environment change command. A computer-readable read-out step that includes: a determination step of determining; and a dump output step of superimposing and outputting a pattern of the output environment change instruction and a sequentially different fill pattern each time the control instruction is determined to be an output environment change instruction. Is stored in a storage medium.
【0028】[0028]
【発明の実施の形態】本実施形態の構成を説明する前
に、本実施形態を適用するに好適なレーザビームプリン
タの構成について図1を参照して説明する。なお、本実
施形態を適用するプリンタは、レーザビームプリンタお
よびインクジェットプリンタに限られるものではなく、
他のプリント方式のプリンタでもよいことはいうまでも
ない。DESCRIPTION OF THE PREFERRED EMBODIMENTS Before describing the configuration of this embodiment, a configuration of a laser beam printer suitable for applying this embodiment will be described with reference to FIG. The printer to which the present embodiment is applied is not limited to a laser beam printer and an ink jet printer.
It goes without saying that a printer of another printing method may be used.
【0029】図1は、本発明を適用可能な出力装置の構
成を説明する断面図であり、例えばレーザビームプリン
タ(LBP)の場合を示す。FIG. 1 is a cross-sectional view for explaining the configuration of an output device to which the present invention can be applied, and shows, for example, the case of a laser beam printer (LBP).
【0030】図において、1000はLBP本体であ
り、外部に接続されているホストコンピュータから供給
される印刷情報(文字コード等)やフォーム情報あるい
はマクロ命令等を入力して記憶するとともに、それらの
情報に従って対応する文字パターンやフォームパターン
等を作成し、記録媒体である記録紙等に像を形成する。
1012は操作パネルで、各種モードを設定するための
スイッチおよびプリンタ状態を表示するLED表示器お
よびLCD表示器等が配されている。In FIG. 1, reference numeral 1000 denotes an LBP main body, which inputs and stores print information (character codes and the like), form information, macro instructions, and the like supplied from an externally connected host computer, and stores the information. , A corresponding character pattern, form pattern, or the like is created, and an image is formed on a recording medium such as recording paper.
An operation panel 1012 is provided with switches for setting various modes, an LED display, an LCD display, and the like for displaying a printer status.
【0031】1001はプリンタ制御ユニットで、後述
するホストコンピュータからの印刷情報を受信する通信
処理,受信した印刷情報を解析してプリンタエンジンが
印刷可能な出力イメージを生成する等の画像処理等を制
御する。該プリンタ制御ユニット1001は、主に文字
情報を対応する文字パターンのビデオ信号に変換してレ
ーザドライバ1002に出力する。A printer control unit 1001 controls communication processing for receiving print information from a host computer, which will be described later, and image processing for analyzing the received print information to generate an output image printable by a printer engine. I do. The printer control unit 1001 mainly converts character information into a video signal of a corresponding character pattern and outputs the video signal to the laser driver 1002.
【0032】レーザドライバ1002は半導体レーザ1
003を駆動するための回路であり、入力されたビデオ
信号に応じて半導体レーザ1003から発射されるレー
ザ光1004をオン・オフ切り換えする。レーザ光10
04は回転多面鏡1005で左右方向に振られて静電ド
ラム1006上を走査露光する。これにより、静電ドラ
ム1006上には文字パターンの静電潜像が形成される
ことになる。この潜像は、静電ドラム1006周囲に配
設された現像ユニット1007により現像された後、記
録紙に転写される。この記録紙にはカットシートを用
い、カットシート記録紙はLBP本体1000に装着し
た用紙カセット1008に収納され、給紙ローラ100
9および搬送ローラ1010と搬送ローラ1011とに
より、装置内に取り込まれて、静電ドラム1006に供
給される。The laser driver 1002 is the semiconductor laser 1
003 is a circuit for driving a laser beam 1004 that is emitted from the semiconductor laser 1003 in accordance with an input video signal. Laser light 10
Reference numeral 04 denotes a rotating polygon mirror 1005 which is swung in the left and right direction to scan and expose the electrostatic drum 1006. As a result, an electrostatic latent image of a character pattern is formed on the electrostatic drum 1006. This latent image is developed by a developing unit 1007 disposed around the electrostatic drum 1006, and then transferred to a recording sheet. A cut sheet is used as the recording paper, and the cut sheet recording paper is stored in a paper cassette 1008 mounted on the
9 and transport rollers 1010 and 1011, the toner is taken into the apparatus and supplied to the electrostatic drum 1006.
【0033】また、LBP本体1000には、図示しな
いカードスロットを少なくとも1個以上備え、内蔵フォ
ントに加えてオプションカード,言語系の異なる制御カ
ード(エミュレーションカード)を接続できるように構
成されている。The LBP main body 1000 is provided with at least one or more card slots (not shown) so that an option card and a control card (emulation card) having a different language can be connected in addition to the built-in font.
【0034】〔第1実施形態〕図2は、本発明に係る印
刷システムの制御構成を説明するブロック図であり、図
1と同一のものには同一の符号を付してある。なお、本
発明の機能が実行されるのであれば、単体の機器であっ
ても、複数の機器からなるシステムであっても、LAN
等のネットワークを介して処理が行われるシステムであ
っても本発明を適用できることは言うまでもない。[First Embodiment] FIG. 2 is a block diagram for explaining the control configuration of a printing system according to the present invention, and the same components as those in FIG. 1 are denoted by the same reference numerals. In addition, if the function of the present invention is executed, whether it is a single device or a system including a plurality of devices,
Needless to say, the present invention can be applied to a system in which processing is performed via a network such as the above.
【0035】図において、3000はホストコンピュー
タで、内部に制御部2000を備える。制御部2000
は、ROM3のプログラム用ROMに記憶された文書処
理プログラム等に基づいて図形,イメージ,文字,表
(表計算等を含む)等が混在した文書処理を実行するC
PU1を備え、システムバス4に接続される各デバイス
をCPU1が総括的に制御する。In the figure, reference numeral 3000 denotes a host computer having a control unit 2000 therein. Control unit 2000
Executes document processing in which graphics, images, characters, tables (including spreadsheets, etc.) are mixed based on a document processing program or the like stored in the program ROM of the ROM 3.
The CPU 1 has a PU 1 and controls each device connected to the system bus 4 as a whole.
【0036】また、このROM3のプログラム用ROM
(プログラムROM)には、CPU1が実行する制御プ
ログラム等を記憶し、ROM3のフォント用ROM(フ
ォントROM)には上記文書処理の際に使用するフォン
トデータ等を記憶し、ROM3のデータ用ROM(デー
タROM)は上記文書処理等を行う際に使用する各種デ
ータ(例えば、印刷情報初期値,エラーメッセージ等)
を記憶している。The program ROM of the ROM 3
The (program ROM) stores a control program executed by the CPU 1 and the like, and the font ROM (font ROM) of the ROM 3 stores font data and the like used in the above-described document processing. Data ROM) includes various data (eg, print information initial values, error messages, etc.) used when performing the above document processing and the like.
I remember.
【0037】2はRAMで、拡張可能なDRAMで構成
され、CPU1の主メモリ,ワークエリア等として機能
する。5はキーボードコントローラ(KBC)で、キー
ボード(KB)9や図示しないポインティングデバイス
からのキー入力を制御する。6はCRTコントローラ
(CRTC)で、CRTディスプレイ(CRT)10の
表示を制御する。7はメモリコントローラ(MC)で、
ブートプログラム,種々のアプリケーション,フォント
データ,ユーザファイル,編集ファイル等を記憶するハ
ードディスク(HD),フロッピーディスク(FD)等
の外部メモリ11とのアクセスを制御する。Reference numeral 2 denotes a RAM, which is constituted by an extendable DRAM and functions as a main memory, a work area, and the like of the CPU 1. Reference numeral 5 denotes a keyboard controller (KBC) for controlling key input from a keyboard (KB) 9 or a pointing device (not shown). Reference numeral 6 denotes a CRT controller (CRTC) which controls display on a CRT display (CRT) 10. 7 is a memory controller (MC)
It controls access to an external memory 11 such as a hard disk (HD) or a floppy disk (FD) that stores a boot program, various applications, font data, user files, edited files, and the like.
【0038】8はプリンタコントローラ(PRTC)
で、所定の双方向性インタフェース(インタフェース)
21を介してプリンタ1000に接続されて、プリンタ
1000との通信制御処理を実行する。なお、CPU1
は、例えばRAM2上に設定された表示情報RAMへの
アウトラインフォントの展開(ラスタライズ)処理を実
行し、CRT10上でのWYSISWYGを可能として
いる。また、CPU1は、CRT10上の図示しないマ
ウスカーソル等で指示されたコマンドに基づいて登録さ
れた種々のウインドウを開き、種々のデータ処理を実行
する。Reference numeral 8 denotes a printer controller (PRTC)
A predetermined bidirectional interface (interface)
The communication device 21 is connected to the printer 1000 via the printer 21 and executes communication control processing with the printer 1000. Note that the CPU 1
Executes, for example, a process of rasterizing an outline font to a display information RAM set on the RAM 2 to enable WYSISWYG on the CRT 10. Further, the CPU 1 opens various registered windows based on commands specified by a mouse cursor or the like (not shown) on the CRT 10 and executes various data processing.
【0039】プリンタ1000において、12はプリン
タCPU(CPU)で、ROM13のプログラム用RO
M(プログラムROM)に記憶された制御プログラム等
或いは外部メモリ14に記憶された制御プログラム等に
基づいてシステムバス15に接続された各種のデバイス
とのアクセスを総括的に制御し、印刷部インタフェース
16を介して接続される印刷部(プリンタエンジン)1
7に出力情報としての画像信号を出力する。また、この
ROM13のプログラム用ROM(プログラムROM)
には、後述する図4〜図9に示すフローチャートの手順
に従ってCPU12が実行する制御プログラム等を記憶
している。さらに、ROM13のフォント用ROM(フ
ォントROM)には上記出力情報を生成する際に使用す
るフォントデータ等を記憶し、ROM13のデータ用R
OM(データROM)にはハードディスク等の外部メモ
リ14が無いプリンタの場合には、ホストコンピュータ
3000上で利用される情報等を記憶している。In the printer 1000, reference numeral 12 denotes a printer CPU (CPU).
M (program ROM) or a control program stored in the external memory 14 to control access to various devices connected to the system bus 15 as a whole. Unit (printer engine) 1 connected via
7 outputs an image signal as output information. A program ROM (program ROM) of the ROM 13
Stores a control program and the like executed by the CPU 12 in accordance with the procedures of flowcharts shown in FIGS. The font ROM (font ROM) of the ROM 13 stores font data and the like used when generating the output information, and stores the data R in the ROM 13.
In the case of a printer without the external memory 14 such as a hard disk, the OM (data ROM) stores information used on the host computer 3000 and the like.
【0040】CPU12は入力部18を介してホストコ
ンピュータ3000との通信処理が可能となっており、
プリンタ1000内の情報等をホストコンピュータ30
00に通知可能に構成されている。19はRAMで、C
PU12の主メモリ,ワークエリア等として機能し、図
示しない増設ポートに接続されるオプションRAMによ
りメモリ容量を拡張することができるように構成されて
いる。なお、RAM19は、出力情報展開領域,環境デ
ータ格納領域,NVRAM等に用いられる。前述したハ
ードディスク(HD),ICカード等の外部メモリ14
は、メモリコントローラ(MC)20によりアクセスが
制御される。外部メモリ14は、オプションとして接続
され、フォントデータ,エミュレーションプログラム,
フォームデータ等を記憶する。The CPU 12 is capable of communicating with the host computer 3000 via the input unit 18.
The information and the like in the printer 1000 are transferred to the host computer 30.
00 is configured to be notified. 19 is a RAM, C
It functions as a main memory, a work area, and the like of the PU 12, and is configured so that the memory capacity can be expanded by an optional RAM connected to an additional port (not shown). The RAM 19 is used for an output information development area, an environment data storage area, an NVRAM, and the like. The external memory 14 such as a hard disk (HD) and an IC card described above.
The access to is controlled by the memory controller (MC) 20. The external memory 14 is connected as an option, and stores font data, an emulation program,
Stores form data and the like.
【0041】また、前述した外部メモリは1個に限ら
ず、少なくとも1個以上備え、内蔵フォントに加えてオ
プションカード,言語系の異なるプリンタ制御言語を解
釈するプログラムを格納した外部メモリを複数接続でき
るように構成されていてもよい。さらに、図示しないN
VRAMを有し、操作パネル(操作部)1012からの
プリンタモード設定情報を記憶するようにしてもよい。The above-mentioned external memory is not limited to one. At least one external memory can be connected, and in addition to built-in fonts, an optional card and a plurality of external memories storing programs for interpreting printer control languages of different languages can be connected. It may be configured as follows. Further, N (not shown)
It may have a VRAM and store printer mode setting information from an operation panel (operation unit) 1012.
【0042】以下、本実施形態と第1〜第9の発明の各
手段との対応及びその作用について図2等を参照して説
明する。Hereinafter, the correspondence between this embodiment and each means of the first to ninth inventions and the operation thereof will be described with reference to FIG.
【0043】第1の発明は、複数の異なる制御言語体系
の制御命令を解析する解析手段(CPU12がROM1
3または外部メモリ14に記憶された制御プログラムを
実行して解析処理する)と、前記複数の異なる制御言語
体系の制御命令を所定のパターンに置換して出力するダ
ンプ出力手段(CPU12がROM13または外部メモ
リ14に記憶された制御プログラムを実行してダンプ処
理する)と、前記解析手段により連続して入力される複
数の異なる制御言語体系の制御命令を順次解析し、該解
析結果に基づいて解析すべき制御言語体系を切り換える
切換え手段(CPU12がROM13または外部メモリ
14に記憶された制御プログラムを実行して切り換え処
理する)と、前記切換え手段により切り換えられた前記
制御言語体系に基づいて前記ダンプ出力手段がダンプ出
力すべき制御言語体系を切り換え制御する制御手段(C
PU12がROM13または外部メモリ14に記憶され
た制御プログラムを実行して切り換え処理する)とを有
し、連続して入力される複数の異なる制御言語体系の制
御命令を順次解析し、該解析結果に基づいて切換え手段
が解析すべき制御言語体系を切り換え、該切り換えられ
た前記制御言語体系に基づいてCPU12がダンプ出力
すべき制御言語体系を切り換え制御するので、制御言語
体系の切り換えに連動してダンプ出力すべき制御言語体
系を自動的に切り換えて正常なダンプ出力結果を得るこ
とができる。The first invention is an analysis means for analyzing control commands of a plurality of different control language systems.
3 or a control program stored in the external memory 14 to execute analysis processing) and dump output means (when the CPU 12 reads the ROM 13 or the external (A dump program is executed by executing the control program stored in the memory 14), and control commands of a plurality of different control language systems continuously input by the analysis means are sequentially analyzed, and analysis is performed based on the analysis result. Switching means for switching the control language system to be switched (the CPU 12 executes the control program stored in the ROM 13 or the external memory 14 to perform the switching process); and the dump output means based on the control language system switched by the switching means. Means (C) for switching and controlling the control language system to be dump-outputted
The PU 12 executes a control program stored in the ROM 13 or the external memory 14 to perform switching processing), sequentially analyzes control commands of a plurality of different control language systems that are continuously input, and outputs the analysis result. The switching means switches the control language system to be analyzed on the basis of the control language system, and the CPU 12 controls the switching of the control language system to be dumped based on the switched control language system. A normal dump output result can be obtained by automatically switching the control language system to be output.
【0044】第2の発明は、複数の異なる制御言語体系
の制御命令を解析する解析手段(CPU12がROM1
3または外部メモリ14に記憶された制御プログラムを
実行して解析処理する)と、前記複数の異なる制御言語
体系の制御命令を所定のパターンに置換して出力するダ
ンプ出力手段(CPU12がROM13または外部メモ
リ14に記憶された制御プログラムを実行してダンプ処
理する)と、前記解析手段による前記制御命令の解析結
果に基づいて出力イメージを生成する生成手段(CPU
12がROM13または外部メモリ14に記憶された制
御プログラムを実行して生成処理する)と、前記ダンプ
出力手段がダンプ出力すべき所望の制御言語体系を指定
する指定手段(操作部1012またはホストコンピュー
タ3000からのコマンドによる)と、前記解析手段に
より連続して入力される複数の異なる制御言語体系の制
御命令を順次解析し、該解析した制御言語体系と前記指
定手段により指定された制御言語体系とが一致するかど
うかを判定する判定手段(CPU12がROM13また
は外部メモリ14に記憶された制御プログラムを実行し
て判定処理する)と、前記判定手段により両制御言語体
系が一致すると判定した場合に、前記ダンプ出力手段に
より指定された前記制御言語体系に基づいて前記制御命
令をダンプ出力させ、前記判定手段により両制御言語体
系が一致しないと判定した場合に、前記生成手段により
前記解析手段の解析結果に基づく出力イメージを生成さ
せる制御手段(CPU12がROM13または外部メモ
リ14に記憶された制御プログラムを実行して制御処理
する)とを有し、例えば操作部1012によりダンプ出
力すべき所望の制御言語体系が指定しておき、CPU1
2が連続して入力される複数の異なる制御言語体系の制
御命令を順次解析し、該解析した制御言語体系と指定さ
れた制御言語体系とが一致すると判定した場合に、指定
された前記制御言語体系に基づいて前記制御命令をダン
プ出力させ、両制御言語体系が一致しないと判定した場
合に、制御命令の解析結果に基づく出力イメージを生成
させるので、指定された制御言語体系の制御命令のダン
プ出力と指定以外の制御言語体系の制御命令のイメージ
出力を自在に切り換えながらダンプ出力とイメージ出力
とを同時に選別出力することができる。According to a second aspect of the present invention, there is provided an analyzing means for analyzing control instructions of a plurality of different control language systems (the CPU 12 is provided with a ROM 1
3 or a control program stored in the external memory 14 to execute analysis processing) and dump output means (when the CPU 12 reads the ROM 13 or the external Executing a control program stored in the memory 14 to perform a dump process) and generating means (CPU for generating an output image based on an analysis result of the control command by the analyzing means)
12 executes a control program stored in the ROM 13 or the external memory 14 to perform generation processing), and designation means (the operation unit 1012 or the host computer 3000) for designating a desired control language system to be dumped by the dump output means. ), The control means sequentially analyzes control commands of a plurality of different control language systems which are successively input by the analysis means, and the analyzed control language system and the control language system designated by the designation means are analyzed. Determining means for determining whether or not they match (the CPU 12 executes the control program stored in the ROM 13 or the external memory 14 to perform the determining process); and when the determining means determines that both control language systems match, The control instruction is dump-output based on the control language system specified by the dump output means. A control means for causing the generating means to generate an output image based on the analysis result of the analyzing means when the determining means determines that the two control language systems do not match (a control stored in the ROM 13 or the external memory 14). A desired control language system to be dumped and output is specified by the operation unit 1012, and the CPU 1
2 sequentially analyzes control commands of a plurality of different control language systems that are successively input, and when it is determined that the analyzed control language system matches a specified control language system, the specified control language system The control instruction is dumped based on the control system, and if it is determined that the two control language systems do not match, an output image is generated based on the analysis result of the control instruction. The dump output and the image output can be simultaneously selected and output while freely switching between the output and the image output of the control command of the control language system other than the designation.
【0045】第3の発明は、複数の異なる制御言語体系
の制御命令を解析する解析手段(CPU12がROM1
3または外部メモリ14に記憶された制御プログラムを
実行して解析処理する)と、前記複数の異なる制御言語
体系の制御命令を所定のパターンに置換して出力するダ
ンプ出力手段(CPU12がROM13または外部メモ
リ14に記憶された制御プログラムを実行してダンプ処
理する)と、前記解析手段により連続して入力される複
数の異なる制御言語体系の制御命令を順次解析し、該解
析結果に基づいて解析すべき制御言語体系を切り換える
切換え手段(CPU12がROM13または外部メモリ
14に記憶された制御プログラムを実行して切換え処理
する)と、前記切換え手段により切り換えられた前記制
御言語体系に基づいて前記ダンプ出力手段がダンプ出力
すべき制御言語体系を切り換え制御する第1の制御手段
(CPU12がROM13または外部メモリ14に記憶
された制御プログラムを実行して制御処理する)と、前
記ダンプ出力手段がダンプ出力すべき制御命令が出力環
境変更命令かどうかを判定する判定手段(CPU12が
ROM13または外部メモリ14に記憶された制御プロ
グラムを実行して判定処理する)と、前記判定手段が制
御命令が出力環境変更命令であると判定した場合に、前
記ダンプ出力手段が出力する出力環境変更命令が有効と
なる範囲内のパターンに対して所定の塗り潰し処理を行
う第2の制御手段(CPU12がROM13または外部
メモリ14に記憶された制御プログラムを実行して制御
処理する)とを有し、CPU12が連続して入力される
複数の異なる制御言語体系の制御命令を順次解析し、該
解析結果に基づいて切換え手段が解析すべき制御言語体
系を切り換え、該切り換えられた前記制御言語体系に基
づいてダンプ出力すべき制御言語体系を切り換え制御す
るとともに、ダンプ出力すべき制御命令が出力環境変更
命令であると判定した場合に、CPU12がダンプ出力
する出力環境変更命令が有効となる範囲内のパターンに
対して所定の塗り潰し処理を行うので、制御命令中の出
力環境変更命令と他の制御命令とを容易に識別できるダ
ンプ出力を得ることができる。According to a third aspect of the present invention, there is provided an analyzing means for analyzing control commands of a plurality of different control language systems (the CPU 12 is provided with a ROM 1
3 or a control program stored in the external memory 14 to execute analysis processing) and dump output means (when the CPU 12 reads the ROM 13 or the external (A dump program is executed by executing the control program stored in the memory 14), and control commands of a plurality of different control language systems continuously input by the analysis means are sequentially analyzed, and analysis is performed based on the analysis result. Switching means for switching the control language system to be switched (the CPU 12 executes a switching program by executing a control program stored in the ROM 13 or the external memory 14); and the dump output means based on the control language system switched by the switching means. Control means for switching the control language system to be dumped by the CPU M13 or a control program stored in the external memory 14 to execute control processing), and a judging means for judging whether or not the control instruction to be dumped by the dump output means is an output environment change instruction (when the CPU 12 determines whether the control instruction is the ROM 13 or the external memory). The control program stored in the memory 14 is executed to perform the determination process.) When the determination unit determines that the control command is the output environment change command, the output environment change command output by the dump output unit is valid. And a second control unit (the CPU 12 executes a control program stored in the ROM 13 or the external memory 14 to perform a control process) for performing a predetermined filling process on a pattern in the range of And sequentially analyzes a plurality of control commands of different control language systems input based on the result of the analysis, and switches based on the analysis result. When the control language system to be dumped is switched based on the switched control language system and the control language system to be dumped is controlled based on the switched control language system, and it is determined that the control instruction to be dumped is an output environment change instruction, Since a predetermined filling process is performed on a pattern within a range in which the output environment change instruction dumped by the CPU 12 is valid, a dump output that can easily identify an output environment change instruction in a control instruction from another control instruction. Can be obtained.
【0046】第4の発明は、前記第2の制御手段(CP
U12がROM13または外部メモリ14に記憶された
制御プログラムを実行して制御処理する)は、前記ダン
プ出力手段が出力する出力環境変更命令のパターンと所
定の塗り潰しパターンとを重ね書き処理するので、制御
命令中の出力環境変更命令と他の制御命令とを容易に識
別できる網かけダンプ出力を得ることができる。According to a fourth aspect of the present invention, the second control means (CP
U12 executes the control program stored in the ROM 13 or the external memory 14 to perform control processing), because the pattern of the output environment change instruction output by the dump output means and the predetermined filling pattern are overwritten, so that the control is performed. It is possible to obtain a shaded dump output that can easily identify the output environment change instruction and other control instructions in the instruction.
【0047】第5の発明は、連続して入力される複数の
異なる制御言語体系の制御命令を順次解析し、該解析結
果に基づいて切換え手段が解析すべき制御言語体系を切
り換え、該切り換えられた前記制御言語体系に基づいて
CPU12がダンプ出力すべき制御言語体系を切り換え
制御するとともに、CPU12がダンプ出力すべき制御
命令が出力環境変更命令であると判定する毎に、ダンプ
出力する出力環境変更命令が有効となる範囲内のパター
ンに対して異なる塗り潰し処理(データROM13に異
なる網パターンがあらかじめ記憶されている)を行うの
で、制御命令中の出力環境変更命令と他の制御命令とを
容易に識別でき、かつ各出力環境変更命令の有効区間を
容易に識別できる視認性に優れたダンプ出力を得ること
ができる。According to a fifth aspect of the present invention, control commands of a plurality of different control language systems which are successively input are sequentially analyzed, and a control language system to be analyzed is switched by a switching means based on the analysis result. The CPU 12 controls the switching of the control language system to be dumped based on the control language system, and each time the CPU 12 determines that the control command to be dumped is an output environment change command, the output environment change to be dumped is performed. Since different filling processing (different halftone patterns are stored in advance in the data ROM 13) is performed on the pattern within the range where the command is valid, the output environment change command and other control commands in the control command can be easily changed. It is possible to obtain a dump output with excellent visibility, which can be identified and an effective section of each output environment change instruction can be easily identified.
【0048】第6の発明は、前記第2の制御手段(CP
U12がROM13または外部メモリ14に記憶された
制御プログラムを実行して制御処理する)は、ダンプ出
力する出力環境変更命令のパターンと順次異なる塗り潰
しパターンとを重ね書き処理するので、制御命令中の出
力環境変更命令と他の制御命令とを容易に識別でき、か
つ各出力環境変更命令の有効区間を容易に識別できる視
認性に優れた網かけダンプ出力を得ることができる。According to a sixth aspect of the present invention, the second control means (CP
The U12 executes the control program stored in the ROM 13 or the external memory 14 to perform the control processing.) Since the pattern of the output environment change instruction to be dumped and the different fill pattern are sequentially overwritten, the output in the control instruction is It is possible to obtain a shaded dump output with excellent visibility that can easily identify an environment change instruction and another control instruction and easily identify an effective section of each output environment change instruction.
【0049】第7の発明は、前記ダンプ出力手段(CP
U12がROM13または外部メモリ14に記憶された
制御プログラムを実行してダンプ処理する)は、印刷装
置(印刷部17)または表示装置(図示しないディスプ
レイまたはダンプデータをプリンタ1000がホストコ
ンピュータ3000に転送してCRT10上に表示す
る)とするので、ダンプ出力結果を印刷装置の印刷結果
としてまたは表示装置の表示データと認知することがで
きる。According to a seventh aspect of the present invention, the dump output means (CP
The U12 executes the control program stored in the ROM 13 or the external memory 14 to perform the dump processing), and the printer 1000 transfers the display or dump data (not shown) to the host computer 3000 by the printer 1000. Displayed on the CRT 10), the dump output result can be recognized as the print result of the printing device or the display data of the display device.
【0050】第8の発明は、前記ダンプ出力手段(CP
U12がROM13または外部メモリ14に記憶された
制御プログラムを実行してダンプ処理する)は、各制御
言語体系に対応して各制御命令に固有の文字または記号
のパターンに置換して出力するので、各制御言語体系に
対応して各制御命令のダンプ結果を容易に解析できる情
報として得ることができる。An eighth invention is characterized in that the dump output means (CP
U12 executes the control program stored in the ROM 13 or the external memory 14 to perform the dump processing), which is output by replacing with a character or symbol pattern unique to each control instruction corresponding to each control language system. The dump result of each control instruction can be obtained as information that can be easily analyzed corresponding to each control language system.
【0051】第9の発明は、前記切換え手段による前記
制御言語体系の切り換え毎に、前記ダンプ出力手段が置
換したデータを出力(印刷排紙処理または改ページ表示
処理)するので、複数の制御言語体系の制御命令のダン
プ結果が混在することなく、各制御言語体系の制御命令
の区切りを容易に認知できるダンプ出力結果を得ること
ができる。According to a ninth aspect of the present invention, each time the control language system is switched by the switching means, the data output by the dump output means is output (print discharge processing or page break display processing). It is possible to obtain a dump output result that can easily recognize the delimitation of the control instruction of each control language system without mixing the dump results of the control instructions of the system.
【0052】以下、図2に示した印刷制御装置における
データ処理について、図3,図4等を参照して説明す
る。Hereinafter, data processing in the print control apparatus shown in FIG. 2 will be described with reference to FIGS.
【0053】図3は、図2に示したホストコンピュータ
3000から送信データに対するダンプ出力例を示す概
念図である。FIG. 3 is a conceptual diagram showing an example of a dump output for transmission data from the host computer 3000 shown in FIG.
【0054】本実施形態では、図3の(a)に示すよう
に、例えばホストコンピュータ3000からLIPSデ
ータ,ESC/Pデータ,LIPSデータ,ESC/P
データが切り換えられた送信データを受信した場合、図
3の(b)に示すようにダンプ処理を連続的に切り換え
て各コマンド系に対応した正常なダンプ出力を得るよう
にCPU12がダンプ処理を後述するように制御する。In the present embodiment, as shown in FIG. 3A, for example, LIPS data, ESC / P data, LIPS data, ESC / P
When the transmission data whose data has been switched is received, the CPU 12 performs the dump processing so that the dump processing is continuously switched as shown in FIG. 3B to obtain a normal dump output corresponding to each command system. To control.
【0055】図4は、本発明に係る印刷制御装置におけ
る第1のデータ処理手順の一例を示すフローチャートで
あり、ダンプ切り換え処理に対応する。なお、以下の動
作を実行するプログラムは、ROM13に格納されてい
る。また、図1のLBP本体1000には、ネイティブ
なページ記述言語(PDL)コマンドとしてLIPSを
備え、エミュレーションとしてESC/Pを備えている
ものとする。なお、この装備は一例であって、LIPS
以外のネイティブなコマンドや、ESC/P以外のエミ
ュレーションを備えていたり、複数のエミュレーション
を備えていても実現が可能であることはいうまでもな
い。また、図4において、(1)〜(11)は各ステッ
プを示す。FIG. 4 is a flowchart showing an example of a first data processing procedure in the print control apparatus according to the present invention, and corresponds to a dump switching process. A program for executing the following operation is stored in the ROM 13. It is assumed that the LBP body 1000 in FIG. 1 includes LIPS as a native page description language (PDL) command and ESC / P as emulation. Note that this equipment is an example, and LIPS
It is needless to say that the present invention can be implemented even if a native command other than the above, an emulation other than the ESC / P is provided, or a plurality of emulations are provided. In FIG. 4, (1) to (11) indicate each step.
【0056】まず、ステップ(1)で電源が投入される
と、ステップ(2)にてRAM19の初期化が行われ
る。次に、ステップ(3)で、操作パネル1012によ
ってダンプモードに切り換えられたかを判断して、ダン
プモードを指示されていないと判断した場合は、ホスト
コンピュータ3000より送られてきたデータは、ステ
ップ(4)にてデータ受信,コマンド解析,ラスタライ
ズなどの処理を行い、通常の画像として出力される。First, when the power is turned on in step (1), the RAM 19 is initialized in step (2). Next, in step (3), it is determined whether or not the operation mode has been switched to the dump mode by the operation panel 1012. If it is determined that the dump mode has not been instructed, the data sent from the host computer 3000 is transmitted to the step (3). In 4), processing such as data reception, command analysis, and rasterization is performed, and output as a normal image.
【0057】一方、ステップ(3)にてダンプモードが
指示されていたと判断した場合は、ステップ(5)にお
いて外部のホストコンピュータ3000から印刷データ
を受信して、該印刷データを入力部18に格納し、該入
力部18より一定サイズ分のデータを読み取る。該デー
タはRAM19の中のワークメモリの一部に一時的に格
納される。そして、ステップ(6)で、パターンマッチ
ングなどのあらかじめ定められた規則にしたがってコマ
ンドの種類を解釈して、その結果に応じて処理が分岐す
る。On the other hand, if it is determined in step (3) that the dump mode has been instructed, print data is received from the external host computer 3000 in step (5), and the print data is stored in the input unit 18. Then, data of a certain size is read from the input unit 18. The data is temporarily stored in a part of the work memory in the RAM 19. Then, in step (6), the type of command is interpreted according to a predetermined rule such as pattern matching, and the process branches according to the result.
【0058】続くステップ(7)で、データ解析により
該データがLIPSコマンドであると判断された場合、
ステップ(8)においてLIPSダンプを行う。In the following step (7), if the data analysis determines that the data is a LIPS command,
In step (8), a LIPS dump is performed.
【0059】また、ステップ(7)で、該データがデー
タ解析によりESC/Pであると判断された場合、ステ
ップ(9)においてESC/Pダンプを行う。If it is determined in step (7) that the data is an ESC / P by data analysis, an ESC / P dump is performed in step (9).
【0060】次いで、ステップ(10)で受信データ終
了、すなわち、未処理の受信データを調ベ、該データが
存在すると判断した場合は、再びステップ(6)に戻り
データ解析を行う。Next, in step (10), the received data is terminated, that is, unprocessed received data is checked. If it is determined that the received data exists, the process returns to step (6) to analyze the data again.
【0061】一方、ステップ(10)において未処理の
データが存在しなくなったと判断した場合は、ステップ
(11)にてダンプ印刷処理を行い、次のデータを処理
するためにステップ(3)へ戻る。On the other hand, if it is determined in step (10) that unprocessed data no longer exists, a dump printing process is performed in step (11), and the process returns to step (3) to process the next data. .
【0062】これにより、ダンプモードが指示された
後、ホストコンピュータ3000から受信したデータの
コマンド種別が変更されても、解析されたコマンドに合
致する異なるダンプ処理を実行して、適切なダンプ印刷
結果を得ることができる。Thus, even if the command type of the data received from the host computer 3000 is changed after the dump mode is instructed, a different dump process matching the analyzed command is executed, and an appropriate dump print result is obtained. Can be obtained.
【0063】以下、本実施形態と第10,第14の発明
の各工程との対応及びその作用について図4等を参照し
て説明する。Hereinafter, the correspondence between this embodiment and the respective steps of the tenth and fourteenth inventions and the operation thereof will be described with reference to FIG.
【0064】本発明に係る第10の発明は、複数の異な
る制御言語体系の制御命令を解析する印刷制御装置のデ
ータ処理方法であって、連続して入力される複数の異な
る制御言語体系の制御命令を順次解析し、該解析結果に
基づいて解析すべき制御言語体系を切り換える切換え工
程(図4のステップ(6)〜(9))と、該切り換えら
れた前記制御言語体系に基づいて入力される制御命令を
所定のパターンに置換して出力するダンプ出力工程(図
4のステップ(11))とをCPU12がROM13,
外部メモリ14等に記憶された制御プログラムを実行し
て、制御言語体系の切り換えに連動してダンプ出力すべ
き制御言語体系を自動的に切り換えて正常なダンプ出力
結果を得ることができる。A tenth invention according to the present invention relates to a data processing method of a print control apparatus for analyzing control commands of a plurality of different control language systems, wherein the control method comprises the steps of: A switching process (steps (6) to (9) in FIG. 4) for sequentially analyzing instructions and switching a control language system to be analyzed based on the analysis result, and an input based on the switched control language system. The CPU 12 executes a dump output step (step (11) in FIG. 4) for replacing the control command with a predetermined pattern and outputting the same.
By executing the control program stored in the external memory 14 or the like, the control language system to be dumped is automatically switched in conjunction with the switching of the control language system, and a normal dump output result can be obtained.
【0065】第14の発明は、複数の異なる制御言語体
系の制御命令を解析するコンピュータで使用されるプロ
グラムを記憶した記憶媒体において、連続して入力され
る複数の異なる制御言語体系の制御命令を順次解析し、
該解析結果に基づいて解析すべき制御言語体系を切り換
える切換え工程(図4のステップ(6)〜(9))と、
該切り換えられた前記制御言語体系に基づいて入力され
る制御命令を所定のパターンに置換して出力するダンプ
出力工程(図4のステップ(11))とを含む、すなわ
ち、ROM13,外部メモリ14を含むメモリ資源に図
4に示す工程に対応するプログラムコードを記憶させ、
該プログラムコードを記憶した記憶媒体からCPU12
が読み出して実行する形態も本発明の実施形態に含まれ
るものである。According to a fourteenth aspect, in a storage medium storing a program used in a computer for analyzing a plurality of control commands of different control language systems, a plurality of control commands of different control language systems which are successively input are stored. Analyze sequentially,
A switching step (steps (6) to (9) in FIG. 4) for switching a control language system to be analyzed based on the analysis result;
A dump output step (step (11) in FIG. 4) of replacing a control command input based on the switched control language system with a predetermined pattern and outputting the same. Storing program codes corresponding to the steps shown in FIG.
From the storage medium storing the program code, the CPU 12
Is also included in the embodiment of the present invention.
【0066】〔第2実施形態〕第1実施形態では、異な
るコマンドタイプのジョブが混在するデータが入力され
た場合、エミュレーションを自動で切り換えても、印刷
されるダンプデータは連続して出力する場合について説
明したが、エミュレーションを切り換える時に排紙処理
を実行して、それぞれのコマンド系のダンプ出力を各コ
マンド毎に出力できるように制御してもよい。以下、そ
の実施形態について説明する。[Second Embodiment] In the first embodiment, when data in which jobs of different command types coexist is input, the dump data to be printed is continuously output even if the emulation is automatically switched. However, when the emulation is switched, a discharge process may be executed to control so that dump output of each command can be output for each command. Hereinafter, the embodiment will be described.
【0067】なお、本実施形態における構成は、図1,
図2と同様とし、図1のLBP本体1000には、ネイ
ティブなページ記述言語(PDL)コマンドとしてLI
PSを備え、エミュレーションとしてESC/Pを備え
ているものとする。なお、この装備は一例であって、L
IPS以外のネイティブなコマンドや、ESC/P以外
のエミュレーションを備えていたり、複数のエミュレー
ションを備えていても実現が可能であることはいうまで
もない。また、本実施形態では説明を簡単にするため
に、ジョブ終了命令をエミュレーション切換え命令と同
意で使用して排紙処理を行う場合を例とするが、ジョブ
終了命令の後、再び同じコマンドタイプのデータが入力
された場合は排紙処理を行わずに、連続してダンプ出力
を行うことが可能であるということはいうまでもない。The structure of the present embodiment is shown in FIGS.
As in FIG. 2, the LBP main body 1000 in FIG. 1 includes LI as a native page description language (PDL) command.
It is assumed that a PS is provided and an ESC / P is provided as an emulation. In addition, this equipment is an example,
It goes without saying that the present invention can be realized even if a native command other than the IPS, an emulation other than the ESC / P is provided, or a plurality of emulations are provided. Also, in the present embodiment, for simplicity of explanation, a case in which the paper ejection process is performed by using the job end instruction in agreement with the emulation switching instruction will be described as an example. Needless to say, when data is input, the dump output can be continuously performed without performing the sheet discharging process.
【0068】図5は、本発明に係る印刷制御装置の第2
のデータ処理手順の一例を示すフローチャートである。
なお、(1)〜(5)は各ステップを示す。FIG. 5 shows a second embodiment of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
In addition, (1) to (5) indicate each step.
【0069】まず、ステップ(1)で電源が投入される
と、ステップ(2)においてRAM19が初期化され
る。次に、ステップ(3)で、操作パネル1012によ
ってダンプモードに切り換えられたかを判断して、ダン
プモードを指示されていないと判断した場合、ホストコ
ンピュータ3000より送られてきたデータは、ステッ
プ(5)にてデータ受信,コマンド解析,ラスタライズ
等の処理を行い、通常の画像として出力される。First, when the power is turned on in step (1), the RAM 19 is initialized in step (2). Next, in step (3), it is determined whether or not the operation mode has been switched to the dump mode by the operation panel 1012. If it is determined that the dump mode has not been instructed, the data sent from the host computer 3000 is transmitted to the step (5). ) To perform processing such as data reception, command analysis, and rasterization, and output as a normal image.
【0070】ステップ(3)にてダンプモードが指示さ
れた場合、ステップ(4)において、図6に詳細を示す
ダンプ処理が実行される。When the dump mode is instructed in step (3), in step (4), a dump process shown in detail in FIG. 6 is executed.
【0071】図6は、本発明に係る印刷制御装置の第3
のデータ処理手順の一例を示すフローチャートである。
なお、(1)〜(11)は各ステップを示す。FIG. 6 shows a third embodiment of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
Note that (1) to (11) indicate each step.
【0072】ステップ(1)で外部のホストコンピュー
タ3000から印刷データを受信して、該印刷データを
入力部18に格納し、該入力部18より一定サイズ分の
データを読み取る。該データはRAM19の中のワーク
メモリの一部に一時的に格納される。そしてステップ
(2)で、パターンマッチングなどのあらかじめ定めら
れた規則にしたがってコマンドの種類を解釈して、その
結果に応じて処理が分岐する。In step (1), print data is received from the external host computer 3000, the print data is stored in the input unit 18, and data of a predetermined size is read from the input unit 18. The data is temporarily stored in a part of the work memory in the RAM 19. Then, in step (2), the type of command is interpreted according to a predetermined rule such as pattern matching, and the processing branches according to the result.
【0073】続く、ステップ(3)で、該データがLI
PSコマンドであると判断された場合、ステップ(4)
においてLIPSコマンドを解析し、ステップ(5)で
LIPSコマンドの規則にしたがってLIPSダンプの
印刷データを作成する。ステップ(6)でジョブ終了命
令が見つかった場合、ステップ(10)において印刷処
理を行う。ステップ(6)でジョブ終了命令が見つから
なければ、ステップ(4)に戻り、再びダンプデータを
生成する。ステップ(11)で未処理の受信データを調
ベ、該データが存在する場合は再びステップ(2)に戻
りデータ解析を行う。また、ステップ(3)で該データ
がESC/Pであると判断された場合、LIPSの場合
と同様に、ステップ(7)〜(10)においてESC/
Pダンプのデータを印刷する。In the following step (3), the data is
If it is determined that the command is a PS command, step (4)
In step (5), the LIPS command is analyzed, and in step (5), print data of the LIPS dump is created in accordance with the rules of the LIPS command. If a job end command is found in step (6), print processing is performed in step (10). If no job end command is found in step (6), the process returns to step (4) and dump data is generated again. In step (11), unprocessed received data is checked, and if the data exists, the process returns to step (2) again to perform data analysis. If it is determined in step (3) that the data is an ESC / P, the ESC / P is executed in steps (7) to (10) as in the case of LIPS.
Print the P dump data.
【0074】これにより、エミュレーションを切り換え
る時に排紙処理を実行して、それぞれのコマンド系のダ
ンプ出力を各コマンド毎に出力できる。Thus, when the emulation is switched, the paper discharge process is executed, and the dump output of each command can be output for each command.
【0075】〔第3実施形態〕第1実施形態では、ホス
トコンピュータ3000から入力されたコマンドの種類
を解析して、エミュレーションを自動的に切り換える処
理を行う場合について説明したが、ユーザの選択した特
定のコマンドタイプのデータのみに関してダンプ処理を
行うことで、不必要なダンプを出力せずにコマンド解析
を行うように制御してもよい。以下、その実施形態につ
いて説明する。[Third Embodiment] In the first embodiment, a case has been described in which the type of command input from the host computer 3000 is analyzed and processing for automatically switching emulation is performed. By performing dump processing only on the data of the command type of, the command analysis may be performed without outputting an unnecessary dump. Hereinafter, the embodiment will be described.
【0076】なお、本実施形態では、LBP本体100
0にはネイティブのページ記述言語(PDL)コマンド
としてLIPSを備え、エミュレーションとしてESC
/Pを備えていて、コマンドタイプの選択は、ユーザが
自由に行うことができるものとする。本実施形態におい
ては、特定のコマンドタイプとしてLIPSが選択され
たとしてダンプ処理を行い、その他のタイプのコマンド
は通常の画像として出力するものとする。In this embodiment, the LBP body 100
0 has LIPS as a native page description language (PDL) command and ESC as emulation
/ P, and the command type can be freely selected by the user. In the present embodiment, it is assumed that dump processing is performed assuming that LIPS has been selected as a specific command type, and that other types of commands are output as normal images.
【0077】また、LIPS以外のネイティブなコマン
ドを備えていたり、ESC/P以外のエミュレーション
や複数のエミュレーションを備えていたり、選択された
コマンドがLIPS以外の場合や、複数のコマンドが選
択された場合でも、本実施形態は実現可能であることは
いうまでもない。When a native command other than LIPS is provided, an emulation other than ESC / P or a plurality of emulations is provided, when a selected command is other than LIPS, or when a plurality of commands are selected, However, it is needless to say that this embodiment is feasible.
【0078】図7は、本発明に係る印刷制御装置の第4
のデータ処理手順の一例を示すフローチャートである。
なお、(1)〜(11)は各ステップを示す。FIG. 7 shows a fourth embodiment of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
Note that (1) to (11) indicate each step.
【0079】ステップ(1)で外部のホストコンピュー
タ3000から印刷データを受信して、該印刷データを
入力部18に格納し、該入力部18より一定サイズ分の
データを読み取る。該データはRAM19の中のワーク
メモリの一部に一時的に格納される。そして、ステップ
(2)で、パターンマッチングなどのあらかじめ定めら
れた規則にしたがってコマンドの種類を解釈して、その
結果に応じて処理が分岐する。In step (1), print data is received from the external host computer 3000, the print data is stored in the input unit 18, and data of a predetermined size is read from the input unit 18. The data is temporarily stored in a part of the work memory in the RAM 19. Then, in step (2), the type of command is interpreted according to a predetermined rule such as pattern matching, and the process branches according to the result.
【0080】続くステップ(3)で該データがLIPS
コマンドであると判断されたら、ステップ(4)におい
てコマンド解析を行い、ステップ(5)で該コマンドに
対応する文字や記号を描画するダンプ出力を行う。In the following step (3), the data is
If it is determined that the command is a command, the command is analyzed in a step (4), and a dump output for drawing a character or a symbol corresponding to the command is performed in a step (5).
【0081】次に、ステップ(6)で前記コマンドがジ
ョブ終了命令であるかどうかを判断し、ジョブ終了命令
であったと判断した場合はステップ(2)に戻り、再び
データ解析を行う。Next, in step (6), it is determined whether or not the command is a job end command. If it is determined that the command is a job end command, the process returns to step (2) to perform data analysis again.
【0082】一方、ステップ(6)でジョブ終了命令で
ないと判断された場合は、続くステップ(7)において
未処理の受信データが存在するかどうかを調ベ、該デー
タが存在すると判定した場合、ステップ(4)に戻りコ
マンド解析を再び行う。On the other hand, if it is determined in step (6) that the received data is not a job end instruction, it is checked in subsequent step (7) whether or not unprocessed received data exists. Returning to step (4), the command analysis is performed again.
【0083】一方、ステップ(7)で該データが存在し
ないと判定した場合は、ステップ(11)において印刷
処理を行う。On the other hand, if it is determined in step (7) that the data does not exist, a printing process is performed in step (11).
【0084】一方、ステップ(3)において、解析され
たデータがLIPSコマンドではないと判断された場
合、ステップ(8)で該コマンドを通常の画像として描
画する処理を行う。そして、ステップ(9)で解析した
命令がジョブ終了命令であるかどうかを判断し、YES
ならばステップ(2)に戻り、再びデータ解析を行う。On the other hand, if it is determined in step (3) that the analyzed data is not a LIPS command, a process of drawing the command as a normal image is performed in step (8). Then, it is determined whether the instruction analyzed in step (9) is a job end instruction, and YES
If so, the process returns to step (2) and data analysis is performed again.
【0085】一方、ステップ(9)でジョブ終了命令で
ないと判断された場合、続くステップ(10)において
未処理の受信データが存在するかどうかを調ベ、該デー
タが存在すると判断した場合、ステップ(8)に戻り通
常画像描画処理を再び行い、該データが存在しないと判
断した場合は、ステップ(11)において印刷処理を行
う。On the other hand, if it is determined in step (9) that the received data is not a job end command, it is checked in step (10) whether or not unprocessed received data exists. Returning to (8), the normal image drawing process is performed again. If it is determined that the data does not exist, the printing process is performed in step (11).
【0086】これにより、不必要なダンプを出力せずに
効率よくコマンド解析を行うことができる。Thus, the command can be analyzed efficiently without outputting unnecessary dumps.
【0087】以下、本実施形態と第11,第15の発明
の各工程との対応及びその作用について図7等を参照し
て説明する。Hereinafter, the correspondence between the present embodiment and the respective steps of the eleventh and fifteenth inventions and the operation thereof will be described with reference to FIG.
【0088】第11の発明は、複数の異なる制御言語体
系の制御命令を解析する印刷制御装置のデータ処理方法
であって、連続して入力される複数の異なる制御言語体
系の制御命令を順次解析し、該解析結果に基づいて解析
すべき制御言語体系を切り換える切換え工程(図7のス
テップ(3))と、連続して入力される複数の異なる制
御言語体系の制御命令を順次解析し、該解析した制御言
語体系と指定された制御言語体系とが一致するかどうか
を判定する判定工程(図7のステップ(3))と、両制
御言語体系が一致すると判定した場合に、指定された前
記制御言語体系に基づく制御命令を所定のパターンに置
換して出力するダンプ出力工程(図7のステップ(4)
〜(7),(11))と、前記両制御言語体系が一致し
ないと判定した場合に、解析された制御命令に基づく出
力イメージを出力させる画像出力工程(図7のステップ
(8)〜(11))とをCPU12がROM13,外部
メモリ14等に記憶された制御プログラムを実行して、
指定された制御言語体系の制御命令のダンプ出力と指定
以外の制御言語体系の制御命令のイメージ出力を自在に
切り換えながらダンプ出力とイメージ出力とを同時に選
別出力することができる。An eleventh invention is a data processing method of a print control apparatus for analyzing control commands of a plurality of different control language systems, and sequentially analyzes a plurality of control commands of a different control language system which are continuously inputted. Then, a switching step (step (3) in FIG. 7) for switching a control language system to be analyzed based on the analysis result, and sequentially analyzing control commands of a plurality of different control language systems that are continuously input, A determining step (step (3) in FIG. 7) for determining whether or not the analyzed control language system matches the specified control language system. If it is determined that both control language systems match, the specified control language system is used. Dump output step of replacing a control instruction based on the control language system with a predetermined pattern and outputting the same (step (4) in FIG. 7)
(7), (11)), and when it is determined that the two control language systems do not match, an image output step of outputting an output image based on the analyzed control instruction (steps (8) to (8) in FIG. 7) 11)) is executed by the CPU 12 by executing a control program stored in the ROM 13, the external memory 14, etc.
The dump output and the image output can be simultaneously selected and output while freely switching between the dump output of the control instruction of the designated control language system and the image output of the control instruction of the control language system other than the designated one.
【0089】第15の発明は、複数の異なる制御言語体
系の制御命令を解析するコンピュータで使用されるプロ
グラムを記憶した記憶媒体において、連続して入力され
る複数の異なる制御言語体系の制御命令を順次解析し、
該解析結果に基づいて解析すべき制御言語体系を切り換
える切換え工程(図7のステップ(3))と、連続して
入力される複数の異なる制御言語体系の制御命令を順次
解析し、該解析した制御言語体系と指定された制御言語
体系とが一致するかどうかを判定する判定工程(図7の
ステップ(3))と、両制御言語体系が一致すると判定
した場合に、指定された前記制御言語体系に基づく制御
命令を所定のパターンに置換して出力するダンプ出力工
程(図7のステップ(4)〜(7),(11))と、前
記両制御言語体系が一致しないと判定した場合に、前記
制御命令の解析結果に基づく出力イメージを出力させる
画像出力工程(図7のステップ(8)〜(11))とを
含む、すなわち、ROM13,外部メモリ14を含むメ
モリ資源に図7に示す工程に対応するプログラムコード
を記憶させ、該プログラムコードを記憶した記憶媒体か
らCPU12が読み出して実行する形態も本発明の実施
形態に含まれるものである。A fifteenth invention is directed to a storage medium storing a program used in a computer for analyzing control commands of a plurality of different control language systems, wherein a plurality of control commands of a different control language system which are successively input are stored. Analyze sequentially,
A switching step (step (3) in FIG. 7) for switching a control language system to be analyzed based on the analysis result, and sequentially analyzing control commands of a plurality of different control language systems that are continuously input and performing the analysis. A determining step (step (3) in FIG. 7) for determining whether or not the control language system matches the specified control language system; and, if it is determined that both control language systems match, the specified control language system A dump output process (steps (4) to (7), (11) in FIG. 7) for replacing a control command based on a system with a predetermined pattern and outputting the same is performed when it is determined that the two control language systems do not match. And an image output step (steps (8) to (11) in FIG. 7) for outputting an output image based on the analysis result of the control command. Stores the program code corresponding to the to process forms CPU12 from a storage medium storing the program code to be executed by reading is also included in embodiments of the present invention.
【0090】〔第4実施形態〕第1,第2の実施形態で
は、ホストコンピュータ3000から入力されたコマン
ドが印刷環境の変更を伴うコマンド(JLコマンド)で
あった場合でも、他のコマンドと区別することなくダン
プデータとして出力を行う場合について説明したが、ジ
ョブ単位で影響するようなJLコマンドが入力された場
合、該コマンドの有効範囲に網かけなどの処理を行うこ
とで該有効範囲を明確にするように制御してもよい。以
下、その実施形態について説明する。なお、本実施形態
では説明を簡単にするために、特定のコマンドタイプの
みダンプを出力するものとし、データの受信は一度しか
行わないが、データを複数回受信したり、エミュレーシ
ョンの切換え手段を備えていても、本実施形態は実現可
能であることはいうまでもない。[Fourth Embodiment] In the first and second embodiments, even when a command input from the host computer 3000 is a command (JL command) accompanied by a change in the printing environment, it is distinguished from other commands. Although the case where the output is performed as dump data without performing the above is described, when a JL command that affects each job is input, the effective range is clarified by performing a process such as shading on the effective range of the command. May be controlled so that Hereinafter, the embodiment will be described. In this embodiment, for the sake of simplicity, it is assumed that a dump is output only for a specific command type, and data is received only once, but data is received multiple times and emulation switching means is provided. However, it goes without saying that the present embodiment is feasible.
【0091】図8は、本発明に係る印刷制御装置の第5
のデータ処理手順の一例を示すフローチャートである。
なお、(1)〜(11)は各ステップを示す。FIG. 8 shows a fifth embodiment of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
Note that (1) to (11) indicate each step.
【0092】先ず、ステップ(1)で外部のホストコン
ピュータ3000から印刷データを受信して、該印刷デ
ータを入力部18に格納し、該入力部18より一定サイ
ズ分のデータを読み取る。該データはRAM19の中の
ワークメモリの一部に一時的に格納される。そして、ス
テップ(2)で、入力されたデータのコマンドを解析す
る。First, in step (1), print data is received from the external host computer 3000, the print data is stored in the input unit 18, and data of a predetermined size is read from the input unit 18. The data is temporarily stored in a part of the work memory in the RAM 19. Then, in step (2), the command of the input data is analyzed.
【0093】次いで、ステップ(3)で、入力されたコ
マンドがJLジョブ開始命令であるかどうかを判断し、
JLジョブ開始命令であると判断された場合には、JL
コマンドの有効範囲に網かけ処理を行うため、ステップ
(4)でコマンド解析を行い、ステップ(5)でJLジ
ョブ終了命令であるかどうかを判断し、JLジョブ終了
命令でないと判断した場合には、ステップ(6)におい
て該コマンドに対応する文字や記号を描画するダンプ出
力を行い、続くステップ(7)で網かけ用のパターンを
OR書きで描画する。Next, in step (3), it is determined whether or not the input command is a JL job start command.
If it is determined that the command is a JL job start command,
In order to perform shading processing on the effective range of the command, the command is analyzed in step (4), and it is determined whether or not the command is a JL job end command in step (5). If it is determined that the command is not a JL job end command, In step (6), a dump output for drawing a character or symbol corresponding to the command is performed, and in a subsequent step (7), a hatching pattern is drawn by OR writing.
【0094】次に、ステップ(8)において、未処理の
受信データが存在するかどうかを調ベ、該データが存在
しないと判断した場合はステップ(11)で印刷処理を
行い、未処理データが存在すると判断した場合は、再び
ステップ(4)に戻りコマンド解析を行う。Next, in step (8), it is checked whether or not unprocessed received data exists. If it is determined that the data does not exist, printing processing is performed in step (11). If it is determined that the command exists, the process returns to step (4) to analyze the command.
【0095】一方、ステップ(3)において、解析した
コマンドがJLジョブ開始命令と判断されなかった場
合、およびステップ(5)において、解析したコマンド
がJLジョブ終了命令と判断された場合、ステップ
(9)において、入力されたコマンドに対応する文字や
記号を描画するダンプ出力を行う。次に、ステップ(1
0)で、未処理の受信データが存在するかどうかを調
ベ、該データが存在しないと判断した場合はステップ
(11)で印刷処理を行い、未処理データが存在すると
判断した場合は、ステップ(2)に戻りコマンド解析を
行う。On the other hand, if it is determined in step (3) that the analyzed command is not a JL job start command, and if it is determined in step (5) that the analyzed command is a JL job end command, step (9) ), A dump output for drawing characters and symbols corresponding to the input command is performed. Next, step (1)
In step (0), it is checked whether or not unprocessed received data exists. If it is determined that the data does not exist, the printing process is performed in step (11). If it is determined that unprocessed data exists, the process proceeds to step (11). Returning to (2), command analysis is performed.
【0096】これにより、印刷環境を変更するJLコマ
ンドの有効範囲に他のダンプ出力とは明確に識別できる
網かけなどの塗りつぶし処理したダンプ結果を得ること
ができる。Thus, it is possible to obtain a dump result obtained by performing a filling process such as shading in the effective range of the JL command for changing the printing environment, which can be clearly distinguished from other dump outputs.
【0097】以下、本実施形態と第12,第16の発明
の各工程との対応及びその作用について図8等を参照し
て説明する。Hereinafter, the correspondence between this embodiment and each step of the twelfth and sixteenth inventions and the operation thereof will be described with reference to FIG.
【0098】第12の発明は、複数の異なる制御言語体
系の制御命令を解析する印刷制御装置のデータ処理方法
であって、連続して入力される複数の異なる制御言語体
系の制御命令を順次解析し、該解析結果に基づいて解析
すべき制御言語体系を切り換える切換え工程(図8のス
テップ(3))と、該切り換えられた前記制御言語体系
に基づいて入力された制御命令が出力環境変更命令かど
うかを判定する判定工程(図8のステップ(4),
(5))と、前記制御命令が出力環境変更命令であると
判定する毎に、前記出力環境変更命令のパターンと所定
の塗り潰しパターンとを重ねて出力するダンプ出力工程
(図8のステップ(6)〜(8),(11))とをCP
U12がROM13,外部メモリ14等に記憶された制
御プログラムを実行して、制御命令中の出力環境変更命
令と他の制御命令とを容易に識別できるダンプ出力を得
ることができる。A twelfth invention is a data processing method of a print control apparatus for analyzing control commands of a plurality of different control language systems, and sequentially analyzes control commands of a plurality of different control language systems which are continuously inputted. A switching step for switching the control language system to be analyzed based on the analysis result (step (3) in FIG. 8), and a control command input based on the switched control language system is an output environment change command. (Step (4) in FIG. 8,
(5)) and a dump output step (step (6) in FIG. 8) in which, each time the control instruction is determined to be an output environment change instruction, the pattern of the output environment change instruction and a predetermined filling pattern are output in a superimposed manner. ) To (8), (11))
The U12 executes the control program stored in the ROM 13, the external memory 14, or the like, and can obtain a dump output in which the output environment change instruction in the control instructions and other control instructions can be easily identified.
【0099】第16の発明は、複数の異なる制御言語体
系の制御命令を解析するコンピュータで使用されるプロ
グラムを記憶した記憶媒体において、連続して入力され
る複数の異なる制御言語体系の制御命令を順次解析し、
該解析結果に基づいて解析すべき制御言語体系を切り換
える切換え工程(図8のステップ(3))と、該切り換
えられた前記制御言語体系に基づいて入力された制御命
令が出力環境変更命令かどうかを判定する判定工程(図
8のステップ(4),(5))と、前記制御命令が出力
環境変更命令であると判定する毎に、前記出力環境変更
命令のパターンと所定の塗り潰しパターンとを重ねて出
力するダンプ出力工程(図8のステップ(6)〜
(8),(11))とを含む、すなわち、ROM13,
外部メモリ14を含むメモリ資源に図8に示す工程に対
応するプログラムコードを記憶させ、該プログラムコー
ドを記憶した記憶媒体からCPU12が読み出して実行
する形態も本発明の実施形態に含まれるものである。According to a sixteenth aspect, in a storage medium storing a program used in a computer for analyzing control instructions of a plurality of different control language systems, a plurality of control commands of a different control language system which are successively input are stored. Analyze sequentially,
A switching step (step (3) in FIG. 8) for switching a control language system to be analyzed based on the analysis result; and whether a control instruction input based on the switched control language system is an output environment change instruction. (Steps (4) and (5) in FIG. 8), and each time the control command is determined to be an output environment change command, the pattern of the output environment change command and a predetermined fill pattern are used. Dump output process for overlapping output (step (6) to FIG. 8)
(8), (11)), that is, the ROM 13,
An embodiment in which the program code corresponding to the process illustrated in FIG. 8 is stored in the memory resources including the external memory 14 and the CPU 12 reads out and executes the program code from the storage medium storing the program code is also included in the embodiment of the present invention. .
【0100】〔第5実施形態〕なお、第4実施形態で
は、印刷環境を変更するJLコマンドの有効範囲を示す
網かけなどの塗りつぶしパターンを1種類とする場合に
ついて説明したが、塗りつぶしパターンを複数備えてお
くことで、複数のJコマンドが存在する時に、それぞれ
の命令の有効範囲を識別可能にダンプ出力するように構
成してもよい。以下、その実施形態について説明する。[Fifth Embodiment] In the fourth embodiment, a case has been described where there is only one type of fill pattern such as shading indicating the effective range of a JL command for changing the print environment. By providing this, when a plurality of J commands are present, the effective range of each command may be dumped so as to be identifiable. Hereinafter, the embodiment will be described.
【0101】なお、本実施形態では説明を簡単にするた
めに、特定のコマンドタイプのみダンプを出力するもの
とし、データの受信は一度しか行わないが、データを複
数回受信してきたり、エミュレーションの切換え手段を
備えていても、本実施形態は実現可能であることはいう
までもない。In this embodiment, for the sake of simplicity, it is assumed that a dump is output only for a specific command type, and data is received only once, but data is received multiple times or emulation switching is performed. Needless to say, the present embodiment is feasible even with the means.
【0102】図9は、本発明に係る印刷制御装置の第6
のデータ処理手順の一例を示すフローチャートである。
なお、(1)〜(16)は各ステップを示す。FIG. 9 shows a sixth embodiment of the print control apparatus according to the present invention.
9 is a flowchart illustrating an example of a data processing procedure.
In addition, (1) to (16) indicate each step.
【0103】先ず、ステップ(1)において、網かけパ
ターン番号Pをリセットする。続く、ステップ(2)で
外部のホストコンピュータ3000から印刷データを受
信して、該印刷データを入力部18に格納し、該入力部
18より一定サイズ分のデータを読み取る。該データは
RAM19の中のワークメモリの一部に一時的に格納さ
れる。そして、ステップ(3)で、入力されたデータの
コマンドを解析する。ステップ(4)で解析したコマン
ドがJLジョブ開始命令かどうかを判断し、JLジョブ
開始命令であると判断された場合、ステップ(5)で網
かけパターン番号Pをインクリメントする。First, in step (1), the shaded pattern number P is reset. Subsequently, in step (2), print data is received from the external host computer 3000, the print data is stored in the input unit 18, and data of a predetermined size is read from the input unit 18. The data is temporarily stored in a part of the work memory in the RAM 19. Then, in step (3), the command of the input data is analyzed. It is determined whether or not the command analyzed in step (4) is a JL job start command. If it is determined that the command is a JL job start command, the shaded pattern number P is incremented in step (5).
【0104】一方、ステップ(4)でJLジョブ開始命
令と判断されなかった場合、網かけパターン番号Pが
「0」であるかどうかを判断し(11)、網かけパター
ン番号Pが「0」でなければ、すでにJLコマンドの有
効範囲であるので、ステップ(6)以降で網かけパター
ン描画処理を続行する。ステップ(11)において網か
けパターン番号Pが「0」であれば、ステップ(12)
で網かけ処理を行わずにダンプ出力のみを行い、ステッ
プ(13)以降へ進む。On the other hand, if it is not determined in step (4) that the command is a JL job start command, it is determined whether or not the shaded pattern number P is "0" (11), and the shaded pattern number P is "0". If not, it is already within the valid range of the JL command, so the shading pattern drawing process is continued from step (6). If the shaded pattern number P is "0" in step (11), step (12)
And only the dump output is performed without performing the shading process, and the process proceeds to step (13) and subsequent steps.
【0105】一方、ステップ(4)でJLジョブ開始命
令であると判断された場合には、ステップ(6)で、ス
テップ(3)で解析されたコマンドに対応する文字や記
号を描画する。続く、ステップ(7)〜(10)におい
て、前記コマンドがP個のJLコマンドの有効範囲であ
るので、P種類の網かけパターンをOR書きで描画す
る。On the other hand, if it is determined in step (4) that the command is a JL job start command, in step (6), characters and symbols corresponding to the command analyzed in step (3) are drawn. In the following steps (7) to (10), since the command is in the effective range of P JL commands, P types of shaded patterns are drawn by OR writing.
【0106】次いで、ステップ(13)で、解析したコ
マンドがJLジョブ終了命令かどうかを判断し、JLジ
ョブ終了命令でないと判断されたら、ステップ(15)
に進み、JLジョブ終了命令であると判断されたら、ス
テップ(14)で網かけパターン番号Pをデクリメント
して、ステップ(13)へ進み、未処理の受信データが
存在するかどうかを判断し、存在すると判断した場合は
ステップ(3)に戻り、再びコマンド解析を行い、未処
理の受信データが存在しないと判断した場合は、ステッ
プ(16)にて印刷処理を行い、処理を終了する。Next, in step (13), it is determined whether the analyzed command is a JL job end command. If it is determined that the command is not a JL job end command, step (15) is performed.
When it is determined that the received command is a JL job end command, the shading pattern number P is decremented in step (14), and the process proceeds to step (13) to determine whether unprocessed received data exists. If it is determined that the received data exists, the process returns to step (3), and the command is analyzed again. If it is determined that there is no unprocessed received data, the printing process is performed in step (16), and the process ends.
【0107】これにより、複数のJLコマンドが存在す
る時に、それぞれの命令の有効範囲を識別可能なダンプ
出力結果を得ることができる。As a result, when a plurality of JL commands exist, a dump output result that can identify the effective range of each instruction can be obtained.
【0108】以下、本実施形態と第13,第17の発明
の各工程との対応及びその作用について図9等を参照し
て説明する。Hereinafter, the correspondence between this embodiment and each step of the thirteenth and seventeenth aspects of the present invention and the operation thereof will be described with reference to FIG.
【0109】第13の発明は、複数の異なる制御言語体
系の制御命令を解析する印刷制御装置のデータ処理方法
であって、連続して入力される複数の異なる制御言語体
系の制御命令を順次解析し、該解析結果に基づいて解析
すべき制御言語体系を切り換える切換え工程(図9のス
テップ(4))と、該切り換えられた前記制御言語体系
に基づいて入力された制御命令が出力環境変更命令かど
うかを判定する判定工程(図9のステップ(4))と、
前記制御命令が出力環境変更命令であると判定する毎
に、前記出力環境変更命令のパターンと順次異なる塗り
潰しパターンとを重ねて出力するダンプ出力工程(図9
のステップ(5)〜(10),(13)〜(16))と
をCPU12がROM13,外部メモリ14等に記憶さ
れた制御プログラムを実行して、制御命令中の出力環境
変更命令と他の制御命令とを容易に識別できる網かけダ
ンプ出力を得ることができる。A thirteenth invention is a data processing method of a print control device for analyzing control commands of a plurality of different control language systems, and sequentially analyzes control commands of a plurality of different control language systems which are successively input. A switching step (step (4) in FIG. 9) for switching a control language system to be analyzed based on the analysis result, and a control instruction input based on the switched control language system is an output environment change instruction. A determination step (step (4) in FIG. 9) for determining whether or not
Each time the control command is determined to be an output environment change command, a dump output step (FIG. 9) in which a pattern of the output environment change command and a different fill pattern are sequentially superimposed and output.
Steps (5) to (10), (13) to (16)) are executed by the CPU 12 by executing the control program stored in the ROM 13, the external memory 14, etc. It is possible to obtain a shaded dump output that can easily identify the control command.
【0110】第17の発明は、複数の異なる制御言語体
系の制御命令を解析するコンピュータで使用されるプロ
グラムを記憶した記憶媒体において、連続して入力され
る複数の異なる制御言語体系の制御命令を順次解析し、
該解析結果に基づいて解析すべき制御言語体系を切り換
える切換え工程(図9のステップ(4))と、該切り換
えられた前記制御言語体系に基づいて入力された制御命
令が出力環境変更命令かどうかを判定する判定工程(図
9のステップ(4))と、前記制御命令が出力環境変更
命令であると判定する毎に、前記出力環境変更命令のパ
ターンと順次異なる塗り潰しパターンとを重ねて出力す
るダンプ出力工程(図9のステップ(5)〜(10),
(13)〜(16))とを含む、すなわち、ROM1
3,外部メモリ14を含むメモリ資源に図9に示す工程
に対応するプログラムコードを記憶させ、該プログラム
コードを記憶した記憶媒体からCPU12が読み出して
実行する形態も本発明の実施形態に含まれるものであ
る。According to a seventeenth aspect, in a storage medium storing a program used in a computer for analyzing control instructions of a plurality of different control language systems, a plurality of control commands of a different control language system which are successively input are stored. Analyze sequentially,
A switching step (step (4) in FIG. 9) for switching a control language system to be analyzed based on the analysis result; and whether a control instruction input based on the switched control language system is an output environment change instruction. (Step (4) in FIG. 9), and every time it is determined that the control command is an output environment change command, a pattern of the output environment change command and a different fill pattern are sequentially output. Dump output process (steps (5) to (10) in FIG. 9)
(13) to (16)), that is, the ROM 1
3. Embodiments of the present invention include a mode in which program codes corresponding to the steps shown in FIG. 9 are stored in memory resources including the external memory 14, and the CPU 12 reads and executes the program codes from a storage medium storing the program codes. It is.
【0111】以下、図10に示すメモリマップを参照し
て本発明に係る印刷制御装置で読み出し可能なデータ処
理プログラムの構成について説明する。Hereinafter, the configuration of a data processing program readable by the print control apparatus according to the present invention will be described with reference to a memory map shown in FIG.
【0112】図10は、本発明に係る印刷制御装置で読
み出し可能な各種データ処理プログラムを格納する記憶
媒体のメモリマップを説明する図である。FIG. 10 is a view for explaining a memory map of a storage medium for storing various data processing programs which can be read by the print control apparatus according to the present invention.
【0113】なお、特に図示しないが、記憶媒体に記憶
されるプログラム群を管理する情報、例えばバージョン
情報,作成者等も記憶され、かつ、プログラム読み出し
側のOS等に依存する情報、例えばプログラムを識別表
示するアイコン等も記憶される場合もある。Although not shown, information for managing a group of programs stored in the storage medium, for example, version information, a creator, etc. are also stored, and information dependent on the OS or the like on the program read side, for example, An icon or the like for identification display may also be stored.
【0114】さらに、各種プログラムに従属するデータ
も上記ディレクトリに管理されている。また、各種プロ
グラムをコンピュータにインストールするためのプログ
ラムや、インストールするプログラムが圧縮されている
場合に、解凍するプログラム等も記憶される場合もあ
る。Further, data dependent on various programs is also managed in the directory. In addition, a program for installing various programs on a computer or a program for decompressing a program to be installed when the program to be installed is compressed may be stored.
【0115】本実施形態における図4〜図9に示す機能
が外部からインストールされるプログラムによって、ホ
ストコンピュータにより遂行されていてもよい。そし
て、その場合、CD−ROMやフラッシュメモリやFD
等の記憶媒体により、あるいはネットワークを介して外
部の記憶媒体から、プログラムを含む情報群を出力装置
に供給される場合でも本発明は適用されるものである。The functions shown in FIGS. 4 to 9 in this embodiment may be performed by a host computer by a program installed from the outside. And in that case, CD-ROM, flash memory, FD
The present invention is applicable even when a group of information including a program is supplied to an output device from a storage medium such as the above or from an external storage medium via a network.
【0116】以上のように、前述した実施形態の機能を
実現するソフトウエアのプログラムコードを記録した記
憶媒体を、システムあるいは装置に供給し、そのシステ
ムあるいは装置のコンピュータ(またはCPUやMP
U)が記憶媒体に格納されたプログラムコードを読出し
実行することによっても、本発明の目的が達成されるこ
とは言うまでもない。As described above, the storage medium storing the program code of the software for realizing the functions of the above-described embodiment is supplied to the system or the apparatus, and the computer (or CPU or MP) of the system or the apparatus is supplied.
It goes without saying that the object of the present invention is also achieved when U) reads and executes the program code stored in the storage medium.
【0117】この場合、記憶媒体から読み出されたプロ
グラムコード自体が本発明の新規な機能を実現すること
になり、そのプログラムコードを記憶した記憶媒体は本
発明を構成することになる。In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.
【0118】プログラムコードを供給するための記憶媒
体としては、例えば、フロッピーディスク,ハードディ
スク,光ディスク,光磁気ディスク,CD−ROM,C
D−R,磁気テープ,不揮発性のメモリカード,RO
M,EEPROM等を用いることができる。Examples of the storage medium for supplying the program code include a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, and C
DR, magnetic tape, nonvolatile memory card, RO
M, EEPROM and the like can be used.
【0119】また、コンピュータが読み出したプログラ
ムコードを実行することにより、前述した実施形態の機
能が実現されるだけでなく、そのプログラムコードの指
示に基づき、コンピュータ上で稼働しているOS(オペ
レーティングシステム)等が実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれることは言うまでもない。When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instruction of the program code. ) And the like perform part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.
【0120】さらに、記憶媒体から読み出されたプログ
ラムコードが、コンピュータに挿入された機能拡張ボー
ドやコンピュータに接続された機能拡張ユニットに備わ
るメモリに書き込まれた後、そのプログラムコードの指
示に基づき、その機能拡張ボードや機能拡張ユニットに
備わるCPU等が実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, based on the instruction of the program code, The CPU provided in the function expansion board or function expansion unit performs part or all of the actual processing,
It goes without saying that a case where the function of the above-described embodiment is realized by the processing is also included.
【0121】[0121]
【発明の効果】以上説明したように、本発明に係る第1
の発明によれば、前記解析手段により連続して入力され
る複数の異なる制御言語体系の制御命令を順次解析し、
該解析結果に基づいて切換え手段が解析すべき制御言語
体系を切り換え、該切り換えられた前記制御言語体系に
基づいて制御手段が前記ダンプ出力手段がダンプ出力す
べき制御言語体系を切り換え制御するので、制御言語体
系の切り換えに連動してダンプ出力すべき制御言語体系
を自動的に切り換えて正常なダンプ出力結果を得ること
ができる。As described above, the first embodiment according to the present invention is described.
According to the invention, the control unit sequentially analyzes control commands of a plurality of different control language systems that are continuously input by the analysis unit,
The switching means switches the control language system to be analyzed based on the analysis result, and the control means switches and controls the control language system to be dumped by the dump output unit based on the switched control language system. A normal dump output result can be obtained by automatically switching the control language system to be dumped in conjunction with the switching of the control language system.
【0122】第2の発明によれば、指定手段により前記
ダンプ出力手段がダンプ出力すべき所望の制御言語体系
を指定しておき、判定手段が前記解析手段により連続し
て入力される複数の異なる制御言語体系の制御命令を順
次解析し、該解析した制御言語体系と前記指定手段によ
り指定された制御言語体系とが一致すると判定した場合
に、制御手段が前記ダンプ出力手段により指定された前
記制御言語体系に基づいて前記制御命令をダンプ出力さ
せ、両制御言語体系が一致しないと判定した場合に、前
記生成手段により前記解析手段の解析結果に基づく出力
イメージを生成させるので、指定された制御言語体系の
制御命令のダンプ出力と指定以外の制御言語体系の制御
命令のイメージ出力を自在に切り換えながらダンプ出力
とイメージ出力とを同時に選別出力することができる。According to the second invention, a desired control language system to be dump-output by the dump output means is specified by the specifying means, and a plurality of different control language systems which are successively input by the analysis means are determined by the determination means. The control instructions of the control language system are sequentially analyzed, and when it is determined that the analyzed control language system matches the control language system specified by the specification unit, the control unit specifies the control specified by the dump output unit. The control instruction is dumped and output based on the language system, and when it is determined that the two control language systems do not match, the output unit is caused to generate an output image based on the analysis result of the analysis unit. Dump output and image output while freely switching between dump output of system control instructions and image output of control instructions in control language systems other than specified It can be screened simultaneously output.
【0123】第3の発明によれば、前記解析手段により
連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて切換え手段が解
析すべき制御言語体系を切り換え、該切り換えられた前
記制御言語体系に基づいて第1の制御手段が前記ダンプ
出力手段がダンプ出力すべき制御言語体系を切り換え制
御するとともに、判定手段が前記ダンプ出力手段がダン
プ出力すべき制御命令が出力環境変更命令であると判定
した場合に、第2の制御手段が前記ダンプ出力手段が出
力する出力環境変更命令が有効となる範囲内のパターン
に対して所定の塗り潰し処理を行うので、制御命令中の
出力環境変更命令と他の制御命令とを容易に識別できる
ダンプ出力を得ることができる。According to the third aspect of the present invention, the control means sequentially analyzes a plurality of control commands of different control language systems which are successively inputted by the analysis means, and the switching means to analyze based on the analysis result. The first control means controls the switching of the control language system to be dumped by the dump output means on the basis of the switched control language system, and the determination means makes the dump output means dump output. When it is determined that the control instruction is an output environment change instruction, the second control means performs a predetermined filling process on a pattern within a range where the output environment change instruction output from the dump output means is valid. Thus, it is possible to obtain a dump output that can easily identify an output environment change instruction in a control instruction and another control instruction.
【0124】第4の発明によれば、前記第2の制御手段
は、前記ダンプ出力手段が出力する出力環境変更命令の
パターンと所定の塗り潰しパターンとを重ね書き処理す
るので、制御命令中の出力環境変更命令と他の制御命令
とを容易に識別できる網かけダンプ出力を得ることがで
きる。According to the fourth aspect, the second control means overwrites the pattern of the output environment change instruction output by the dump output means with a predetermined filling pattern, so that the output in the control instruction is performed. It is possible to obtain a shaded dump output in which the environment change command and other control commands can be easily identified.
【0125】第5の発明によれば、前記解析手段により
連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて切換え手段が解
析すべき制御言語体系を切り換え、該切り換えられた前
記制御言語体系に基づいて第1の制御手段が前記ダンプ
出力手段がダンプ出力すべき制御言語体系を切り換え制
御するとともに、判定手段が前記ダンプ出力手段がダン
プ出力すべき制御命令が出力環境変更命令であると判定
する毎に、第2の制御手段が前記ダンプ出力手段が出力
する出力環境変更命令が有効となる範囲内のパターンに
対して異なる塗り潰し処理を行うので、制御命令中の出
力環境変更命令と他の制御命令とを容易に識別でき、か
つ各出力環境変更命令の有効区間を容易に識別できる視
認性に優れたダンプ出力を得ることができる。According to the fifth aspect, the control means sequentially analyzes a plurality of control commands of different control language systems which are successively inputted by the analyzing means, and the switching means to be analyzed by the switching means based on the analysis result. The first control means controls the switching of the control language system to be dumped by the dump output means on the basis of the switched control language system, and the determination means makes the dump output means dump output. Each time the control instruction is determined to be an output environment change instruction, the second control means performs different filling processing on a pattern within a range where the output environment change instruction output by the dump output means is valid. An excellent visibility that can easily identify an output environment change instruction in a control instruction from other control instructions and easily identify an effective section of each output environment change instruction. It is possible to obtain an output.
【0126】第6の発明によれば、前記第2の制御手段
は、前記ダンプ出力手段が出力する出力環境変更命令の
パターンと順次異なる塗り潰しパターンとを重ね書き処
理するので、制御命令中の出力環境変更命令と他の制御
命令とを容易に識別でき、かつ各出力環境変更命令の有
効区間を容易に識別できる視認性に優れた網かけダンプ
出力を得ることができる。According to the sixth aspect, the second control means overwrites the pattern of the output environment change instruction output by the dump output means with a sequentially different fill pattern. It is possible to obtain a shaded dump output with excellent visibility that can easily identify an environment change instruction and another control instruction and easily identify an effective section of each output environment change instruction.
【0127】第7の発明によれば、前記ダンプ出力手段
は、印刷装置または表示装置とするので、ダンプ出力結
果を印刷装置の印刷結果としてまたは表示装置の表示デ
ータと認知することができる。According to the seventh aspect, since the dump output unit is a printing device or a display device, the dump output result can be recognized as a printing result of the printing device or as display data of the display device.
【0128】第8の発明によれば、前記ダンプ出力手段
は、各制御言語体系に対応して各制御命令に固有の文字
または記号のパターンに置換して出力するので、各制御
言語体系に対応して各制御命令のダンプ結果を容易に解
析できる情報として得ることができる。According to the eighth aspect, the dump output means replaces and outputs a character or symbol pattern unique to each control instruction in accordance with each control language system. Thus, the dump result of each control instruction can be obtained as information that can be easily analyzed.
【0129】第9の発明によれば、前記切換え手段によ
る前記制御言語体系の切り換え毎に、前記ダンプ出力手
段が置換したデータを出力するので、複数の制御言語体
系の制御命令のダンプ結果が混在することなく、各制御
言語体系の制御命令の区切りを容易に認知できるダンプ
出力結果を得ることができる。According to the ninth aspect, each time the control language system is switched by the switching unit, the dumped data is output by the dump output unit, so that the dump results of the control instructions of a plurality of control language systems are mixed. Without doing this, it is possible to obtain a dump output result that allows the user to easily recognize the delimitation of the control commands in each control language system.
【0130】第10,第14の発明によれば、連続して
入力される複数の異なる制御言語体系の制御命令を順次
解析し、該解析結果に基づいて解析すべき制御言語体系
を切り換え、該切り換えられた前記制御言語体系に基づ
いて入力される制御命令を所定のパターンに置換して出
力するので、制御言語体系の切り換えに連動してダンプ
出力すべき制御言語体系を自動的に切り換えて正常なダ
ンプ出力結果を得ることができる。According to the tenth and fourteenth aspects, control commands of a plurality of different control language systems that are successively input are sequentially analyzed, and the control language system to be analyzed is switched based on the analysis result. Since the control command input based on the switched control language system is replaced with a predetermined pattern and output, the control language system to be dumped is automatically switched in accordance with the switching of the control language system, and the normal operation is performed. It is possible to obtain a simple dump output result.
【0131】第11,第15の発明によれば、連続して
入力される複数の異なる制御言語体系の制御命令を順次
解析し、該解析結果に基づいて解析すべき制御言語体系
を切り換え、連続して入力される複数の異なる制御言語
体系の制御命令を順次解析し、該解析した制御言語体系
と指定された制御言語体系とが一致するかどうかを判定
し、両制御言語体系が一致すると判定した場合に、指定
された前記制御言語体系に基づく制御命令を所定のパタ
ーンに置換して出力し、前記両制御言語体系が一致しな
いと判定した場合に、解析された制御命令に基づく出力
イメージを生成させるので、指定された制御言語体系の
制御命令のダンプ出力と指定以外の制御言語体系の制御
命令のイメージ出力を自在に切り換えながらダンプ出力
とイメージ出力とを同時に選別出力することができる。According to the eleventh and fifteenth aspects, control commands of a plurality of different control language systems which are continuously input are sequentially analyzed, and the control language system to be analyzed is switched based on the analysis result. And sequentially analyzes the control instructions of a plurality of different control language systems that are input as input, determines whether the analyzed control language system matches the specified control language system, and determines that both control language systems match. In this case, a control command based on the specified control language system is replaced with a predetermined pattern and output.If it is determined that the two control language systems do not match, an output image based on the analyzed control command is output. Since it is generated, dump output and image output can be performed while freely switching between the dump output of the control instruction of the specified control language system and the image output of the control instruction of the control language system other than the specified. It can be screened simultaneously output.
【0132】第12,第16の発明によれば、連続して
入力される複数の異なる制御言語体系の制御命令を順次
解析し、該解析結果に基づいて解析すべき制御言語体系
を切り換え、該切り換えられた前記制御言語体系に基づ
いて入力された制御命令が出力環境変更命令かどうかを
判定し、前記制御命令が出力環境変更命令であると判定
する毎に、前記出力環境変更命令のパターンと所定の塗
り潰しパターンとを重ねて出力するので、制御命令中の
出力環境変更命令と他の制御命令とを容易に識別できる
ダンプ出力を得ることができる。According to the twelfth and sixteenth aspects, control commands of a plurality of different control language systems which are successively input are sequentially analyzed, and the control language system to be analyzed is switched based on the analysis result. It is determined whether or not the control instruction input based on the switched control language system is an output environment change instruction, and each time the control instruction is determined to be an output environment change instruction, the output environment change instruction pattern and Since a predetermined filling pattern is output while being superimposed, a dump output can be obtained in which the output environment change command in the control command and another control command can be easily identified.
【0133】第13,第17の発明によれば、連続して
入力される複数の異なる制御言語体系の制御命令を順次
解析し、該解析結果に基づいて解析すべき制御言語体系
を切り換え、該切り換えられた前記制御言語体系に基づ
いて入力された制御命令が出力環境変更命令かどうかを
判定し、前記制御命令が出力環境変更命令であると判定
する毎に、前記出力環境変更命令のパターンと順次異な
る塗り潰しパターンとを重ねて出力するので、制御命令
中の出力環境変更命令と他の制御命令とを容易に識別で
きる網かけダンプ出力を得ることができる。According to the thirteenth and seventeenth aspects, control commands of a plurality of different control language systems which are successively input are sequentially analyzed, and the control language system to be analyzed is switched based on the analysis result. It is determined whether or not the control instruction input based on the switched control language system is an output environment change instruction, and each time the control instruction is determined to be an output environment change instruction, the output environment change instruction pattern and Since different fill patterns are sequentially output in a superimposed manner, a shaded dump output that can easily identify an output environment change instruction in a control instruction and another control instruction can be obtained.
【0134】従って、それぞれの制御言語体系の制御命
令を適切なパターンに置換して出力できる。また、指定
された制御言語体系の制御命令を適切なパターンに置換
して選別出力することができるとともに、指定外の制御
言語体系の制御命令の出力イメージをそれぞれ出力でき
る。さらに、他の制御命令のダンプ出力形態と出力環境
変更命令とを容易に識別できるダンプ出力結果を得るこ
とができる等の効果を奏する。Therefore, the control commands of each control language system can be replaced with an appropriate pattern and output. In addition, the control command of the designated control language system can be replaced with an appropriate pattern for selective output, and the output image of the control command of the unspecified control language system can be output. Furthermore, there is an effect that a dump output result that can easily identify a dump output form of another control instruction and an output environment change instruction can be obtained.
【図1】本発明を適用可能な出力装置の構成を説明する
断面図である。FIG. 1 is a cross-sectional view illustrating a configuration of an output device to which the present invention can be applied.
【図2】本発明に係る印刷システムの制御構成を説明す
るブロック図である。FIG. 2 is a block diagram illustrating a control configuration of a printing system according to the present invention.
【図3】図2に示したホストコンピュータから送信デー
タに対するダンプ出力例を示す概念図である。FIG. 3 is a conceptual diagram showing an example of a dump output for transmission data from the host computer shown in FIG. 2;
【図4】本発明に係る印刷制御装置における第1のデー
タ処理手順の一例を示すフローチャートである。FIG. 4 is a flowchart illustrating an example of a first data processing procedure in the print control apparatus according to the present invention.
【図5】本発明に係る印刷制御装置の第2のデータ処理
手順の一例を示すフローチャートである。FIG. 5 is a flowchart illustrating an example of a second data processing procedure of the print control apparatus according to the present invention.
【図6】本発明に係る印刷制御装置の第3のデータ処理
手順の一例を示すフローチャートである。FIG. 6 is a flowchart illustrating an example of a third data processing procedure of the print control apparatus according to the present invention.
【図7】本発明に係る印刷制御装置の第4のデータ処理
手順の一例を示すフローチャートである。FIG. 7 is a flowchart illustrating an example of a fourth data processing procedure of the print control apparatus according to the present invention.
【図8】本発明に係る印刷制御装置の第5のデータ処理
手順の一例を示すフローチャートである。FIG. 8 is a flowchart illustrating an example of a fifth data processing procedure of the print control apparatus according to the present invention.
【図9】本発明に係る印刷制御装置の第6のデータ処理
手順の一例を示すフローチャートである。FIG. 9 is a flowchart illustrating an example of a sixth data processing procedure of the print control apparatus according to the present invention.
【図10】本発明に係る印刷制御装置で読み出し可能な
各種データ処理プログラムを格納する記憶媒体のメモリ
マップを説明する図である。FIG. 10 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the print control device according to the present invention.
1 CPU 2 RAM 3 ROM 8 プリンタコントローラ 12 CPU 13 ROM 19 RAM 1 CPU 2 RAM 3 ROM 8 Printer controller 12 CPU 13 ROM 19 RAM
Claims (17)
解析する解析手段と、 前記複数の異なる制御言語体系の制御命令を所定のパタ
ーンに置換して出力するダンプ出力手段と、 前記解析手段により連続して入力される複数の異なる制
御言語体系の制御命令を順次解析し、該解析結果に基づ
いて解析すべき制御言語体系を切り換える切換え手段
と、 前記切換え手段により切り換えられた前記制御言語体系
に基づいて前記ダンプ出力手段がダンプ出力すべき制御
言語体系を切り換え制御する制御手段とを有することを
特徴とする印刷制御装置。An analysis unit configured to analyze control instructions of a plurality of different control language systems; a dump output unit configured to replace the control instructions of the plurality of different control language systems with a predetermined pattern; Switching means for sequentially analyzing control commands of a plurality of different control language systems which are successively inputted, and switching a control language system to be analyzed based on the analysis result; and a control language system switched by the switching means. And a control means for switching and controlling a control language system to be output by the dump output means on the basis of the dump control means.
解析する解析手段と、 前記複数の異なる制御言語体系の制御命令を所定のパタ
ーンに置換して出力するダンプ出力手段と、 前記解析手段による前記制御命令の解析結果に基づいて
出力イメージを生成する生成手段と、 前記ダンプ出力手段がダンプ出力すべき所望の制御言語
体系を指定する指定手段と、 前記解析手段により連続して入力される複数の異なる制
御言語体系の制御命令を順次解析し、該解析した制御言
語体系と前記指定手段により指定された制御言語体系と
が一致するかどうかを判定する判定手段と、 前記判定手段により両制御言語体系が一致すると判定し
た場合に、前記ダンプ出力手段により指定された前記制
御言語体系に基づいて前記制御命令をダンプ出力させ、 前記判定手段により両制御言語体系が一致しないと判定
した場合に、前記生成手段により前記解析手段の解析結
果に基づく出力イメージを生成させる制御手段とを有す
ることを特徴とする印刷制御装置。2. An analysis unit for analyzing control instructions of a plurality of different control language systems, a dump output unit for replacing the control instructions of the plurality of different control language systems with a predetermined pattern and outputting the same, Generating means for generating an output image based on the analysis result of the control command; specifying means for specifying a desired control language system to be dumped by the dump output means; Determining means for sequentially analyzing control commands of different control language systems, and determining whether or not the analyzed control language system matches the control language system specified by the specifying means; and If it is determined that the systems match, the control command is dumped based on the control language system specified by the dump output means, A printing control apparatus, comprising: a control unit for causing the generation unit to generate an output image based on the analysis result of the analysis unit when the determination unit determines that the two control language systems do not match.
解析する解析手段と、 前記複数の異なる制御言語体系の制御命令を所定のパタ
ーンに置換して出力するダンプ出力手段と、 前記解析手段により連続して入力される複数の異なる制
御言語体系の制御命令を順次解析し、該解析結果に基づ
いて解析すべき制御言語体系を切り換える切換え手段
と、 前記切換え手段により切り換えられた前記制御言語体系
に基づいて前記ダンプ出力手段がダンプ出力すべき制御
言語体系を切り換え制御する第1の制御手段と、 前記ダンプ出力手段がダンプ出力すべき制御命令が出力
環境変更命令かどうかを判定する判定手段と、 前記判定手段が制御命令が出力環境変更命令であると判
定した場合に、前記ダンプ出力手段が出力する出力環境
変更命令が有効となる範囲内のパターンに対して所定の
塗り潰し処理を行う第2の制御手段とを有することを特
徴とする印刷制御装置。3. An analysis means for analyzing control instructions of a plurality of different control language systems, a dump output means for replacing the plurality of control instruction systems of a control language system with a predetermined pattern and outputting the same, and the analysis means Switching means for sequentially analyzing control commands of a plurality of different control language systems which are successively inputted, and switching a control language system to be analyzed based on the analysis result; and a control language system switched by the switching means. First control means for controlling the control language system to be dumped by the dump output means on the basis of the control information; determining means for determining whether the control instruction to be dumped by the dump output means is an output environment change instruction; When the determining unit determines that the control instruction is an output environment change instruction, the output environment change instruction output by the dump output unit is valid. Print control apparatus characterized by a second control means for performing predetermined filling process for the pattern in the range that.
手段が出力する出力環境変更命令のパターンと所定の塗
り潰しパターンとを重ね書き処理することを特徴とする
請求項3記載の印刷制御装置。4. The print control apparatus according to claim 3, wherein the second control unit overwrites a pattern of the output environment change command output from the dump output unit with a predetermined fill pattern. .
解析する解析手段と、 前記複数の異なる制御言語体系の制御命令を所定のパタ
ーンに置換して出力するダンプ出力手段と、 前記解析手段により連続して入力される複数の異なる制
御言語体系の制御命令を順次解析し、該解析結果に基づ
いて解析すべき制御言語体系を切り換える切換え手段
と、 前記切換え手段により切り換えられた前記制御言語体系
に基づいて前記ダンプ出力手段がダンプ出力すべき制御
言語体系を切り換え制御する第1の制御手段と、 前記ダンプ出力手段がダンプ出力すべき制御命令が出力
環境変更命令かどうかを判定する判定手段と、 前記判定手段が制御命令が出力環境変更命令であると判
定する毎に、前記ダンプ出力手段が出力する出力環境変
更命令が有効となる範囲内のパターンに対して異なる塗
り潰し処理を行う第2の制御手段とを有することを特徴
とする印刷制御装置。5. An analysis means for analyzing control instructions of a plurality of different control language systems, a dump output means for replacing the plurality of control instructions of a control language system with a predetermined pattern and outputting the same, and the analysis means Switching means for sequentially analyzing control commands of a plurality of different control language systems which are successively inputted, and switching a control language system to be analyzed based on the analysis result; and a control language system switched by the switching means. First control means for controlling the control language system to be dumped by the dump output means on the basis of the control information; determining means for determining whether the control instruction to be dumped by the dump output means is an output environment change instruction; Each time the determining unit determines that the control command is an output environment change command, the output environment change command output by the dump output unit becomes valid. Print control apparatus characterized by a second control means for performing different filling process with respect to the pattern in the range.
手段が出力する出力環境変更命令のパターンと順次異な
る塗り潰しパターンとを重ね書き処理することを特徴と
する請求項5記載の印刷制御装置。6. The printing control apparatus according to claim 5, wherein the second control unit overwrites a pattern of the output environment change command output by the dump output unit and a sequentially different filling pattern. .
表示装置であることを特徴とする請求項1〜6のいずれ
かに記載の印刷制御装置。7. The print control device according to claim 1, wherein the dump output unit is a printing device or a display device.
に対応して各制御命令に固有の文字または記号のパター
ンに置換して出力することを特徴とする請求項1〜7記
載の印刷制御装置。8. The print control according to claim 1, wherein said dump output means replaces and outputs a character or symbol pattern unique to each control instruction corresponding to each control language system. apparatus.
の切り換え毎に、前記ダンプ出力手段が置換したデータ
を出力することを特徴とする請求項1記載の印刷制御装
置。9. The printing control device according to claim 1, wherein the dump output unit outputs the replaced data every time the control language system is switched by the switching unit.
を解析する印刷制御装置のデータ処理方法であって、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 該切り換えられた前記制御言語体系に基づいて入力され
る制御命令を所定のパターンに置換して出力するダンプ
出力工程とを有することを特徴とする印刷制御装置のデ
ータ処理方法。10. A data processing method for a print control apparatus for analyzing control commands of a plurality of different control language systems, wherein the control commands of a plurality of different control language systems input sequentially are sequentially analyzed. A switching step of switching a control language system to be analyzed based on a result; and a dump output step of replacing a control command input based on the switched control language system with a predetermined pattern and outputting the same. A data processing method for a print control device, which is characterized by the following.
を解析する印刷制御装置のデータ処理方法であって、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析した制御言語体系と指定された
制御言語体系とが一致するかどうかを判定する判定工程
と、 両制御言語体系が一致すると判定した場合に、指定され
た前記制御言語体系に基づく制御命令を所定のパターン
に置換して出力するダンプ出力工程と、 前記両制御言語体系が一致しないと判定した場合に、解
析された制御命令に基づく出力イメージを出力させる画
像出力工程とを有することを特徴とする印刷制御装置の
データ処理方法。11. A data processing method for a printing control apparatus for analyzing control commands of a plurality of different control language systems, wherein the control commands of a plurality of different control language systems input sequentially are sequentially analyzed. A switching step of switching a control language system to be analyzed based on the result; and sequentially analyzing control instructions of a plurality of different control language systems which are continuously input, and analyzing the analyzed control language system and a designated control language system. A determination step of determining whether or not the two match, and a dump output step of replacing the control command based on the specified control language system with a predetermined pattern and outputting the same when it is determined that both control language systems match, An image output step of outputting an output image based on the analyzed control command when it is determined that the two control language systems do not match. Data processing method of the device.
を解析する印刷制御装置のデータ処理方法であって、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 該切り換えられた前記制御言語体系に基づいて入力され
た制御命令が出力環境変更命令かどうかを判定する判定
工程と、 前記制御命令が出力環境変更命令であると判定する毎
に、前記出力環境変更命令のパターンと所定の塗り潰し
パターンとを重ねて出力するダンプ出力工程とを有する
ことを特徴とする印刷制御装置のデータ処理方法。12. A data processing method for a print control device for analyzing control commands of a plurality of different control language systems, the method comprising sequentially analyzing control commands of a plurality of different control language systems which are successively input, and analyzing the data. A switching step of switching a control language system to be analyzed based on a result; a determining step of determining whether a control command input based on the switched control language system is an output environment change command; and A data processing method for a print control device, comprising: a dump output step of superimposing and outputting a pattern of the output environment change command and a predetermined filling pattern each time it is determined that the command is an output environment change command.
を解析する印刷制御装置のデータ処理方法であって、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 該切り換えられた前記制御言語体系に基づいて入力され
た制御命令が出力環境変更命令かどうかを判定する判定
工程と、 前記制御命令が出力環境変更命令であると判定する毎
に、前記出力環境変更命令のパターンと順次異なる塗り
潰しパターンとを重ねて出力するダンプ出力工程とを有
することを特徴とする印刷制御装置のデータ処理方法。13. A data processing method for a printing control apparatus for analyzing control commands of a plurality of different control language systems, wherein the control commands of a plurality of different control language systems input sequentially are sequentially analyzed. A switching step of switching a control language system to be analyzed based on a result; a determining step of determining whether a control command input based on the switched control language system is an output environment change command; and A data processing method for a print control apparatus, comprising: a dump output step of superimposing and outputting a pattern of the output environment change command and a different filling pattern sequentially each time the output environment change command is determined.
を解析するコンピュータで使用されるプログラムを記憶
した記憶媒体において、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 該切り換えられた前記制御言語体系に基づいて入力され
る制御命令を所定のパターンに置換して出力するダンプ
出力工程と、を含む、コンピュータが読むことができる
プログラムを格納したことを特徴とする記憶媒体。14. A storage medium storing a program used by a computer for analyzing control instructions of a plurality of different control language systems, wherein a plurality of control instructions of a plurality of different control language systems inputted sequentially are analyzed sequentially, A switching step of switching a control language system to be analyzed based on the analysis result; and a dump output step of replacing a control command input based on the switched control language system with a predetermined pattern and outputting the same. A storage medium storing a computer-readable program.
を解析するコンピュータで使用されるプログラムを記憶
した記憶媒体において、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析した制御言語体系と指定された
制御言語体系とが一致するかどうかを判定する判定工程
と、 両制御言語体系が一致すると判定した場合に、指定され
た前記制御言語体系に基づく制御命令を所定のパターン
に置換して出力するダンプ出力工程と、 前記両制御言語体系が一致しないと判定した場合に、前
記制御命令の解析結果に基づく出力イメージを出力させ
る画像出力工程と、を含む、コンピュータが読むことが
できるプログラムを格納したことを特徴とする記憶媒
体。15. A storage medium storing a program used by a computer for analyzing control instructions of a plurality of different control language systems, wherein a control instruction of a plurality of different control language systems inputted sequentially is analyzed sequentially. A switching step of switching a control language system to be analyzed based on the analysis result; and sequentially analyzing control commands of a plurality of different control language systems which are continuously input, and analyzing the analyzed control language system and a designated control language. A judging step of judging whether or not the two control language systems match; and a dump output step of, when judging that both control language systems match, replacing a control command based on the specified control language system with a predetermined pattern and outputting the same. An image output step of outputting an output image based on an analysis result of the control command, when it is determined that the two control language systems do not match, Including a storage medium characterized by storing a program which a computer can read.
を解析するコンピュータで使用されるプログラムを記憶
した記憶媒体において、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 該切り換えられた前記制御言語体系に基づいて入力され
た制御命令が出力環境変更命令かどうかを判定する判定
工程と、 前記制御命令が出力環境変更命令であると判定する毎
に、前記出力環境変更命令のパターンと所定の塗り潰し
パターンとを重ねて出力するダンプ出力工程と、を含
む、コンピュータが読むことができるプログラムを格納
したことを特徴とする記憶媒体。16. A storage medium storing a program used by a computer for analyzing control instructions of a plurality of different control language systems, wherein a plurality of control instructions of a plurality of different control language systems inputted sequentially are sequentially analyzed, A switching step of switching a control language system to be analyzed based on the analysis result; a determining step of determining whether a control command input based on the switched control language system is an output environment change command; A dump output step of superimposing and outputting a pattern of the output environment change instruction and a predetermined filling pattern each time the instruction is determined to be an output environment change instruction, and storing a computer-readable program. A storage medium characterized by the above-mentioned.
を解析するコンピュータで使用されるプログラムを記憶
した記憶媒体において、 連続して入力される複数の異なる制御言語体系の制御命
令を順次解析し、該解析結果に基づいて解析すべき制御
言語体系を切り換える切換え工程と、 該切り換えられた前記制御言語体系に基づいて入力され
た制御命令が出力環境変更命令かどうかを判定する判定
工程と、 前記制御命令が出力環境変更命令であると判定する毎
に、前記出力環境変更命令のパターンと順次異なる塗り
潰しパターンとを重ねて出力するダンプ出力工程と、を
含む、コンピュータが読むことができるプログラムを格
納したことを特徴とする記憶媒体。17. A storage medium storing a program used in a computer for analyzing control commands of a plurality of different control language systems, wherein a plurality of control commands of a plurality of different control language systems inputted sequentially are sequentially analyzed, A switching step of switching a control language system to be analyzed based on the analysis result; a determining step of determining whether a control command input based on the switched control language system is an output environment change command; And a dump output step of superimposing and outputting a pattern of the output environment change instruction and a sequentially different filling pattern each time the instruction is determined to be an output environment change instruction. A storage medium characterized by the above-mentioned.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8244551A JPH1091368A (en) | 1996-09-17 | 1996-09-17 | Print controller and its data processing method and storage medium storing readable program for computer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8244551A JPH1091368A (en) | 1996-09-17 | 1996-09-17 | Print controller and its data processing method and storage medium storing readable program for computer |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH1091368A true JPH1091368A (en) | 1998-04-10 |
Family
ID=17120391
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8244551A Pending JPH1091368A (en) | 1996-09-17 | 1996-09-17 | Print controller and its data processing method and storage medium storing readable program for computer |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH1091368A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7973954B2 (en) | 2006-08-28 | 2011-07-05 | Sharp Laboratories Of America, Inc. | Method and apparatus for automatic language switching for an imaging device |
-
1996
- 1996-09-17 JP JP8244551A patent/JPH1091368A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7973954B2 (en) | 2006-08-28 | 2011-07-05 | Sharp Laboratories Of America, Inc. | Method and apparatus for automatic language switching for an imaging device |
US8218187B2 (en) | 2006-08-28 | 2012-07-10 | Sharp Laboratories Of America, Inc. | Method and apparatus for automatic language switching for an imaging device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6111654A (en) | Method and apparatus for replacing or modifying a postscript built-in font in a printer | |
JP3814324B2 (en) | Print control apparatus and print control method | |
JPH11134140A (en) | Data processor and print controller, data processing method of data processor and of printing controller, and storage medium for computer-readable program | |
JP2000099291A (en) | Print controller, data processing method for the same and storage medium storing computer readable program | |
JP4274495B2 (en) | Image output apparatus and method, image processing apparatus and method, and storage medium | |
JPH1091368A (en) | Print controller and its data processing method and storage medium storing readable program for computer | |
JPH10187380A (en) | Device for controlling printing and method therefor and storage medium for storing program readable by computer | |
JP3209911B2 (en) | Print control device and data processing method of print control device | |
JPH11191042A (en) | Data processor, data processing method therefor, and storage medium stored with computer-readable program | |
JP3610194B2 (en) | Print control apparatus, print control method, and storage medium storing computer-readable program | |
JP3209858B2 (en) | Print control device and print control method | |
JPH1199730A (en) | Printer and its control method | |
JP4323617B2 (en) | Print control apparatus, information processing apparatus, print control method, information processing method, and storage medium storing computer-readable program | |
JP3387796B2 (en) | Print control device and data processing method of print control device | |
JP3495876B2 (en) | Character output device, character output method, and storage medium storing computer readable program | |
JP2000263895A (en) | Image output control device, status outputting method thereof and memory medium storing program readable by computer | |
JP2000155661A (en) | Printing controller, data processing method for the printing controller, data processor, data processing method for the data processor and storage medium stored with computer readable program | |
JP2001109601A (en) | Device and method for controlling printing and storage medium | |
JPH10187375A (en) | Printing controller and method for processing data of printing controller and storage medium for storing program readable by computer | |
JPH1124863A (en) | Print control device and method, and storage medium storing computer readable program | |
JPH0872362A (en) | Printing device and control method thereof | |
JP2001109602A (en) | Device and method for controlling printing and storage medium | |
JP2001001595A (en) | Printing control device, printing control method, and storage medium storing computer readable program | |
JPH11227269A (en) | Printing controller, data processing method for the same, and storage medium storing computer-readable program | |
JPH09179700A (en) | Printer, printing device, printing system, and information processor |