JPH0628357A - Electronic equipment - Google Patents

Electronic equipment

Info

Publication number
JPH0628357A
JPH0628357A JP4180101A JP18010192A JPH0628357A JP H0628357 A JPH0628357 A JP H0628357A JP 4180101 A JP4180101 A JP 4180101A JP 18010192 A JP18010192 A JP 18010192A JP H0628357 A JPH0628357 A JP H0628357A
Authority
JP
Japan
Prior art keywords
function
data
storage device
external storage
starting
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
JP4180101A
Other languages
Japanese (ja)
Inventor
Kiyonori Wakai
聖範 若井
Megumi Tanji
めぐみ 丹治
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP4180101A priority Critical patent/JPH0628357A/en
Publication of JPH0628357A publication Critical patent/JPH0628357A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To start a function in response to the relevant data stored in an external storage without deciding the type of the data. CONSTITUTION:A data reading means 1 reads the data out of an external storage and sends them to an internal recording device. Then, a function deciding means 2 decides a function to be started based on the data read by the means 1, and a function starting data production means 3 produces the starting data corresponding to the function decided by the means 3. Then, a function starting means 4 actually starts the decided function based on the function starting data.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、異なるデータ形式を扱
うアプリケーションの実行が可能な電子機器に関するも
のである。たとえば、文書データを扱う文書編集機能と
イラストデータを扱うイラスト編集機能を有する電子機
器はこれに該当する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an electronic device capable of executing applications handling different data formats. For example, an electronic device having a document editing function for handling document data and an illustration editing function for handling illustration data corresponds to this.

【0002】[0002]

【従来の技術】従来、このような電子機器において、ユ
ーザーが特定のデータを扱いたい時には、それに対応す
る機能を起動する必要があった。たとえば、「文書編
集」を行いたい時には、文書編集機能を起動し、その中
の文書読込み機能により文書データを読み込んで初めて
編集作業を行うことができた。
2. Description of the Related Art Conventionally, in such an electronic device, when a user wanted to handle specific data, it was necessary to activate a function corresponding to the data. For example, when "document editing" is desired, the document editing function can be started and the document reading function can read the document data to perform the editing work.

【0003】[0003]

【発明が解決しようとする課題】従って、従来の電子機
器ではユーザーがデータの種類を判断して、それに対応
する機能を起動しなければならなかった。そのため、デ
ータの種類と機能の関係をユーザーが把握しておかなけ
ればならず、さらにはその機能を起動させる為の操作を
強いられていた。
Therefore, in the conventional electronic equipment, the user had to determine the type of data and activate the corresponding function. Therefore, the user needs to know the relationship between the type of data and the function, and is further forced to perform an operation to activate the function.

【0004】そこで本発明の目的は以上のような問題を
解消した電子機器を提供することにある。
Therefore, an object of the present invention is to provide an electronic device that solves the above problems.

【0005】[0005]

【課題を解決するための手段】上記問題点を解決する為
に、本発明は各々データを記憶する内部記憶装置および
外部記憶装置と、該外部記憶装置から前記内部記憶装置
にデータを読み込むデータ読込み手段と、前記内部記憶
装置内のデータを元にして起動する機能を判別する機能
判別手段と、該機能判別手段によって判別された機能に
対応する機能起動用データを作成する機能起動用データ
作成手段と、該機能起動用データ作成手段によって作成
された機能起動用データにより実際に機能を起動する機
能起動手段とを有することを特徴とする。
In order to solve the above problems, the present invention relates to an internal storage device and an external storage device each storing data, and a data reading for reading data from the external storage device to the internal storage device. Means, a function discriminating means for discriminating a function to be activated based on the data in the internal storage device, and a function activation data creating means for producing function activation data corresponding to the function discriminated by the function discriminating means. And a function starting means for actually starting a function by the function starting data created by the function starting data creating means.

【0006】[0006]

【作用】本発明によれば、データ読込み手段により外部
記憶装置からデータを内部記憶装置に読み込んだ後、機
能判別手段により読み込まれたデータを元にして起動す
る機能を判別し、機能起動用データ作成手段により当該
機能に対応する機能起動用データを作成する。この機能
起動用データに基づいて機能起動手段により実際に機能
を起動する。
According to the present invention, after the data is read from the external storage device to the internal storage device by the data reading means, the function to be activated is discriminated based on the data read by the function discriminating means, and the function activation data is obtained. The function starting data corresponding to the function is created by the creating means. The function is actually started by the function starting means based on the function starting data.

