JPH01114935A - Picture switching system - Google Patents

Picture switching system

Info

Publication number
JPH01114935A
JPH01114935A JP62273813A JP27381387A JPH01114935A JP H01114935 A JPH01114935 A JP H01114935A JP 62273813 A JP62273813 A JP 62273813A JP 27381387 A JP27381387 A JP 27381387A JP H01114935 A JPH01114935 A JP H01114935A
Authority
JP
Japan
Prior art keywords
job
key
picture
screen switching
screen
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
JP62273813A
Other languages
Japanese (ja)
Inventor
Toru Ono
徹 小野
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 JP62273813A priority Critical patent/JPH01114935A/en
Publication of JPH01114935A publication Critical patent/JPH01114935A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To reduce the frequency of key depression and to shorten a time required for picture switching by providing the title system with a picture switching control table and X and Y counters and using a picture switching key and a sub-picture switching key to switch a picture. CONSTITUTION:In case of switching a job A whose picture is displayed on a CRT 2 to a job B, the picture switching key on a keyboard device 1 is depressed, so that only the X counter 5 counts up its contents, and when the job address of the job A is A11, the contents are updated like A11 A21-Ax1. When the sub-picture witching key on the keyboard device 1 is depressed, only the Y counter counts up its contents, and when the job address of the job A is A21, the contents are updated like A21 22-A2y. At the time of receiving a picture switching instruction, a CRT picture switching part 10 saves the picture information of the job A in its corresponding job buffer, searches the picture switching control table 3 on the basis of the depressed key, determines a job B, and then displays the job B on the CRT 2. Since plural switching key are used and respectively job pictures are constituted in each line unit, the frequency of key depression and the switching time can be reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は画面切換方式、特に複数のジョブが動作してい
るパーソナルコンピュータシステムにおける画面切換方
式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a screen switching method, particularly to a screen switching method in a personal computer system in which a plurality of jobs are running.

〔従来の技術〕[Conventional technology]

従来のこの種の画面切換は、画面切換キーの押下により
、第5図に示すように、1次ジョブの画面から2次ジョ
ブの画面へ、また2次ジョブの画面から3次ジョブの画
面へと順次画面切換を行う方式となっていた。
Conventionally, this type of screen switching is performed by pressing the screen switching key, as shown in Figure 5, from the primary job screen to the secondary job screen, and from the secondary job screen to the tertiary job screen. The screen was switched sequentially.

ここに、画面切換とは、現在CRTに表示されている1
次ジョブ画面の状態を画面情報(ハードウェアの設定状
況)としてメモリにセーブして、次に表示するジョブを
決定しそのジョブの画面情報によりハードウェアを設定
し2次ジョブの画面をCRTに表示することを意味する
Here, screen switching refers to the one currently displayed on the CRT.
The state of the next job screen is saved in memory as screen information (hardware setting status), the job to be displayed next is determined, the hardware is configured according to the screen information of that job, and the screen of the second job is displayed on the CRT. It means to do.

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

上述した従来の方式は、1次ジョブの画面から順次画面
切換を行っていくため、1次ジョブから0次ジョブへの
画面切換では、(n−1)回のキーの入力が必要となり
、1次から高次への切換には時間がかかるという欠点が
ある。
In the conventional method described above, the screens are switched sequentially starting from the screen of the primary job, so (n-1) key inputs are required to switch the screen from the primary job to the 0th job. The drawback is that it takes time to switch from the next level to the higher level.

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

