JPH06175709A - Programming device - Google Patents

Programming device

Info

Publication number
JPH06175709A
JPH06175709A JP35082092A JP35082092A JPH06175709A JP H06175709 A JPH06175709 A JP H06175709A JP 35082092 A JP35082092 A JP 35082092A JP 35082092 A JP35082092 A JP 35082092A JP H06175709 A JPH06175709 A JP H06175709A
Authority
JP
Japan
Prior art keywords
data
block diagram
control block
input
operation input
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
JP35082092A
Other languages
Japanese (ja)
Inventor
Shigehiko Matsuda
茂彦 松田
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP35082092A priority Critical patent/JPH06175709A/en
Publication of JPH06175709A publication Critical patent/JPH06175709A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To simplify an input operation and to improve the programming efficiency by facilitating the conversion of the input operation into an operational instruction. CONSTITUTION:The control block diagram shown at a display part 33 is scanned by an operation input part 31, and the operation input information is converted into an operational instruction by an operation input/operational instruction converting part 34. Meanwhile, plural data are arrayed and used for input/output of the control block diagram. An operation block included in the control block diagram gives instructions to carry out the same operation to plural data of the same type, to separate some data from the arrayed one to calculate them, or to execute the mutual operations among the arrayed data. Therefore, an large quantity of similar processings can be easily programmed.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は計算機のプログラムを
作成するプログラミング装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programming device for creating a computer program.

【0002】[0002]

【従来の技術】図13は例えば特許出願公告昭64−8
361号に示された従来のプログラミング装置の表示部
に表示される論理回路図である。また図15は図13の
表示部を作成する為に用いるキー入力部のキー配列を示
している。また図14はこの従来のプログラミング装置
の構成図であり、図において141はキー入力部、14
2はキー入力記憶部、143は表示部、144はキー入
力・シーケンス命令変換部、145はシーケンス命令記
憶部、146はシーケンス命令・キー入力変換部であ
る。
2. Description of the Related Art FIG. 13 shows, for example, Japanese Patent Application Publication No. Sho 64-8.
It is a logic circuit diagram displayed on the display part of the conventional programming apparatus shown by No. 361. Further, FIG. 15 shows a key layout of the key input unit used to create the display unit of FIG. FIG. 14 is a block diagram of this conventional programming device, in which 141 is a key input unit, and 14 is a key input unit.
Reference numeral 2 is a key input storage unit, 143 is a display unit, 144 is a key input / sequence command conversion unit, 145 is a sequence command storage unit, and 146 is a sequence command / key input conversion unit.

【0003】次に動作について説明する。図15に示す
ようなキーにより作成される論理回路図は図13に示す
ように入力部,分岐部,論理演算部,出口部にわかれ
る。ここで論理演算部は図16に示すように論理積(A
ND),論理和(OR),否定(NOT)等の機能があ
る。これらの機能に対する論理回路図は図14のキー入
力記憶部142に格納され図16の論理回路図と機能の
関係を示す命令変換規則に基づきキー入力・シーケンス
命令変換部144によりシーケンス命令記憶部145に
格納される。この時演算の処理順序は図17に示すよう
に「入力,分岐,論理,分岐,論理,・・・,分岐,論
理,分岐,出出」の処理が自動的に決定されている。
Next, the operation will be described. A logic circuit diagram created by the keys shown in FIG. 15 is divided into an input section, a branch section, a logical operation section, and an exit section as shown in FIG. Here, as shown in FIG. 16, the logical operation unit calculates the logical product (A
It has functions such as ND), logical sum (OR), and negation (NOT). The logic circuit diagrams for these functions are stored in the key input storage unit 142 of FIG. 14, and the key input / sequence command conversion unit 144 causes the sequence command storage unit 145 to operate based on the command conversion rules showing the relationship between the logic circuit diagram of FIG. 16 and the functions. Stored in. At this time, the processing sequence of the operations is automatically determined as shown in FIG. 17, such as "input, branch, logic, branch, logic, ..., Branch, logic, branch, output".

【0004】[0004]

【発明が解決しようする課題】従来のプログラミング装
置は以上のように構成されているので、入力/出力が1
つのデジタル信号情報や1つのアナログ信号情報であ
り、演算処理も1つのあるいは1つずつの入力に対して
1つを指定しなくてはならず、入力操作としては同じも
のを連続して指定できないし、また複数種類の信号情報
を一括して入力とし内部で複数個の演算や複雑な演算を
指定できない等の問題点があった。
Since the conventional programming device is configured as described above, the input / output is 1
It is one digital signal information or one analog signal information, and the arithmetic processing must also specify one for each input or one input, and the same input operation cannot be specified continuously. However, there is a problem in that a plurality of types of signal information are collectively input and a plurality of calculations or complicated calculations cannot be specified internally.

【0005】この発明は上記のような課題を解決するた
めになされたものであり、複数個の演算や複雑な演算を
指定でき、入力操作から演算命令への変換を容易にし、
これにより入力操作を簡単にし、プログラミング効率の
向上を図れるプログラミング装置を提供することを目的
とする。
The present invention has been made in order to solve the above problems, and it is possible to specify a plurality of operations or complicated operations and facilitate conversion of input operations into operation instructions.
It is therefore an object of the present invention to provide a programming device that simplifies input operations and improves programming efficiency.

【0006】[0006]

【課題を解決するための手段】請求項1の発明のプログ
ラミング装置は、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部31と、この操作入力部31より
入力された操作入力情報に対応する制御ブロック図B1
などを表示する表示部33と、上記表示された制御ブロ
ック図B1を操作入力部31で走査することにより操作
入力情報を演算命令に変換する変換部34とを備えたも
のである。
According to another aspect of the present invention, there is provided an operation input unit 31 capable of inputting an instruction to execute a plurality of operations on arrayed data in which a plurality of data are arrayed. And a control block diagram B1 corresponding to the operation input information input from the operation input unit 31.
And the like, and a conversion unit 34 for converting the operation input information into an operation command by scanning the displayed control block diagram B1 with the operation input unit 31.

【0007】請求項2の発明のプログラミング装置は、
配列化データを予め定義された演算ブロック14,15
における入力/出力として用いるものである。
According to another aspect of the programming device of the present invention,
Pre-defined operation blocks 14 and 15 for arrayed data
Used as input / output in.

