JPH09230913A - Programming tool for programmable controller - Google Patents

Programming tool for programmable controller

Info

Publication number
JPH09230913A
JPH09230913A JP3798696A JP3798696A JPH09230913A JP H09230913 A JPH09230913 A JP H09230913A JP 3798696 A JP3798696 A JP 3798696A JP 3798696 A JP3798696 A JP 3798696A JP H09230913 A JPH09230913 A JP H09230913A
Authority
JP
Japan
Prior art keywords
programmable controller
user program
language
display screen
programming tool
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.)
Withdrawn
Application number
JP3798696A
Other languages
Japanese (ja)
Inventor
Hidehiko Fujikawa
英彦 藤川
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.)
Panasonic Electric Works Co Ltd
Original Assignee
Matsushita Electric Works 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 Matsushita Electric Works Ltd filed Critical Matsushita Electric Works Ltd
Priority to JP3798696A priority Critical patent/JPH09230913A/en
Publication of JPH09230913A publication Critical patent/JPH09230913A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a programming tool that can easily generate a user program which is even visually easy to understand. SOLUTION: Objects displayed on the display screen of a display device 10 are dragged and dropped by using a pointing device such as a mouse, and rearranged on the display screen of the display device 10, and those objects are connected by software wiring to form a diagram on the display screen. A data processing part 13 defines a user program according to the information of the diagram drawn o the display screen of the display device 10 and store it in a storage part 14. Then when the user program is downloaded to a PLC through an information transmission part 12, the data processing part 13 compiles the user program into a ladder language or BASIC language, or other existent languages that the PLC can run by following the procedure shown by the information of the user program stored in the storage part 14.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、プログラマブルコ
ントローラのプログラミングツールに関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programmable controller programming tool.

【0002】[0002]

【従来の技術】従来、プログラマブルコントローラ(以
下PLCと略す)におけるプログラミングはラダー言語
を代表とする特殊な言語を用いて記述あるいは配置する
ことにより行い(特開平6−309013号公報及び特
開昭62−26583号公報を参照)、その専用コード
をPLCにダウンロードし、PLCはその専用コードで
示される情報或いはその情報を基に更に変換されたコー
ドに従って演算処理を実行している。
2. Description of the Related Art Conventionally, programming in a programmable controller (hereinafter abbreviated as PLC) is performed by describing or arranging it using a special language typified by a ladder language (Japanese Patent Laid-Open Nos. 6-309013 and 62-62). No. 26583), the dedicated code is downloaded to the PLC, and the PLC executes arithmetic processing according to the information indicated by the dedicated code or a code further converted based on the information.

【0003】[0003]

【発明が解決しようとする課題】PLCはラダー言語を
代表とするようにリレーシーケンス、及び各種の演算命
令を組み合わせてプログラミングされているが、非専門
家には,非常に難解で,専門家にとっても,後で見て、
この組み合わせが何を意味していたかを把握するのは難
しいという問題があった。また新しい演算の命令を追加
する際には、プログラミングツールと、PLCの双方の
変更を必要とされていた。
The PLC is programmed by combining a relay sequence and various arithmetic commands as represented by a ladder language, but it is very difficult for a non-specialist to understand, and Very later,
There was a problem that it was difficult to understand what this combination meant. Further, when adding a new calculation instruction, it was necessary to change both the programming tool and the PLC.

