JPH09223003A - Device and method for supporting programming - Google Patents

Device and method for supporting programming

Info

Publication number
JPH09223003A
JPH09223003A JP8032247A JP3224796A JPH09223003A JP H09223003 A JPH09223003 A JP H09223003A JP 8032247 A JP8032247 A JP 8032247A JP 3224796 A JP3224796 A JP 3224796A JP H09223003 A JPH09223003 A JP H09223003A
Authority
JP
Japan
Prior art keywords
functions
executing
function
execution order
screen area
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
JP8032247A
Other languages
Japanese (ja)
Inventor
Makoto Muramatsu
真 村松
Ryuichi Aoki
隆一 青木
Yasushi Ishikawa
泰志 石川
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP8032247A priority Critical patent/JPH09223003A/en
Publication of JPH09223003A publication Critical patent/JPH09223003A/en
Pending legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)
  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To restart processing from any arbitrary time point of passage when the execution of a new function programmed by combining functional icons is interrupted. SOLUTION: Based on icon arrangement information, an execution control part 123 specifies functional object to be executed next. When executing each functional object, information required for executing that functional object is stored in a secondary storage device 125 by the execution control part 123. After that, when processing is interrupted, while utilizing the information in the secondary storage device, processing is restarted from desired functional object.

Description

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

【0001】[0001]

【発明が属する技術分野】この発明は、アイコン等のグ
ラフィカル・シンボルを用いて機能をグラフィカルに表
示し、アイコン等を操作してプログラミングを行った
り、情報の処理を行うプログラミング支援装置および方
法に関し、とくに処理が中断したときに容易に対処でき
るようにしたものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programming support device and method for graphically displaying a function using a graphical symbol such as an icon, operating the icon or the like for programming, and processing information. In particular, it is designed so that it can be easily dealt with when processing is interrupted.

【0002】[0002]

【従来の技術】プログラムを必要とする人がプログラム
を直接に開発する場合には、その必要性または意図に合
致したプログラムを開発することができ、またその開発
も速やかに行われる。しかしプログラミングを職業とし
ない一般ユーザがプログラムを開発することは通常では
困難である。したがってこのような一般ユーザに対し、
プログラミングに類似した操作、すなわち既存の複数の
機能を組み合わせることにより新しい機能を作り出すプ
ログラミング環境を提供することが提案されていた。た
とえば、機能を視覚的に表示した図形要素の間を結線す
ることにより、機能を合成することが提案されていた
(特開平7−56725号公報、特開平7−19184
0号公報、特開平6−12250号公報)。
2. Description of the Related Art When a person who needs a program develops the program directly, it is possible to develop the program which meets the need or intention of the program, and the development can be performed promptly. However, it is usually difficult for general users who do not specialize in programming to develop programs. Therefore, for such general users,
It has been proposed to provide an operation similar to programming, that is, a programming environment that creates new functions by combining existing functions. For example, it has been proposed to combine functions by connecting between graphic elements that visually display the functions (Japanese Patent Laid-Open Nos. 7-56725 and 7-19184).
No. 0, JP 6-12250 A).

【0003】ところで、職業的なプログラマでない一般
ユーザが処理を記述する場合には、すべての不測の事態
を予測することは不可能であり、このため、処理の途中
で当該処理が実行不能になることが往々にしてある。こ
のような場合、必ず最初から処理をやり直さなければな
らないとすると、なかなか目的を達成することができな
くなってしまう。とくに、その処理が以後、何度も繰り
返し行う処理でなく、単発的な処理で、そのとき一回だ
け成功すればよいというような処理の場合に、最初から
処理をやり直すのは、ユーザにとって苦痛である。した
がって、処理の再開、中断の手法が望まれる。
By the way, when a general user who is not a professional programmer describes a process, it is impossible to predict all unexpected situations. Therefore, the process cannot be executed in the middle of the process. There are often times. In such a case, if the processing must be redone from the beginning, it will be difficult to achieve the purpose. Especially when the process is not a process to be repeated many times thereafter but is a one-time process and only needs to succeed once, it is a pain for the user to restart the process from the beginning. Is. Therefore, a method of resuming and interrupting processing is desired.

【0004】また、再開の決断はユーザが行えることが
望ましく、中断している複数のプロセスのどのプロセス
を再開するのか、またいつ再開するのかをユーザが選択
できるようにすることが望ましい。
It is also desirable for the user to be able to make the decision to restart, and it is desirable for the user to be able to select which of the interrupted processes should be restarted and when.

【0005】なおこの発明に関連する先行技術として
は、データベースなどのシステムにおいて、システム全
体の整合性を維持するために、特定のタイミングで二次
記憶の内容を更新する技術や、一般のワークフローのシ
ステムにおいて、電源ダウン時等に備えて最新情報のみ
を二次記憶に記憶する技術がある。
As prior art related to the present invention, in a system such as a database, in order to maintain the consistency of the entire system, a technique of updating the contents of the secondary storage at a specific timing, or a general workflow In the system, there is a technique for storing only the latest information in the secondary storage in case of power down.

【0006】[0006]

【発明が解決しようとする課題】この発明は、以上の事
情を考慮してなされたものであり、アイコン等のグラフ
ィカル・シンボルを用いて機能をグラフィカルに表示
し、アイコン等を操作してプログラミングを行ったり、
情報の処理を行う際に、所望の経過時点から処理を再開
できるようにすることを目的としている。
SUMMARY OF THE INVENTION The present invention has been made in consideration of the above circumstances. The functions are graphically displayed using graphical symbols such as icons, and programming is performed by operating the icons and the like. Go or
When processing information, the purpose is to be able to restart the processing from a desired elapsed time point.

【0007】[0007]

【課題を解決するための手段】この発明では、以上の目
的を達成するために、プログラミング支援装置に、複数
の機能を表示画面領域上にそれぞれ表示オブジェクトと
して表示する表示手段と、上記表示画面領域を用いた対
話的な操作に基づいて上記複数の機能の実行順番を決定
する手段と、上記実行順番に基づいて上記複数の機能を
実行する手段と、上記機能の各々を実行する際に、上記
機能の各々の実行に必要な情報を不揮発性の記憶装置に
記憶する手段とを設けるようにしている。
According to the present invention, in order to achieve the above object, a display means for displaying a plurality of functions as display objects on a display screen area in a programming support device, and the display screen area. Means for determining the execution order of the plurality of functions based on an interactive operation using, a means for executing the plurality of functions based on the execution order, and when executing each of the functions, A means for storing information necessary for executing each function in a non-volatile storage device is provided.

【0008】この構成によれば、再開の起点となる機能
を指定し、実行する際に、不揮発性の記憶装置に記憶さ
れている、当該起点となる機能の実行に必要な情報、た
とえば入力データやプロセスの制御情報を読み出して利
用することができる。したがって起点以前の機能を実行
する必要がなくなる。
According to this structure, when the function serving as the starting point of the restart is designated and executed, information necessary for executing the function serving as the starting point, which is stored in the non-volatile storage device, such as input data, is stored. It is possible to read out and use the control information of the process. Therefore, it is not necessary to execute the function before the starting point.

【0009】また、このプログラミング支援装置に、プ
ログラミング支援装置自体の起動時に、上記複数の機能
のうち中断した機能を特定する手段と、上記中断した機
能の実行に必要な情報を上記不揮発性の記憶装置から読
み出す手段と、読み出した情報を用いて、上記中断した
機能を実行する手段とを設けるようにしてもよい。
In addition, the programming support device has means for specifying a suspended function of the plurality of functions when the programming support device itself is activated, and information necessary for executing the suspended function in the nonvolatile storage. Means for reading from the device and means for executing the interrupted function using the read information may be provided.

【0010】また、この構成において、上記表示画面領
域を用いた対話的な操作に基づいて上記複数の機能のう
ち所定の機能を指定し、上記所定の機能以降の機能が実
行されないようにする手段を設けるようにしてもよい。
Further, in this configuration, means for designating a predetermined function of the plurality of functions based on an interactive operation using the display screen area and preventing the functions after the predetermined function from being executed. May be provided.

【0011】また、この構成において、上記複数の機能
の実行順番を決定する手段は、所定の1または複数の方
向に沿って直接にまたは所定の距離以下のスペースを介
して隣接する複数の表示オブジェクトを認識し、上記複
数の表示オブジェクトの上記1または複数の方向に沿う
並び順番を判別する判別手段と、上記並び順番に基づい
て上記複数の機能の実行の順番を決定する手段とを有す
るようにしてもよい。
Further, in this configuration, the means for determining the execution order of the plurality of functions includes a plurality of display objects which are adjacent to each other directly along a predetermined direction or a plurality of directions or through a space of a predetermined distance or less. And a means for deciding the arrangement order of the plurality of display objects along the one or more directions, and a means for deciding the execution order of the plurality of functions based on the arrangement order. May be.

【0012】また、この構成において、上記所定の1ま
たは複数の方向に沿って直接にまたは所定の距離以下の
スペースを介して隣接する複数の表示オブジェクトに対
応する機能が順次実行されるときに、未実行の隣接する
2つの表示オブジェクトのスペースを上記所定の距離を
超えるものとし、上記複数の機能の一連の実行を中断さ
せるようにしてもよい。
Further, in this configuration, when the functions corresponding to the plurality of display objects adjacent to each other are sequentially executed along the above-mentioned predetermined one or more directions or through the space of a predetermined distance or less, The space between two unexecuted adjacent display objects may exceed the predetermined distance, and the series of executions of the plurality of functions may be interrupted.

【0013】また、この発明によれば、上述の目的を達
成するために、プログラミング支援方法において、複数
の機能を表示画面領域上にそれぞれ表示オブジェクトと
して表示するステップと、上記表示画面領域を用いた対
話的な操作に基づいて上記複数の機能の実行順番を決定
するステップと、上記実行順番に基づいて上記複数の機
能を実行するステップと、上記機能の各々を実行する際
に、上記機能の各々の実行に必要な情報を不揮発性の記
憶装置に記憶するステップとを実行するようにしてい
る。
Further, according to the present invention, in order to achieve the above object, in the programming support method, a step of displaying a plurality of functions as display objects on the display screen area, and the display screen area are used. Determining the execution order of the plurality of functions based on an interactive operation, executing the plurality of functions based on the execution order, and executing each of the functions. And a step of storing information necessary for executing the above in a non-volatile storage device.

【0014】また、この発明によれば、上述の目的を達
成するために、プログラミング支援用プログラム製品
を、複数の機能を表示画面領域上にそれぞれ表示オブジ
ェクトとして表示するステップと、上記表示画面領域を
用いた対話的な操作に基づいて上記複数の機能の実行順
番を決定するステップと、上記実行順番に基づいて上記
複数の機能を実行するステップと、上記機能の各々を実
行する際に、上記機能の各々の実行に必要な情報を不揮
発性の記憶装置に記憶するステップとをコンピュータに
実行させるのに用いるようにしている。
Further, according to the present invention, in order to achieve the above object, a step of displaying a programming support program product as a display object having a plurality of functions on the display screen area, and the display screen area A step of determining the execution order of the plurality of functions based on the interactive operation used, a step of executing the plurality of functions based on the execution order, and a step of executing each of the functions. And storing the information required for execution of each of the above in a non-volatile storage device.

【0015】また、この発明によれば、上述の目的を達
成するために、情報処理装置に、複数の機能を表示画面
領域上にそれぞれ表示オブジェクトとして表示する表示
手段と、上記表示画面領域を用いた対話的な操作に基づ
いて上記複数の機能の実行順番を決定する手段と、上記
実行順番に基づいて上記複数の機能を実行する手段と、
上記機能の各々を実行する際に、上記機能の各々の実行
に必要な情報を不揮発性の記憶装置に記憶する手段とを
設けるようにしている。
Further, according to the present invention, in order to achieve the above-mentioned object, the information processing apparatus uses display means for displaying a plurality of functions as display objects on the display screen area, and the display screen area. Means for determining the execution order of the plurality of functions based on the interactive operation, and means for executing the plurality of functions based on the execution order,
A means for storing information necessary for executing each of the above functions in a non-volatile storage device when performing each of the above functions is provided.

【0016】[0016]

【発明の実施の態様】以下、この発明の実施例について
図面を参照しながら説明する。図1は、この発明のプロ
グラミング支援装置が実装される環境を示す図であり、
この図において、プログラミング支援装置100はコン
ピュータ101上で実行されるプログラミング支援シス
テム102をなすプログラムとして実現されている。コ
ンピュータ101は外部記憶装置103、ディスプレイ
104、その他のハードウェア105等を具備してい
る。またコンピュータ101には入出力制御システム1
06、オペレーティング・システム107およびウイン
ドウ管理システム108がインストールされている。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing an environment in which the programming support device of the present invention is implemented,
In this figure, the programming support device 100 is realized as a program forming a programming support system 102 executed on a computer 101. The computer 101 includes an external storage device 103, a display 104, and other hardware 105. The computer 101 has an input / output control system 1
06, operating system 107 and window management system 108 are installed.

【0017】プログラミング支援装置100において
は、機能(プログラム)、データおよびデータ・機能の
複合物(たとえばディレクトリ)をオブジェクトとして
扱う。オブジェクトは対応する矩形のアイコン(絵文
字)によりディスプレイ・ウインドウ上に表示される。
オブジェクトのアイコンをダブルクリック(カーソルを
アイコン内部に配置しマウス装置のボタンを2度押す)
すると、オブジェクトが持つ内容を可視化することがで
きる。例えば、オブジェクトがドキュメントであればそ
の内容が表示され、オブジェクトがディレクトリであれ
ば、そのオブジェクトの直下の要素である他のオブジェ
クトのアイコンの一覧が表示される。
In the programming support device 100, functions (programs), data, and a composite of data and functions (for example, a directory) are treated as objects. The object is displayed on the display window by a corresponding rectangular icon (pictogram).
Double-click the object icon (place the cursor inside the icon and press the mouse device button twice)
Then, the contents of the object can be visualized. For example, if the object is a document, its contents are displayed, and if the object is a directory, a list of icons of other objects that are the elements immediately below the object is displayed.

【0018】またデータのオブジェクトに対し所定の機
能を実行させるには、データのオブジェクトのアイコン
を、当該機能のアイコンまで移動させオーバーラップさ
せる。すなわち、マウス装置のカーソルをデータのオブ
ジェクトのアイコン内部に移動させ、そののちマウス装
置のボタンを押圧操作したままマウス装置を移動駆動し
(ドラッグ)、カーソルを機能のアイコンの内部まで移
動させ、ボタンの押圧操作を解除する(ドロップ)。こ
のようにすると図2に示すように、そのデータに対して
当該機能が実行される。機能の実行が終了すると、結果
ボックスが現れて、これをクリックすることにより処理
の結果が表示される。
Further, in order to execute a predetermined function on the data object, the icon of the data object is moved to the icon of the function and overlapped. That is, the cursor of the mouse device is moved to the inside of the icon of the data object, and then the mouse device is moved and driven (drag) while the button of the mouse device is pressed and operated, the cursor is moved to the inside of the function icon, and the button is pressed. Release the pressing operation of (drop). In this way, the function is executed for the data, as shown in FIG. When the function has finished executing, a result box will appear, which you can click to view the results of the operation.