【0008】請求項3の発明のプログラミング装置は、
複数の同種データに対し同一演算を指示して行なう演算
ブロック71を制御ブロック図B3に設けるようにする
ものである。
According to another aspect of the programming apparatus of the present invention,
The control block diagram B3 is provided with a calculation block 71 for instructing the same calculation for a plurality of similar data.

【0009】請求項4の発明のプログラミング装置は、
配列化された同種データに対し同一演算を指示して行な
う演算ブロック91を制御ブロック図B4に設けるよう
にするものである。
According to another aspect of the programming apparatus of the present invention,
The control block diagram B4 is provided with a calculation block 91 for instructing the same calculation for arrayed same-type data.

【0010】請求項5の発明のプログラミング装置は、
配列化されたデータから一部のデータのみを分離して演
算させる演算ブロック101を制御ブロック図B5に設
けるようにするものである。
According to another aspect of the programming apparatus of the present invention,
A control block diagram B5 is provided with a calculation block 101 for separating and calculating only a part of data from the arrayed data.

【0011】請求項6の発明のプログラミング装置は、
複数組の配列データに対し同一演算を指示して行なう演
算ブロック111を制御ブロック図B6に設けるように
するものである。
According to another aspect of the programming apparatus of the present invention,
The control block diagram B6 is provided with a calculation block 111 for instructing the same calculation for a plurality of sets of array data.

【0012】請求項7の発明のプログラミング装置は、
配列化されたデータ同志の演算を指示して行なう演算ブ
ロック121を制御ブロック図B7に設けるようにする
ものである。
A programming device according to a seventh aspect of the present invention is
A control block diagram B7 is provided with a calculation block 121 for instructing the calculation of arrayed data.

【0013】[0013]

【作用】請求項1の発明においては、配列化データに対
して複数の演算を実行する入力指示を操作入力部31に
より行なうと、その操作入力情報に対応した制御ブロッ
ク図B1が表示部33に表示される。この表示された制
御ブロック図B1は操作入力部31により走査され、変
換部34にて演算命令に変換される。
According to the first aspect of the present invention, when the operation input section 31 issues an input instruction for executing a plurality of operations on the arrayed data, the control block diagram B1 corresponding to the operation input information is displayed on the display section 33. Is displayed. The displayed control block diagram B1 is scanned by the operation input unit 31 and converted into an operation command by the conversion unit 34.

【0014】請求項2の発明においては、配列化データ
は予め定義された演算ブロック14,15での入力/出
力として用いられる。
According to the second aspect of the present invention, the arrayed data is used as an input / output in the predefined operation blocks 14 and 15.

【0015】請求項3の発明においては、制御ブロック
図B3内には複数の同種データに対し同一演算を指示し
て行なう演算ブロック71が設けられる。
In the third aspect of the present invention, the control block diagram B3 is provided with an operation block 71 for instructing the same operation on a plurality of data of the same type.

【0016】請求項4の発明においては、制御ブロック
図B4内には配列化された同種データに対し同一演算を
指示して行なう演算ブロック91が設けられる。
According to the fourth aspect of the invention, in the control block diagram B4, there is provided an operation block 91 for instructing the same operation on the arranged similar data.

【0017】請求項6の発明においては、制御ブロック
図B5内には配列化されたデータから一部のデータのみ
を分離して演算させる演算ブロック101が設けられ
る。
In the sixth aspect of the present invention, the control block diagram B5 is provided with an operation block 101 for separating and operating only a part of the data from the arrayed data.

【0018】請求項7の発明においては、制御ブロック
図B7内には配列化されたデータ同志の演算を指示して
行なう演算ブロック121が設けられる。
In the seventh aspect of the present invention, the control block diagram B7 is provided with an operation block 121 for instructing the operation of arrayed data.

【0019】[0019]

【実施例】【Example】

実施例1(請求項1対応). 図3はこの発明の実施例1によるプログラミング装置の
構成を示すブロック図である。図3において、31は複
数のデータを配列化した配列化データに対して複数の演
算を実行することを入力指示することもできる操作入力
部、33は操作入力部31より入力された操作入力情報
に対応する制御ブロック図などを表示する表示部、32
は操作入力部31からの操作入力情報を記憶する操作入
力記憶部、34は表示部33に表示された制御ブロック
図を操作入力部31で走査することにより操作入力情報
を演算命令に変換する操作入力・演算命令変換部、35
は操作入力・演算命令変換部34で変換した演算命令を
記憶する演算命令記憶部である。なお、操作入力部31
としてはキーボードやマウスなどで実現される。
Example 1 (corresponding to claim 1). FIG. 3 is a block diagram showing the configuration of the programming device according to the first embodiment of the present invention. In FIG. 3, reference numeral 31 is an operation input unit that can also input an instruction to execute a plurality of operations on arrayed data in which a plurality of data is arranged, and 33 is operation input information input from the operation input unit 31. 32, which displays a control block diagram or the like corresponding to
Is an operation input storage unit for storing the operation input information from the operation input unit 31, and 34 is an operation for converting the operation input information into a calculation command by scanning the control block diagram displayed on the display unit 33 with the operation input unit 31. Input / arithmetic instruction conversion unit, 35
Is an operation command storage unit that stores the operation commands converted by the operation input / operation command conversion unit 34. The operation input unit 31
Is realized with a keyboard and mouse.

【0020】図1はこの実施例1における表示画面の例
を示す図である。図1において、B1は上記表示部33
の画面に表示した制御ブロック図である。この制御ブロ
ック図B1は入力部11と論理演算部12と出力部13
から成る。入力部11は複数のデータ(IW0001,
IW0002,IW0003,IW0004,IW00
05,IW0006等)を入力することを示す。論理演
算部12は入力部11からの配列化データを論理演算す
る演算ブロック14,15を有している。この演算ブロ
ック14は、加算及び乗算の演算を入力データに対して
行うことがマクロ定義化されている。出力部13は演算
ブロック14,15で演算された結果のデータ(MW0
001,MW0002等)を出力することを示す。
FIG. 1 is a diagram showing an example of a display screen in the first embodiment. In FIG. 1, B1 is the display unit 33.
3 is a control block diagram displayed on the screen of FIG. This control block diagram B1 includes an input unit 11, a logical operation unit 12, and an output unit 13.
Consists of. The input unit 11 uses a plurality of data (IW0001,
IW0002, IW0003, IW0004, IW00
05, IW0006, etc.) is input. The logical operation unit 12 has operation blocks 14 and 15 that logically operate the arrayed data from the input unit 11. The operation block 14 is macro-defined to perform addition and multiplication operations on input data. The output unit 13 outputs data (MW0) obtained as a result of calculation in the calculation blocks 14 and 15.
001, MW0002, etc.) is output.

【0021】図2は上記制御ブロック図B1内の論理演
算部12の演算ブロック14,15等で用いられる演算
の記号を説明するための図で、論理積,論理和,否定,
加算,乗算,信号切替を示す記号が各々示されている。
FIG. 2 is a diagram for explaining symbols of operations used in the operation blocks 14 and 15 of the logical operation unit 12 in the control block diagram B1 and includes logical product, logical sum, negation,
Symbols indicating addition, multiplication, and signal switching are respectively shown.

【0022】図4はこの実施例1において入力操作から
演算命令に変換する処理方法を説明するための図であ
る。以下図4,図1,図3を参照してこの実施例1の動
作について説明する。
FIG. 4 is a diagram for explaining a processing method for converting an input operation into a calculation instruction in the first embodiment. The operation of the first embodiment will be described below with reference to FIGS.

【0023】本実施例1は通常の制御演算のマクロ定義
とその利用である。操作入力・演算命令変換部34での
演算命令への変換は、従来例で説明した図17の演算順
序と同じく基本的に図4に示すように上から下へ右から
左へと進めてゆく。まず、表示部33の画面に表示され
た制御ブロック図B1中の入力部11を操作入力部31
で縦に上から下に走査し入力処理に変換する。次に破線
で囲まれた演算ブロック14を認識し更に演算ブロック
14内に演算処理が記述されているかどうかを判定す
る。記述されてある場合はマクロ定義と判断し図示され
ていないマクロ処理方法記憶部へ演算内容を記憶する。
更にその演算内容を演算命令に展開(変換)し次の走査
を行う。次の走査でも破線で囲まれた演算ブロック15
を認識するが内部に演算処理の記述が無い為、マクロ利
用と認識しマクロ番号(M01)に相当するマクロ定義
をマクロ処理方法記憶部から探し演算命令に展開(変
換)する。最後は出力部13の処理をやはり上から下へ
展開してゆく。
The first embodiment is a macro definition of a normal control operation and its use. Conversion into operation instructions in the operation input / operation instruction conversion unit 34 basically proceeds from top to bottom and from right to left as shown in FIG. 4 similarly to the operation order of FIG. 17 described in the conventional example. . First, the input unit 11 in the control block diagram B1 displayed on the screen of the display unit 33 is replaced with the operation input unit 31.
Scan vertically from top to bottom and convert to input processing. Next, the operation block 14 surrounded by a broken line is recognized, and it is further determined whether or not operation processing is described in the operation block 14. If it is described, it is determined to be a macro definition, and the calculation content is stored in a macro processing method storage unit (not shown).
Further, the contents of the calculation are expanded (converted) into a calculation instruction and the next scanning is performed. Also in the next scan, the calculation block 15 surrounded by a broken line
However, since there is no description of the arithmetic processing inside, it is recognized that the macro is used, and the macro definition corresponding to the macro number (M01) is searched from the macro processing method storage unit and expanded (converted) into the arithmetic instruction. Finally, the processing of the output unit 13 is also expanded from top to bottom.

【0024】図5は図4の処理をフローチャートで示し
たものである。図5において、ステップ51では入力部
11を走査し入力処理に変換する。ステップ52では通
常の演算を示す操作入力であるかマクロ定義を示す操作
入力であるかを判定する。ステップ53では演算ブロッ
クがマクロ定義であるかマクロ利用であるかを判定す
る。ステップ54ではマクロ定義に対する処理を行い、
演算ブロック内の演算内容をマクロ処理方法記憶部へ記
憶する。ステップ55ではステップ54の演算内容を演
算命令に変換し演算命令記憶部35へ格納する。ステッ
プ56ではマクロの利用である時に既に格納されたマク
ロ定義の演算内容をマクロ処理方法記憶部から探索す
る。ステップ57ではステップ56で探した演算内容を
演算命令に変換し演算命令記憶部35へ格納する。ステ
ップ58では通常の演算を示す操作入力情報を演算命令
に変換する。ステップ59では論理演算部12に対する
処理が終了したかどうかを判定する。ステップ60では
出力部13を走査し出力処理に変換する。
FIG. 5 is a flowchart showing the process of FIG. In FIG. 5, in step 51, the input unit 11 is scanned and converted into input processing. In step 52, it is determined whether the operation input indicates a normal operation or the macro definition. In step 53, it is determined whether the operation block is a macro definition or a macro use. In step 54, the macro definition is processed,
The contents of calculation in the calculation block are stored in the macro processing method storage unit. In step 55, the operation contents of step 54 are converted into operation instructions and stored in the operation instruction storage section 35. In step 56, the macro processing method storage unit is searched for the operation contents of the macro definition already stored when the macro is used. In step 57, the operation contents found in step 56 are converted into operation instructions and stored in the operation instruction storage section 35. In step 58, the operation input information indicating a normal operation is converted into an operation command. In step 59, it is determined whether or not the processing for the logical operation unit 12 is completed. In step 60, the output unit 13 is scanned and converted into output processing.

【0025】実施例2(請求項2対応). なお上記実施例1では入力と出力のデータとして単一の
アナログ値を用いたが、複数のデータを配列化した配列
化データを予め定義された演算ブロックにおける入力/
出力として用いた実施例2を説明する。図6は配列化デ
ータを用いて入出力を表現した制御ブロック図B2を示
すものである。この表現方法では配列化データはあらか
じめ決められた構造を有しており、演算ブロック内の演
算は配列化データの何番目のデータを入力とし何番目の
データに出力するかを表現する必要がある。図6中の6
1は配列化データに対するマクロ定義を表わしている演
算ブロックである。マクロ定義は演算ブロック61内の
左側で入力として使用するデータが配列の何番目(図中
では1,2,3,6,7)かを記述し、右側で出力とし
て使用するデータが配列の何番目(図中では6)かを記
述している。
Embodiment 2 (corresponding to claim 2). Although a single analog value is used as the input and output data in the first embodiment, arrayed data obtained by arraying a plurality of data is input / output in a pre-defined operation block.
Example 2 used as an output will be described. FIG. 6 is a control block diagram B2 in which input / output is expressed using arrayed data. In this expression method, the arrayed data has a predetermined structure, and it is necessary for the operation in the operation block to express which number of data of the arrayed data is input and which is output. . 6 in FIG.
Reference numeral 1 is an operation block representing a macro definition for arrayed data. The macro definition describes on the left side in the operation block 61 which data in the array is used as input (1, 2, 3, 6, 7 in the figure), and the data used as output on the right side is what the array is. The first (6 in the figure) is described.

【0026】本実施例2では配列化データを入出力とし
て用いる為、図6のマクロ利用表現のように、定義に要
する表示面積よりかなり小さいエリアでの表現が可能と
なり、一表示画面での集積度が高くなるという効果があ
る。また、単一の値を個々に用いる場合のケアレスなミ
スを配列を用いることでかなり少なくできる。演算ブロ
ック(マクロ定義)内の演算数が増えた場合、上記効果
は大きくなる。
In the second embodiment, since the arrayed data is used as the input and output, it is possible to express in an area considerably smaller than the display area required for definition, as in the macro use expression in FIG. This has the effect of increasing the degree. Also, careless mistakes when using single values individually can be significantly reduced by using arrays. When the number of operations in the operation block (macro definition) increases, the above effect becomes greater.

【0027】実施例3(請求項3対応). 以上の実施例1,実施例2では複数入力に対する複数演
算命令を“マクロ”という形で示したが、実施例3とし
て例えば同種の入力データに対して個々に同一演算を実
施させても良い。この実施例3は、複数の同種データに
対し同一演算を指示して行なう演算ブロックを制御ブロ
ック図に設けるようにしている。図7はこの実施例3の
制御ブロック図B3を示す表示画面例図である。図7に
おいて一点鎖線で囲む演算ブロック71が各入力データ
に対しての共通処理をすることを示している。この例で
は、演算ブロック71は、入力データI0001に対し
否定論理の演算を行い出力データM0001に格納する
という処理、入力データI0002に対し否定論理の演
算を行い出力データM0002に格納するという処理、
以下同様な処理を1つの否定の演算命令でいくつもの入
力/出力データに対して作用させることができる。
Embodiment 3 (corresponding to claim 3). In the first and second embodiments described above, a plurality of operation instructions for a plurality of inputs are shown in the form of "macro", but as the third embodiment, for example, the same operation may be individually performed on the same type of input data. In the third embodiment, the control block diagram is provided with an operation block for instructing the same operation for a plurality of same-type data. FIG. 7 is an example display screen showing a control block diagram B3 of the third embodiment. FIG. 7 shows that the arithmetic block 71 surrounded by the one-dot chain line performs common processing for each input data. In this example, the operation block 71 performs a negative logic operation on the input data I0001 and stores it in the output data M0001, and a negative logic operation on the input data I0002 and stores it in the output data M0002.
The same processing can be applied to a large number of input / output data with a single negative operation instruction.

【0028】次に図8のフローチャートを参照してこの
実施例3の動作について説明する。ステップ81では入
力部11(図7参照)を走査し入力処理に変換する。ス
テップ82では論理演算部12の演算ブロック71を走
査して認識し演算要素が共通処理であるかどうかを判定
する。共通処理である時、ステップ83で共通処理内演
算の入力要素数aを得、ステップ84で同じく出力要素
数bを得る。ステップ85では共通処理に入る入力数c
と上記入力要素数aより変換回数c/a、あるいは共通
処理に入る出力数dと上記出力要素数bより変換回数d
/bを求める。ステップ86では上記求めた変換回数
分、入力,出力に対しての演算命令への変換を繰り返
す。ステップ87では共通処理以外の入力に対しての演
算命令への変換を行う。ステップ88では論理演算部1
2(図7参照)の処理が終了したかどうかを判定する。
ステップ89では出力部13を走査し出力処理に変換す
る。
Next, the operation of the third embodiment will be described with reference to the flowchart of FIG. In step 81, the input section 11 (see FIG. 7) is scanned and converted into input processing. In step 82, the operation block 71 of the logical operation unit 12 is scanned and recognized to determine whether or not the operation element is common processing. In the case of common processing, the number of input elements a of the common processing operation is obtained in step 83, and the number of output elements b is also obtained in step 84. In step 85, the number of inputs c to be entered into the common processing
And the number of conversions c / a based on the number of input elements a, or the number of outputs d that enters common processing and the number of conversions d based on the number of output elements b.
Find / b. In step 86, the conversion to the operation command for the input and the output is repeated by the number of times of conversion calculated above. In step 87, the input other than the common processing is converted into an operation instruction. In step 88, the logical operation unit 1
It is determined whether the process 2 (see FIG. 7) is completed.
In step 89, the output unit 13 is scanned and converted into output processing.

【0029】上記実施例3によれば、複数の同種データ
に対し同一演算を指示する入力操作を行なうことによ
り、同一の演算処理を行なう場合の入力操作を大幅に削
減できるという効果がある。
According to the third embodiment, by performing the input operation for instructing the same operation on a plurality of data of the same type, there is an effect that the input operation when performing the same operation processing can be significantly reduced.

【0030】実施例4(請求項4対応). 実施例3では個々の単一データに対し共通した処理を行
う場合の例を示したが、実施例4として図9は配列化デ
ータの要素全てに対し共通処理(例えば2で割る処理)
を行わせる場合の表示画面例を示している。この実施例
4は、配列化された同種データに対し同一演算を指示し
て行なう演算ブロック91を制御ブロック図B4に設け
ている。この場合暗黙に配列を構成するデータは全て同
じ種別例えば全てがワードのアナログデータとかバイト
のデジタルデータである。配列化データに対し演算ブロ
ック91が配列の個々のデータに対する共通演算処理
(除算)を行なう。
Embodiment 4 (corresponding to claim 4). In the third embodiment, an example in which common processing is performed on individual single data has been shown, but as a fourth embodiment, FIG. 9 shows common processing for all elements of arrayed data (for example, processing divided by 2).
The example of a display screen in the case of performing is shown. In the fourth embodiment, the control block diagram B4 is provided with a calculation block 91 for instructing the same calculation on the arranged similar data. In this case, the data implicitly forming the array are all of the same type, for example, analog data of all words or digital data of bytes. The operation block 91 performs common operation processing (division) on each piece of arrayed data.

【0031】このように処理を行わせる事により例えば
全てのプロセス入力のアナログ信号に対し一次遅れのフ
ィルタ処理と平方根処理をするというような共通処理が
一つの表示画面中で処理できるという効果が生まれる。
By carrying out the processing as described above, there is an effect that common processing such as first-order lag filtering processing and square root processing can be carried out on one display screen for analog signals of all process inputs. .

【0032】実施例5(請求項5対応). 以上の実施例1,2,3,4では入力として単一の信号
か、決められた配列化データを用いているが、本実施例
5では単一信号から配列化データを作成したり、配列化
データを単一データに分解したりする方法を説明する。
図10は単一信号を配列化データにする例と配列データ
の一部を単一データに分解して取り出す処理を指定する
例の表示画面である。制御ブロック図B5には演算ブロ
ック101,102が設けられている。この画面中演算
記号「ARY」と「UAY」はそれぞれ配列化処理と配
列解除処理を示している。演算ブロック101は配列化
処理を行ない、演算ブロック102は配列解除処理を行
なう。配列化データは配列の要素の並びを配列化処理
(ARY)で定義され、図示されていない配列定義エリ
アに記憶される。例えば配列MA0001は要素数6で
1番目からバイト,バイト,ワード,バイト,バイト,
バイトの並びであることが配列定義エリアに記憶され
る。演算ブロック102のUAYによる配列解除処理で
は、この図示されていない配列定義エリアの記憶データ
(この例ではMA0002という配列の要素数と並び)
を用い、7番目の要素データを単一信号データに格納す
るという処理を行う。
Embodiment 5 (corresponding to claim 5). In the first, second, third, and fourth embodiments described above, a single signal or predetermined arrayed data is used as an input, but in the fifth embodiment, arrayed data is created from a single signal or arrayed. A method of decomposing the digitized data into a single data is explained.
FIG. 10 is a display screen of an example in which a single signal is converted into arrayed data and an example in which a process of decomposing a part of the arrayed data into single data and specifying the processing is specified. Operation blocks 101 and 102 are provided in the control block diagram B5. The operation symbols "ARY" and "UAY" in this screen indicate the arraying process and the array releasing process, respectively. The operation block 101 performs an array process, and the operation block 102 performs an array release process. The arrayed data defines the array of elements of the array by an arraying process (ARY), and is stored in an array definition area (not shown). For example, the array MA0001 has 6 elements and the first byte, byte, word, byte, byte,
The array of bytes is stored in the array definition area. In the UAY array release processing of the operation block 102, the storage data of the array definition area (not shown) (in this example, the number of elements of the array MA0002 and the array) are arranged.
Is used to store the seventh element data in the single signal data.

【0033】このようにすれば、制御ロジックの生成過
程で発生するマクロ化,配列マクロの作成者レベルの工
夫を吸収し更にプログラミング効率を上げることができ
る新たな効果を生み出す。
By doing so, a new effect can be produced in which the macro conversion and the ingenuity at the creator level of the array macro generated in the process of generating the control logic can be absorbed and the programming efficiency can be further improved.

【0034】実施例6(請求項6対応). 実施例3では入力,出力が単一のデジタル信号である
が、実施例2で説明したような配列であっても良い。実
施例6として図11は配列化された入力,出力に対し共
通演算処理をさせる時の表示画面例を示している。この
実施例6は、複数組の配列化データに対し同一演算を指
示して行なう演算ブロック111を制御ブロック図B6
に設けている。この実施例6の場合の入力配列/出力配
列のどのデータに対し演算を行うかという指示方法は実
施例2と同様である。
Embodiment 6 (corresponding to claim 6). In the third embodiment, the input and output are single digital signals, but the arrangement as described in the second embodiment may be used. As Example 6, FIG. 11 shows an example of a display screen when common arithmetic processing is performed on arrayed inputs and outputs. In the sixth embodiment, a control block diagram B6 of a calculation block 111, which is performed by instructing the same calculation on a plurality of sets of arrayed data,
It is provided in. The method of instructing which data of the input array / output array in the case of the sixth embodiment is to be operated is the same as in the second embodiment.

【0035】この実施例6では実施例2と実施例3の両
方の効果が期待できる。実施例2は個々にマクロを指定
しているので、図6以外の表示画面での処理にもマクロ
名を指定し利用処理が可能であるが、同一表示画面上で
あれば本実施例6に示す様にマクロ化の指定を伴わず更
に簡単に共通処理を指定できる。また、演算が複数存在
し演算処理の入/出力数が多くなった時実施例3の方法
では一つの画面にて指定する共通処理が少なくなり、ま
た、入出力信号の指定を誤りやすくなるという欠点があ
るが、本実施例6を用いることにより、一つの画面に多
数の共通処理を指定し、更に入力操作誤りを防ぐことが
できる。
In the sixth embodiment, the effects of both the second and third embodiments can be expected. In the second embodiment, since the macros are individually designated, the macro name can be designated for the processing on the display screens other than that shown in FIG. 6, and the usage processing can be performed. As shown, common processing can be specified more easily without specifying macroization. Further, when there are a plurality of operations and the number of input / output of the operation processing increases, the method of the third embodiment reduces the common processing to be specified on one screen, and the input / output signal specification is likely to be erroneous. Although there is a drawback, by using the sixth embodiment, it is possible to specify a large number of common processes on one screen and further prevent an input operation error.