本発明の方式は、画面切換キーおよびサブ画面切換キー
を設けたキーボード装置と、 画面切換キーの押下により歩進するXカウンタと、 Xカウンタの内容対応に設けられ、それぞれサブ画面切
換キーの押下により歩進するYカウンタと、 各アドレスにジョブアドレスを予め格納しており、Xカ
ウンタ、Xカウンタ対応のYカウンタの各内容でX方向
、Y方向のアドレスが指定される画面切換制御テーブル とを有し、ジョブの画面切換を行うときには、画面切換
キーとサブ画面切換キーとを使い分けて押下することに
よって、少ないキー押下回数で画面切換を可能化したこ
とを特徴とする。
The method of the present invention includes: a keyboard device provided with a screen switching key and a sub-screen switching key; an X counter that increments when the screen switching key is pressed; A screen switching control table in which a job address is stored in advance at each address and addresses in the X direction and Y direction are specified by the contents of the X counter and the Y counter corresponding to the X counter. The present invention is characterized in that when switching job screens, the screen switching key and the sub-screen switching key are used and pressed separately, thereby making it possible to switch screens with a small number of key presses.

〔実施例〕〔Example〕

次に本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図であり、キ
ーボード装置1.CRT装置2を有するハードウェア部
と、画面切換制御テーブル3.ジョブバッファ41〜4
W、Xカウンタ5.Yカウンタ6を有するCRTR7画
面切換部上0ジョブ71〜7Wのアプリケーションプロ
グラム部とから構成され、ジョブ71〜7Wに対する画
面切換方式である。
FIG. 1 is a block diagram showing an embodiment of the present invention, in which a keyboard device 1. A hardware section including a CRT device 2 and a screen switching control table 3. Job buffer 41-4
W, X counter5. It is composed of a CRTR 7 screen switching section having a Y counter 6 and an application program section for jobs 71 to 7W, and is a screen switching system for jobs 71 to 7W.

画面切換制御テーブル3は、システム立上げ時に、ファ
イル装置(図示省略)やキーボード装置1から入力して
設定されたジョブアドレスを保持しており、その構成は
第2図に示す如くマトリクス状に形成される。
The screen switching control table 3 holds job addresses input and set from the file device (not shown) or the keyboard device 1 at the time of system startup, and its configuration is formed in a matrix as shown in FIG. be done.

第2図において、ALm(i!=1〜x、m=1〜y)
がジョブアドレスであり、ジョブアドレスA L sa
は0次ジョブを指定する。ここに、n= (m−1)x
−t−4’であり、x、yはそれぞれX方向。
In Figure 2, ALm (i!=1~x, m=1~y)
is the job address, and the job address A L sa
specifies the 0th order job. Here, n= (m-1)x
-t-4', and x and y are each in the X direction.

Y方向の最大値を表わす。Represents the maximum value in the Y direction.

Xカウンタ5は、画面切換制御テーブル3のX方向のア
ドレスを与え、キーボード装置1に装備された画面切換
キーの押下により歩進し、′X”まで進むと°“1”に
戻る。Yカウンタ6は、Xカウンタ5の内容によって指
定されるX個のカウンタから成って、画面切換制御テー
ブル3の対応行に対するY方向のアドレスを与える。そ
の値は、キーボード装置1に装備されたサブ画面切換キ
ーの押下により歩進し、“y”まで進むと“1”°に戻
る。Xカウンタ5およびYカウンタ6の初期値は、シス
テム立上げ時に任意に設定可能であるが、ここでは共に
1”に設定されているものとする。
The X counter 5 gives an address in the X direction of the screen switching control table 3, and is incremented by pressing the screen switching key provided on the keyboard device 1. When it reaches 'X', it returns to '1'.Y counter 6 consists of X counters designated by the contents of the X counter 5, and provides an address in the Y direction for the corresponding row of the screen switching control table 3. When the key is pressed, the step advances to "y" and returns to "1".The initial values of the X counter 5 and Y counter 6 can be set arbitrarily at system startup, but here they are both 1". It is assumed that this is set to .

ジョブバッファ41〜4Wは、画面切換えが行われた時
に、CRT装置2に表示されている画面情報をセーブす
るためのものである。
The job buffers 41 to 4W are for saving screen information displayed on the CRT device 2 when the screen is switched.

次に本実施例の動作を説明する。Next, the operation of this embodiment will be explained.

