JPS6265127A - Virtual print control mechanism - Google Patents

Virtual print control mechanism

Info

Publication number
JPS6265127A
JPS6265127A JP60205708A JP20570885A JPS6265127A JP S6265127 A JPS6265127 A JP S6265127A JP 60205708 A JP60205708 A JP 60205708A JP 20570885 A JP20570885 A JP 20570885A JP S6265127 A JPS6265127 A JP S6265127A
Authority
JP
Japan
Prior art keywords
print
printing
control information
data
virtual
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
Application number
JP60205708A
Other languages
Japanese (ja)
Inventor
Fukao Terasawa
寺沢 深雄
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP60205708A priority Critical patent/JPS6265127A/en
Publication of JPS6265127A publication Critical patent/JPS6265127A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the productivity of software by providing a control part for virtual print to an application program and omitting a complicated job where the print control is needed for each type of the printer. CONSTITUTION:A print request given from an application program 18 contains one or both of the data and the virtual print control information. A control part 12 receives the print request and stores is temporarily in a saving area 13. Then the part 12 converts the virtual print control information stored in the area 13 into the desired control information for a printer 17 and also transfers the control information to an unused print area 14 or 15. If the printer 17 is not busy, the print data is delivered based on the control information converted for the printer 17. If the printer 17 is busy, the next printing request is kept waiting until the present printing operation is over. Then the print of data is started when the information on the end of printing is received.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、仮想印字制御機構、特に、コンピュータの印
字装置における仮想的な印字制御を行なう仮想印字制御
機構に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a virtual print control mechanism, and particularly to a virtual print control mechanism that performs virtual print control in a computer printing device.

〔従来の技術〕[Conventional technology]

従来の印字システムではコンピュータのアプリケーショ
ンプログラムが印字装置にデータを印字するときは、そ
のアプリケーションプログラムに印字装置に対応した制
御を内蔵していた。
In conventional printing systems, when a computer application program prints data on a printing device, the application program has built-in control that is compatible with the printing device.

次に、従来例について、図面を参照して説明する。Next, a conventional example will be explained with reference to the drawings.

第2図は従来の印字システムの一例を示すブロック図で
ある。
FIG. 2 is a block diagram showing an example of a conventional printing system.

基本的には主記憶16に格納されているアプリケーショ
ンプログラム19が物理的な印字制御情報を直接扱って
目的とする印字装置17を動作させる。
Basically, an application program 19 stored in the main memory 16 operates the target printing device 17 by directly handling physical printing control information.

すなわち、アプリケーションプログラム19よシ発行さ
れる印字要求には、データ印字制御情報のいずれかまた
は両方が伴なっておシ、印字装置17はこの印字要求を
受けると一旦格納し格納された印字制御情報−これは単
独に存在するときとデータ中に挿入されているときがあ
る−に応じてデータの印字を開始する。このように、従
来の印字システムでは、アプリケーションプログラム1
9が直接印字装置17の制御を行なう。
That is, the printing request issued by the application program 19 is accompanied by either or both of the data printing control information, and upon receiving this printing request, the printing device 17 temporarily stores the stored printing control information. -This may exist alone or may be inserted into the data.-Printing of data is started according to this. In this way, in the conventional printing system, the application program 1
9 directly controls the printing device 17.

このため、印字装置の特性が変るごとに、印字制御情報
が異なるため、対応したアプリケーションプログラムを
必要とする。
Therefore, each time the characteristics of the printing device change, the printing control information changes, and a corresponding application program is required.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

すなわち、上述した従来の印字システムは、アプリケー
ションプログラムが印字装置に対応した祥細な印字制御
をしているので、そのプログラムで異種の印字装置に印
字しようとするとき、プログラムの改変を行わなければ
ならず、ソフトウェアの生産性が悪いという欠点がある
In other words, in the conventional printing system described above, the application program performs detailed printing control that corresponds to the printing device, so when that program attempts to print on a different type of printing device, the program must be modified. However, it has the disadvantage of poor software productivity.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の仮想印字制御機構は、アプリケ−71ンプログ
ラムに物理的な印字制御を行わせることなく、仮想的な
印字制御を行わせるための制御部と、アプリケーション
プログラムよシ引き取ったデータおよび制御情報を一時
的に格納する退避域と、印字装置に対応して形式変換を
したデータおよび制御情報を格納する複数の印字域を有
して構成される。
The virtual printing control mechanism of the present invention includes a control section for performing virtual printing control without having the application program perform physical printing control, and data and control information received from the application program. The printer has a save area for temporarily storing data, and a plurality of print areas for storing format-converted data and control information corresponding to the printing device.

〔実施例〕〔Example〕

次に、本発明の実施例について、図面を参照して説明す
る。第1図は本発明の一実施例を含む印字システムの一
例を示すブロック図である。
Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing an example of a printing system including an embodiment of the present invention.

第1図に示す印字システムは仮想印字制御機構11が主
記憶16と、印字装置17との間に接続されたものであ
る。
In the printing system shown in FIG. 1, a virtual printing control mechanism 11 is connected between a main memory 16 and a printing device 17.

本発明の一実施例である仮想印字制御機構11は制御部
12と、主記憶16に格納されたアプリケーションプロ
グラム1Bよシ引き取ったデータおよび仮想印字制御情
報を格納する退避域13と、対応する印字装置17用に
変換されたデータ印字制御情報さらに必要に応じて制御
手順を記憶する印字域14.15とを含んで構成される
The virtual print control mechanism 11, which is an embodiment of the present invention, includes a control section 12, a save area 13 for storing data retrieved from the application program 1B stored in the main memory 16, and virtual print control information, and a corresponding print It is configured to include data print control information converted for the device 17 and print areas 14 and 15 for storing control procedures as necessary.

アプリケーションプログラム18よシ発行される印字要
求には、データ、仮想印字制御情報のいずれかまたは両
方が伴なっておシ、制御部12はこの印字要求を受ける
と退避域13に一旦格納する。制御部12はアプリケー
ションプログラム18の実行とは非同期に動作し、退避
域13に格納された仮想印字制御情報−これは単独に存
在するときとデータ中に挿入されているときがある−を
目的とする印字装置17用の制御情報に変換しながら、
データとともに未使用の印字域14.15のいずれかに
転送する。制御部12は印字装置17が使用中でなけれ
ば、印字域14.15のいずれかに転送された印字デー
タをその印字装置17用に変換された制御情報に基いて
出力する。印字中であればそれが終了するまで印字を待
たせ、印字の終了通知を装置よシ受けると印字域14.
15のいずれかにあるデータの印字を開始する。
A print request issued by the application program 18 is accompanied by data, virtual print control information, or both, and upon receiving this print request, the control section 12 temporarily stores it in the save area 13. The control unit 12 operates asynchronously with the execution of the application program 18, and its purpose is to read the virtual printing control information stored in the save area 13, which may exist alone or may be inserted into the data. While converting into control information for the printing device 17,
It is transferred along with the data to any of the unused print areas 14 and 15. If the printing device 17 is not in use, the control section 12 outputs the print data transferred to either of the printing areas 14 or 15 based on the control information converted for the printing device 17. If printing is in progress, the printing waits until it is finished, and when the device receives a notification that printing has finished, the print area 14.
15 starts printing the data.

このように1制御部12はアプリケーションプログラム
18で指示された仮想的な印字制御情報を目的とする印
字装置17用に変換し、印字を制御する。
In this way, the 1 control unit 12 converts the virtual printing control information instructed by the application program 18 to the target printing device 17, and controls printing.

〔発明の効果〕〔Effect of the invention〕

本発明の仮想鉤希印字制御機構は、主記憶と印字装置と
の間に設けたとき、主記憶に格納されたアプリケーショ
ンプログラムは印字装置の種別に係らず共通の印字制御
をすることができ、印字装置の徨別毎に印字制御をする
という繁雑さから解放され、ソフトウェア生産性が向上
できるという効果がある。
When the virtual hook printing control mechanism of the present invention is provided between the main memory and the printing device, the application program stored in the main memory can perform common printing control regardless of the type of printing device. This eliminates the complexity of controlling printing for each type of printing device, and has the effect of improving software productivity.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例を含む印字システムの一例を
示すブロック図、第2図は従来の印字システムの一例を
示すブロック図である。 11・・・・・・仮想印字制御機構、12・・・・・制
御部、13・・・・・退避域、14・・・・・・印字域
、15・・・・・・印字域、16・・・・・主記憶、1
8.19・・・ アプリケーションプログラム、17;
・・・・・印字装置。
FIG. 1 is a block diagram showing an example of a printing system including an embodiment of the present invention, and FIG. 2 is a block diagram showing an example of a conventional printing system. 11...Virtual print control mechanism, 12...Control unit, 13...Evacuation area, 14...Print area, 15...Print area, 16... Main memory, 1
8.19... Application program, 17;
...Printing device.

Claims (1)

【特許請求の範囲】[Claims] 印字装置でデータを印字するシステムにおいて、アプリ
ケーションプログラムからの印字要求を引きとり引きと
った印字データおよび仮想印字制御情報を格納する退避
域と、それらを印字装置に印字するために形式変換した
データおよび制御情報を格納する複数の印字域と、アプ
リケーションプログラムに仮想印字制御をさせるための
制御部とを含むことを特徴とする仮想印字制御機構。
In a system that prints data with a printing device, there is a save area that stores print data and virtual print control information that receive print requests from application programs, and data that has been converted into a format for printing on the printing device. A virtual print control mechanism comprising: a plurality of print areas for storing control information; and a control unit for causing an application program to perform virtual print control.
JP60205708A 1985-09-17 1985-09-17 Virtual print control mechanism Pending JPS6265127A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60205708A JPS6265127A (en) 1985-09-17 1985-09-17 Virtual print control mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60205708A JPS6265127A (en) 1985-09-17 1985-09-17 Virtual print control mechanism

Publications (1)

Publication Number Publication Date
JPS6265127A true JPS6265127A (en) 1987-03-24

Family

ID=16511382

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60205708A Pending JPS6265127A (en) 1985-09-17 1985-09-17 Virtual print control mechanism

Country Status (1)

Country Link
JP (1) JPS6265127A (en)

Similar Documents

Publication Publication Date Title
JP2742073B2 (en) Print control method and apparatus
JP2697905B2 (en) Virtual printer control method
JPS6265127A (en) Virtual print control mechanism
JPH043219A (en) Printer
JPS61131119A (en) Page memory managing system
JPS62184528A (en) Printer controlling and processing system
JPH01263064A (en) Printer device
JPS62120562A (en) Output control system for job result given to terminal printer equipment
JPS63264365A (en) Computer
JPH0216626A (en) Printer output control system
JP2965686B2 (en) Printing control device
JPH01145718A (en) Printer
JPH08147249A (en) Job management control system
JPS62192477U (en)
JPH05108582A (en) Computer system
JPH0241949U (en)
JPH0361562A (en) Printer
JPH05100803A (en) Plural port printer controllers and its control system
JPH0351005B2 (en)
JPH02272620A (en) Printing system
JPH02273266A (en) Serial printer
JPH06161682A (en) Printing control method and printer
JP2000010749A (en) Spool control method
JPH0531167B2 (en)
JPS63308647A (en) Output condition display system