JPH04373012A - Operation procedure inputting/executing device - Google Patents

Operation procedure inputting/executing device

Info

Publication number
JPH04373012A
JPH04373012A JP3151425A JP15142591A JPH04373012A JP H04373012 A JPH04373012 A JP H04373012A JP 3151425 A JP3151425 A JP 3151425A JP 15142591 A JP15142591 A JP 15142591A JP H04373012 A JPH04373012 A JP H04373012A
Authority
JP
Japan
Prior art keywords
display
input
execution
series
information
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.)
Granted
Application number
JP3151425A
Other languages
Japanese (ja)
Other versions
JP2660459B2 (en
Inventor
Isamu Haneda
勇 羽田
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP3151425A priority Critical patent/JP2660459B2/en
Publication of JPH04373012A publication Critical patent/JPH04373012A/en
Application granted granted Critical
Publication of JP2660459B2 publication Critical patent/JP2660459B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To select plural registered operation procedures by inputting pictures and to automatically execute a desired operation by providing a CPU which reads executing data while responding to a touch position and executes a series of operation procedures. CONSTITUTION:A CPU 1 executes an arithmetic processing according to a program written in a ROM 2. The ROM 2 stores a program for writing a series of operation procedures in a RAM 3 and a program for executing the operation procedures or the like. An input/output device 4 codes key inputs from a keyboard 5 and transmits them to a system bus 12, and a display body 6 displays characters or symbols, etc. A driver 7 for display writes data read from the ROM 2 or the RAM 3 so as to be corresponding to the display images and is controlled by the CPU 1. Touch panels 8 and 9 are provided on the display screen of the display body 6 and generate display position information while responding to the position touched by an operator. Thus, the touch position information to the display body 6 is converted to digital values.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】この発明は、コンピュータ、ワー
ドプロセッサなどの文字入力装置に用いられる操作手順
入力・実行装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an operation procedure input/execution device used in character input devices such as computers and word processors.

【0002】0002

【従来の技術】従来、文字入力機能を有する装置として
は、コンピュータ、ワードプロセッサなどがあるが、最
近の電子技術の発展に伴い、それらが小型化されていわ
ゆる電子手帳やポータブルコンピュータなどの可搬タイ
プのものが市場に供されている。また、これらの文字入
力装置は、画面タッチ方式やマウス入力方式などの画面
入力方式が付加されたものもある。
[Background Art] Conventionally, devices with character input functions include computers and word processors, but with the recent development of electronic technology, these devices have been miniaturized and are now portable type devices such as so-called electronic notebooks and portable computers. are offered on the market. Furthermore, some of these character input devices are equipped with a screen input method such as a screen touch method or a mouse input method.

【0003】ここで、画面タッチ方式は、表示画面上に
透明のタッチパネルを設けて指やライトペンなどにより
表示位置に接触することにより、表示位置に対応する操
作手順を実行させる方式である。マウス方式は、カーソ
ルなどを動かし、表示画面上の操作手順位置を指定して
この指定した操作手順をコンピュータに実行させる方式
である。前記いずれの方式も画面位置の指定という点で
同じであるので、以下の説明においては、タッチ方式の
みを例にする。
[0003] The screen touch method is a method in which a transparent touch panel is provided on the display screen, and by touching the display position with a finger, a light pen, or the like, an operation procedure corresponding to the display position is executed. The mouse method is a method in which a cursor or the like is moved to specify the position of an operating procedure on the display screen, and the computer is made to execute the specified operating procedure. Since all of the above methods are the same in terms of specifying the screen position, only the touch method will be used as an example in the following description.

【0004】これらの文字入力装置において、一連の操
作手順を自動的に実行するには、次のようにしている。 すなわち、一連の操作手順をRAM(ランダム・アクセ
ス・メモリ)に記憶させ、1つのキー操作に応答して、
RAMに記憶した一連の操作を実行する。ここで一連の
操作手順とは、ある目的をもった一連の操作を行なうた
めの複数のキー操作を行なうための手順をいう。たとえ
ば印字する場合においては、印字するまでに、印字機能
の選択、印字文字の大きさの選択、印字位置の指定、転
送などの手順を順番にキー入力する必要があるが、頻繁
に使用する印字手順については、予め登録しておき、登
録した一連の手順を1つのキー操作によって実行させる
[0004] In these character input devices, a series of operating procedures can be automatically executed as follows. That is, a series of operating procedures are stored in RAM (random access memory), and in response to one key operation,
Executes a series of operations stored in RAM. Here, a series of operation procedures refers to a procedure for performing a plurality of key operations to perform a series of operations for a certain purpose. For example, when printing, it is necessary to enter steps such as selecting the printing function, selecting the print character size, specifying the printing position, and transferring the data in order before printing. The procedures are registered in advance, and the series of registered procedures is executed by one key operation.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来の
画面入力方式の文字表示装置においては、画面入力によ
り、各々の操作の実行をする方式があるが、画面入力に
よる一連の操作を実行させる機能は持っていない。その
ため、画面入力方式により、ある決まった手順、すなわ
ち一連の操作手順を実行する場合には、画面に順次に表
示させる質問のための文字情報を順次にタッチして応答
しなければならない。このため、多くの操作が必要とさ
れる。
[Problems to be Solved by the Invention] However, in conventional character display devices using screen input methods, there is a system in which each operation is executed by inputting on the screen, but the function of executing a series of operations by inputting on the screen is limited. do not have. Therefore, when using the screen input method to execute a certain set of procedures, that is, a series of operating procedures, the user must respond by sequentially touching text information for questions that are sequentially displayed on the screen. Therefore, many operations are required.

【0006】画面入力機能を有している文字入力装置に
よっては、キー入力と画面入力との両者を併用した方が
実行情報の登録操作および実行操作を行なう上で便利で
ある。
[0006] Depending on the character input device having a screen input function, it is more convenient to use both key input and screen input in combination for registering and executing execution information.

【0007】それゆえに、この発明は画面入力機能を有
する文字入力装置において、画面入力により一連の操作
手順を自動的に実行することを可能にすることを目的と
する。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a character input device having a screen input function that allows a series of operating procedures to be automatically executed through screen input.

【0008】[0008]

【課題を解決するための手段および作用】前記目的を達
成するためこの発明は、複数の一連の操作手順を登録し
、かつ登録した複数の一連の操作手順を実行する操作手
順入力・実行装置であって、入力手段と、記憶手段と、
表示手段と、実行手段とを含む。
[Means and Operations for Solving the Problems] To achieve the above object, the present invention provides an operation procedure input/execution device that registers a plurality of series of operation procedures and executes the plurality of series of registered operation procedures. There is an input means, a storage means,
It includes a display means and an execution means.

【0009】入力手段は、各々の一連の操作手順を定義
した文字情報および各々の一連の操作手順を実行するた
めの実行情報を入力する。
The input means inputs character information defining each series of operating procedures and execution information for executing each series of operating procedures.

【0010】記憶手段は、入力手段により入力された各
々の文字情報と各々の実行情報とが互いに関連づけて書
込まれ、かつ書込まれた各々の文字情報と各々の実行情
報とが読出される。
[0010] In the storage means, each character information inputted by the input means and each execution information are written in association with each other, and each written character information and each execution information are read out. .

【0011】表示手段は、操作者の表示指令操作に応答
して、記憶手段から読出された各々の文字情報を表示す
る。
The display means displays each piece of character information read from the storage means in response to a display command operation by an operator.

【0012】実行手段は、操作者による表示位置の指定
に応答して、指定された表示位置の文字情報に関連する
実行情報を記憶手段から読出し、読出した実行情報に従
って、一連の操作手順を実行する。
[0012] In response to the designation of the display position by the operator, the execution means reads execution information related to the character information at the designated display position from the storage means, and executes a series of operating procedures in accordance with the read execution information. do.

【0013】以上の本発明では、入力手段により一連の
操作手順を定義した文字情報と、一連の操作手順を実行
するための実行情報とを入力して記憶手段に書込む。そ
れにより、複数の一連の操作手順を登録することができ
る。操作者は必要に応じて、書込んだ複数の文字情報を
表示手段に表示させ、表示した複数の文字情報のうちの
所望の文字情報の表示位置を指定する。実行手段は、こ
の表示位置の指定に応答して、指定された文字情報に関
連する実行情報を読出して、読出した実行情報に従って
一連の操作手順を実行する。すなわち、操作者は、表示
手段により表示された所望の文字位置を指定すれば、あ
とは、操作手順入力実行装置が所望の一連の操作手順を
自動的に実行する。それにより、画面入力方式の文字入
力装置であっても一連の操作手順を実行することができ
る。
In the present invention described above, character information defining a series of operating procedures and execution information for executing the series of operating procedures are inputted by the input means and written into the storage means. Thereby, a plurality of series of operating procedures can be registered. The operator displays a plurality of pieces of written character information on the display means as necessary, and specifies a display position of desired character information among the displayed plurality of character information. In response to the designation of the display position, the execution means reads execution information related to the designated character information, and executes a series of operating procedures in accordance with the read execution information. That is, once the operator specifies a desired character position displayed on the display means, the operation procedure input execution device automatically executes the desired series of operation procedures. Thereby, a series of operating procedures can be executed even with a character input device using a screen input method.

【0014】[0014]

【実施例】図1は、本発明の一実施例を示すブロック図
である。同図を参照して、この操作手順入力・実行装置
は、CPU1(中央演算処理装置)、ROM2(読出専
用メモリ)、RAM3、入出力装置4、入出力装置4を
介してCPU1にデータを入力するためのキーボード5
、表示体6、表示用ドライバ7、タッチパネル8,9、
タッチパネル制御回路10、A/D変換器11、および
システムバス12を含む。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing an embodiment of the present invention. Referring to the figure, this operation procedure input/execution device inputs data to the CPU 1 via a CPU 1 (central processing unit), a ROM 2 (read-only memory), a RAM 3, an input/output device 4, and an input/output device 4. Keyboard 5 for
, display body 6, display driver 7, touch panels 8, 9,
It includes a touch panel control circuit 10, an A/D converter 11, and a system bus 12.

【0015】CPU1はROM2に書込まれたプログラ
ムに従って演算処理を行なう。ROM2には、一連の操
作手順をRAM3に書込むためのプログラムおよびRA
M3に書込まれた操作手順を実行するためのプログラム
などが格納される。RAM3は、一連の操作手順が書込
まれて読出される。
The CPU 1 performs arithmetic processing according to a program written in the ROM 2. ROM2 contains a program and RA for writing a series of operating procedures to RAM3.
Programs and the like for executing the operating procedures written in M3 are stored. A series of operating procedures are written to and read from the RAM 3.

【0016】入出力装置4は、キーボード5からのキー
入力をコード化してシステムバス12に送出する。表示
体6は、文字や記号等を表示することのできるものであ
って、たとえば液晶パネル、プラズマ表示パネル、CR
Tなどがある。表示用ドライバ7は、ROM2またはR
AM3から読出されたデータが表示イメージに対応する
ように書込まれる。この表示用ドライバ7は、CPU1
によって制御される。タッチパネル8,9は、表示体6
の表示画面上に設けられるもので、操作者によるタッチ
位置に応答して、表示位置情報を発生する。なお、タッ
チパネル8は表示体6の縦方向の位置をセンスする電極
であり、タッチパネル9は、表示体6の横方向の入力位
置をセンスする電極である。タッチパネル制御回路10
は、CPU1から制御信号に応答してタッチパネル8お
よびタッチパネル9を交互に能動化する回路である。A
/D変換器11は、タッチパネル8,9からの位置情報
(アナログ信号)に応答してCPU1が読取るためのデ
ジタルデータ(アイコンコード)を発生する。このよう
にして、表示体6へのタッチ位置情報がデジタル値に変
換される。システムバス12は、CPU1、ROM2、
RAM3、入出力装置4、表示用ドライバ7、タッチパ
ネル制御回路10、およびA/D変換器11に接続され
、これらの回路や装置などから発生されるアドレスデー
タおよび各種のデータを伝送する。
The input/output device 4 encodes key input from the keyboard 5 and sends it to the system bus 12. The display body 6 is capable of displaying characters, symbols, etc., and is, for example, a liquid crystal panel, a plasma display panel, a CR
There are T, etc. The display driver 7 is ROM2 or R
The data read from AM3 is written to correspond to the display image. This display driver 7 is
controlled by The touch panels 8 and 9 are the display body 6
The display screen is provided on the display screen, and generates display position information in response to the touch position by the operator. Note that the touch panel 8 is an electrode that senses the position of the display body 6 in the vertical direction, and the touch panel 9 is an electrode that senses the input position of the display body 6 in the horizontal direction. Touch panel control circuit 10
is a circuit that alternately activates the touch panel 8 and the touch panel 9 in response to a control signal from the CPU 1. A
The /D converter 11 generates digital data (icon code) for the CPU 1 to read in response to position information (analog signals) from the touch panels 8 and 9. In this way, the touch position information on the display body 6 is converted into a digital value. The system bus 12 includes CPU1, ROM2,
It is connected to the RAM 3, input/output device 4, display driver 7, touch panel control circuit 10, and A/D converter 11, and transmits address data and various data generated from these circuits and devices.

【0017】図2は、RAM3に書込まれた一連の操作
手順を説明するための図である。図2を参照して、一連
の操作手順は、登録番号データA1と、一連の操作手順
を表示するための表示データA2と、データの区切りの
ため区切りコードA3,A5と、表示位置を示すための
表示位置データA4と、一連の操作手順を実行するため
の実行データA6と、データの終了を示すための終了コ
ードA7とを含み、これらのデータA1〜A7は、前述
した順番に従って配置されている。なお、操作手順が登
録されていない場合は、登録番号データA1の次に終了
コードA7が配置されている。
FIG. 2 is a diagram for explaining a series of operating procedures written in the RAM 3. Referring to FIG. 2, a series of operation procedures includes registration number data A1, display data A2 for displaying a series of operation procedures, delimiter codes A3 and A5 for delimiting data, and delimiter codes A3 and A5 for indicating display positions. display position data A4, execution data A6 for executing a series of operating procedures, and an end code A7 for indicating the end of the data, and these data A1 to A7 are arranged in the order described above. There is. Note that if the operating procedure is not registered, an end code A7 is placed next to the registration number data A1.

【0018】登録番号A1は、1〜30番が割当てられ
ている。表示データA2は、一連の操作手順の意味を定
義づけた文字に対応したデータである。この定義はユー
ザーによってなされる。表示位置データA4は、表示デ
ータA2を表示画面上のどの位置に表示すべきかを決め
るためのデータである。このデータは、画面上の複数位
置に対応させて書込んでおき、ユーザーが後からタッチ
入力することによって指定することもできる。
[0018] Numbers 1 to 30 are assigned to the registration number A1. The display data A2 is data corresponding to characters that define the meaning of a series of operating procedures. This definition is made by the user. The display position data A4 is data for determining where on the display screen the display data A2 should be displayed. This data can also be written in correspondence with multiple positions on the screen, and later specified by the user by touch input.

【0019】図3は、実行データA6を拡大した図であ
る。実行データA6には、一連の操作手順の各操作が順
番に書込まれている。この操作は、キー入力に対応した
キーコード、および画面入力に対応したアイコンコード
を含む。キーコードおよびアイコンコードは、それぞれ
コード番号が割当てられており、このコード番号は重複
しない。また、アイコンコードは、ユーザーによって予
め定義されている。
FIG. 3 is an enlarged view of the execution data A6. In the execution data A6, each operation of a series of operation procedures is written in order. This operation includes a key code corresponding to key input and an icon code corresponding to screen input. Code numbers are assigned to each key code and icon code, and these code numbers do not overlap. Further, the icon code is defined in advance by the user.

【0020】図4は、キーボード5のキー配置構成を示
す図である。図4を参照して、キーボード5には、機能
切換キー5a、テンプレートキー5b、入力キー5c、
クリアキー5d、リターンキー5e、番号文字入力キー
5f、カーソルキー5gを含む。テンプレートキー5b
は、操作手順を実行させるための画面表示(後述する図
6参照)または、操作手順を登録などするための画面表
示(後述する図8ないし図14参照)を指令するための
キーである。このテンプレートキー5bは、機能選択キ
ー5aと共にオンされると、操作手順を登録などするた
め画面表示を指令する。
FIG. 4 is a diagram showing the key arrangement of the keyboard 5. As shown in FIG. Referring to FIG. 4, the keyboard 5 includes a function switching key 5a, a template key 5b, an input key 5c,
It includes a clear key 5d, return key 5e, number character input key 5f, and cursor key 5g. Template key 5b
is a key for instructing a screen display for executing an operation procedure (see FIG. 6 described later) or a screen display for registering an operation procedure (see FIGS. 8 to 14 described later). When this template key 5b is turned on together with the function selection key 5a, it commands screen display for registering operating procedures.

【0021】入力キー5cは、あるデータの登録指令を
するためのキーである。クリアキー5dは、操作手順の
実行を中止または、テンプレートキー5bの操作による
画面表示の終了を指令するためのキーである。このクリ
アキー5dは、機能切換キー5aと共にオンされると、
画面表示の終了を指令する。リターンキー5eは、現在
の表示状態を、1つ前のキー入力あるいは画面入力のと
きの表示状態に戻すためのキーである。番号文字入力キ
ーは、表示文字(表示データに対応する)、アイコンコ
ード、キーコードなどの実行データを入力するためのも
のである。
The input key 5c is a key for instructing the registration of certain data. The clear key 5d is a key for instructing to stop the execution of an operation procedure or to terminate the screen display by operating the template key 5b. When this clear key 5d is turned on together with the function switching key 5a,
Commands the end of screen display. The return key 5e is a key for returning the current display state to the display state at the time of the previous key input or screen input. The number and character input keys are used to input execution data such as display characters (corresponding to display data), icon codes, and key codes.

【0022】図5は、ROM4に格納された実行プログ
ラムを示す図である。同図を参照して、この操作手順入
力・実行装置の実行動作を説明する。
FIG. 5 is a diagram showing an execution program stored in the ROM 4. The execution operation of this operation procedure input/execution device will be explained with reference to the same figure.

【0023】ステップS1において、テンプレートキー
5bがオンされたことを検出すると、ステップS2にお
いて、図6に示す登録メニューを表示する。この登録メ
ニューの表示動作は次のようにして行なわれる。CPU
1は、テンプレートキー5bからのキーコードを読取り
、RAM3に格納されている表示データ(図2のA2)
を10個単位で読出し、表示用ドライバ17に与える。 表示ドライバ17は、図6のイメージが書込まれ、この
書込まれたイメージを表示体6に表示させる。図6に示
される×印は、表示データに基づいて表示される文字で
あり、文字数は5文字以内とする。また、表示画面上の
メニュー6dは、頁送りのためのアイコンコードである
When it is detected in step S1 that the template key 5b has been turned on, a registration menu shown in FIG. 6 is displayed in step S2. The display operation of this registration menu is performed as follows. CPU
1 reads the key code from the template key 5b and displays the display data stored in the RAM 3 (A2 in FIG. 2).
are read out in units of 10 and provided to the display driver 17. The display driver 17 has the image shown in FIG. 6 written therein, and causes the display 6 to display this written image. The x marks shown in FIG. 6 are characters displayed based on display data, and the number of characters is 5 or less. Furthermore, the menu 6d on the display screen is an icon code for turning pages.

【0024】ステップS3において表示された文字位置
にタッチされたことを検出すると、ステップS4におい
て指定されたメニュー(定義された文字)に関連づけら
れた実行データA6が読出される。このようにして、C
PU1がRAM3からシステムバス12を通して取込む
When it is detected in step S3 that the displayed character position has been touched, execution data A6 associated with the designated menu (defined character) is read out in step S4. In this way, C
PU1 takes in data from RAM3 through system bus 12.

【0025】ステップS5において、CPU1は実行デ
ータを処理する。すなわち、実行データA6に基づいて
、一連の操作手順を実行する。
In step S5, the CPU 1 processes the execution data. That is, a series of operating procedures is executed based on the execution data A6.

【0026】ステップS6おいて、終了コードA7を検
出すると、一連の操作手順を終了する。
In step S6, when the end code A7 is detected, the series of operating procedures ends.

【0027】図7は、ROM2に格納されている登録の
ためのプログラムを示す図である。図7を参照して、一
連の操作手順登録を説明する。
FIG. 7 is a diagram showing a registration program stored in the ROM 2. A series of operation procedure registration will be explained with reference to FIG.

【0028】ステップS1において、機能切換キー5a
およびテンプレートキー5bがオンされたことを検出す
ると、ステップS2において、図8に示される図形を表
示させる。この図形表示は、次のようにして行なわれ、
CPU1は、機能切換キー5aおよびテンプレートキー
5bの操作に応答して、ROM2に格納されているデー
タを読出し、この読出したデータを表示用ドライバ7に
与え、図8に示したイメージを書込む。表示用ドライバ
7は、書込んだイメージを表示体6に表示させる。
In step S1, the function switching key 5a
When it is detected that the template key 5b has been turned on, the graphic shown in FIG. 8 is displayed in step S2. This graphical display is performed as follows,
In response to the operation of the function switching key 5a and template key 5b, the CPU 1 reads data stored in the ROM 2, provides the read data to the display driver 7, and writes the image shown in FIG. 8. The display driver 7 causes the display 6 to display the written image.

【0029】ステップS3において、ユーザーにより図
8に示される表示画面中の登録位置がタッチされたこと
を検出すると、ステップS4において未登録の登録番号
を図9に示すように表示させる。未登録番号の表示も前
述の図8の表示動作と同様にして行なわれる。
In step S3, when it is detected that the registration position on the display screen shown in FIG. 8 has been touched by the user, the unregistered registration number is displayed as shown in FIG. 9 in step S4. The display of unregistered numbers is also performed in the same manner as the display operation of FIG. 8 described above.

【0030】ステップS5において、未登録番号(たと
えば18番)がタッチされると、ステップS6において
図10に示すようなメニュー表示を行なう。
When an unregistered number (for example, number 18) is touched in step S5, a menu as shown in FIG. 10 is displayed in step S6.

【0031】ステップS7において、操作手順が入力さ
れたことを検出すると、ステップS8において、登録番
号および操作メニュー(5文字)をRAM3に記憶させ
る。
When it is detected in step S7 that the operating procedure has been input, the registration number and the operating menu (5 characters) are stored in the RAM 3 in step S8.

【0032】ステップS9においてユーザーにより入力
キー5cがオンされたことを検出する。この入力キー5
cのオン操作に応答して、CPU1は実行データ入力を
待機する。この実行データはユーザーが番号文字入力キ
ー5fを操作することにより入力される。
In step S9, it is detected that the input key 5c has been turned on by the user. This input key 5
In response to the ON operation of c, the CPU 1 waits for input of execution data. This execution data is input by the user operating the number and character input keys 5f.

【0033】ステップS11によって、ユーザーにより
入力された実行データをRAM3に記憶させる。
In step S11, the execution data input by the user is stored in the RAM 3.

【0034】ステップS12において、クリアキー5d
がオンされたことを検出すると、ステップS13におい
て、入力された登録番号、文字表示、実行データに対応
して操作手順内容が図11に示すように表示される。な
お、操作手順の内容が1画面に表示されないときは、カ
ーソルキーを操作することにより、その内容の確認を行
なうことができる。また、図11に実行データのうちの
「×」印はキー入力を示し、「*」印はアイコンコード
を示す。
[0034] In step S12, clear key 5d is pressed.
When it is detected that the button has been turned on, in step S13, the contents of the operating procedure are displayed as shown in FIG. 11 in accordance with the input registration number, character display, and execution data. Note that when the contents of the operating procedure are not displayed on one screen, the contents can be confirmed by operating the cursor keys. Further, in FIG. 11, the "x" mark in the execution data indicates a key input, and the "*" mark indicates an icon code.

【0035】ステップS14において、機能切換キー5
aおよびクリアキー5dが同時にオンされたことを検出
すると、ステップS15において登録動作を終了する。
[0035] In step S14, the function switching key 5
When it is detected that a and clear key 5d are turned on at the same time, the registration operation is ended in step S15.

【0036】図12は、図7のステップS3において、
削除がタッチされた場合の表示画面を示す図である。図
12の(a)は、タッチ位置を質問するための表示画面
であって、図12の(b)は、操作手順消去の確認画面
を示す。ユーザーが図8の削除位置にタッチすると、図
12の(a)が画面表示される。そしてユーザーが番号
表示位置にタッチすると、CPU1はRAM2に記憶さ
れている表示データA2を読出して、表示用ドライバ7
に与える。表示用ドライバ7は、与えられたデータに基
づいてイメージを書込み、表示体6に表示データ(b)
の図形を表示する。ユーザーは、削除する場合は、「Y
,はい」をタッチすると、その番号の操作手順がクリア
される。また、「N,いいえ」をタッチすると、その内
容がクリアされて機能切換キー5aおよびテンプレート
キー5bがオンされる前の画面に戻る。
FIG. 12 shows that in step S3 of FIG.
It is a figure which shows the display screen when deletion is touched. FIG. 12(a) is a display screen for inquiring about the touch position, and FIG. 12(b) is a confirmation screen for erasing the operation procedure. When the user touches the deletion position in FIG. 8, (a) in FIG. 12 is displayed on the screen. When the user touches the number display position, the CPU 1 reads out the display data A2 stored in the RAM 2 and displays the display driver 7.
give to The display driver 7 writes an image based on the given data, and displays the display data (b) on the display body 6.
Display the shape. If the user wants to delete it, click “Y”.
If you touch "Yes", the operation procedure for that number will be cleared. If "N, No" is touched, the contents are cleared and the screen returns to the one before the function switching key 5a and template key 5b were turned on.

【0037】図13は、図7のステップS3において確
認をタッチした場合の表示画面を示す図である。ユーザ
ーが確認をタッチした場合には、操作手順の内容リスト
が表示される。すなわち、CPU1は、RAM3から図
2のすべてのデータを読出し、表示データと表示位置デ
ータと実行データを表示する。また、画面の一部に、終
了、およびカーソルのためのアイコンコードが表示され
る。そして、操作手順は番号の若い順に表示され、カー
ソルアイコンのタッチにより操作手順のリストがスクロ
ールされる。終了のアイコンコードをタッチすると、機
能切換キー5aおよびテンプレートキー5bをオンする
前の表示画面に戻る。なお、表示位置でA4の表示位置
にタッチすることにより、図6に示した操作手順実行の
ための操作手順位置が変更されれば、それにより、ユー
ザーが最も頻繁に使用する操作手順を図8の登録メニュ
ーの最初の頁に表示させることができる。
FIG. 13 is a diagram showing the display screen when confirmation is touched in step S3 of FIG. When the user touches Confirm, a list of operation procedures is displayed. That is, the CPU 1 reads all the data shown in FIG. 2 from the RAM 3, and displays display data, display position data, and execution data. In addition, icon codes for exit and cursor are displayed on a part of the screen. The operating procedures are displayed in ascending order of numbers, and the list of operating procedures is scrolled by touching the cursor icon. When the end icon code is touched, the screen returns to the display screen before turning on the function switching key 5a and template key 5b. Note that if the operating procedure position for executing the operating procedure shown in FIG. 6 is changed by touching the display position of A4, the operating procedure most frequently used by the user will be changed accordingly. can be displayed on the first page of the registration menu.

【0038】以上の実施例によれば、操作者は、画面に
表示されるイメージを媒介として、本装置と対話するこ
とにより、一連の操作手順を定義した文字(表示データ
)、定義した文字の表示位置の変更を可能にするための
アイコンコード(表示位置データ)、および一連の操作
手順を実行するためのキーコードとアイコンコードとの
組合わせからなる実行データを登録することができる。 そして、本装置との対話を通じて、アイコンコード(表
示位置データ)をタッチすることにより、定義した文字
の表示位置を変更することができる。それにより、操作
者が頻繁に使用する一連の操作手順を操作者の都合のよ
い表示位置にすることができる。
According to the above embodiment, the operator can read characters (display data) defining a series of operating procedures and the defined characters by interacting with the device through images displayed on the screen. It is possible to register an icon code (display position data) for enabling the display position to be changed, and execution data consisting of a combination of a key code and an icon code for executing a series of operating procedures. By interacting with the device and touching the icon code (display position data), the display position of the defined character can be changed. Thereby, a series of operating procedures frequently used by the operator can be displayed in a position convenient for the operator.

【0039】また、操作者は、複数の一連の操作手順を
定義した文字を表示させて、そのうちの所望の操作手順
をタッチすることにより、その操作手順を自動的に実行
させることができる。
Furthermore, the operator can display characters defining a plurality of series of operating procedures, and by touching a desired operating procedure among them, the operating procedure can be automatically executed.

【0040】[0040]

【発明の効果】以上の本発明によれば、一連の操作手順
を定義した文字情報および一連の操作手順を実行させる
ための実行情報を記憶手段に登録することができるため
、操作者は必要に応じて、登録した複数の文字情報を表
示手段に表示させ、表示させた文字のうちの所望の文字
情報を指定することにより、所望の一連の操作を画面入
力にて自動的に実行することができる。
[Effects of the Invention] According to the present invention, character information defining a series of operating procedures and execution information for executing the series of operating procedures can be registered in the storage means, so that the operator can Accordingly, by displaying a plurality of registered character information on a display means and specifying desired character information among the displayed characters, a desired series of operations can be automatically executed by inputting on the screen. can.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

【図2】RAMに登録される一連の操作手順の内容を示
す図である。
FIG. 2 is a diagram showing the contents of a series of operating procedures registered in a RAM.

【図3】図2の実行コードの内容を示す図である。FIG. 3 is a diagram showing the contents of the execution code in FIG. 2;

【図4】キーボードのキー配置構成を示す図である。FIG. 4 is a diagram showing a key layout configuration of a keyboard.

【図5】ROMに格納されている実行プログラムを示す
図である。
FIG. 5 is a diagram showing an execution program stored in a ROM.

【図6】登録メニューの表示例である。FIG. 6 is a display example of a registration menu.

【図7】ROMに格納されている登録のためのプログラ
ムを示す図である。
FIG. 7 is a diagram showing a registration program stored in a ROM.

【図8】操作者に所望の機能を選択させるための表示例
である。
FIG. 8 is an example of a display for allowing the operator to select a desired function.

【図9】登録番号を選択させるための表示例である。FIG. 9 is an example of a display for selecting a registration number.

【図10】操作手順の定義内容を入力させるための表示
例である。
FIG. 10 is an example of a display for inputting definition contents of an operation procedure.

【図11】実行データを入力させるための表示例である
FIG. 11 is an example of a display for inputting execution data.

【図12】操作者により登録内容の削除が選択されたと
きの表示例である。
FIG. 12 is an example of a display when the operator selects to delete registered contents.

【図13】操作者により確認が選択されたときの表示例
である。
FIG. 13 is an example of a display when confirmation is selected by the operator.

【符号の説明】[Explanation of symbols]

1はCPU 2はROM 3はRAM 4は入出力装置 5はキーボード 6は表示体 7は表示用ドライバ 8および9はタッチパネル 10はタッチパネル制御回路 11はA/D変換器 12はシステムバス A2は表示データ A4は表示位置データ A6は実行データ 1 is CPU 2 is ROM 3 is RAM 4 is input/output device 5 is the keyboard 6 is the display body 7 is the display driver 8 and 9 are touch panels 10 is a touch panel control circuit 11 is an A/D converter 12 is the system bus A2 is display data A4 is display position data A6 is execution data

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  複数の一連の操作手順を登録し、登録
した複数の一連の操作手順を実行する操作手順入力・実
行装置であって、前記各々の一連の操作手順を定義した
文字情報および前記各々の一連の操作手順を実行するた
めの実行情報を入力する入力手段と、前記入力手段によ
り入力された各々の文字情報と各々の実行情報とが互い
に関連づけて書込まれ、かつ書込まれた前記各々の文字
情報と各々の実行情報とが読出される記憶手段と、前記
記憶手段から読出される前記各々の文字情報を表示する
表示手段と、操作者による表示位置の指定に応答して、
指定された表示位置に文字情報に関連する実行情報を、
前記記憶手段から読出し、読出した実行情報に従って前
記一連の操作手順を実行する実行手段とを含むことを特
徴とする操作手順入力・実行装置。
1. An operation procedure input/execution device that registers a plurality of series of operation procedures and executes the plurality of series of registered operation procedures, the apparatus comprising: character information defining each series of operation procedures; an input means for inputting execution information for executing each series of operating procedures, and each character information and each execution information inputted by the input means are written in association with each other, and a storage means from which each of the character information and each execution information is read; a display means which displays each of the character information read from the storage means; responsive to designation of a display position by an operator;
Execution information related to character information is displayed at the specified display position.
An operating procedure input/execution device characterized by comprising: an execution unit that reads out the operating procedure from the storage unit and executes the series of operating procedures according to the read execution information.
【請求項2】  前記入力手段は、前記記憶手段に書込
まれ前記各々の文字情報および前記各々の実行情報の登
録、確認、削除のための指令信号を入力するためのキー
入力手段と、表示位置情報を発生する表示位置情報発生
手段とを含み、前記表示手段は、前記入力手段からの信
号に応答して、登録、確認、削除のための画像を形成す
るため表示制御手段を含む、前記請求項1記載の操作手
順入力・実行装置。
2. The input means includes a key input means for inputting a command signal written in the storage means for registering, confirming, and deleting each of the character information and each of the execution information, and a display. display position information generation means for generating position information, said display means comprising display control means for forming an image for registration, confirmation, and deletion in response to a signal from said input means; The operating procedure input/execution device according to claim 1.
【請求項3】  前記実行情報は、前記キー入力手段に
対応するキーコードと、前記表示位置情報発生手段によ
り発生される表示位置情報に対応する表示位置コードと
を含む、前記請求項2記載の操作手順入力・実行装置。
3. The execution information includes a key code corresponding to the key input means and a display position code corresponding to the display position information generated by the display position information generating means. Operation procedure input/execution device.
JP3151425A 1991-06-24 1991-06-24 Operation procedure input and execution device Expired - Fee Related JP2660459B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3151425A JP2660459B2 (en) 1991-06-24 1991-06-24 Operation procedure input and execution device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3151425A JP2660459B2 (en) 1991-06-24 1991-06-24 Operation procedure input and execution device

Publications (2)

Publication Number Publication Date
JPH04373012A true JPH04373012A (en) 1992-12-25
JP2660459B2 JP2660459B2 (en) 1997-10-08

Family

ID=15518343

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3151425A Expired - Fee Related JP2660459B2 (en) 1991-06-24 1991-06-24 Operation procedure input and execution device

Country Status (1)

Country Link
JP (1) JP2660459B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009193455A (en) * 2008-02-15 2009-08-27 Nec Commun Syst Ltd Portable terminal device, editing apparatus of its scenario data, scenario data editing method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009193455A (en) * 2008-02-15 2009-08-27 Nec Commun Syst Ltd Portable terminal device, editing apparatus of its scenario data, scenario data editing method, and program

Also Published As

Publication number Publication date
JP2660459B2 (en) 1997-10-08

Similar Documents

Publication Publication Date Title
EP0243925B1 (en) Instruction input system for electronic processor
US5936614A (en) User defined keyboard entry system
JP3829366B2 (en) Input device and input method
JP3020851B2 (en) Information retrieval apparatus and information retrieval control method
JP2009527041A (en) System and method for entering data into a computing system
JP2007035059A (en) Human/machine interface for computing device
JPH07225829A (en) Method and device for data display
JPH04195625A (en) Information processor
JPH06175775A (en) Information processor
JP3388451B2 (en) Handwriting input device
JPH0594253A (en) Screen touch type key input device
JP3317379B2 (en) Display screen input device
JP2660459B2 (en) Operation procedure input and execution device
JPH06202794A (en) Information processor of pen input system
JPS61267128A (en) Display erasure system
JP2738851B2 (en) Input data processing display method using multiple cursors
JPH09198190A (en) Computer system
JP2561000B2 (en) String output method
JPH06324806A (en) Processor
JP2560999B2 (en) String output method
JP2715812B2 (en) Character processor
JPH0785032A (en) Device and method for preparing document
JPH04184524A (en) Integrated input-output device
JPH05257606A (en) Information processing method
JPS6314229A (en) Object selection system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970506

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090613

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100613

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100613

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110613

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees