JPH04205386A - Image data edit control method - Google Patents

Image data edit control method

Info

Publication number
JPH04205386A
JPH04205386A JP33415490A JP33415490A JPH04205386A JP H04205386 A JPH04205386 A JP H04205386A JP 33415490 A JP33415490 A JP 33415490A JP 33415490 A JP33415490 A JP 33415490A JP H04205386 A JPH04205386 A JP H04205386A
Authority
JP
Japan
Prior art keywords
processing
main body
picture
branch instruction
image
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
JP33415490A
Other languages
Japanese (ja)
Inventor
Toru Imae
今江 亨
Masaharu Nagata
雅治 永田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP33415490A priority Critical patent/JPH04205386A/en
Publication of JPH04205386A publication Critical patent/JPH04205386A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Image Processing (AREA)

Abstract

PURPOSE:To reduce the number of interruptions against a CPU main body by executing the picture edit processing as a subroutine based on a branch instruction and generating the interruption once at the end of the entire processing. CONSTITUTION:When all the branch instruction to be executed are written in a bit map memory 13, the main body of a CPU 1 starts a picture edit processor 12. The picture edit processor 12 reads a branch instruction 1, performs transfer processing, and stores the transferred picture data in the bit map memory 13. Then, the picture edit processor 12 reads a branch instruction 2, performs the treble expansion of this transferred picture, transmits this to a frame memory 11, and displays the expanded picture on a display part 5. After the processing of the picture edit processor 12, the interruption is notified to the main body of the CPU1, and the main body of the CPU1 performs the processing against this interruption. Thus, the burden of the main body of the CPU1 can be reduced and the picture editing can be speeded up.

Description