【0007】[0007]

【実施例】以下、図面を参照して本発明を詳細に説明す
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below with reference to the drawings.

【0008】図1は、本発明の基本構成を示す図であ
り、ここで1は外部記憶装置から各種データを内部記憶
装置に読み込むデータ読込み手段、2は内部記憶装置の
データを元に起動する機能を判別する機能判別手段、3
は当該機能に対応する機能起動用データを作成する機能
起動用データ作成手段、4は作成された機能起動用デー
タを元に実際に機能を起動する機能起動手段である。
FIG. 1 is a diagram showing a basic configuration of the present invention, in which 1 is a data reading means for reading various data from an external storage device into an internal storage device, and 2 is a start-up based on the data in the internal storage device. Function discriminating means for discriminating a function, 3
Is a function starting data creating means for creating function starting data corresponding to the function, and 4 is a function starting means for actually starting a function based on the created function starting data.

【0009】図2は、本発明に関わる電子機器の1実施
例のブロック構成を示す図である。同図において、5
は、例えばマイクロプロセッサ形態のCPU(中央処理
装置)であり、各装置を制御する。6はROM(リード
オンリメモリ)であり、図3,図4のフローチャートに
従う処理を含むシステムプログラム6.1 、および各種機
能のプログラム6.2 からなる。7はRAM(ランダムア
クセスメモリ)であり、RAM7には後述する11の外
部記憶装置から入力した機能判別データを記憶する機能
判別データ格納エリア7.1 、機能を起動する際に必要な
機能起動用データを記憶する機能起動用データ格納エリ
ア7.2 、その他のプログラムが動作する為の記憶領域7.
3 が存在する。8は各装置を接続する為のバスラインで
あり、前記CPU5は、ROM6にあるプログラムの内
容を実行処理することにより、バスライン8を介して接
続される各装置を制御する。9は、文字・数字・記号な
どを入力し、また、各種指示を行う為のキーボードであ
る。10は、各種データの表示に用いる表示器であり、
各種データの表示はバスライン8を介してCPU5の指
示で行われる。11は、本電子機器で使われる各種デー
タを記憶する外部記憶装置であり、前述のCPU5の制
御により、判別データがバスライン8を介してRAM7
の機能判別データ格納エリア7.1 に格納される。
FIG. 2 is a diagram showing a block configuration of an electronic device according to an embodiment of the present invention. In the figure, 5
Is a CPU (central processing unit) in the form of a microprocessor, for example, and controls each device. Reference numeral 6 is a ROM (Read Only Memory), which is composed of a system program 6.1 including processing according to the flowcharts of FIGS. 3 and 4, and a program 6.2 of various functions. Reference numeral 7 denotes a RAM (random access memory). The RAM 7 stores a function determination data storage area 7.1 for storing the function determination data input from an external storage device 11 to be described later, and function activation data necessary for activating a function. Data storage area for function activation to be stored 7.2, storage area for running other programs 7.
There are three. Reference numeral 8 is a bus line for connecting each device, and the CPU 5 controls each device connected through the bus line 8 by executing the contents of the program stored in the ROM 6. Reference numeral 9 is a keyboard for inputting characters, numbers, symbols, etc., and for making various instructions. 10 is a display device used for displaying various data,
The display of various data is performed by the instruction of the CPU 5 via the bus line 8. Reference numeral 11 denotes an external storage device that stores various data used in the present electronic device. Under the control of the CPU 5, the determination data is stored in the RAM 7 via the bus line 8.
It is stored in the function discrimination data storage area 7.1.

【0010】以上の構成のもとで、本発明実施例の動作
を図3,図4のフローチャートを参照して説明する。本
装置は、電源を投入すると先ず図3のステップS1へ進
み、各種データの初期化を行う。さらにステップS2で
は、外部記憶装置11から機能判別用のデータを読み込
み、ステップS3においてデータが存在する時にはステ
ップS4に進み、データが存在しない時にはステップS
8へ進む。ステップS4ではデータに対応した機能を判
別し、起動する機能を決定する。続いて、ステップS5
において読み込んだデータに対応した機能が存在しない
時にはステップS8に進み、存在する時にはステップS
6へ進む。ステップS6では読込みデータに対応した機
能起動用データを作成し、ステップS7の機能起動処理
で機能を起動し、ステップS8に進む。さらに、ステッ
プS8においてキーボードからの入力処理を行い、ステ
ップS9でキー入力がなかった場合再びステップS8に
戻る。ステップS9でキー入力があった場合には、ステ
ップS10でそれぞれのキー入力に対応した処理を行い
再びステップS8に戻る。
The operation of the embodiment of the present invention having the above configuration will be described with reference to the flow charts of FIGS. When the power is turned on, the apparatus first proceeds to step S1 of FIG. 3 to initialize various data. Further, in step S2, data for function discrimination is read from the external storage device 11, and if data exists in step S3, the process proceeds to step S4, and if data does not exist, step S4.
Go to 8. In step S4, the function corresponding to the data is determined and the function to be activated is determined. Then, step S5
When there is no function corresponding to the data read in step S8, the process proceeds to step S8, and when it does exist, step S8 is performed.
Go to 6. In step S6, function activation data corresponding to the read data is created, the function is activated in the function activation process of step S7, and the process proceeds to step S8. Further, in step S8, input processing from the keyboard is performed, and if there is no key input in step S9, the process returns to step S8 again. If there is a key input in step S9, a process corresponding to each key input is performed in step S10, and the process returns to step S8.

【0011】ステップS4においての機能判別は、図4
に示したような流れで外部記憶装置から読み込まれた情
報によって行われる。ステップS4.1で外部記憶装置
11全体を管理する全体情報を判別し、データベースデ
ータの時にはステップS4.3へ進み、機能種別をデー
タベースに指定し、処理を終了する。標準データの時に
はステップS4.2へ進み、繰返処理の変数を初期化
し、ステップS4.4でさらにファイル毎の情報を判別
し、文書データの時にはステップS4.5で種別フラグ
のうち文書フラグをONし、イラストデータの時にはス
テップS4.6でイラストフラグをONし、その他のデ
ータの時には無処理でステップS4.7へ進む。ステッ
プS4.7では繰返処理用の変数を更新し、ステップS
4.8でファイルカウンタが0でない時ステップS4.
4に戻り、0の時にはステップS4.9へ進む。ステッ
プS4.9で文書フラグがONの時には機能種別を文書
編集に指定し終了する。OFFの時には更にステップS
4.11でイラストフラグをチェックし、ONの時には
ステップS4.12で機能種別をイラスト編集にし、そ
れ以外の時には無処理で終了する。
The function discrimination in step S4 is as shown in FIG.
This is performed by the information read from the external storage device in the flow shown in FIG. In step S4.1, the entire information for managing the entire external storage device 11 is discriminated. When the data is database data, the process proceeds to step S4.3, the function type is designated in the database, and the process ends. When the data is standard data, the process proceeds to step S4.2 to initialize the variable for the repeat process, and at step S4.4, the information for each file is further discriminated. If it is turned on and the data is illustration data, the illustration flag is turned on in step S4.6, and if it is other data, the process proceeds to step S4.7 without any processing. In step S4.7, the variable for iterative processing is updated, and in step S4.7
If the file counter is not 0 in step 4.8, step S4.
Returning to 4, the process proceeds to step S4.9 when 0. When the document flag is ON in step S4.9, the function type is designated as document editing, and the process ends. When it is OFF, further step S
In step 4.11, the illustration flag is checked, and if it is ON, the function type is set to illustration editing in step S4.12. In other cases, the process ends without processing.

【0012】以上のように、作業を行いたい時にユーザ
ーがデータの格納されている外部記憶装置11をセット
して電源を入れるだけで、対応する処理の機能が自動的
に実行されることとなる。それにより、外部記憶装置1
1のデータがどの機能に対応するか意識することなく作
業を進めることが可能になり、操作を分かりやすくし、
機能を起動するための操作を省く等の効果がある。
As described above, when the user wants to perform the work, the user simply sets the external storage device 11 storing the data and turns on the power, and the corresponding processing function is automatically executed. . Thereby, the external storage device 1
It becomes possible to proceed with the work without being aware of which function the data of 1 corresponds to, making the operation easy to understand,
This has the effect of omitting the operation for activating the function.

【0013】〔その他の実施例〕 (1)本発明の起動を電源ONでなく特定のキー入力と
する。ユーザーが任意の時に特定のキーを入力すると、
外部記憶装置のデータの有無を確認し、データに対応し
た機能が存在している時には対応する機能の起動を行
う。外部記憶装置自体が存在しないか、データが存在し
ないか、それに対応する機能が存在しない時には、通常
のキー操作に対応した処理を行う。
Other Embodiments (1) The activation of the present invention is not a power-on but a specific key input. When the user enters a particular key at any time,
The presence / absence of data in the external storage device is confirmed, and when the function corresponding to the data exists, the corresponding function is activated. When the external storage device itself does not exist, the data does not exist, or the corresponding function does not exist, the process corresponding to the normal key operation is performed.

【0014】(2)本発明の起動を電源ONでなく、外
部記憶装置内データの一覧による読込みとする。ユーザ
ーが外部記憶装置をセットし、一覧表示機能により、デ
ータの一覧表示を行う。さらに任意のデータを読み込ん
できた時に本発明は起動され、読み込まれたデータに対
応した機能が起動される。それにより、ユーザーは外部
記憶装置内のデータをたとえば「文書データ」か「イラ
ストデータ」か意識することなく作業を行うことが可能
になり、作業効率向上効果がさらに高まる。
(2) It is assumed that the present invention is started by reading a list of data in the external storage device instead of turning on the power. The user sets the external storage device and displays a list of data by the list display function. Further, the present invention is activated when arbitrary data is read, and the function corresponding to the read data is activated. As a result, the user can work without being aware of the data in the external storage device as, for example, "document data" or "illustration data", and the work efficiency improving effect is further enhanced.

【0015】(3)本発明で扱うデータを「文書デー
タ」などの各種データでなく、各種アプリケーションプ
ログラムとする。電源ONにより、外部記憶装置のプロ
グラムの有無を確認し、そのプログラムを起動する機能
が存在する時には対応する機能の起動を行う。たとえ
ば、「通信プログラム」の時には対応する「通信機能」
を起動し、「文書編集コマンドプログラム」の時には対
応する「文書編集機能」を起動する。また、外部記憶装
置自体が存在しないか、プログラムが存在しないか、そ
れに対応する機能が存在しない時には、通常の電源ON
時の起動処理を行う。
(3) The data handled in the present invention is not application data such as "document data" but application programs. When the power is turned on, the presence / absence of a program in the external storage device is confirmed, and when there is a function for starting the program, the corresponding function is started. For example, when it is a "communication program", the corresponding "communication function"
When the "document edit command program" is activated, the corresponding "document edit function" is activated. Also, when the external storage device itself does not exist, the program does not exist, or the function corresponding to it does not exist, the normal power ON
Perform the startup process at time.

【0016】(4)本発明の起動を電源ONではなく特
定のキー入力とし、扱うデータを「文書データ」などの
各種データでなく、各種アプリケーションプログラムと
する。ユーザーの任意の時に特定のキー入力により、外
部記憶装置のプログラムの有無を確認し、そのプログラ
ムを起動する機能が存在する時には対応する機能の起動
を行う。たとえば、「通信プログラム」の時には対応す
る「通信機能」を起動し、「文書編集コマンドプログラ
ム」の時には対応する「文書編集機能」を起動する。ま
た、外部記憶装置自体が存在しないか、プログラムが存
在しないか、それに対応する機能が存在しない時には、
通常のキー操作に対応する処理を行う。
(4) The activation of the present invention is not a power-on but a specific key input, and the data to be handled is various application programs instead of various data such as "document data". The presence / absence of a program in the external storage device is confirmed by a specific key input at any time by the user, and when there is a function for activating the program, the corresponding function is activated. For example, the corresponding "communication function" is activated for the "communication program", and the corresponding "document editing function" is activated for the "document edit command program". Also, when the external storage device itself does not exist, the program does not exist, or the corresponding function does not exist,
Performs processing corresponding to normal key operation.