【0004】本発明は上記問題点に鑑みて為されたもの
で、その目的は簡便なCUI環境をユーザーに提供する
ことによって視覚的にも分かり易いユーザープログラム
を容易に作成できるプログラマブルコントローラのプロ
グラミングツールを提供するにある。
The present invention has been made in view of the above problems, and its purpose is to provide a simple CUI environment to a user, thereby making it possible to easily create a user program that is visually easy to understand by programming a programmable controller. To provide.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
に請求項1の発明では、プログラマブルコントローラが
処理する各機能を表すモジュールを表示画面上でデータ
の流れに沿ってソフトワイヤリングにより結線して得ら
れたダイアグラム情報でプログラマブルコントローラの
ユーザープログラムを定義する手段と、該定義したユー
ザープログラムをプログラマブルコントローラへダウン
ロードするときにプログラマブルコントローラが動作可
能な既存の言語にコンパイルして出力する手段とを備え
たもので、簡便なGUI環境を提供でき、そのため視覚
的に分かり易いユーザープログラムを容易に作成するこ
とができる。またプログラマブルコントローラへユーザ
ープログラムをダウンロードするときにプログラマブル
コントローラが動作可能な既存の言語にコンパイルして
出力するので、言語を理解できる上位のユーザーと平行
してプログラムの開発が可能となる。
In order to achieve the above object, according to the invention of claim 1, modules representing each function processed by a programmable controller are connected by soft wiring along a data flow on a display screen. A means for defining a user program of the programmable controller with the obtained diagram information, and means for compiling and outputting to the existing language in which the programmable controller can operate when the defined user program is downloaded to the programmable controller In this way, a simple GUI environment can be provided, and thus a user program that is visually easy to understand can be easily created. Further, when the user program is downloaded to the programmable controller, the program is compiled into an existing language in which the programmable controller can operate and output, so that the program can be developed in parallel with a higher-level user who can understand the language.

【0006】請求項2の発明では、請求項1の発明にお
いて、上記言語としてラダー言語を用い、また請求項3
の発明では、Basic言語を用いたので、これら言語
を用いる既存のPLCが使用できる。請求項4では、プ
ログラマブルコントローラが処理する各機能を表すモジ
ュールを表示画面上でデータの流れに沿ってソフトワイ
ヤリングにより結線して得られたダイアグラム情報でプ
ログラマブルコントローラのユーザープログラムを定義
する手段と、該定義したユーザープログラムをプログラ
マブルコントローラへダウンロードするときにプログラ
マブルコントローラの演算処理を行なうMPUが動作可
能なコードにコンパイルして出力する手段とを備えたも
ので、請求項1の発明と同様に簡便なGUI環境を提供
でき、そのため視覚的に分かり易いユーザープログラム
を容易に作成することができる。またプログラマブルコ
ントローラへユーザープログラムをダウンロードすると
きにプログラマブルコントローラの演算処理を行なうM
PUが動作可能なコードにコンパイルして出力するの
で、新しい機能(オブジェクト)を追加する際には、プ
ログラミングツール側の機能アップのみで対応すること
ができ、またPLC側で処理負担が軽減する。
According to the invention of claim 2, in the invention of claim 1, a ladder language is used as the language, and claim 3
In the invention, since the Basic language is used, the existing PLC using these languages can be used. In claim 4, means for defining a user program of the programmable controller with diagram information obtained by connecting modules representing each function processed by the programmable controller by soft wiring along a data flow on a display screen; And a means for compiling into a code operable by an MPU which performs arithmetic processing of the programmable controller when the defined user program is downloaded to the programmable controller and outputting the code. An environment can be provided, and thus a user program that is visually easy to understand can be easily created. In addition, when the user program is downloaded to the programmable controller, the arithmetic processing of the programmable controller is performed.
Since the PU compiles the code into operable code and outputs the code, when adding a new function (object), it can be dealt with only by improving the function on the programming tool side, and the processing load on the PLC side is reduced.

【0007】[0007]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

(実施形態1)図2は本発明のプログラミングツール1
と、PLC2とを信号線3で結線した状態を示してお
り、PLC2とプログラミングツール1との間は信号線
3を介してデータの授受が行なえるようになっている。
(Embodiment 1) FIG. 2 shows a programming tool 1 of the present invention.
And PLC2 are connected by a signal line 3, and data can be exchanged between the PLC2 and the programming tool 1 through the signal line 3.

【0008】プログラミングツール1は、図1、図2に
示すようにCRT等を用いたディスプレィからなる表示
装置10、キーボード11a、マウス11b等の入力装
置11と、PLC2との間で通信等によりデータの授受
を行なう情報伝達部12と、データの処理を行なうデー
タ処理部13と、アプリケーションプログラムの格納演
算のワークに用いる記憶部14とを備えている。
As shown in FIGS. 1 and 2, the programming tool 1 includes a display device 10 including a display using a CRT, an input device 11 such as a keyboard 11a and a mouse 11b, and a PLC 2 for data communication. An information transmission unit 12 for exchanging data, a data processing unit 13 for processing data, and a storage unit 14 used for work of storing and storing application programs.