いま、CRT装置2に画面が表示されているジョブAか
らジョブBに切換えるときには、キーボード装置1の画
面切換キーとサブ画面切換キーを、画面切換制御テーブ
ル3におけるジョブAとジョブBの位置を考慮して押下
する。
Now, when switching from job A whose screen is displayed on the CRT device 2 to job B, the screen switching key and sub-screen switching key of the keyboard device 1 are used, taking into account the positions of job A and job B in the screen switching control table 3. and press.

CRTR7画面切換部上0この画面切換指示を受けると
、ジョブAの画面情報を対応するジョブバッファにセー
ブし、次に押下されたキーにより画面切換制御テーブル
3をサーチして画面切換後のジョブBを決定し、その画
面をCRT装置2に表示する。
CRTR7 Screen switching section top 0 When this screen switching instruction is received, the screen information of job A is saved in the corresponding job buffer, and the next pressed key searches the screen switching control table 3 to save job B after the screen switching. is determined and its screen is displayed on the CRT device 2.

テーブルサーチの具体例は以下のようである。A specific example of table search is as follows.

画面切換キーのみが押下された場合には、Xカウンタ5
のみが作動し、ジョブAのジョブアドレスがAlえてあ
ればAl1−+A21→A11→・・・、またジョブA
がジョブアドレスA32であればA32→AS3→・・
・となり、それぞれA 、41 、 A )13にまで
達すればAll、A31に戻る。
If only the screen switching key is pressed, the X counter 5
If the job address of job A is Al1-+A21→A11→..., job A
If is job address A32, then A32 → AS3 →...
・When they reach A, 41, and A)13, respectively, they return to All and A31.

サブ画面切換キーのみが押下された場合には、Yカウン
タ6のみが作動し、ジョブAがジョブアドレスA 21
であればA21→A22→A23→・・・、またジョブ
AがジョブアドレスAx3であればAg3→AX4→・
・・となり、それぞれA2311. Axyにまで達す
ればA21+ AXIに戻る。
When only the sub screen switching key is pressed, only the Y counter 6 operates and job A is changed to job address A21.
If so, A21→A22→A23→..., and if job A is job address Ax3, then Ag3→AX4→...
..., respectively, and A2311. When it reaches Axy, it returns to A21+AXI.

画面切換キーとサブ画面切換キーとが押下された場合に
は、Xカウンタ5とYカウンタ6とが作動する。ジョブ
AのジョブアドレスがA llであるときに、サブ画面
切換キーが2回押下された後に画面切換キーが押下され
ると、A 11− A 12→A13→A21と切換わ
る。
When the screen switching key and the sub-screen switching key are pressed, the X counter 5 and the Y counter 6 are activated. When the job address of job A is All, if the sub-screen switching key is pressed twice and then the screen switching key is pressed, the sequence changes from A11-A12 to A13 to A21.

第4図は、上述のテーブルサーチの一例を簡単に示した
ものであり、この場合の画面切換制御テーブル3は第3
図のとおりである0本例では、1次ジョブ、4次ジョブ
、5次ジョブから成る第1のグループと、2次ジョブの
みの第2のグループと、3次ジョブのみの第3のグルー
プとにジョブをグループ分けしていることになる。
FIG. 4 briefly shows an example of the above-mentioned table search, and the screen switching control table 3 in this case is the third one.
As shown in the diagram, in this example, there is a first group consisting of primary jobs, 4th jobs, and 5th jobs, a 2nd group consisting of only secondary jobs, and a 3rd group consisting of only tertiary jobs. This means that jobs are grouped into groups.

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

以上説明したように本発明は、画面切換キーとサブ画面
切換キーとを用意し、各ジョブの画面を行単位にグルー
プ構成したため、1次ジョブから高次のジョブへ画面切
換を行うときのキーの押下回数が少なくなるので、画面
切換にかかる時間を短縮する効果がある。
As explained above, the present invention provides a screen switching key and a sub-screen switching key, and groups the screens of each job in line units, so that the screen switching key is used when switching the screen from a primary job to a higher-level job. This reduces the number of times the button is pressed, which has the effect of shortening the time it takes to switch screens.

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