【0017】(5)本発明の起動を電源ONではなく外
部記憶装置内の機能一覧からの選択とし、扱うデータを
「文書データ」などの各種データでなく、各種アプリケ
ーションプログラムとする。外部記憶装置内の機能一覧
からの選択により、そのプログラムを起動する機能が存
在する時には対応する機能を起動し、さらに選択された
機能を起動する。たとえば、「ハガキ・ラベル印刷」機
能は通常「文書編集機能」において起動されるが、本発
明により「文書編集機能」の起動操作を行うこと無しに
直接起動できる。それにより、操作手順の短縮効果があ
る。
(5) The activation of the present invention is selected not from the power ON but from the function list in the external storage device, and the data to be handled is not the various data such as "document data" but the various application programs. By selecting from the function list in the external storage device, when there is a function for activating the program, the corresponding function is activated, and further the selected function is activated. For example, the "postcard / label print" function is usually activated in the "document editing function", but according to the present invention, it can be directly activated without performing the activation operation of the "document editing function". This has the effect of shortening the operating procedure.

【0018】[0018]

【発明の効果】以上説明したように本発明によれば、デ
ータの種類を判断することなく、そのデータに対応した
機能を起動することができる。
As described above, according to the present invention, the function corresponding to the data can be activated without determining the type of the data.

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

【図1】本発明の基本構成を示す図である。FIG. 1 is a diagram showing a basic configuration of the present invention.

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

【図3】同実施例における基本的な処理の流れを示すフ
ローチャートである。
FIG. 3 is a flowchart showing a basic processing flow in the embodiment.

【図4】同実施例における機能を判別する際のフローチ
ャートである。
FIG. 4 is a flowchart for determining a function in the same embodiment.

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

1 データ読込み手段 2 機能判別手段 3 機能起動用データ作成手段 4 機能起動手段 1 data reading means 2 function determining means 3 function starting data creating means 4 function starting means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 各々データを記憶する内部記憶装置およ
び外部記憶装置と、該外部記憶装置から前記内部記憶装
置にデータを読み込むデータ読込み手段と、前記内部記
憶装置内のデータを元にして起動する機能を判別する機
能判別手段と、該機能判別手段によって判別された機能
に対応する機能起動用データを作成する機能起動用デー
タ作成手段と、該機能起動用データ作成手段によって作
成された機能起動用データにより実際に機能を起動する
機能起動手段とを有することを特徴とする電子機器。
1. An internal storage device and an external storage device for respectively storing data, data reading means for reading data from the external storage device to the internal storage device, and activation based on the data in the internal storage device. Function discriminating means for discriminating a function, function starting data producing means for producing function starting data corresponding to the function discriminated by the function discriminating means, and function starting data produced by the function starting data producing means An electronic device comprising: a function starting unit that actually starts a function based on data.
JP4180101A 1992-07-07 1992-07-07 Electronic equipment Pending JPH0628357A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4180101A JPH0628357A (en) 1992-07-07 1992-07-07 Electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4180101A JPH0628357A (en) 1992-07-07 1992-07-07 Electronic equipment

Publications (1)

Publication Number Publication Date
JPH0628357A true JPH0628357A (en) 1994-02-04

Family

ID=16077451

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4180101A Pending JPH0628357A (en) 1992-07-07 1992-07-07 Electronic equipment

Country Status (1)

Country Link
JP (1) JPH0628357A (en)

Similar Documents

Publication Publication Date Title
WO1989002114A1 (en) Data processing system
JPH08244313A (en) Printer
JPH1040247A (en) Data processor
JPH0628357A (en) Electronic equipment
JPH08211860A (en) Display color changing device
JP2864528B2 (en) Message management method
JPS6283788A (en) Start control system for character proofreader
JP3016248B2 (en) Document display device
JPH11231988A (en) Device and method for preparing object and device and method for displaying attribute
JP3064719B2 (en) Graph creation device
JP2555606B2 (en) Electronic manual display system
JPH0520003A (en) Electronic equipment
JP2000047779A (en) Help system, help method, and medium
JPS62127923A (en) Data processor
JPH07160395A (en) Character input device
JPH0749732A (en) Method for controlling computer system and its peripheral device
JPH06243005A (en) Data processor
JPH02301867A (en) Document preparing device
JPH06202858A (en) Information processor
JPH10107984A (en) Image forming device having data read function of file recording medium
JPH07219733A (en) Input example display processor
JPH05224860A (en) System for storing picture display message data
JPH09282337A (en) Attribute registration method for cad device
JPH05313804A (en) Start shift selecting device for field
JPH08171469A (en) Slip output device