【0019】図3は図1のプログラミング支援装置10
0の機能的のブロックを示すものであり、プログラミン
グ支援装置100は対話管理部121、アイコン配置情
報記憶部122、実行制御部123およびオブジェクト
群記憶部124からなっている。
FIG. 3 shows the programming support device 10 of FIG.
The programming support apparatus 100 includes a dialogue management unit 121, an icon arrangement information storage unit 122, an execution control unit 123, and an object group storage unit 124.

【0020】対話管理部121はユーザのマウス装置お
よびキーボードの操作を認識し、アイコンの位置の変
更、アイコンの追加等を行う。アイコン配置情報記憶部
122はその時々のアイコンの配置を記憶しており、か
つ各アイコンに対応するオブジェクト(オブジェクト群
記憶部124に記憶されている)を特定する情報も記憶
している。対話管理部121がアイコンの位置の変更を
認識した場合には、それに応じてアイコン配置情報記憶
部122中の対応する記憶内容が更新される。実行制御
部123はアイコン配置情報記憶部122のアイコンの
配置情報に基づいてアイコンに対応する機能の実行順序
を決定し、それとともにアイコンに対応する機能のオブ
ジェクトをオブジェクト群記憶部124から取り出し、
そのオブジェクトを実行する。
The dialogue management unit 121 recognizes the user's operation of the mouse device and the keyboard, and changes the position of the icon and adds the icon. The icon arrangement information storage unit 122 stores the arrangement of icons at that time, and also stores information that specifies an object (stored in the object group storage unit 124) corresponding to each icon. When the dialogue management unit 121 recognizes the change in the position of the icon, the corresponding storage content in the icon arrangement information storage unit 122 is updated accordingly. The execution control unit 123 determines the execution order of the functions corresponding to the icons based on the arrangement information of the icons in the icon arrangement information storage unit 122, and at the same time retrieves the objects of the functions corresponding to the icons from the object group storage unit 124,
Execute that object.

【0021】実行制御部123はつぎの規則に従ってア
イコンに対応する機能を実行する。 1のアイコンの右辺に他のアイコンの左辺が接触する
ときには、当該1のアイコンの機能の実行に続けて当該
他のアイコンの機能が実行される。 1のアイコンの下辺に他のアイコンの上辺が接触する
ときには、当該1のアイコンに続けて当該他のアイコン
の機能が実行される。
The execution control unit 123 executes the function corresponding to the icon according to the following rules. When the right side of one icon contacts the left side of another icon, the function of the other icon is executed subsequent to the execution of the function of the one icon. When the lower side of the one icon touches the upper side of the other icon, the function of the other icon is executed subsequent to the one icon.

【0022】また実行制御部123は、機能を実行する
際に、当該機能の実行に必要な情報を不揮発性の二次記
憶装置125(図4)に記憶する。たとえば図4に示す
ように機能オブジェクトAに続けて機能オブジェクトB
を実行する際につぎのような処理を行う。 機能オブジェクトAの出力を受け取る。 機能オブジェクトBへの入力情報などをファイルに書
き込む。 記憶オブジェクトBに対象情報を入力して実行を指示
する。 出力先がないので一連の連続実行を終了する。
Further, when executing the function, the execution control unit 123 stores information necessary for executing the function in the non-volatile secondary storage device 125 (FIG. 4). For example, as shown in FIG. 4, the functional object A is followed by the functional object B.
The following processing is performed when executing. Receive the output of functional object A. Input information to the functional object B is written in a file. The target information is input to the storage object B to instruct execution. Since there is no output destination, a series of continuous execution ends.

【0023】図5はこの実施例の動作を説明するもので
あり、この図において、まず初めに処理対象が指定され
る(S100)。具体的には、処理対象のアイコンのド
ラッグを開始する。つぎに起点の機能を指定する(S1
01)。具体的には処理対象のアイコンを起点となる機
能のアイコン上でドロップする。これに応じて、起点の
機能を、実行すべき機能として登録する(S102)。
つぎに、実行すべき機能を実行し、さらに、そのつぎに
実行すべき機能を探索する(S103、S104)。つ
ぎに実行すべき機能があるときには、ステップS103
に戻り動作を繰り返す(S105)。また実行すべき機
能がない場合には動作を終了する。
FIG. 5 illustrates the operation of this embodiment. In FIG. 5, the processing target is designated first (S100). Specifically, the dragging of the icon to be processed is started. Next, the function of the starting point is specified (S1
01). Specifically, the icon to be processed is dropped on the icon of the function serving as the starting point. In response to this, the function of the starting point is registered as a function to be executed (S102).
Next, the function to be executed is executed, and further the function to be executed next is searched (S103, S104). If there is a function to be executed next, step S103
And the operation is repeated (S105). If there is no function to be executed, the operation ends.