第1図は本発明の一実施例、第2図は本実施例の要部詳
細、第3図と第4図は本実施例の動作を説明するための
図、第5図は従来例をそれぞれ示す。 1・・・キーボード装置、2・・・CRT装置、3・・
・画面切換制御テーブル、41,42.43・・・4W
・・・ジョブバッファ、5・・・Xカウンタ、6・・・
Yカウンタ、71,72,73.・・・7W・・・ジョ
ブ、10・・・CRT画面切換部。
Fig. 1 shows an embodiment of the present invention, Fig. 2 shows details of main parts of this embodiment, Figs. 3 and 4 are diagrams for explaining the operation of this embodiment, and Fig. 5 shows a conventional example. Each is shown below. 1...Keyboard device, 2...CRT device, 3...
・Screen switching control table, 41, 42.43...4W
...Job buffer, 5...X counter, 6...
Y counter, 71, 72, 73. ...7W...Job, 10...CRT screen switching section.

Claims (1)

【特許請求の範囲】 画面切換キーおよびサブ画面切換キーを設けたキーボー
ド装置と、 前記画面切換キーの押下により歩進するXカウンタと、 該Xカウンタの内容対応に設けられ、それぞれ前記サブ
画面切換キーの押下により歩進するYカウンタと、 各アドレスにジョブアドレスを予め格納しており、前記
Xカウンタ、該Xカウンタ対応の前記Yカウンタの各内
容でX方向、Y方向のアドレスが指定される画面切換制
御テーブルとを有し、ジョブの画面切換を行うときには
、前記画面切換キーとサブ画面切換キーとを使い分けて
押下することによって、少ないキー押下回数で画面切換
を可能化したことを特徴とする画面切換方式。
[Scope of Claims] A keyboard device provided with a screen switching key and a sub-screen switching key; an X counter that increments when the screen switching key is pressed; A Y counter that increments when a key is pressed, and a job address is stored in each address in advance, and addresses in the X direction and Y direction are specified by the contents of the X counter and the Y counter corresponding to the X counter. A screen switching control table is provided, and when switching the screen of a job, the screen switching key and the sub screen switching key are used and pressed separately, thereby making it possible to switch the screen with a small number of key presses. Screen switching method.
JP62273813A 1987-10-28 1987-10-28 Picture switching system Pending JPH01114935A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62273813A JPH01114935A (en) 1987-10-28 1987-10-28 Picture switching system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62273813A JPH01114935A (en) 1987-10-28 1987-10-28 Picture switching system

Publications (1)

Publication Number Publication Date
JPH01114935A true JPH01114935A (en) 1989-05-08

Family

ID=17532918

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62273813A Pending JPH01114935A (en) 1987-10-28 1987-10-28 Picture switching system

Country Status (1)

Country Link
JP (1) JPH01114935A (en)

Similar Documents

Publication Publication Date Title
KR20040065228A (en) Method for entering a character sequence into an electronic device as well as an electronic device for performing said method
US7423556B2 (en) Method and device for key input in mobile terminal
JPS6353634A (en) Display terminal equipment
JPH02305049A (en) Telephone equipment
JPH01252995A (en) Picture information display device
KR970049266A (en) Computer systems
JPH01114935A (en) Picture switching system
JPS60227294A (en) Display unit
JPH02310722A (en) Keyboard input system
JPH10320025A (en) Screen switching system for numerical controller
JPH0973385A (en) Multiwindow display device
JPS62186289A (en) Display control unit
JP4258981B2 (en) Character input correction method and portable terminal device
JPH0722910Y2 (en) Communication device display
JPS62187924A (en) Keyboard display device
JPH06230875A (en) Information processor
JPS6197740A (en) Picture selection system
JPH01271823A (en) Keyboard system
KR20040045138A (en) Method for inputting special symbol in mobile phone
JPS62144203A (en) Picture display system for numerical controller
JPS61238147A (en) Telephone set
JPS63201769A (en) Integrated office system
JP2002062968A (en) Efficient key input device
JPH0192811A (en) Teaching device for robot
JPH04182878A (en) Composition terminal device