【0036】実施例7(請求項7対応). 以上の列は配列化データの個々の値を入力とし、出力と
する場合であるが、配列化データ同志の演算を行っても
良い。この実施例7として図12は配列化データ同志の
演算を行う場合の表示画面例である。この実施例7は、
配列化データ同志の演算を指定して行なう演算ブロック
121を制御ブロック図B7に設けている。この実施例
7では各々のデータ同志の積を求めているが、値の比較
やマトリクス演算などを行わせても良い。
Embodiment 7 (corresponding to claim 7). In the above columns, the individual values of the arrayed data are input and output, but the operations of the arrayed data may be performed. As the seventh embodiment, FIG. 12 is an example of a display screen when the operations of arrayed data are performed. This Example 7 is
A control block 121 is provided in the control block diagram B7 with a calculation block 121 for designating calculations of arrayed data. In the seventh embodiment, the product of the respective data is obtained, but the values may be compared or matrix calculation may be performed.

【0037】このように配列化データ同志の演算を行わ
せることにより、データ群同志の決まった形の演算、例
えば圧力データの温度補正、プロセス出口のバイアス加
算、通信データやキーボードからのキャラクタデータの
数値化など、広範囲なデータ処理に応用できるという効
果が生まれる。また、この配列化データ同志の演算もマ
クロ化,共通化の処理に使用することにより、更に大量
のデータ処理を少ない手順少ないミスで実現できるとい
う効果を生む。
By thus performing the arithmetic operation of the arrayed data, the arithmetic operation of the data group in a predetermined manner, for example, temperature correction of pressure data, bias addition at the process exit, communication data and character data from the keyboard is performed. The effect is that it can be applied to a wide range of data processing such as digitization. In addition, by using the operations of the arrayed data for macro processing and common processing, there is an effect that a larger amount of data processing can be realized with fewer steps and fewer errors.

【0038】要するに以上説明したプログラミング装置
は、プログラムの表現手段として従来の複数化されてい
ない入/出力に加え、配列化されたデータ,配列化デー
タの作成,配列化データの分解,同一演算の連続実行,
入力データにより実行/不実行の制御を可能とする手段
を設けたものである。
In short, the programming device described above is used as a program expression means in addition to the conventional non-pluralized input / output, arrayed data, creation of arrayed data, disassembly of arrayed data, and the same operation. Continuous execution,
A means for controlling execution / non-execution according to input data is provided.

【0039】したがって、本プログラミング装置は配列
化されたデータに対する演算が行える為例えば文字列の
比較や時刻の一値,ファイルの比較など従来のプログラ
ミング装置では扱えなかったような処理が可能になり、
また、同一演算の連続実行により、1つの表現で多数の
演算を一括して指示できるなどプログラミング効率を向
上させることができる。
Therefore, since the programming device can perform an operation on the arrayed data, it becomes possible to perform processing which cannot be handled by the conventional programming device, such as comparison of character strings, time value and file comparison.
Further, by continuously executing the same operation, it is possible to improve the programming efficiency such that a large number of operations can be collectively instructed by one expression.

【0040】[0040]

【発明の効果】以上のように請求項1の発明によれば、
複数のデータを配列化した配列化データに対して複数の
演算を実行することを入力指示することもできる操作入
力部と、表示部に表示された制御ブロック図を操作入力
部で走査することにより演算命令に変換する変換部を備
えて構成したので、入力操作から演算命令への変換が容
易にでき、これにより、複数のデータを配列化した配列
化データに対しての複数の演算のプログラミングが効率
良くでき、また、プログラミング時の入力操作のミスも
少なくなるという効果が得られる。
As described above, according to the invention of claim 1,
By scanning the control block diagram displayed on the operation input unit and the operation input unit, which can input an instruction to execute a plurality of operations on arrayed data in which a plurality of data is arranged, by scanning the operation input unit. Since it is configured with a conversion unit that converts into an operation instruction, it is possible to easily convert from an input operation into an operation instruction, which allows programming of a plurality of operations for arrayed data in which a plurality of data is arranged. The effect is that it can be done efficiently, and mistakes in input operations during programming can be reduced.

【0041】請求項2の発明によれば、上記請求項1の
構成に加え、配列化データを予め定義された演算ブロッ
クにおける入力/出力として用いるようにしたので、上
記請求項1と同様な効果が得られるとともに、配列化デ
ータの取扱いが可能となり、配列化データとして存在す
る通信データ,画面表示データ,ファイルデータ等の処
理に適用でき、制御プログラムで動作する制御装置自体
の機能を向上させることができるという効果も得られ
る。
According to the invention of claim 2, in addition to the configuration of claim 1, the arrayed data is used as an input / output in a pre-defined arithmetic block, so that the same effect as in claim 1 is obtained. In addition to being able to handle arrayed data, it can be applied to the processing of communication data, screen display data, file data, etc. existing as arrayed data, and improve the function of the control device itself operated by the control program. The effect that can be obtained is also obtained.

【0042】請求項3の発明によれば、上記請求項1の
構成に加え、複数の同種データに対し同一演算を指示し
て行なう演算ブロックを制御ブロック図に設けるように
したので、上記請求項1と同様な効果が得られるととも
に、複数の同種データに対し同一演算を指示することが
でき、プログラミングの効率が向上するという効果も得
られる。
According to the invention of claim 3, in addition to the structure of claim 1, an operation block for instructing the same operation for a plurality of the same type of data is provided in the control block diagram. In addition to the same effect as 1, the same operation can be instructed for a plurality of same-type data, and the effect of improving programming efficiency is also obtained.

【0043】請求項4の発明によれば、上記請求項1の
構成に加え、配列化された同種データに対し同一演算を
指示して行なう演算ブロックを制御ブロック図に設ける
ようにしたので、上記請求項1と同様な効果が得られる
とともに、配列化された同種データに対し同一演算を指
示することができ、プログラミングの効率が向上すると
いう効果も得られる。
According to the invention of claim 4, in addition to the structure of claim 1, the control block diagram is provided with an operation block for instructing the same operation for arrayed same-type data. In addition to the same effect as the first aspect, the same operation can be instructed to the arrayed same type data, and the effect of improving the programming efficiency is also obtained.

【0044】請求項5の発明によれば、上記請求項1の
構成に加え、配列化されたデータから一部のデータのみ
を分離して演算させる演算ブロックを制御ブロック図に
設けるようにしたので、上記請求項1と同様な効果が得
られるとともに、配列化データから一部のデータのみを
分離して演算させることができ、プログラミングの効率
が向上するという効果も得られる。
According to the invention of claim 5, in addition to the structure of claim 1, an arithmetic block for separating and operating only a part of the data from the arrayed data is provided in the control block diagram. In addition to the same effect as that of the first aspect, only a part of the data can be separated from the arrayed data to be operated, and the efficiency of programming can be improved.