【0024】図6は図5のステップS103の動作を詳
細に示すもので、この図において、実行に必要なファイ
ルを準備する(S110)。つぎにこのファイルを二次
記憶装置125にストアする(S111)。こののちこ
のファイルを用いて機能オブジェクトの実行を行う(S
112)。このようにして、機能オブジェクトが実行さ
れる都度、その機能オブジェクトに必要な情報がファイ
ルとして二次記憶装置にストアされ、しかも処理対象毎
に機能オブジェクトの必要情報のファイルがストアされ
る。後に所望の機能オブジェクトを指定して、それを起
点として処理を再開する場合にも、二次記憶装置125
に記憶されているファイルを利用して確実に処理の再開
を行える。
FIG. 6 shows the operation of step S103 of FIG. 5 in detail. In this figure, a file required for execution is prepared (S110). Next, this file is stored in the secondary storage device 125 (S111). After that, the functional object is executed using this file (S
112). In this way, each time the functional object is executed, the information necessary for the functional object is stored as a file in the secondary storage device, and the file of the necessary information of the functional object is stored for each processing target. Even when a desired functional object is designated later and the processing is restarted from that point, the secondary storage device 125
It is possible to reliably restart the process by using the file stored in.

【0025】図7は図5のステップ104の動作を詳細
に示すもので、この図において、すべてのアイコンにつ
いて、当該アイコンの左辺または上辺に、現在実行中の
(あるいは実行が終了したばかりの)機能のアイコンが
接しているかどうかをチェックする(S120、S12
1、S122)。接しているアイコンがあるときにはそ
のアイコンに対応する機能を返す(S123)。そして
図5のステップS103においてその機能が実行され
る。他方、接しているアイコンがないときには動作を終
了する(S124)。
FIG. 7 shows the operation of step 104 in FIG. 5 in detail. In this figure, for all icons, the left side or the top side of the icon is currently being executed (or has just been executed). It is checked whether the function icons are in contact (S120, S12).
1, S122). When there is an icon in contact, the function corresponding to the icon is returned (S123). Then, the function is executed in step S103 of FIG. On the other hand, when there is no icon in contact, the operation ends (S124).

【0026】図8はこの実施例の基本的なプログラミン
グ態様を示すもので、この図では、複数のたとえば3つ
の機能アイコンを接触状態で横に並べ、当該複数の機能
を組み合わせ、プログラミングを行っている。この場合
に、一番左の機能アイコンにデータファイルのアイコン
をドラッグ・アンド・ドロップ処理すると(A)、まず
一番左の機能アイコンの機能がデータファイルに対して
実行され、その出力を2番目の機能アイコンの機能に渡
し(B〜C)、当該2番目の機能アイコンの機能がその
出力に対して実行され、その出力が最後の機能アイコン
の機能に渡される(C〜D)。この最後の機能アイコン
の機能が当該出力に対して実行されると最終的なデータ
が得られる(D)。最終的なデータが得られたときには
結果を代表するボックスが表示され(E)、このボック
スをクリック処理することにより、最終的なデータが表
示される。
FIG. 8 shows a basic programming mode of this embodiment. In this figure, a plurality of, for example, three function icons are arranged side by side in a contact state, and the plurality of functions are combined to perform programming. There is. In this case, if you drag and drop the data file icon to the leftmost function icon (A), first the function of the leftmost function icon is executed for the data file, and the output is the second. To the function of the second function icon, the function of the second function icon is executed for the output, and the output is passed to the function of the last function icon (C to D). When the function of this last function icon is executed for the output, the final data is obtained (D). When the final data is obtained, a box representing the result is displayed (E), and the final data is displayed by clicking this box.

【0027】図8の例では、アイコンの並びを右から左
としたが、上から下としても同様に処理の流れを制御で
きる。また右から左の並びと上から下への並びとを併せ
て用いてもよい。
In the example of FIG. 8, the icons are arranged from right to left, but the processing flow can be similarly controlled from top to bottom. The right-to-left arrangement and the top-to-bottom arrangement may be used together.

【0028】図9は、処理の途中でエラーが発生して処
理が中断された場合を示す。この例では、1番目、2番
目の機能オブジェクトの実行が成功していき(A、B、
C)、その後、3番目の機能オブジェクトでエラーが発
生し、対応する機能アイコンにエラーボックスが表示さ
れている(D)。エラーボックスを開くとエラーの内容
が表示されるようになっている。
FIG. 9 shows a case where an error occurs during the processing and the processing is interrupted. In this example, execution of the first and second functional objects succeeds (A, B,
C), then an error occurs in the third function object, and an error box is displayed on the corresponding function icon (D). When the error box is opened, the details of the error are displayed.

【0029】この場合、例えば、3番目の機能オブジェ
クトを別のものと置き換え、再度処理を行うとすると、
ユーザは新たな3番目の機能オブジェクトから再開すれ
ばよい。再開は、マウス装置によるクリック操作や、メ
ニューへの操作等により指定することができる。再開さ
れると、二次記憶装置125の対応するファイルを読み
出して3番目の機能オブジェクトの実行を行う。
In this case, for example, if the third functional object is replaced with another object and the processing is performed again,
The user may restart from the new third functional object. Resume can be designated by a click operation with a mouse device or an operation on a menu. When restarted, the corresponding file in the secondary storage device 125 is read and the third functional object is executed.