【発明の詳細な説明】 [目次コ 概要 産業上の利用分野 従来の技術(第4図、第5図) 発明が解決しようとする課題 課題を解決するための手段(第1図) 作用 実施例(第2図、第3図) 発明の効果 [概要] イメージデータ編集制御方法に関し、 画像編集プロセッサにおける処理中断回数を減少させて
処理の高速化をはかるとともに本体CPUへの割込み回
数をも減少させてその負荷を軽くすることを目的とし、 イメージデータの編集処理を行う複数のプログラムを順
次・動作させて画像処理を行うイメージデータ編集制御
方法において、編集処理を行う複数の処理プログラムを
、連続した複数の分岐命令によりサブルーチンとして順
次呼び出し、これにもとづき画像編集プロセッサを動作
させることを特徴とする特 [産業上の利用分野] 本発明はイメージデータ編集制御方法に関し、特ζ巳ビ
ットマツプメモリ上のイメージデータの編集を行う画像
編集プロセッサを効率よく行う制御方法である。
[Detailed Description of the Invention] [Table of Contents Overview Industrial Application Fields Prior Art (Figures 4 and 5) Means for Solving the Problems to be Solved by the Invention (Figure 1) Working Examples (Figures 2 and 3) Effects of the invention [Summary] Regarding the image data editing control method, the number of processing interruptions in the image editing processor is reduced to speed up the processing, and the number of interruptions to the main CPU is also reduced. In an image data editing control method in which image processing is performed by sequentially running multiple programs that perform editing processing on image data, the multiple processing programs that perform editing processing are TECHNICAL FIELD The present invention relates to an image data editing control method, which is characterized in that it is sequentially called as a subroutine by a plurality of branch instructions, and based on which an image editing processor is operated. This is a control method for efficiently controlling an image editing processor that edits image data.

[従来の技術] イメージデータを編集制御する場合、例えばビットマツ
プメモリ上のイメージデータに転送、拡大、縮小、回転
、鏡像、消去等を行う編集処理がある。このような複数
の処理を行う場合、従来では1つの処理毎に画像編集プ
ロセッサに起動をかけ編集処理を行っている。
[Prior Art] When editing and controlling image data, there is an editing process in which image data on a bitmap memory is transferred, enlarged, reduced, rotated, mirrored, erased, etc., for example. When performing multiple processes like this, conventionally, an image editing processor is activated for each process to perform the editing process.

例えば、第4図(A)に示す如(、処理1で画像の縮小
を行ない、処理2で縮小した画像の回転を行うような場
合、図示省略した本体CPUがビットマツプ・メモリ1
00にこれら処理1、処理2を実行するためのマイクロ
プログラムをセットし、またイメージデータをビットマ
ツプメモリ100上に転送しておき、画像編集プロセッ
サを起動させ縮小処理、回転処理を行わせる。
For example, as shown in FIG.
A microprogram for executing these processes 1 and 2 is set in 00, image data is transferred onto the bitmap memory 100, and the image editing processor is activated to perform reduction processing and rotation processing.

この場合、開始アドレスとしてまず処理1用の先頭アド
レス(例えばr□x0100」)を記入して、画像編集
プロセッサに起動をかける。画像編集プロセッサはこの
開始アドレス領域をよみ、開始アドレスrOx0100
」を得て、処理1のマイクロプログラムを実行する。そ
して処理1の実行が終了したとき、本体CPUに割込み
を通知し、本体CI)Uは割込み処理を行い処理1の終
了を通知する。
In this case, first enter the start address for process 1 (for example, "r□x0100") as the start address, and start up the image editing processor. The image editing processor reads this starting address field and sets the starting address rOx0100.
” and executes the microprogram of process 1. When the execution of process 1 is completed, an interrupt is notified to the main body CPU, and main body CI)U performs the interrupt process and notifies the end of process 1.

これにより、本体CPUは、第4図(B)に示す如く、
ビットマツプ・メモリ100の開始アドレス領域に今度
は処理2のマイクロプログラムが記入されている先頭ア
ドレス(例えばrOXO200」)を記入して画像編集
プロセッサに起動をかける。画像編集プロセッサは、今
度は開始アドレスrOXO200Jを得て、処理2のマ
イクロプログラムを実行する。そして処理2の実行が終
了したとき、本体CPUに割込みを通知し、これにより
本体CPUは割込み処理を行ない終了することになる。
As a result, the main body CPU, as shown in FIG. 4(B),
In the start address area of the bitmap memory 100, the start address (for example, rOXO200) where the microprogram for process 2 is written is written, and the image editing processor is activated. The image editing processor now obtains the start address rOXO200J and executes the microprogram of process 2. When the execution of process 2 is completed, an interrupt is notified to the main body CPU, whereby the main body CPU performs the interrupt process and ends.

画像編集プロセッサの処理としては、例えば転送処理、
拡大・縮小処理、回転処理、鏡像処理、消去処理等があ
る。このため、ビットマツプ・メモリには、転送処理、
拡大・縮小処理、回転処理、鏡像処理、消去処理用の各
マイクロプログラムが記入され、必要なものの先頭アド
レスを開始アドレス領域に記入することにより処理を行
わせる。
The processing of the image editing processor includes, for example, transfer processing,
There are enlargement/reduction processing, rotation processing, mirror image processing, erasure processing, etc. For this reason, bitmap memory is used for transfer processing,
Microprograms for enlargement/reduction processing, rotation processing, mirror image processing, and erasure processing are written in, and the processing is performed by writing the start address of the necessary item in the start address area.

このとき、例えば拡大・縮小処理の場合には、拡大率・
縮小率をパラメータとして設定し、回転処理の場合には
回転角をパラメータとして設定し、また転送処理の場合
には、例えばマウスにより表示画面上で指示した座標デ
ータ等が設定される。
At this time, for example, in the case of enlargement/reduction processing, the enlargement rate and
The reduction rate is set as a parameter, the rotation angle is set as a parameter in the case of rotation processing, and the coordinate data etc. specified on the display screen by a mouse, for example, are set in the case of transfer processing.

そして第5図に示す如(、各処理毎に前記の如(、本体
CPUは画像編集プロセッサから伝達される処理終了を
通知する割込み通知を待ち、次の処理開始アドレスを設
定して起動をかける。このように所望の処理に対して全
部の処理終了が通知されたとき、画像編集処理が終了す
ることになる。
Then, as shown in FIG. 5, for each process (as described above), the main CPU waits for an interrupt notification that notifies the end of the process transmitted from the image editing processor, sets the next process start address, and starts the process. In this way, when the completion of all the desired processes is notified, the image editing process ends.

[発明が解決しようとする課題] 従来では、画像編集プロセッサの1つの処理が終了する
度に割込み処理が行われる。本体CPUは割込み処理を
最優先的に実行するので、割込み処理が増加する程、本
体CPUは負担が大となり、全体としてのデータ処理が
おくれる。
[Problems to be Solved by the Invention] Conventionally, interrupt processing is performed every time one process of an image editing processor is completed. Since the main body CPU executes interrupt processing with the highest priority, the more interrupt processing increases, the heavier the load on the main body CPU becomes, and the overall data processing becomes slower.

しかも、画像編集プロセッサでは、この割込み処理実行
中は次の処理に移れず、中断状態となる。
Moreover, the image editing processor cannot move on to the next process while this interrupt process is being executed, resulting in an interrupted state.

例えば第4図(A)において処理1が終了したのち、第
4図(B)における処理2が実行されるまで中断状態と
なる。
For example, after the process 1 in FIG. 4(A) ends, the process remains in an interrupted state until the process 2 in FIG. 4(B) is executed.

このため、例えば転送、拡大、消去という処理を連続し
て行う場合、処理の中断状態が2回発生し、画像編集処
理そのものが遅くなるという問題がある。
For this reason, for example, when processing such as transfer, enlargement, and erasing is performed continuously, the processing is interrupted twice, resulting in a problem that the image editing processing itself is delayed.

したがって本発明の目的は、本体CPUに対する割込み
回数を減少することにより本体CPUの負荷を軽減する
ことができるとともに、前記画像編集プロセッサの中断
状態を減少してその処理の高速化をはかるイメージデー
タ編集制御方法を提供することである。
Therefore, an object of the present invention is to provide an image data editing method that can reduce the load on the main body CPU by reducing the number of interrupts to the main body CPU, and also reduce the interruption state of the image editing processor to speed up the processing. The object of the present invention is to provide a control method.

[課題を解決するための手段] 前記目的を達成するため、本発明では、第1図(A)に
示す如く、イメージ制御部4に設けられたビットマツプ
・メモリ13に、第1図(B)に示す如く、画像編集処
理のために実行すべき処理のマイクロプログラム、例え
ば処理1のマイクロプログラム及び処理2のマイクロプ
ログラムを分岐命令によりサブルーチン化して設定する
[Means for Solving the Problems] In order to achieve the above object, in the present invention, as shown in FIG. As shown in FIG. 2, microprograms for processing to be executed for image editing processing, for example, a microprogram for processing 1 and a microprogram for processing 2, are set as subroutines using branch instructions.

すなわち、本体CPU1は、オペレータが処理1と処理
2を実行したいことを、キーボード6より通知されたと
き、ビットマツプ・メモリ13に、第1図(B)に示す
如く、処理1のマイクロプログラムと処理2のマイクロ
プログラムを分岐命令1、分岐命令2によるサブルーチ
ンとする。このため本体CPUIは分岐命令1と分岐命
令2をビットマツプ・メモリ13に設定し、画像編集プ
ロセッサ12に起動をかける。
That is, when the main body CPU 1 is notified from the keyboard 6 that the operator wishes to execute processing 1 and processing 2, the main body CPU 1 stores the microprogram for processing 1 and the processing in the bitmap memory 13 as shown in FIG. 1(B). Let microprogram No. 2 be a subroutine using branch instructions 1 and 2. Therefore, the main body CPUI sets branch instruction 1 and branch instruction 2 in the bitmap memory 13, and activates the image editing processor 12.

なお、第1図(A)において、2は外部記憶装置、3は
表示制御部、5は表示部、7はマウス、11はフレーム
メモリである。
In FIG. 1(A), 2 is an external storage device, 3 is a display control section, 5 is a display section, 7 is a mouse, and 11 is a frame memory.

[作用] この起動により、画像編集プロセッサ12は、第1図(
B)に示す如(、ビットマツプ・メモリ13上の開始ア
ドレス領域を読み出し、その開始アドレスooxxoを
読み出して、初めに実行すべき命令が分岐命令1である
ことを認識し、その戻り先番地を保持し、分岐命令1の
サブルーチンである処理1を実行する。そして処理1の
実行が終ると、戻り先番地に戻り、次の命令を読み出し
、分岐命令2であることを認識し、再びその戻り先番地
を保持し、処理2を実行する。これを終了して戻り先番
地に戻ったとき、次の命令が存在しないので、画像編集
プロセッサ12は本体CPUIに対し、処理終了にもと
づく割込みを発行する。
[Operation] With this activation, the image editing processor 12 is activated as shown in FIG.
As shown in B), read the start address area on the bitmap memory 13, read the start address ooxxo, recognize that the first instruction to be executed is branch instruction 1, and hold the return destination address. Then, it executes process 1, which is a subroutine of branch instruction 1. When the execution of process 1 is finished, it returns to the return destination address, reads the next instruction, recognizes that it is branch instruction 2, and executes the return destination again. The address is held and processing 2 is executed. When this is completed and the return destination address is returned, the next instruction does not exist, so the image editing processor 12 issues an interrupt to the main body CPU based on the completion of processing. .

これにより本体CPUIはこれに対する処理を行い、画
像編集処理は終了する。
As a result, the main body CPU performs processing for this, and the image editing process ends.

このように本発明によれば画像編集処理を分岐命令にも
とづくサブルーチンとして実行するので、全処理の終了
時にのみ1回だけ割込みを発生することになるので、本
体CPUIに対する割込み回数を大幅に減少し、しかも
画像編集プロセッサの中断時間を短縮することもできる
As described above, according to the present invention, image editing processing is executed as a subroutine based on a branch instruction, so an interrupt is generated only once at the end of all processing, which greatly reduces the number of interrupts to the main body CPU. Moreover, the interruption time of the image editing processor can also be shortened.

[実施例] 本発明の一実施例を第2図及び第3図にもとづき説明す
る。
[Example] An example of the present invention will be described based on FIGS. 2 and 3.

第2図は本発明の一実施例構成図、第3図はその動作説
明図である。
FIG. 2 is a configuration diagram of an embodiment of the present invention, and FIG. 3 is an explanatory diagram of its operation.

第2図において、第1図と同一記号は同一部分を示し、
21は分岐命令作成部、22は識別部、23は戻り先番
地保持部、24はIO空間部である。
In Figure 2, the same symbols as in Figure 1 indicate the same parts,
21 is a branch instruction creation section, 22 is an identification section, 23 is a return address holding section, and 24 is an IO space section.

分岐命令作成部21は、オペレータがキーボードより画
像編集用のコマンドを入力したとき、本体CPUIはこ
れを減少して分岐命令を作成するものである。
In the branch instruction creation section 21, when an operator inputs an image editing command from the keyboard, the main body CPU reduces the command and creates a branch instruction.

識別部22は、ビットマツプ・メモリ13から読み出し
たものが分岐命令か否かを識別し、分岐命令のときはそ
の戻り先番地を戻り先番地保持部23に書き込むもので
ある。
The identification unit 22 identifies whether or not what is read from the bitmap memory 13 is a branch instruction, and if it is a branch instruction, writes the return address into the return address holding unit 23.

IO室空間24は、本体CPUIあるいはイメージ制御
部4と通信を行うために使用されるメモリ空間部分であ
り、本体CPUIから伝達されたデータを一時保持した
り、イメージ制御部4に送出すべきデータを一時保持す
る等の機能を有する。
The IO room space 24 is a memory space part used for communicating with the main body CPU or the image control unit 4, and temporarily holds data transmitted from the main body CPU and stores data to be sent to the image control unit 4. It has functions such as temporarily holding data.

次に、本発明により画像を切り出し、これを拡大処理す
る場合について説明する。
Next, a case will be described in which an image is cut out and enlarged according to the present invention.

まずオペレータは、キーボード6から、処理対象となる
画像コードを入力する。本体CPUIはこれにより外部
記憶装置2から所定の画像を読み出し、これを10空間
部24を経由してフレームメモリ11に格納し、表示部
5に表示する。
First, the operator inputs an image code to be processed from the keyboard 6. The main body CPU thereby reads a predetermined image from the external storage device 2, stores it in the frame memory 11 via the space unit 24, and displays it on the display unit 5.

オペレータは、次に画像編集処理コマンド、転送コマン
ド、拡大・縮小コマンドを入力する。
The operator then inputs an image editing command, a transfer command, and an enlargement/reduction command.

本体CPUIはこれにより、表示部5に転送部分の入力
と拡大・縮小率の入力を求める表示を行う。
The main body CPU thereby causes the display unit 5 to display a request for inputting the transfer portion and the enlargement/reduction ratio.

オペレータは、これにより例えばマウス7を使用して、
表示部5の表示画面上における転送対象位置座標を入力
し、また拡大率例えば「2」をキーボード6より入力す
る。この位置座標は、表示制御部3から本体CPU5に
送出される。
The operator can then use the mouse 7, for example, to
The coordinates of the transfer target position on the display screen of the display section 5 are input, and the enlargement rate, for example, "2" is input from the keyboard 6. These position coordinates are sent from the display control section 3 to the main body CPU 5.

これにもとづき、本体CPUIは、画像編集処理用コマ
ンドであることを判断して、分岐命令作成部21を動作
し、あらかじめビットマツプ・メモリ13に記入しであ
る転送処理(例えば処理1に対応)コマンドの格納先の
先頭アドレスを分岐命令1に記入し、パラメータとして
前記転送対象位置座標を記入する。また分岐命令2とし
て、同じ(拡大・縮小処理(例えば処理2に対応)コマ
ンドの格納先の先頭アドレスを記入しパラメータとして
「3」を記入する。そしてこれを表示制御部3のIO室
空間24を経由してイメージ制御部4に送出する。
Based on this, the main body CPU determines that the command is for image editing processing, operates the branch instruction creation unit 21, and writes a transfer processing (e.g., corresponding to processing 1) command in the bitmap memory 13 in advance. The first address of the storage destination is written in branch instruction 1, and the coordinates of the transfer target position are written as a parameter. Also, as branch instruction 2, enter the start address of the storage destination of the same (enlargement/reduction processing (e.g., corresponding to processing 2) command) and enter "3" as a parameter. It is sent to the image control unit 4 via.

イメージ制御部4では、これにもとづきパラメータと分
岐命令1.2とをビットマツプ・メモリ13に記入する
Based on this, the image control unit 4 writes the parameters and branch instruction 1.2 into the bitmap memory 13.

このようにして実行すべき分岐命令がすべてビットマツ
プ・メモリ13に書込まれたとき、本体CPUIは画像
編集プロセッサ12を起動する。
When all branch instructions to be executed have been written to the bitmap memory 13 in this way, the main body CPUI starts the image editing processor 12.

画像編集プロセッサ12はこれにより、まず分岐命令1
をよみ、転送処理を行ない、転送した画像データをビッ
トマツプ・メモリ13に格納する。
As a result, the image editing processor 12 first executes the branch instruction 1.
, performs transfer processing, and stores the transferred image data in the bitmap memory 13.

次に画像編集プロセッサ12は分岐命令2をよみ、この
転送した画像を3倍に拡大処理を行ない、これをフレー
ムメモリ11に送出し、拡大された画像が表示部5に表
示される。か(して画像編集プロセッサ12の処理が終
了するので、本体CPU1に対し割込みを通知する。こ
れにより本体CPU1はこの割込みに対する処理を行な
い、動作が終了することになる。
Next, the image editing processor 12 reads the branch instruction 2, enlarges the transferred image three times, sends it to the frame memory 11, and displays the enlarged image on the display section 5. Then, the processing of the image editing processor 12 is completed, and the main body CPU 1 is notified of the interruption.The main body CPU 1 then performs the processing in response to this interrupt, and the operation ends.

第3図はこれらの動作を示すフローチャートである。FIG. 3 is a flowchart showing these operations.

なお、前記説明では画像編集処理が、転送と拡大・縮小
の2つの例について説明したが、本発明は勿論これのみ
に限定されるものではな(、処理の数は適宜定めること
ができる。
In the above description, two examples of image editing processing, transfer and enlargement/reduction, have been described, but the present invention is of course not limited to these (the number of processes can be determined as appropriate).

[発明の効果コ 本発明によれば、画像編集処理を分岐命令にもとづき必
要なものを連続的に行うことができるので、本体CPU
に対する割込み処理を大幅に減少するのみならず、画像
編集を中断することなく連続的に行うことができるので
、本体CPUの負担を軽(することができるとともに、
画像編集速度を上げることができる。
[Effects of the Invention] According to the present invention, necessary image editing processing can be performed continuously based on branch instructions, so that the main CPU
Not only can this greatly reduce the amount of interrupt processing required, but image editing can be performed continuously without interruption, reducing the load on the main body's CPU.
Image editing speed can be increased.

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

第1図は本発明の原理説明図、 第2図は本発明の一実施例構成図、 第3図は本発明の動作説明図、 第4図は従来例説明図、 第5図は従来例動作説明図である。 1・・・本体CPU 2・・・外部記憶装置 8・・・表示制御部 4・・・イメージ制御部 FIG. 1 is a diagram explaining the principle of the present invention, FIG. 2 is a configuration diagram of an embodiment of the present invention. FIG. 3 is an explanatory diagram of the operation of the present invention, Fig. 4 is an explanatory diagram of a conventional example; FIG. 5 is an explanatory diagram of the operation of the conventional example. 1...Main CPU 2...External storage device 8...Display control section 4... Image control section

Claims (1)

【特許請求の範囲】 イメージデータの編集処理を行う複数のプログラムを順
次動作させて画像処理を行うイメージデータ編集制御方
法において、 編集処理を行う複数の処理プログラムを、連続した複数
の分岐命令によりサブルーチンとして順次呼び出し、こ
れにもとづき画像編集プロセッサを動作させることを特
徴とするイメージデータ編集制御方法。
[Claims] In an image data editing control method in which image processing is performed by sequentially operating a plurality of programs that perform image data editing processing, the plurality of processing programs that perform editing processing are executed as a subroutine by a plurality of consecutive branch instructions. 1. An image data editing control method characterized in that the image data editing processor is operated based on sequentially calling the image data editing processor.
JP33415490A 1990-11-30 1990-11-30 Image data edit control method Pending JPH04205386A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33415490A JPH04205386A (en) 1990-11-30 1990-11-30 Image data edit control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33415490A JPH04205386A (en) 1990-11-30 1990-11-30 Image data edit control method

Publications (1)

Publication Number Publication Date
JPH04205386A true JPH04205386A (en) 1992-07-27

Family

ID=18274141

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33415490A Pending JPH04205386A (en) 1990-11-30 1990-11-30 Image data edit control method

Country Status (1)

Country Link
JP (1) JPH04205386A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000089960A (en) * 1998-07-31 2000-03-31 Sony United Kingdom Ltd Data processor
JP2000089959A (en) * 1998-07-31 2000-03-31 Sony United Kingdom Ltd Data processor and data processing method
JP2007304802A (en) * 2006-05-10 2007-11-22 Fuji Xerox Co Ltd Data processing device and its program
JP2010128908A (en) * 2008-11-28 2010-06-10 Canon It Solutions Inc Information processing apparatus, control method for the same, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000089960A (en) * 1998-07-31 2000-03-31 Sony United Kingdom Ltd Data processor
JP2000089959A (en) * 1998-07-31 2000-03-31 Sony United Kingdom Ltd Data processor and data processing method
JP2007304802A (en) * 2006-05-10 2007-11-22 Fuji Xerox Co Ltd Data processing device and its program
JP2010128908A (en) * 2008-11-28 2010-06-10 Canon It Solutions Inc Information processing apparatus, control method for the same, and program

Similar Documents

Publication Publication Date Title
JPH01173247A (en) Slave controller
JPH04205386A (en) Image data edit control method
JPH056213A (en) Method and device for controlling industrial robot
JP2875135B2 (en) Program device for programmable controller
JPH04290119A (en) Character processor
JPH0540590A (en) Method and device for displaying multiwindows
JP3260788B2 (en) Robot control device and method
JPH03288906A (en) Instruction executing system for pc
JPS6048770B2 (en) Information processing method
JPH0619746B2 (en) Information processing equipment
JPH01191269A (en) Image controller
JPH0566883A (en) Coordinate inputting device
JPH04114238A (en) Information processor
JPS6370386A (en) Graphics display and control system
JPS63120331A (en) Control system for set-up of window
JPS6349942A (en) Arithmetic processing unit
JPH01304529A (en) Display control system for execution of catalog
JP2520485B2 (en) Dragging and rubber band independent display system
JPS60120437A (en) Executing device of robot language
JPS62229186A (en) Cursor control
JPH04209007A (en) User program editing system for programmable controller
JPS61208142A (en) Communication system between processes
JPH04167184A (en) Text processing system
JPH01211114A (en) Method for displaying and selecting menu
JPS62271160A (en) Job completion processing system