【0045】請求項6の発明によれば、上記請求項1の
構成に加え、複数組の配列化データに対し同一演算を指
示して行なう演算ブロックを制御ブロック図に設けるよ
うにしたので、上記請求項1と同様な効果が得られると
ともに、複数組の配列化データに対し同一演算を指示す
ることができ、これによりプログラミング時の入力操作
ミスを更に少なくできるという効果も得られる。
According to the invention of claim 6, in addition to the structure of claim 1, an arithmetic block for instructing the same arithmetic operation for a plurality of sets of arrayed data is provided in the control block diagram. In addition to the same effect as the first aspect, it is possible to instruct the same operation for a plurality of sets of arrayed data, which can further reduce an input operation error during programming.

【0046】請求項7の発明によれば、上記請求項1の
構成に加え、配列化されたデータ同志の演算を指示して
行なう演算ブロックを制御ブロック図に設けるようにし
たので、上記請求項1と同様な効果が得られるととも
に、配列化されたデータ同志の演算を指示することがで
き、これにより大量のデータ処理を少ない手順及び少な
いミスでプログラミングすることができるという効果も
得られる。
According to the invention of claim 7, in addition to the structure of claim 1, an arithmetic block for instructing the arithmetic operation of arrayed data is provided in the control block diagram. In addition to obtaining the same effect as 1, it is possible to instruct the operation of arrayed data, thereby obtaining an effect that a large amount of data processing can be programmed with a small number of steps and a small number of errors.

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

【図1】この発明の実施例1における表示画面例を示す
図である。
FIG. 1 is a diagram showing an example of a display screen according to a first embodiment of the present invention.

【図2】本実施例の演算ブロックで用いられる演算の記
号の説明図である。
FIG. 2 is an explanatory diagram of symbols of operations used in the operation block of this embodiment.

【図3】この発明の実施例によるプログラミング装置の
ブロック図である。
FIG. 3 is a block diagram of a programming device according to an embodiment of the present invention.

【図4】実施例1において入力操作から演算命令に変換
する処理方法を説明するための図である。
FIG. 4 is a diagram for explaining a processing method for converting an input operation into an arithmetic instruction in the first embodiment.

【図5】図4で説明する処理を示すフローチャートであ
る。
FIG. 5 is a flowchart showing the process described in FIG.

【図6】この発明の実施例2における表示画面例を示す
図である。
FIG. 6 is a diagram showing an example of a display screen according to the second embodiment of the present invention.

【図7】この発明の実施例3における表示画面例を示す
図である。
FIG. 7 is a diagram showing an example of a display screen in Embodiment 3 of the present invention.

【図8】実施例3において入力操作から演算命令に変換
する処理を示すフローチャートである。
FIG. 8 is a flowchart showing a process of converting an input operation into an operation command in the third embodiment.

【図9】この発明の実施例4における表示画面例を示す
図である。
FIG. 9 is a diagram showing an example of a display screen in Embodiment 4 of the present invention.

【図10】この発明の実施例5における表示画面例を示
す図である。
FIG. 10 is a diagram showing an example of a display screen according to the fifth embodiment of the present invention.

【図11】この発明の実施例6における表示画面例を示
す図である。
FIG. 11 is a diagram showing an example of a display screen according to the sixth embodiment of the present invention.

【図12】この発明の実施例7における表示画面例を示
す図である。
FIG. 12 is a diagram showing an example of a display screen in Embodiment 7 of the present invention.

【図13】従来のプログラミング装置の表示画面例を示
す図である。
FIG. 13 is a diagram showing an example of a display screen of a conventional programming device.

【図14】従来のプログラミング装置のブロック図であ
る。
FIG. 14 is a block diagram of a conventional programming device.

【図15】従来のプログラミング装置のキー配列図であ
る。
FIG. 15 is a key layout diagram of a conventional programming device.

【図16】従来のプログラミング装置の論理記号説明図
である。
FIG. 16 is an explanatory diagram of logical symbols of a conventional programming device.

【図17】従来のプログラミング装置の画面演算順序の
説明図である。
FIG. 17 is an explanatory diagram of a screen calculation order of a conventional programming device.

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

31 操作入力部 33 表示部 34 操作入力・演算命令変換部 B1,B3,B4,B5,B6,B7 制御ブロック図 14,15,61,71,91,101,102,11
1,121 演算ブロック
31 Operation Input Unit 33 Display Unit 34 Operation Input / Arithmetic Command Converter B1, B3, B4, B5, B6, B7 Control Block Diagram 14, 15, 61, 71, 91, 101, 102, 11
1,121 Operation block

─────────────────────────────────────────────────────
─────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成5年3月10日[Submission date] March 10, 1993