【0030】図10および図11は、停電などで突発的
な中断が起こった場合の処理を示している。この場合、
以下のように動作する。 ステップS130:電源オンを検出する。 ステップS131:システムを初期化する。 ステップS132:二次記憶装置125を参照してファ
イルを確認する。 ステップS133:中断している処理があるかどうかを
判別する。 ステップS134:二次記憶装置125から中断してい
る処理のファイルを読み出す。 ステップS134:無条件で実行してよいかチェックす
る。無条件に実行するかどうかは事前にユーザが設定す
ることができる。無条件実行してよい場合にはに進
む。そうでない場合にはに進む。 ステップS135:の後ステップS135に進む。ス
テップS135においては、機能オブジェクト群記憶部
124をアクセスし、中断した処理を行っていた機能オ
ブジェクト群を捜す。 ステップS136:処理を再開する機能オブジェクトが
存在するかチェックする。存在する場合には、その機能
オブジェクトに入力情報を与えて起動処理を行う。存在
しない場合には、に進む。 ステップS138:の後ステップS138に進む。ス
テップS138では、中断している処理が残っているか
どうかをチェックする。残っている場合にはステップS
134に戻る。残っていない場合には処理が終了する
(S139)。 ステップS140:の後ステップS140に進む。ス
テップS140では、再開の確認をユーザに対して行
う。 ステップS141:ユーザの指示が再開実行の場合には
ステップS135に進み、ユーザの指示が再開の不実行
であるときにはに進む。
10 and 11 show the processing when a sudden interruption occurs due to a power failure or the like. in this case,
It works as follows. Step S130: Detecting power-on. Step S131: Initialize the system. Step S132: The file is confirmed by referring to the secondary storage device 125. Step S133: It is determined whether or not there is a suspended process. Step S134: The file of the interrupted process is read from the secondary storage device 125. Step S134: It is checked whether the processing can be executed unconditionally. Whether to execute unconditionally can be set in advance by the user. If unconditional execution is allowed, proceed to. If not, proceed to. After step S135: the process proceeds to step S135. In step S135, the functional object group storage unit 124 is accessed to search for the functional object group that was performing the interrupted process. Step S136: It is checked whether or not there is a functional object for restarting the processing. If it exists, input information is given to the functional object and the activation process is performed. If it does not exist, proceed to. After step S138: the process proceeds to step S138. In step S138, it is checked whether or not the suspended processing remains. Step S if remaining
Return to 134. If not, the process ends (S139). After step S140: the process proceeds to step S140. In step S140, the user is confirmed to restart. Step S141: If the user's instruction is to execute restart, the process proceeds to step S135, and if the user's command is not to restart, the process proceeds to.

【0031】以上説明したように、この実施例では、処
理が中断した場合にも、ユーザは最初から実行する必要
がなく、所望の起点の機能オブジェクトから処理を再開
することができる。また、複数の処理が中断している場
合にも、所望の処理だけを所望の経過時点から再開させ
ることができる。また再開するかどうかもユーザが任意
に決定できる。
As described above, in this embodiment, even if the processing is interrupted, the user does not have to execute the processing from the beginning, and the processing can be restarted from the functional object of the desired starting point. Further, even when a plurality of processes are suspended, only the desired process can be restarted from a desired elapsed time point. The user can also arbitrarily decide whether or not to restart.

【0032】なお、この発明は上述の実施例に限定され
るものではなく、その趣旨を逸脱しない範囲で種々変更
が可能である。例えば、従来の線分の結線により処理の
流れを制御する場合にもこの発明を適用することができ
る。
The present invention is not limited to the above-mentioned embodiments, and various modifications can be made without departing from the spirit of the invention. For example, the present invention can be applied to the case where the flow of processing is controlled by connecting conventional line segments.

【0033】[0033]

【発明の効果】以上説明したように、この発明によれ
ば、機能オブジェクトの実行の際に、実行に必要な情報
を不揮発性の記憶装置に記憶するようにしているので、
中断等が発生しても、あるいはユーザ自ら処理を中断さ
せる場合でも、その後、所望の経過時点から処理を再開
させることができる。
As described above, according to the present invention, when the functional object is executed, the information necessary for the execution is stored in the non-volatile storage device.
Even if interruption or the like occurs, or even if the user himself or herself interrupts the processing, the processing can be restarted from a desired elapsed time point thereafter.

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

【図1】この発明の第1の実施例が実現される環境を示
すブロック図である。
FIG. 1 is a block diagram showing an environment in which a first embodiment of the present invention is realized.

【図2】第1の実施例で用いられるアイコンを説明する
図である。
FIG. 2 is a diagram illustrating icons used in the first embodiment.

【図3】第1の実施例の構成を全体として示すブロック
図である。
FIG. 3 is a block diagram showing an overall configuration of a first exemplary embodiment.

【図4】第1の実施例の要部を説明する図である。FIG. 4 is a diagram illustrating a main part of the first embodiment.

【図5】第1の実施例のプログラミング態様を説明する
フローチャートである。
FIG. 5 is a flowchart illustrating a programming aspect of the first embodiment.