【0009】一方PLC2は図2に示すように演算を実
行するMPU20、システムプログラムやユーザープロ
グラムを格納する記憶部21、プログラミングツール1
とのデータの授受を通信等により行なう情報伝達部22
と、I/O装置23とを備えている。尚上記PLC2の
情報伝達部22及びプログラミングツール1の情報伝達
部12としては汎用(例えばRS232C)の通信手段
を用いても良いし、他のデータ伝送手段を用いても良
い。
On the other hand, as shown in FIG. 2, the PLC 2 includes an MPU 20 for executing calculations, a storage unit 21 for storing system programs and user programs, and a programming tool 1.
Information transmission unit 22 for exchanging data with the communication unit 22
And an I / O device 23. A general-purpose (for example, RS232C) communication means may be used as the information transmission section 22 of the PLC 2 and the information transmission section 12 of the programming tool 1, or another data transmission means may be used.

【0010】而してプログラミングツール1はGUI環
境を提供するアプリケーションプログラムを備え、該ア
プリケションプログラムが実行されるとPLC2が実行
可能な機能に対応して予め用意してある各機能を表すモ
ジュール(以下オブジェクトと称する)、例えばシーケ
ンス制御に必要なリレー、タイマ、論理演算子、数値演
算子等のオブジェクトを表示装置10の画面上に表示す
る。
The programming tool 1 is provided with an application program for providing a GUI environment, and a module representing each function prepared in advance corresponding to the function executable by the PLC 2 when the application program is executed ( Objects such as relays, timers, logical operators, and numerical operators required for sequence control are displayed on the screen of the display device 10.

【0011】ユーザーはこれらのオブジェクトをマウス
11b等のポインティングデバイスを用いてドラックア
ンドドロップし、表示装置10の表示画面上に並べると
ともに、ソフトワイヤリングによりこれらオブジェクト
を結線して表示画面上に制御の流れを示すダイヤグラム
を例えば図3に示すように形成する。 ここでPIDの
オブジェクトを例に取ると、入力としてその実行を判別
する接点データと設定値、測定値を意味するデータとが
あり、その出力としてはPIDの演算結果による出力値
のデータがある。PIDのパラメータ等のオブジェクト
に固有なデータの設定は次のように行なう。つまりその
オブジェクトをマウス11bを用いてダブルクリック等
の操作が行なわれると、そのパラメータの設定画面が開
き、入力することができるようになる。このようにして
オブジェクトに対する接点データ及びデータを夫々ワイ
ヤリングして処理の流れを構成してプログラミングす
る。データの入力を必要とする他のオブジェクトにおい
ても同様な操作で行なうようになっているのは言うまで
もない。
The user drags and drops these objects using the pointing device such as the mouse 11b to arrange them on the display screen of the display device 10 and connects the objects by soft wiring to control the flow of control on the display screen. Is formed as shown in FIG. 3, for example. Taking a PID object as an example, there are contact data for determining the execution of the PID object, data for setting values, and data for measuring values, and output for the PID object is output value data according to the PID calculation result. Data specific to the object such as the PID parameter is set as follows. That is, when an operation such as double-clicking on the object is performed using the mouse 11b, a setting screen for the parameter opens, and the user can input the parameter. In this way, the contact data and the data for the object are respectively wired to configure the processing flow and programming is performed. Needless to say, the same operation is performed on other objects that require data input.

【0012】尚図3にSTRATと記述されたオブジェ
クトはスタート命令を、またINと記述されたオブジェ
クトは入力接点を、OUTと記述されたオブジェクトは
出力接点を、orと記述されあオブジェクトはオア命令
を、andと記述されたオブジェクトはアンド命令を、
更にSMEMと記述されたオブジェクトは特殊ユニット
が持つ共有メモリ(PLC2のMPU20とデータの受
渡しを行なうためのメモリ)を示し、またMEMと記述
されたオブジェクトはPLC2内にあるデータメモリ、
図1では記憶部21(ユーザーが使用するデータ格納用
ワーク)を示す。尚文字の後ろの数字は固有番号を示
す。または時計の絵で示したオブジェクトはタイマを、
更にはSMEM1に結線されているオブジェクトは一次
遅れ命令を示すものである。
In FIG. 3, an object described as STRAT is a start command, an object described as IN is an input contact, an object described as OUT is an output contact, and an object described as or is an OR command. , And the object described as and is an AND command,
Further, the object described as SMEM indicates a shared memory (memory for exchanging data with the MPU 20 of PLC2) of the special unit, and the object described as MEM is a data memory in the PLC2.
In FIG. 1, a storage unit 21 (work for data storage used by a user) is shown. The number after the letter indicates a unique number. Or the object shown in the picture of the clock is a timer,
Further, the object connected to SMEM1 indicates a first-order delay instruction.

【0013】データ処理部13は表示装置10の表示画
面で描かれたダイアグラムの情報に基づいてユーザープ
ログラムを定義しその情報を記憶部14に記憶する。そ
して情報伝達部12とPLC2の情報伝達部22とを通
じてユーザープログラムをPLC2にダウンロードする
際、データ処理部13は記憶部14に記憶された情報に
示される手順に従ってPLC2が動作可能なラダー言語
又はBasic言語或いはその他の既存の言語にユーザ
ープログラムをコンパイルし、そのソースコードをPL
C2へ送る。PLC2はこのソースコードを記憶部21
に格納し、PLC2のMPU20は記憶部21に格納さ
れた言語に従って演算処理を実行する。
The data processing unit 13 defines a user program based on the information of the diagram drawn on the display screen of the display device 10 and stores the information in the storage unit 14. Then, when the user program is downloaded to the PLC 2 through the information transmitting unit 12 and the information transmitting unit 22 of the PLC 2, the data processing unit 13 may operate the PLC 2 according to the procedure indicated by the information stored in the storage unit 14 or the basic language of Basic. Compile the user program into the language or another existing language and PL the source code
Send to C2. The PLC 2 stores this source code in the storage unit 21.
The MPU 20 of the PLC 2 executes arithmetic processing according to the language stored in the storage unit 21.

【0014】本実施形態では、PLC2内に既存の言語
の形でユーザープログラムが格納されているめ、言語を
理解している上位のユーザーとも平行してプログラムの
開発が可能となる。つまりラダー図でユーザープログラ
ムを作成する場合と比較して、本実施形態のようにダイ
ヤグラムによるプログラミングは、入力、加工、出力と
言った機能を、結線すると言った感覚的にあった(知ら
なくても”恐らくこうだろう”と言った感覚で使用でき
る)作図法によるものであり、熟練者でなくとも取っつ
き易く、また作り易い。更に第三者が後でその図を見
て、何をやっているかも理解し易い。また更にプログラ
ムの書き方として、実際にユーザーが必要とするデータ
ーを主体として書かれ、更にデータの流れやビットデー
タの流れ等を異なったワイヤ形状で表せることもでき、
流れを把握し易い。
In this embodiment, since the user program is stored in the PLC 2 in the form of an existing language, it is possible to develop the program in parallel with a higher level user who understands the language. In other words, compared to the case of creating a user program with a ladder diagram, the programming by the diagram as in the present embodiment has the sensation of connecting the functions such as input, processing, and output (without knowing it). It is also possible to use it with the feeling that "maybe this is the case.)" It is based on the drawing method, and it is easy to attach and make even if you are not an expert. Furthermore, it is easy to understand what a third party is doing by looking at the diagram later. In addition, as a way of writing the program, it is possible to write mainly the data actually needed by the user, and to express the flow of data, the flow of bit data, etc. with different wire shapes,
Easy to grasp the flow.

【0015】更にコンパイルされた結果が既存の言語に
変換され、PLC2で実行されるため、後でユーザープ
ログラムを修正する場合等において、その既存言語で修
正が可能になる。例えばプログラム開発と現場の担当者
が異なり、現場での担当者が、既存の言語に明るい場合
には、プログラム開発には、ダイアグラムによるプログ
ラミングを行い、現場においては、ハンディプログラマ
等の簡易プログラミング装置等によって修正変更が可能
となる。
Further, the compiled result is converted into an existing language and executed by the PLC 2, so that when the user program is modified later, the modification can be made in the existing language. For example, if the person in charge of program development and the person in charge of the field are different and the person in charge of the field is familiar with the existing language, programming is performed by diagrams for program development, and in the field, a simple programming device such as a handy programmer. Can be modified and changed.

【0016】(実施形態2)上記の実施形態1ではプロ
グラミングツール1においてユーザープログラムを既存
の言語にコンパイルしてPLC2にダウンロードするも
のであるが、本実施形態は表示装置10の表示画面上に
形成されたダイアグラムの情報を基にPLC2のMPU
20が動作可能なオブジェクトコードにユーザープログ
ラムをコンパイルする機能をアプリケーションプログラ
ムに持たせており、PLC2にはオブジェクトコードに
変換されたユーザープログラムをダウンロードする。従
ってPLC2のMPU20は記憶部21にオブジェクト
コードの形で格納されたユーザープログラムのエントリ
アドレスをコールすることにより処理を実行することに
なる。
(Embodiment 2) In Embodiment 1 described above, the user program is compiled in the programming tool 1 into an existing language and downloaded to the PLC 2. However, this embodiment is formed on the display screen of the display device 10. MPU of PLC2 based on the information of the created diagram
The application program has a function of compiling the user program into the object code in which 20 can operate, and the user program converted into the object code is downloaded to the PLC 2. Therefore, the MPU 20 of the PLC 2 executes the process by calling the entry address of the user program stored in the storage unit 21 in the form of the object code.

【0017】本実施形態によれば、新しい機能(オブジ
ェクト)を追加する際には、プログラミングツール1側
の機能アップのみで対応することができ、またPLC2
側で処理負担が軽減する。尚プログラミングツール1の
回路構成は実施形態1と同じであるからここでは図示及
びその説明を省略する。またダイアグラムを表示装置1
0の表示画面上で作成する方法も同じあるからその説明
も省略する。
According to the present embodiment, when a new function (object) is added, it is possible to deal with it only by improving the function on the programming tool 1 side, and the PLC 2
The processing load is reduced on the side. Since the circuit configuration of the programming tool 1 is the same as that of the first embodiment, illustration and description thereof will be omitted here. In addition, the diagram display device 1
Since the method of creating on the display screen of 0 is the same, the description thereof will be omitted.

【0018】[0018]

【発明の効果】請求項1の発明は、プログラマブルコン
トローラが処理する各機能を表すモジュールを表示画面
上でデータの流れに沿ってソフトワイヤリングにより結
線して得られたダイアグラム情報でプログラマブルコン
トローラのユーザープログラムを定義する手段と、該定
義したユーザープログラムをプログラマブルコントロー
ラへダウンロードするときにプログラマブルコントロー
ラが動作可能な既存の言語にコンパイルして出力する手
段とを備えたもので、簡便なGUI環境を提供でき、そ
のため視覚的に分かり易いユーザープログラムを容易に
作成することができ、またプログラマブルコントローラ
へユーザープログラムをダウンロードするときにプログ
ラマブルコントローラが動作可能な既存の言語で出力す
るので、言語を理解できる上位のユーザーと平行してプ
ログラムの開発が可能となるという効果がある。
According to the first aspect of the present invention, the user program of the programmable controller is provided by the diagram information obtained by connecting the modules representing the respective functions processed by the programmable controller by soft wiring along the data flow on the display screen. And a means for compiling into a pre-existing language in which the programmable controller can operate when the defined user program is downloaded to the programmable controller and outputting the compiled user program can provide a simple GUI environment. Therefore, a user program that is visually easy to understand can be created easily, and when the user program is downloaded to the programmable controller, it is output in the existing language in which the programmable controller can operate. It can be in parallel with the user's upper there is an effect that it is possible to develop a program.

【0019】請求項2は、請求項1の発明において、上
記言語としてラダー言語を用い、また請求項3の発明
は、Basic言語を用いたので、これら言語を用いる
既存のPLCが使用できる。請求項4は、プログラマブ
ルコントローラが処理する各機能を表すモジュールを表
示画面上でデータの流れに沿ってソフトワイヤリングに
より結線して得られたダイアグラム情報でプログラマブ
ルコントローラのユーザープログラムを定義する手段
と、該定義したユーザープログラムをプログラマブルコ
ントローラへダウンロードするときにプログラマブルコ
ントローラの演算処理を行なうMPUが動作可能なコー
ドにコンパイルして出力する手段とを備えたもので、請
求項1の発明と同様に簡便なGUI環境を提供でき、そ
のため視覚的に分かり易いユーザープログラムを容易に
作成することができ、またプログラマブルコントローラ
へユーザープログラムをダウンロードするときにプログ
ラマブルコントローラの演算処理を行なうMPUが動作
可能なコードにコンパイルして出力するので、新しい機
能(オブジェクト)を追加する際には、プログラミング
ツール側の機能アップのみで対応することができ、また
PLC側で処理負担が軽減するという効果がある。
Since claim 2 uses the ladder language as the language in the invention of claim 1, and the invention of claim 3 uses the Basic language, existing PLCs using these languages can be used. According to a fourth aspect of the present invention, there is provided means for defining a user program of the programmable controller with diagram information obtained by connecting modules representing respective functions processed by the programmable controller by soft wiring along a data flow on a display screen, And a means for compiling into a code operable by an MPU which performs arithmetic processing of the programmable controller when the defined user program is downloaded to the programmable controller and outputting the code. An MPU that can provide an environment and can easily create a user program that is visually easy to understand, and that performs arithmetic processing of the programmable controller when the user program is downloaded to the programmable controller Since it is compiled and output to operable code, when adding a new function (object), it is possible to deal with it only by improving the function on the programming tool side, and the processing load on the PLC side is reduced. is there.

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

【図1】本発明のプログラミングツールの回路ブロック
図である。
FIG. 1 is a circuit block diagram of a programming tool of the present invention.

【図2】同上をPLCと接続した状態のシステム構成図
である。
FIG. 2 is a system configuration diagram in which the same as above is connected to a PLC.

【図3】同上の表示装置の表示画面上でで作成したシー
ケンス制御を示すダイアグラムの例図である。
FIG. 3 is an example diagram of a diagram showing sequence control created on a display screen of the display device of the above.

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

1 プログラミングツール 10 表示装置 11 入力装置 12 情報伝達部 13 データ処理部 14 記憶部 1 Programming Tool 10 Display Device 11 Input Device 12 Information Transmission Unit 13 Data Processing Unit 14 Storage Unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】プログラマブルコントローラが処理する各
機能を表すモジュールを表示画面上でデータの流れに沿
ってソフトワイヤリングにより結線して得られたダイア
グラム情報でプログラマブルコントローラのユーザープ
ログラムを定義する手段と、該定義したユーザープログ
ラムをプログラマブルコントローラへダウンロードする
ときにプログラマブルコントローラが動作可能な既存の
言語にコンパイルして出力する手段とを備えたことを特
徴とするプログラマブルコントローラのプログラミング
ツール。
1. Means for defining a user program of a programmable controller with diagram information obtained by connecting modules representing respective functions processed by the programmable controller by soft wiring along a data flow on a display screen, A programmable controller programming tool, comprising: means for compiling into a pre-existing language in which the programmable controller can operate and outputting when the defined user program is downloaded to the programmable controller.
【請求項2】上記言語としてラダー言語を用いたことを
特徴とする請求項1記載のプログラマブルコントローラ
のプログラミングツール。
2. The programming tool for a programmable controller according to claim 1, wherein a ladder language is used as the language.
【請求項3】上記言語としてBasic言語を用いたこ
とを特徴とする請求項1記載のプログラマブルコントロ
ーラのプログラミングツール。
3. The programming tool for the programmable controller according to claim 1, wherein the Basic language is used as the language.
【請求項4】プログラマブルコントローラが処理する各
機能を表すモジュールを表示画面上でデータの流れに沿
ってソフトワイヤリングにより結線して得られたダイア
グラム情報でプログラマブルコントローラのユーザープ
ログラムを定義する手段と、該定義したユーザープログ
ラムをプログラマブルコントローラへダウンロードする
ときにプログラマブルコントローラの演算処理を行なう
MPUが動作可能なコードにコンパイルして出力する手
段とを備えたことを特徴とするプログラマブルコントロ
ーラのプログラミングツール。
4. A means for defining a user program of a programmable controller with diagram information obtained by connecting modules representing respective functions processed by the programmable controller by soft wiring along a data flow on a display screen, A programming tool for a programmable controller, comprising: means for compiling into a code operable by an MPU that performs arithmetic processing of the programmable controller when the defined user program is downloaded to the programmable controller and outputting the code.
JP3798696A 1996-02-26 1996-02-26 Programming tool for programmable controller Withdrawn JPH09230913A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3798696A JPH09230913A (en) 1996-02-26 1996-02-26 Programming tool for programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3798696A JPH09230913A (en) 1996-02-26 1996-02-26 Programming tool for programmable controller

Publications (1)

Publication Number Publication Date
JPH09230913A true JPH09230913A (en) 1997-09-05

Family

ID=12512903

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3798696A Withdrawn JPH09230913A (en) 1996-02-26 1996-02-26 Programming tool for programmable controller

Country Status (1)

Country Link
JP (1) JPH09230913A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014155A (en) * 1999-07-01 2001-01-19 Japan Radio Co Ltd Controller for executing software parts
KR100688955B1 (en) * 1999-12-29 2007-03-08 두산인프라코어 주식회사 Input and Output Method of Contact and Coil Coment
US7340683B2 (en) 2001-03-29 2008-03-04 Mitsubishi Denki Kabushiki Kaisha Programming tool
DE112010000772T5 (en) 2009-02-13 2012-06-14 Mitsubishi Paper Mills Limited Photosensitive lithographic printing plate material
DE112011101165T5 (en) 2010-03-29 2013-03-28 Mitsubishi Paper Mills Limited Photosensitive composition and photosensitive lithographic printing plate material

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014155A (en) * 1999-07-01 2001-01-19 Japan Radio Co Ltd Controller for executing software parts
KR100688955B1 (en) * 1999-12-29 2007-03-08 두산인프라코어 주식회사 Input and Output Method of Contact and Coil Coment
US7340683B2 (en) 2001-03-29 2008-03-04 Mitsubishi Denki Kabushiki Kaisha Programming tool
DE112010000772T5 (en) 2009-02-13 2012-06-14 Mitsubishi Paper Mills Limited Photosensitive lithographic printing plate material
DE112011101165T5 (en) 2010-03-29 2013-03-28 Mitsubishi Paper Mills Limited Photosensitive composition and photosensitive lithographic printing plate material

Similar Documents

Publication Publication Date Title
US7590970B2 (en) Autogeneration of code via human-machine interfaces (HMI) and self-building HMI
US20040267515A1 (en) Programming automation by demonstration
US5504902A (en) Multi-language generation of control program for an industrial controller
Young et al. Cantata: Visual programming environment for the Khoros system
US6735764B2 (en) Automatic machine application program development system and computer product
CN103552071A (en) Intelligent robot programming method
JPH01274202A (en) Loop controller
Peshek et al. Recent developments and future trends in PLC programming languages and programming tools for real-time control
Jamro et al. IEC 61131-3 programmable human machine interfaces for control devices
US5963446A (en) Extended relay ladder logic for programmable logic controllers
JPH09230913A (en) Programming tool for programmable controller
WO2020026622A1 (en) Control device
JPS63273101A (en) Programmable controller
JPH11272310A (en) Emulation device for programmable controller
Rzonca et al. Mini-DCS system programming in IEC 61131-3 Structured Text
JP3512658B2 (en) Industrial control device programming method and programming system
JP4301976B2 (en) Programming tools
Halang Languages and tools for the graphical and textual system independent programming of programmable logic controllers
KR100423742B1 (en) Exclusive control system by sequential function chart
KR100400060B1 (en) Control System for use in injection molding machine
JPH0950371A (en) Device and method for program generation support
WO2023157091A1 (en) Image generation program, image generation device, programmable controller system, and image generation method
Part Computer Methods in Control Engineering
CN114518734A (en) Control model integration method, device and medium thereof
JPH04216101A (en) User program compiler for programmable controller

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20030506