【手続補正1】[Procedure Amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】特許請求の範囲[Name of item to be amended] Claims

【補正方法】変更[Correction method] Change

【補正内容】[Correction content]

【特許請求の範囲】[Claims]

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備えたことを特徴とするプログ
ラミング装置。
1. A programming device that creates a control block diagram centering on input / output data and operations on the data, and creates a control program based on the control block diagram, and arranges a plurality of data in an array. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display And a conversion unit for converting the operation input information into a calculation command by scanning the generated control block diagram with the operation input unit.
【請求項2】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備え、上記配列化データを予め
定義された演算ブロックにおける入力/出力として用い
ることを特徴とするプログラミング装置。
2. A programming device that creates a control block diagram centering on input / output data and operations on the data, and creates a control program based on the control block diagram, and arranges a plurality of data into an array. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display A control unit for converting the operation input information into an operation command by scanning the generated control block diagram with the operation input unit, and using the arrayed data as input / output in a pre-defined operation block. Characteristic programming device.
【請求項3】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備え、複数の同種データに対し
同一演算を指示して行なう演算ブロックを上記制御ブロ
ック図に設けるようにすることを特徴とするプログラミ
ング装置。
3. A programming device for creating a control block diagram centering on input / output data and operations on the data, and creating a control program based on the control block diagram. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display The control block is a calculation block including a conversion unit for converting the operation input information into an operation command by scanning the generated control block diagram with the operation input unit. A programming device characterized by being provided in the figure.
【請求項4】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備え、配列化された同種データ
に対し同一演算を指示して行なう演算ブロックを上記制
御ブロック図に設けるようにすることを特徴とするプロ
グラミング装置。
4. A programming device that creates a control block diagram centering on input / output data and operations on the data, and creates a control program based on the control block diagram, and arranges a plurality of data in an array. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display And a conversion unit for converting the operation input information into an operation command by scanning the generated control block diagram with the operation input unit. A programming device characterized by being provided in a control block diagram.
【請求項5】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備え、配列化されたデータから
一部のデータのみを分離して演算させる演算ブロックを
上記制御ブロック図に設けるようにすることを特徴とす
るプログラミング装置。
5. A programming device that creates a control block diagram centering on input / output data and operations on the data, and creates a control program based on the control block diagram, and arranges a plurality of data in an array. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display An operation block including a conversion unit that converts the operation input information into operation instructions by scanning the generated control block diagram with the operation input unit, and operates by separating only a part of the data from the arrayed data. Is provided in the control block diagram.
【請求項6】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備え、複数組の配列化データに
対し同一演算を指示して行なう演算ブロックを上記制御
ブロック図に設けるようにすることを特徴とするプログ
ラミング装置。
6. A programming device for creating a control block diagram centering on input / output data and operations on the data, and creating a control program based on the control block diagram, in which a plurality of data are arranged in an array. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display A control block for scanning the generated control block diagram with the operation input section to convert the operation input information into an operation command, and the operation block for instructing the same operation on a plurality of sets of arrayed data is executed. A programming device characterized by being provided in a control block diagram.
【請求項7】 入出力されるデータと該データに対する
演算を中心に制御ブロック図を作成し、この制御ブロッ
ク図に基づいて制御プログラムを作成するプログラミン
グ装置において、複数のデータを配列化した配列化デー
タに対して複数の演算を実行することを入力指示するこ
ともできる操作入力部と、この操作入力部より入力され
た操作入力情報に対応する制御ブロック図などを表示す
る表示部と、上記表示された制御ブロック図を上記操作
入力部で走査することにより上記操作入力情報を演算命
令に変換する変換部とを備え、配列化されたデータ同志
の演算を指示して行なう演算ブロックを上記制御ブロッ
ク図に設けるようにすることを特徴とするプログラミン
グ装置。
7. A programming device for creating a control block diagram centering on input / output data and operations on the data, and creating a control program based on the control block diagram, in which a plurality of data are arranged in an array. An operation input unit that can also input an instruction to execute a plurality of calculations on data, a display unit that displays a control block diagram or the like corresponding to the operation input information input from the operation input unit, and the above display A control block for converting the operation input information into an operation command by scanning the generated control block diagram with the operation input part, and instructing the operation of arrayed data. A programming device characterized by being provided in the figure.
JP35082092A 1992-12-04 1992-12-04 Programming device Pending JPH06175709A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35082092A JPH06175709A (en) 1992-12-04 1992-12-04 Programming device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35082092A JPH06175709A (en) 1992-12-04 1992-12-04 Programming device

Publications (1)

Publication Number Publication Date
JPH06175709A true JPH06175709A (en) 1994-06-24

Family

ID=18413106

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35082092A Pending JPH06175709A (en) 1992-12-04 1992-12-04 Programming device

Country Status (1)

Country Link
JP (1) JPH06175709A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004362561A (en) * 2003-05-30 2004-12-24 Fisher Rosemount Syst Inc Boolean logical function block
JP2010198132A (en) * 2009-02-23 2010-09-09 Mitsubishi Electric Corp Programmable controller

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6116605B2 (en) * 1982-07-08 1986-05-01 Fuji Photo Film Co Ltd
JPS62242265A (en) * 1986-04-14 1987-10-22 Sharp Corp Pocket computer having matrix calculation capability
JPS648361A (en) * 1987-07-01 1989-01-12 Canon Kk Rotary device
JPH03186932A (en) * 1989-12-15 1991-08-14 Fujitsu Ltd Blank skipping system in lexial analysis

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6116605B2 (en) * 1982-07-08 1986-05-01 Fuji Photo Film Co Ltd
JPS62242265A (en) * 1986-04-14 1987-10-22 Sharp Corp Pocket computer having matrix calculation capability
JPS648361A (en) * 1987-07-01 1989-01-12 Canon Kk Rotary device
JPH03186932A (en) * 1989-12-15 1991-08-14 Fujitsu Ltd Blank skipping system in lexial analysis

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004362561A (en) * 2003-05-30 2004-12-24 Fisher Rosemount Syst Inc Boolean logical function block
JP2010198132A (en) * 2009-02-23 2010-09-09 Mitsubishi Electric Corp Programmable controller

Similar Documents

Publication Publication Date Title
US5926803A (en) Circuit designing method and circuit designing device
JPH06175709A (en) Programming device
JPH09230915A (en) Programming device
JP3846306B2 (en) Table processing apparatus and program
JPH0764766A (en) Maximum and minimum value calculating method for parallel computer
JP5844347B2 (en) Computer program generation device
JP3025984B2 (en) Logical operation control unit
JP5304191B2 (en) Fraction display device
JP2512215B2 (en) Program creation device
JP2859511B2 (en) Program creation support device and program creation support method
JPH07325703A (en) Data converting device/method
JPH08185452A (en) Document preparation device
JP2702416B2 (en) Method of generating operation button for computer processing and method of storing selected state of operation button
JP3164807B2 (en) Display condition description method using display contents correspondence table
JPH06290037A (en) General converter for drawing data
JP2530568B2 (en) How to create operation buttons for computer processing
US4651295A (en) Electronic desk-top calculator
JP3177692B2 (en) Multi-stage logic generation method
JP4258826B2 (en) Function block variable setting method
JPS5846426A (en) Code input equipment
JPS61216085A (en) Vector processing program producing system
JPH08123675A (en) Method and device for data input
JPS63290762A (en) Character processor
JPH09147132A (en) Cad system
JPS6375985A (en) Graph forming device