【図6】図5の要部を詳細に説明するフローチャートで
ある。
FIG. 6 is a flowchart illustrating in detail a main part of FIG.

【図7】図5の要部を詳細に説明するフローチャートで
ある。
FIG. 7 is a flowchart illustrating in detail a main part of FIG.

【図8】上述基本的なプログラミング態様で合成された
機能を実行動作を示す図である。
FIG. 8 is a diagram showing an operation of executing a function combined in the basic programming mode.

【図9】図9の例でエラーが発生した場合を説明する図
である。
FIG. 9 is a diagram illustrating a case where an error occurs in the example of FIG.

【図10】停電等により中断した処理を再開させる動作
を説明するフローチャートである。
FIG. 10 is a flowchart illustrating an operation of resuming processing interrupted by a power failure or the like.

【図11】停電等により中断した処理を再開させる動作
を説明するフローチャートである。
FIG. 11 is a flowchart illustrating an operation of restarting a process interrupted by a power failure or the like.

【符号の説明】 100 プログラミング支援装置 121 対話管理部 122 アイコン配置情報記憶部 123 実行制御部 124 オブジェクト群記憶部 125 二次記憶装置[Explanation of Codes] 100 Programming Support Device 121 Dialog Management Unit 122 Icon Placement Information Storage Unit 123 Execution Control Unit 124 Object Group Storage Unit 125 Secondary Storage Device

───────────────────────────────────────────────────── フロントページの続き (72)発明者 石川 泰志 神奈川県川崎市高津区坂戸3丁目2番1号 KSP R&D ビジネスパークビル 富士ゼロックス株式会社内 ─────────────────────────────────────────────────── ─── Continued Front Page (72) Inventor Yasushi Ishikawa 3-2-1 Sakado, Takatsu-ku, Kawasaki City, Kanagawa KSP R & D Business Park Building, Fuji Xerox Co., Ltd.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 複数の機能を表示画面領域上にそれぞれ
表示オブジェクトとして表示する表示手段と、 上記表示画面領域を用いた対話的な操作に基づいて上記
複数の機能の実行順番を決定する手段と、 上記実行順番に基づいて上記複数の機能を実行する手段
と、 上記機能の各々を実行する際に、上記機能の各々の実行
に必要な情報を不揮発性の記憶装置に記憶する手段とを
有することを特徴とするプログラミング支援装置。
1. A display means for displaying each of a plurality of functions as a display object on a display screen area, and a means for determining an execution order of the plurality of functions based on an interactive operation using the display screen area. A means for executing the plurality of functions based on the execution order, and a means for storing information necessary for executing each of the functions in a nonvolatile storage device when executing each of the functions. A programming support device characterized in that
【請求項2】 プログラミング支援装置自体の起動時
に、上記複数の機能のうち中断した機能を特定する手段
と、 上記中断した機能の実行に必要な情報を上記不揮発性の
記憶装置から読み出す手段と、 読み出した情報を用いて、上記中断した機能を実行する
手段とを有する請求項1記載のプログラミング支援装
置。
2. A means for identifying a suspended function of the plurality of functions when the programming support device itself is activated, and a means for reading out information necessary for executing the suspended function from the non-volatile storage device. 2. The programming support device according to claim 1, further comprising means for executing the interrupted function by using the read information.
【請求項3】 上記複数の機能が実行されていくとき
に、上記表示画面領域を用いた対話的な操作に基づいて
上記複数の機能のうち所定の機能を指定し、上記所定の
機能以降の機能が実行されないようにする手段とを有す
る請求項2記載のプログラミング支援装置。
3. When the plurality of functions are executed, a predetermined function of the plurality of functions is designated based on an interactive operation using the display screen area, 3. The programming support device according to claim 2, further comprising means for preventing the function from being executed.
【請求項4】 上記複数の機能の実行順番を決定する手
段は、 所定の1または複数の方向に沿って直接にまたは所定の
距離以下のスペースを介して隣接する複数の表示オブジ
ェクトを認識し、上記複数の表示オブジェクトの上記1
または複数の方向に沿う並び順番を判別する判別手段
と、 上記並び順番に基づいて上記複数の機能の実行の順番を
決定する手段とを有する請求項1、2または3記載のプ
ログラミング支援装置。
4. The means for determining the execution order of the plurality of functions recognizes a plurality of display objects that are adjacent to each other directly along a predetermined one or a plurality of directions or through a space of a predetermined distance or less, The one of the plurality of display objects
4. The programming support device according to claim 1, 2 or 3, further comprising: a discriminating means for discriminating an arrangement order along a plurality of directions, and a means for determining an execution order of the plurality of functions based on the arrangement order.
【請求項5】 上記所定の1または複数の方向に沿って
直接にまたは所定の距離以下のスペースを介して隣接す
る複数の表示オブジェクトに対応する機能が順次実行さ
れるときに、未実行の隣接する2つの表示オブジェクト
のスペースを上記所定の距離を超えるものとし、上記複
数の機能の一連の実行を中断させる請求項4記載のプロ
グラミング支援装置。
5. An unexecuted adjacency when a function corresponding to a plurality of display objects adjacent to each other is sequentially executed along the predetermined one or more directions or through a space of a predetermined distance or less. The programming support device according to claim 4, wherein a space between the two display objects to be operated exceeds the predetermined distance, and a series of executions of the plurality of functions are interrupted.
【請求項6】 複数の機能を表示画面領域上にそれぞれ
表示オブジェクトとして表示するステップと、 上記表示画面領域を用いた対話的な操作に基づいて上記
複数の機能の実行順番を決定するステップと、 上記実行順番に基づいて上記複数の機能を実行するステ
ップと、 上記機能の各々を実行する際に、上記機能の各々の実行
に必要な情報を不揮発性の記憶装置に記憶するステップ
とを有することを特徴とするプログラミング支援方法。
6. A step of displaying each of a plurality of functions as a display object on a display screen area, and a step of determining an execution order of the plurality of functions based on an interactive operation using the display screen area, Having a step of executing the plurality of functions based on the execution order, and a step of storing information necessary for executing each of the functions in a non-volatile storage device when executing each of the functions. Programming support method characterized by.
【請求項7】 複数の機能を表示画面領域上にそれぞれ
表示オブジェクトとして表示するステップと、 上記表示画面領域を用いた対話的な操作に基づいて上記
複数の機能の実行順番を決定するステップと、 上記実行順番に基づいて上記複数の機能を実行するステ
ップと、 上記機能の各々を実行する際に、上記機能の各々の実行
に必要な情報を不揮発性の記憶装置に記憶するステップ
とをコンピュータに実行させるのに用いることを特徴と
するプログラミング支援用プログラム製品。
7. A step of displaying each of a plurality of functions as a display object on a display screen area, and a step of determining an execution order of the plurality of functions based on an interactive operation using the display screen area, A step of executing the plurality of functions based on the execution order, and a step of storing information necessary for executing each of the functions in a nonvolatile storage device when executing each of the functions A programming support program product characterized by being used for execution.
【請求項8】 複数の機能を表示画面領域上にそれぞれ
表示オブジェクトとして表示する表示手段と、 上記表示画面領域を用いた対話的な操作に基づいて上記
複数の機能の実行順番を決定する手段と、 上記実行順番に基づいて上記複数の機能を実行する手段
と、 上記機能の各々を実行する際に、上記機能の各々の実行
に必要な情報を不揮発性の記憶装置に記憶する手段とを
有することを特徴とする情報処理装置。
8. A display means for displaying each of a plurality of functions as a display object on a display screen area, and a means for determining an execution order of the plurality of functions based on an interactive operation using the display screen area. A means for executing the plurality of functions based on the execution order, and a means for storing information necessary for executing each of the functions in a nonvolatile storage device when executing each of the functions. An information processing device characterized by the above.
JP8032247A 1996-02-20 1996-02-20 Device and method for supporting programming Pending JPH09223003A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8032247A JPH09223003A (en) 1996-02-20 1996-02-20 Device and method for supporting programming

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8032247A JPH09223003A (en) 1996-02-20 1996-02-20 Device and method for supporting programming

Publications (1)

Publication Number Publication Date
JPH09223003A true JPH09223003A (en) 1997-08-26

Family

ID=12353688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8032247A Pending JPH09223003A (en) 1996-02-20 1996-02-20 Device and method for supporting programming

Country Status (1)

Country Link
JP (1) JPH09223003A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11212400B2 (en) 2017-10-25 2021-12-28 Fujifilm Business Innovation Corp. Information processing apparatus and non-transitory computer readable medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11212400B2 (en) 2017-10-25 2021-12-28 Fujifilm Business Innovation Corp. Information processing apparatus and non-transitory computer readable medium

Similar Documents

Publication Publication Date Title
US5644739A (en) Method and system for adding buttons to a toolbar
EP0368779B1 (en) Method for concurrent data entry and manipulation in multiple applications
JP3007788B2 (en) console
US20030081002A1 (en) Method and system for chaining and extending wizards
JP2000242386A (en) Method and medium for transferring item between display windows
JPH02133819A (en) Menu display method and data processor
JPH10500510A (en) A computer system that automatically generates an instance of a task specified by the user
JP6006399B2 (en) Programmable display, its program
JPH01172997A (en) Graphic customization of memu display
JPH09231061A (en) Device and method for supporting programming
JP3646390B2 (en) Programming support apparatus and method
JPH09223003A (en) Device and method for supporting programming
JPH0816669A (en) Information processor provided with slip editing function
JPH07141137A (en) Method for selecting menu
JPH06309133A (en) Control method for operating system
JPH08101766A (en) Method and device for operation of computer
JPH0619921A (en) Working process managing device
JPH01199212A (en) Control system for operating procedure of interactive display device
JP2982052B2 (en) Programming support apparatus and method
JP2911667B2 (en) Programming device for programmable controller
JPH09223002A (en) Device and method for supporting programming
JP2559472B2 (en) Related software automatic selection system
JPS62200421A (en) Menu selecting system by graphic
JPH09160704A (en) Command supplement device
JPH04127309A (en) Command display selecting device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040824

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050104