JP2000163109A - Ladder programming device and its method - Google Patents

Ladder programming device and its method

Info

Publication number
JP2000163109A
JP2000163109A JP10340107A JP34010798A JP2000163109A JP 2000163109 A JP2000163109 A JP 2000163109A JP 10340107 A JP10340107 A JP 10340107A JP 34010798 A JP34010798 A JP 34010798A JP 2000163109 A JP2000163109 A JP 2000163109A
Authority
JP
Japan
Prior art keywords
ladder
circuit diagram
ladder circuit
partial
unit
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
JP10340107A
Other languages
Japanese (ja)
Inventor
Masanori Moriya
雅則 森谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp Corp
Sharp Manufacturing Systems Corp
Original Assignee
Sharp Corp
Sharp Manufacturing Systems Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp, Sharp Manufacturing Systems Corp filed Critical Sharp Corp
Priority to JP10340107A priority Critical patent/JP2000163109A/en
Publication of JP2000163109A publication Critical patent/JP2000163109A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the work efficiency of the generation of a ladder circuit diagram and to reduce a bug generation rate in a ladder program by calling a partial ladder circuit diagram which is temporarily stored in a storage part and copying it in the ladder circuit diagram. SOLUTION: A ladder circuit diagram generation part 2a arranges a ladder parts diagram on a ladder circuit generation screen displayed by a display part 1 based on a prescribed procedure and generates a ladder circuit diagram. A partial ladder circuit diagram storage part 4a adds a partial ladder circuit number to a partial ladder circuit diagram designated by a designation part 2b and temporarily stores it. A copying part 2c instructs a partial ladder circuit number, calls the partial ladder circuit diagram which is temporarily stored in the partial ladder circuit storage part 4a and copies it in the ladder circuit diagram in the middle of generation. An address setting part 2d sets an address in the arranged ladder parts diagram. A ladder program generation part 2e generates a ladder program based on the ladder circuit diagram which is address-set.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ファクトリーオー
トメーション(FA)の制御や設備機器の自動化に利用
されるプログラマブルコントローラ(PC)のプログラ
ムメモリにプログラムを書き込むラダープログラミング
装置及びラダープログラミング方法に関する。
The present invention relates to a ladder programming device and a ladder programming method for writing a program in a program memory of a programmable controller (PC) used for controlling factory automation (FA) and automating equipment.

【0002】[0002]

【従来の技術】近年、コンピュータ等の演算手段を備え
たPCは、FA機器の汎用コントローラや、設備機器の
自動化のシステムコントローラとして必須のものになっ
ている。PCのコンピュータは、PCに内蔵されたプロ
グラムメモリに書き込まれたプログラム言語に従って設
備機器、FA機器を制御するようになっている。
2. Description of the Related Art In recent years, a PC equipped with a computing means such as a computer has become indispensable as a general-purpose controller for FA equipment and a system controller for automation of equipment. The computer of the PC controls the facility equipment and the FA equipment according to a program language written in a program memory built in the PC.

【0003】このPCのプログラムメモリに書き込まれ
るプログラム言語は、ラダー方式(リレー回路をもとに
した制御)のプログラム(ラダープログラム)とフロー
チャート方式のプログラムがあるが、現在、ラダープロ
グラムが主流である。例えば、ラダープログラミング装
置を用いて、ラダープログラムがPCのプログラムメモ
リに書き込まれる。
The program languages written in the program memory of the PC include a ladder program (ladder program) of a ladder system (control based on a relay circuit) and a program of a flowchart system. At present, the ladder program is mainly used. . For example, using a ladder programming device, a ladder program is written to a program memory of a PC.

【0004】例えば、ラダープログラミンングにおい
て、リレー、タイマ、カウンタ、レジスタなどの機能を
示す複数のラダー要素(ラダー部品)からなるラダー要
素群(ラダー部品図テーブル)からラダー要素を呼び出
して、ラダー回路図を作成する。従って、ラダー要素群
から類似のラダー要素を入力する場合、一つのラダー要
素群をクリップボードにコピーしてクリップボードから
貼り付けて使用する方法がある。このラダー要素は、そ
の図形は同じであっても、ラダー回路においてそれぞれ
ラダー要素に対応するアドレスが異なるので、同じラダ
ー要素を選択してコピー操作を繰り返した後、コーディ
ング操作においてそれぞれのアドレスを修正する方法が
一般的に行われる。
For example, in ladder programming, a ladder element is called from a ladder element group (ladder part diagram table) composed of a plurality of ladder elements (ladder parts) indicating functions such as a relay, a timer, a counter, and a register. Create a diagram. Therefore, when a similar ladder element is input from the ladder element group, there is a method of copying one ladder element group to the clipboard and pasting it from the clipboard. Even though this ladder element has the same figure, the address corresponding to the ladder element is different in the ladder circuit, so after selecting the same ladder element and repeating the copy operation, correct each address in the coding operation The method is generally performed.

【0005】一方、ライブラリを使用したプログラミン
グとして、特願平7−271570号公報に記載によれ
ば、すでに開発を完了したプログラムの部分的な機能を
検索し、その機能のコーディングをすることにより、そ
の機能の使用法の調査や検索時間を削減することを目的
としたプログラム開発支援ツールが提案されている。
[0005] On the other hand, according to Japanese Patent Application No. 7-271570, as a programming using a library, a partial function of a program which has already been developed is searched for, and the function is coded. A program development support tool has been proposed which aims to reduce the search time and search time of the usage of the function.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、ラダー
プログラムの大型化に伴い、ラダー要素も多くなり、作
業者には、ラダープログラミングにおけるラダー要素の
入力、そのアドレスの設定操作が煩雑になるだけなく、
ラダープログラミングのデバッグやラダー要素の動作タ
イミングの調整が難しくなり、ラダープログラムエラー
の発生率が高くなる。このプログラムエラーの殆どは、
ラダープログラミンング操作のミスによるものである。
However, with the increase in the size of the ladder program, the number of ladder elements also increases.
It becomes difficult to debug the ladder programming and adjust the operation timing of the ladder element, and the ladder program error rate increases. Most of these program errors are
This is due to a mistake in the ladder programming operation.

【0007】また、特願平7−271570号公報に記
載のプログラム開発支援ツールでは、既存のプログラム
を流用したプログラム作成処理であり、新規のラダープ
ログラミングには適用することはできない。
The program development support tool described in Japanese Patent Application No. 7-271570 is a program creation process using an existing program, and cannot be applied to new ladder programming.

【0008】また、ライブラリファイルを使用したプロ
グラミング方法として、ラダー要素群をライブラリファ
イルとして保存し、必要なときに、保存されたライブラ
リファイルを読み出してラダープログラミングする方法
もある。この場合、ラダー回路図を作成するアプリケー
ションプログラムとは別に、ライブラリファイルを操作
するアプリケーションプログラムを起動する必要があ
る。このラダープログラミンング方法も、ラダー要素の
入力操作、アドレス設定操作が煩雑である。
As a programming method using a library file, there is a method of storing a ladder element group as a library file and reading out the stored library file when necessary to perform ladder programming. In this case, it is necessary to start an application program for operating a library file, separately from an application program for creating a ladder circuit diagram. In this ladder programming method as well, the operation of inputting the ladder element and the operation of setting the address are complicated.

【0009】このように、従来のラダープログラミンン
グ方法では、ラダー要素の入力操作や、アドレス設定操
作が煩雑になり、ラダープログラミング作業効率が低下
する。さらにラダープログラミンング操作の誤りからラ
ダープログラム中のバグ発生率が高くなるという問題が
ある。
As described above, in the conventional ladder programming method, the operation of inputting a ladder element and the operation of setting an address are complicated, and the efficiency of ladder programming is reduced. Further, there is a problem that a bug occurrence rate in the ladder program increases due to an error in the ladder programming operation.

【0010】本発明は以上の事情を考慮してなされたも
のであり、ラダー回路図作成の作業効率を向上させ、ラ
ダープログラム中のバグ発生率を低減することができる
ラダープログラミンング装置及びラダープログラミンン
グ方法を提供する。
[0010] The present invention has been made in view of the above circumstances, and a ladder programming apparatus and a ladder programming apparatus capable of improving the work efficiency of creating a ladder circuit diagram and reducing the bug occurrence rate in a ladder program. Provide a method of

【0011】[0011]

【課題を解決するための手段】本発明は、画面を有する
表示部と、表示部によって表示されたラダー回路作成画
面にラダー部品図を所定の手順に基づいて配置してラダ
ー回路図を作成するラダー回路図作成部と、作成中のラ
ダー回路図から部分ラダー回路図を指定する指定部と、
指定された部分ラダー回路図に特定符号を付加して一時
記憶する部分ラダー回路図記憶部と、特定符号を指示し
て部分ラダー回路図記憶部に一時記憶された部分ラダー
回路図を呼び出して作成中のラダー回路図に複写する複
写部と、各ラダー部品図にアドレスを設定するアドレス
設定部と、アドレス設定されたラダー回路図に基づいて
ラダープログラムを作成するラダープログラム作成部
と、作成されたラダープログラムを記憶するラダープロ
グラム記憶部とを備えたことを特徴とするラダープログ
ラミング装置である。
According to the present invention, a ladder circuit diagram is created by arranging a ladder component diagram on a display unit having a screen and a ladder circuit creation screen displayed by the display unit according to a predetermined procedure. A ladder circuit diagram creation unit, a designation unit for designating a partial ladder circuit diagram from the ladder circuit diagram being created,
A partial ladder circuit diagram storage unit that temporarily stores a specified partial ladder circuit diagram by adding a specific code, and a partial ladder circuit diagram temporarily stored in the partial ladder circuit diagram storage unit by designating a specific code. A copying unit for copying the ladder circuit diagram inside, an address setting unit for setting an address for each ladder component diagram, a ladder program creating unit for creating a ladder program based on the ladder circuit diagram for which the address is set, A ladder programming device comprising: a ladder program storage unit that stores a ladder program.

【0012】なお、本発明において、表示部は、CRT
ディスプレイ、液晶ディスプレイ(LCD)、プラズマ
ディスプレイ、ELディスプレイなどの表示装置で構成
してもよい。ラダー回路図作成部、指定部、複写部、ア
ドレス設定部、ラダープログラム作成部は、コンピュー
タのCPUと制御プログラムで構成してもよい。また、
これらの各部は、各操作に連動して機能するので、キー
ボード、マウス、アイコンなどの入力装置を含むよう構
成することが好ましい。部分ラダー回路図記憶部、ラダ
ープログラム記憶部は、RAM、EEPROM、フロッ
ピー(登録商標)ディスク、ハードディスクなどの記憶
媒体で構成することが好ましい。
In the present invention, the display unit is a CRT.
A display device such as a display, a liquid crystal display (LCD), a plasma display, and an EL display may be used. The ladder circuit diagram creation unit, the designation unit, the copying unit, the address setting unit, and the ladder program creation unit may be configured by a computer CPU and a control program. Also,
Since these units function in conjunction with each operation, it is preferable that the units include input devices such as a keyboard, a mouse, and an icon. It is preferable that the partial ladder circuit diagram storage unit and the ladder program storage unit are configured by a storage medium such as a RAM, an EEPROM, a floppy (registered trademark) disk, and a hard disk.

【0013】本発明によれば、ラダープログラミングに
おいて作成中のラダー回路図から必要に応じて部分的に
類似している部分ラダー回路図を一時的に記憶して、そ
の記憶した部分ラダー回路図をコピーできるように構成
したことにより、ラダー部品図だけを配置して全ラダー
回路図を作成する必要がないので、ラダー回路図作成の
作業効率を向上させ、ラダープログラム中のバグ発生率
を低減することができる。
According to the present invention, a partial ladder circuit diagram partially similar to a ladder circuit diagram being created in ladder programming is temporarily stored as necessary, and the stored partial ladder circuit diagram is stored in the ladder circuit diagram. Since it is configured to be able to copy, it is not necessary to arrange only the ladder part diagram and create the whole ladder circuit diagram, so the work efficiency of creating the ladder circuit diagram is improved and the bug occurrence rate in the ladder program is reduced. be able to.

【0014】前記ラダー回路図作成部は、複数の異なる
ラダー部品図を表記した複数のキーまたは複数のアイコ
ンを含む構成にしてもよい。ここで、ラダー部品図と
は、例えば、リレーのa接点、b接点、カウンタ、タイ
マなどからなる機能部品と、水平短絡線、垂直短絡線な
どからなる配線部品を示す図形である。ラダー回路図作
成部は、さらにラダー回路図を作成するための各種命令
キー、各種機能キーを備えている。
[0014] The ladder circuit diagram creating section may include a plurality of keys or a plurality of icons indicating a plurality of different ladder component diagrams. Here, the ladder component diagram is, for example, a figure showing a functional component including a contact a and b contact of a relay, a counter, a timer, and the like, and a wiring component including a horizontal short-circuit line, a vertical short-circuit line, and the like. The ladder circuit diagram creation unit further includes various instruction keys and various function keys for creating a ladder circuit diagram.

【0015】前記複写部は、複数の異なる部分ラダー回
路図を指定するための特定符号を表記した複数のキーま
たは複数のアイコンを含む構成にしてもよい。この構成
によれば、作業者は、特定符号と対応するキーまたはア
イコンを操作することにより部分ラダー回路図を複写す
ることができる。
[0015] The copying section may include a plurality of keys or a plurality of icons on which specific codes for designating a plurality of different partial ladder circuit diagrams are written. According to this configuration, the operator can copy the partial ladder circuit diagram by operating the key or the icon corresponding to the specific code.

【0016】前記部分ラダー回路図記憶部に記憶された
部分ラダー回路図に関する参照データを更新記憶する参
照データテーブルをさらに備え、前記複写部は、参照デ
ータテーブルに更新記憶された参照データをラダー回路
作成画面の一領域に表示する指示を表示部に出力する構
成にしてもよい。この構成において、参照データテーブ
ルは、RAM、EEPROM、フロッピーディスクなど
の記憶媒体で構成することが好ましい。この構成によれ
ば、作業者は、部分ラダー回路図を複写する前に、参照
データテーブルに更新記憶されている部分ラダー回路図
に関する参照データをラダー回路作成画面の一領域に表
示して確認することができる。
A reference data table for updating and storing reference data relating to the partial ladder circuit diagram stored in the partial ladder circuit diagram storage unit, wherein the copying unit stores the reference data updated and stored in the reference data table in a ladder circuit. An instruction to display in one area of the creation screen may be output to the display unit. In this configuration, the reference data table is preferably configured by a storage medium such as a RAM, an EEPROM, and a floppy disk. According to this configuration, before copying the partial ladder circuit diagram, the operator displays and confirms the reference data on the partial ladder circuit diagram updated and stored in the reference data table in one area of the ladder circuit creation screen. be able to.

【0017】前記アドレス設定部は、前記複写部によっ
て複写された部分ラダー回路図のラダー部品図に対する
アドレスを自動修正する構成にしてもよい。この構成に
よれば、複写された部分ラダー回路図のラダー部品図に
対するアドレスは異なるのでアドレスの修正が必要にな
るが、このアドレス修正操作が低減できる。
The address setting unit may be configured to automatically correct an address of a partial ladder circuit diagram copied by the copying unit with respect to a ladder component diagram. According to this configuration, since the address of the copied partial ladder circuit diagram with respect to the ladder component diagram is different, it is necessary to correct the address. However, this address correction operation can be reduced.

【0018】プログラマブルコントローラと接続するイ
ンタフェース部と、インタフェース部を介して前記ラダ
ープログラム記憶部に記憶されたラダープログラムをプ
ログラマブルコントローラに内蔵されたラダープログラ
ム記憶部にインストールするインストール制御部とをさ
らに備えた構成にすることが好ましい。インタフェース
部はコンピュータのI/Oポートで構成してもよい。イ
ンストール制御部はコンピュータのCPUで構成される
ことが好ましい。この構成によれば、プログラマブルコ
ントローラは、ラダープログラミング装置からインスト
ールされたラダープログラムを実行することができる。
An interface unit for connecting to the programmable controller, and an installation control unit for installing a ladder program stored in the ladder program storage unit via the interface unit into a ladder program storage unit built in the programmable controller are further provided. It is preferable to have a configuration. The interface unit may be configured by an I / O port of a computer. It is preferable that the installation control unit is configured by a CPU of the computer. According to this configuration, the programmable controller can execute the ladder program installed from the ladder programming device.

【0019】本発明の別の観点によれば、表示部によっ
て表示されたラダー回路作成画面にラダー部品図を所定
の手順に基づいて配置してラダー回路図を作成し、作成
中のラダー回路図から部分ラダー回路図を指定し、指定
された部分ラダー回路図に特定符号を付加して部分ラダ
ー回路図記憶部に一時記憶し、特定符号を指示して部分
ラダー回路図記憶部に一時記憶された部分ラダー回路図
を呼び出して作成中のラダー回路図に複写し、各ラダー
部品図にアドレスを設定し、アドレス設定されたラダー
回路図に基づいてラダープログラムを作成し、作成され
たラダープログラムをラダープログラム記憶部に記憶す
ることを特徴するラダープログラミング方法が提供され
る。
According to another aspect of the present invention, a ladder circuit diagram is created by arranging a ladder component diagram on a ladder circuit creation screen displayed by a display unit according to a predetermined procedure, and the ladder circuit diagram being created is created. From the specified partial ladder circuit diagram, a specific code is added to the specified partial ladder circuit diagram and temporarily stored in the partial ladder circuit diagram storage unit, and the specific code is designated and temporarily stored in the partial ladder circuit diagram storage unit. Call the partial ladder schematic diagram, copy it to the ladder schematic diagram that is being created, set an address for each ladder component diagram, create a ladder program based on the ladder schematic diagram with the address set, and copy the created ladder program A ladder programming method is provided, wherein the method is stored in a ladder program storage unit.

【0020】[0020]

【発明の実施の形態】以下、図に示す実施例に基づいて
本発明を詳述する。なお、本発明はこれによって限定さ
れるものではない。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail based on an embodiment shown in the drawings. The present invention is not limited by this.

【0021】図1は本発明の一実施例であるプログラミ
ング装置の概略構成を示すブロック図である。図1にお
いて、1はCRTディスプレイ、液晶ディスプレイ(L
CD)、プラズマディスプレイ、ELディスプレイなど
からなる表示部であり、表示部1は、ラダー回路図を作
成するためのラダー回路作成画面を表示するよう動作す
る。2はコンピュータのCPUを示し、CPU2は、制
御プログラムにより、各部を制御する。また、CPU2
は、ラダー回路図作成部2a、指定部2b、複写部2
c、アドレス設定部2d、ラダープログラム作成部2
e、インストール制御部2fとして機能する。
FIG. 1 is a block diagram showing a schematic configuration of a programming device according to one embodiment of the present invention. In FIG. 1, reference numeral 1 denotes a CRT display, a liquid crystal display (L
CD), a plasma display, an EL display, and the like, and the display unit 1 operates to display a ladder circuit creation screen for creating a ladder circuit diagram. Reference numeral 2 denotes a CPU of the computer, and the CPU 2 controls each unit according to a control program. Also, CPU2
Are the ladder circuit diagram creation unit 2a, the designation unit 2b, the copy unit 2
c, address setting unit 2d, ladder program creation unit 2
e, functioning as the installation control unit 2f.

【0022】3はキーボード、マウス、アイコンなどか
らなる入力部であり、入力部3を用いて、各部2a〜2
fに各種命令、各種データ、アドレス、機能の起動指示
などを入力する。4はRAM、EEPROM、フロッピ
ーディスク、ハードディスクなどからなる記憶部を示
し、記憶部4は、部分ラダー回路図記憶部4a、ラダー
プログラム記憶部4b、参照データテーブル4c、入力
データテーブル4d、表示データ記憶部4eとして機能
する。5はコンピュータのI/Oポートからなるインタ
フェース部を示し、インタフェース部5は、CPU2の
制御によってプログラマブルコントローラ(PC)と接
続する。
Reference numeral 3 denotes an input unit including a keyboard, a mouse, an icon, and the like.
Various instructions, various data, addresses, function activation instructions, and the like are input to f. Reference numeral 4 denotes a storage unit including a RAM, an EEPROM, a floppy disk, a hard disk, and the like. The storage unit 4 includes a partial ladder circuit diagram storage unit 4a, a ladder program storage unit 4b, a reference data table 4c, an input data table 4d, and a display data storage. It functions as the unit 4e. Reference numeral 5 denotes an interface unit comprising an I / O port of a computer. The interface unit 5 is connected to a programmable controller (PC) under the control of the CPU 2.

【0023】ラダー回路図作成部2aは、表示部1によ
って表示されたラダー回路作成画面にラダー部品図を所
定の手順に基づいて配置してラダー回路図を作成するよ
う動作する。また、ラダー回路図作成部2aは、ラダー
プログラムの入力や修正を行う。指定部2bは、作成中
のラダー回路図から部分ラダー回路図を指定するよう動
作する。
The ladder circuit diagram creation section 2a operates to arrange a ladder component diagram on the ladder circuit creation screen displayed by the display section 1 according to a predetermined procedure to create a ladder circuit diagram. In addition, the ladder circuit diagram creation unit 2a inputs and corrects a ladder program. The specifying unit 2b operates to specify a partial ladder circuit diagram from the ladder circuit diagram being created.

【0024】複写部2cは、特定符号(部分ラダー回路
番号)を指示して部分ラダー回路記憶部4aに一時記憶
された部分ラダー回路図を呼び出して作成中のラダー回
路図に複写するよう動作する。また、複写部2cは、参
照データテーブル4cに更新記憶された参照データをラ
ダー回路作成画面の一領域に表示する指示を表示部1に
出力するよう動作する。
The copying section 2c operates to designate a specific code (partial ladder circuit number), call up the partial ladder circuit diagram temporarily stored in the partial ladder circuit storage section 4a, and copy it to the ladder circuit diagram being created. . Further, the copying unit 2c operates to output to the display unit 1 an instruction to display the reference data updated and stored in the reference data table 4c in one area of the ladder circuit creation screen.

【0025】アドレス設定部2dは、配置されたラダー
部品図にアドレスを設定するよう動作する。ラダープロ
グラム作成部2eは、アドレス設定されたラダー回路図
に基づいてラダープログラムを作成するよう動作する。
インストール制御部2fは、インタフェース部5を介し
てラダープログラム記憶部4bに記憶されたラダープロ
グラムをPCに内蔵されたラダープログラム記憶部にイ
ンストールするよう動作する。よって、ラダープログラ
ミング装置は、PCのプログラム領域へのラダープログ
ラムの書き込みや、読み出しを行うようになっている。
The address setting section 2d operates to set an address on the ladder component diagram arranged. The ladder program creating section 2e operates to create a ladder program based on the ladder circuit diagram to which the address is set.
The installation control unit 2f operates to install the ladder program stored in the ladder program storage unit 4b via the interface unit 5 into the ladder program storage unit built in the PC. Therefore, the ladder programming device writes and reads a ladder program in the program area of the PC.

【0026】入力部3は、複数の異なるラダー部品図を
表記した複数のキーまたは複数のアイコンを含んでい
る。また、入力部3は、複数の異なる部分ラダー回路図
を指定するための部分ラダー回路番号と対応する複数の
キーまたは複数のアイコンを含んでいる。
The input unit 3 includes a plurality of keys or a plurality of icons indicating a plurality of different ladder parts diagrams. The input unit 3 includes a plurality of keys or a plurality of icons corresponding to partial ladder circuit numbers for designating a plurality of different partial ladder circuit diagrams.

【0027】部分ラダー回路図記憶部4aは、指定部2
cによって指定された部分ラダー回路図に部分ラダー回
路番号を付加して一時記憶するよう構成されている。ラ
ダープログラム記憶部4bは、ラダー回路図から作成さ
れたラダープログラムを記憶するよう構成されている。
また、PCのラダープログラム記憶部から読み出したラ
ダープログラムを記憶する領域も備えている。
The partial ladder circuit diagram storage section 4a stores the designation section 2
The configuration is such that a partial ladder circuit number is added to the partial ladder circuit diagram designated by c and temporarily stored. The ladder program storage unit 4b is configured to store a ladder program created from the ladder circuit diagram.
Further, an area for storing a ladder program read from the ladder program storage section of the PC is provided.

【0028】参照データテーブル4cは、部分ラダー回
路図記憶部4aに記憶された部分ラダー回路図に関する
参照データ(部分ラダー回路番号/アドレス/ラダー部
品数)を更新記憶するよう構成されている(図7参
照)。入力データテーブル4dは、複数の異なるラダー
部品図及び部分ラダー回路番号からなる入力データをキ
ーまたはアイコンと対応して記憶している(図3参
照)。表示データ記憶部4eは、ラダー回路作成画面デ
ータ、ラダー回路作成画面に表示するためのラダー部品
図などの表示データなどを記憶してる。
The reference data table 4c is configured to update and store reference data (partial ladder circuit number / address / number of ladder parts) relating to the partial ladder circuit diagram stored in the partial ladder circuit diagram storage unit 4a (FIG. 2). 7). The input data table 4d stores input data including a plurality of different ladder component diagrams and partial ladder circuit numbers in association with keys or icons (see FIG. 3). The display data storage unit 4e stores ladder circuit creation screen data, display data such as a ladder component diagram to be displayed on the ladder circuit creation screen, and the like.

【0029】図2は本実施例によるラダー回路作成画面
の一表示例を示す図である。図2において、1aはラダ
ー回路作成画面を示す。3aはラダー部品図(ラダー要
素図)が表記されたラダー部品図入力アイコンを示す。
このラダー部品図入力アイコン3aを用いて、表示部1
に表示されたラダー回路作成画面1aにラダー部品図を
所定の手順に基づいて配置して、新規にラダー回路図を
作成する。3bは作成中のラダー回路図から指定された
部分ラダー回路図に部分ラダー回路番号を付加して部分
ラダー回路図記憶部4aに一時記憶するための部分ラダ
ー回路図入力アイコンを示す。また、ラダー回路作成画
面の左側には各ラダー回路図に対応するステップ番号が
表示されている。
FIG. 2 is a diagram showing a display example of a ladder circuit creation screen according to this embodiment. In FIG. 2, 1a indicates a ladder circuit creation screen. Reference numeral 3a denotes a ladder component diagram input icon on which a ladder component diagram (ladder component diagram) is described.
Using the ladder part diagram input icon 3a, the display unit 1
A ladder circuit diagram is newly created by arranging a ladder component diagram on the ladder circuit creation screen 1a displayed according to a predetermined procedure. Reference numeral 3b denotes a partial ladder circuit diagram input icon for adding a partial ladder circuit number to the designated partial ladder circuit diagram from the ladder circuit diagram being created and temporarily storing the partial ladder circuit diagram in the partial ladder circuit diagram storage unit 4a. Step numbers corresponding to the respective ladder circuit diagrams are displayed on the left side of the ladder circuit creation screen.

【0030】ラダー回路作成画面1aの任意の位置に入
力部3のカーソル(図示しない)を移動し、ラダー部品
図入力アイコン3aに割り付けられたラダー部品図を選
択して任意のラダー部品図を作成していく。このような
作業を繰り返し行い、作成したラダー回路図からラダー
プログラムに変換したり、ラダープログラム記憶部に記
憶されたラダープログラムからラダー回路図に変換して
ラダー回路の追加や修正等を行う。
The cursor (not shown) of the input unit 3 is moved to an arbitrary position on the ladder circuit creation screen 1a, and the ladder component diagram assigned to the ladder component diagram input icon 3a is selected to create an arbitrary ladder component diagram. I will do it. By repeating such operations, a ladder circuit diagram is converted into a ladder program, or a ladder program stored in a ladder program storage unit is converted into a ladder circuit diagram to add or modify a ladder circuit.

【0031】図3は本実施例による入力データテーブル
の一記憶例を示す図である。図3に示すように、入力デ
ータテーブル4dは、複数の異なるラダー部品図及び部
分ラダー回路番号からなる入力データと、この入力デー
タを入力する複数のキーまたはアイコンの対応関係を予
め記憶している。ここで、F-1〜F-5のキー/アイコン
は、図2に示すラダー部品図入力アイコン3aの入力デ
ータ(ラダー部品図)に対応し、F-6〜F-10のキー/
アイコンは、部分ラダー回路図入力アイコン3bの入力
データ(部分ラダー回路番号)に対応している。よっ
て、CPU2は、入力データテーブル4dを参照して、
入力部3から入力された入力データを確定する。
FIG. 3 is a diagram showing an example of storage of the input data table according to the present embodiment. As shown in FIG. 3, the input data table 4d previously stores input data including a plurality of different ladder component diagrams and partial ladder circuit numbers, and a plurality of keys or icons for inputting the input data. . Here, the keys / icons of F-1 to F-5 correspond to the input data (ladder parts diagram) of the ladder parts diagram input icon 3a shown in FIG.
The icon corresponds to the input data (partial ladder circuit number) of the partial ladder circuit diagram input icon 3b. Therefore, the CPU 2 refers to the input data table 4d and
The input data input from the input unit 3 is determined.

【0032】図4は本実施例によるラダー回路作成画面
に表示されたラダー回路図の一例を示す図である。図4
において、4−1、4−2、4−3、4−4、4−5
は、部分的な制御機能を持つ部分ラダー回路図を示す。
各部分ラダー回路図4−1と4−3、4−2と4−5
は、それぞれアドレスの違いがあるが同じラダー部品図
で構成されている。作業者は、ある制御機能を有するラ
ダー回路を作成してプログラミングする場合、通常、下
記の作業手順で行う。
FIG. 4 is a diagram showing an example of the ladder circuit diagram displayed on the ladder circuit creation screen according to the present embodiment. FIG.
, 4-1 4-2, 4-3, 4-4, 4-5
Shows a partial ladder circuit diagram having a partial control function.
Partial ladder circuit diagrams 4-1 and 4-3, 4-2 and 4-5
Are configured with the same ladder part diagram, although each has a different address. When creating and programming a ladder circuit having a certain control function, an operator usually performs the following operation procedure.

【0033】図5は通常のラダープログラミングの作業
手順を示すフローチャートである。図5において、 S01:入出力機器を割り付ける。 S02:タイムチャートを作成する。 S03:内部補助リレー、タイマ、カウンタなどを割り
付ける。 S05:ラダー回路図を作成する。 S06:プログラミングを行う。 S07:デバッグを行う。
FIG. 5 is a flowchart showing a normal ladder programming operation procedure. In FIG. 5, S01: Input / output devices are allocated. S02: Create a time chart. S03: Assign internal auxiliary relays, timers, counters, and the like. S05: Create a ladder circuit diagram. S06: Perform programming. S07: Debug.

【0034】図6は本実施例によるラダー回路図の作成
手順を示すフローチャートである。図6において、 S11:入力部3からラダープログラミングの起動指示
を受け、CPU2は、表示部1にラダー回路作成画面1
aを表示する。 S12:CPU2は、ラダー部品図入力アイコン3aか
らラダー部品図が入力されたか否かを入力データテーブ
ル4dを参照して判断する。ラダー部品図が入力された
ならば、ステップS12に移行し、そうでないらば、ラ
ダー部品図の入力を待つ。 S13:CPU2は、ラダー部品図入力アイコン3aか
ら入力されたラダー部品図を所定の手順に基づいてラダ
ー回路作成画面1aに配置して、新規のラダー回路図を
作成する(例えば、図4に示す部分ラダー回路図4−
1、4−2を作成する)。
FIG. 6 is a flowchart showing a procedure for creating a ladder circuit diagram according to the present embodiment. In FIG. 6, S11: upon receiving an instruction to start ladder programming from the input unit 3, the CPU 2 displays the ladder circuit creation screen 1 on the display unit 1.
Display a. S12: The CPU 2 determines whether or not a ladder component diagram has been input from the ladder component diagram input icon 3a with reference to the input data table 4d. If the ladder part drawing has been input, the process proceeds to step S12, and if not, waits for the input of the ladder part drawing. S13: The CPU 2 arranges the ladder component diagram input from the ladder component diagram input icon 3a on the ladder circuit creation screen 1a based on a predetermined procedure, and creates a new ladder circuit diagram (for example, as shown in FIG. 4). Partial ladder circuit diagram 4-
1, 4-2).

【0035】ここで、作業者は、類似する部分ラダー回
路図が複数作成する必要があるか判断し、複数作成する
必要があれば、該当する部分ラダー回路図(例えば、図
4に示す部分ラダー回路図4−1、4−2)を、部分ラ
ダー回路図入力アイコン3bの部分ラダー回路番号を用
いて指定し、部分ラダー回路図記憶部4aへの登録指示
を入力するとする。 S14:CPU2は、部分ラダー回路図入力アイコン3
bから、部分ラダー回路図を登録するための部分ラダー
回路番号が入力されたか否かを入力データテーブル4d
を参照して判断する。部分ラダー回路番号が入力された
ならば、ステップS15に移行し、そうでないならば、
ステップS22の処理に移行する。
Here, the operator judges whether it is necessary to create a plurality of similar partial ladder circuit diagrams, and if a plurality of similar partial ladder circuit diagrams need to be created, the corresponding partial ladder circuit diagram (for example, the partial ladder circuit diagram shown in FIG. 4). Circuit diagrams 4-1 and 4-2) are designated using the partial ladder circuit diagram input icon 3b using the partial ladder circuit number, and a registration instruction to the partial ladder circuit diagram storage unit 4a is input. S14: The CPU 2 sets the partial ladder circuit diagram input icon 3
b, whether or not a partial ladder circuit number for registering a partial ladder circuit diagram has been input is determined by an input data table 4d.
Refer to to determine. If a partial ladder circuit number has been input, the process proceeds to step S15; otherwise, the process proceeds to step S15.
The process moves to step S22.

【0036】S15:CPU2は、部分ラダー回路番号
とその登録指示を受け、部分ラダー回路図記憶部4aに
おいて、参照テーブルに記憶された参照データを参照し
て、指定された部分ラダー回路番号に対応する記憶領域
に空きがあるか否かを調査する。空きがあれば、ステッ
プS16に移行する。図7は本実施例による参照データ
テーブルの一記憶例を示す図である。図7に示す参照デ
ータテーブルには、部分ラダー回路番号/アドレス/ラ
ダー部品数の参照データが更新記憶されている。
S15: The CPU 2 receives the partial ladder circuit number and its registration instruction, refers to the reference data stored in the reference table in the partial ladder circuit diagram storage unit 4a, and corresponds to the designated partial ladder circuit number. Check whether there is free space in the storage area to be used. If there is a free space, the process proceeds to step S16. FIG. 7 is a diagram illustrating a storage example of the reference data table according to the present embodiment. In the reference data table shown in FIG. 7, reference data of the partial ladder circuit number / address / ladder component number is updated and stored.

【0037】S16:CPU2は、指定された部分ラダ
ー回路番号に対応する記憶領域に空きがあれば、その記
憶領域に指定された部分ラダー回路図を、アドレス/命
令/コードからなるプログラムデータに変換して部品ラ
ダー回路記憶部4aに記憶する。
S16: If there is a free space in the storage area corresponding to the designated partial ladder circuit number, the CPU 2 converts the designated partial ladder circuit diagram in the storage area into program data consisting of addresses / instructions / codes. Then, it is stored in the component ladder circuit storage unit 4a.

【0038】図8は本実施例による部分ラダー回路図記
憶部の一記憶例を示す図である。図8に示す部分ラダー
回路図記憶部4aには、図4に示すラダー回路図に対応
する各ラダー部品図のプログラムデータ(アドレス/命
令/コード)が記憶されている。ここで、図8に示すS
TR、OR、AND、AND-NOTなどの命令は、ラ
ダー部品図(ラダー要素)の機能を示す。また、部分ラ
ダー回路図記憶部4aは、ラダープログラム記憶部4b
と同じように構成されている。
FIG. 8 is a diagram showing a storage example of the partial ladder circuit diagram storage unit according to the present embodiment. The program data (address / instruction / code) of each ladder component diagram corresponding to the ladder circuit diagram shown in FIG. 4 is stored in the partial ladder circuit diagram storage unit 4a shown in FIG. Here, S shown in FIG.
Instructions such as TR, OR, AND, and AND-NOT indicate the function of a ladder component diagram (ladder element). Further, the partial ladder circuit diagram storage unit 4a includes a ladder program storage unit 4b.
It is configured in the same way as.

【0039】S17:参照データテーブルの参照データ
(部分ラダー回路番号/アドレス/ラダー部品数)を更
新記憶する。ここで、作業者は、登録された部分ラダー
回路図を呼び出し複写する必要があるか否かを判断し、
複写する必要があれば、部分ラダー回路図を複写する位
置にカーソルを移動し、部分ラダー回路図入力アイコン
3bの部分ラダー回路番号を用いて呼び出す部分ラダー
回路図を指定するとする。 S18:CPU2は、部分ラダー図入力アイコン3bか
ら、部分ラダー回路図を呼び出すための部分ラダー回路
番号が入力されたか否かを入力データテーブル4dを参
照して判断する。部分ラダー回路番号が入力されたなら
ば、ステップS19に移行し、そうでないならば、ステ
ップS21の処理に移行する。
S17: Update and store the reference data (partial ladder circuit number / address / number of ladder parts) in the reference data table. Here, the operator determines whether it is necessary to call and copy the registered partial ladder circuit diagram,
If copying is necessary, the cursor is moved to a position where the partial ladder circuit diagram is to be copied, and a partial ladder circuit diagram to be called is designated using the partial ladder circuit number of the partial ladder circuit diagram input icon 3b. S18: The CPU 2 determines whether or not a partial ladder circuit number for calling a partial ladder circuit diagram has been input from the partial ladder diagram input icon 3b with reference to the input data table 4d. If a partial ladder circuit number has been input, the process proceeds to step S19; otherwise, the process proceeds to step S21.

【0040】S19:CPU2は、指定された部分ラダ
ー回路番号に対する部分ラダー回路図のプログラムデー
タをラダー部品図記憶部4aから呼び出す。 S20:CPU2は、呼び出したプログラムデータを部
分ラダー回路図に変換してカーソル位置に複写する(例
えば、図4に示す部分ラダー回路図4−3、4−5)。
S19: The CPU 2 calls the program data of the partial ladder circuit diagram corresponding to the designated partial ladder circuit number from the ladder component diagram storage unit 4a. S20: The CPU 2 converts the called program data into a partial ladder circuit diagram and copies it at the cursor position (for example, the partial ladder circuit diagrams 4-3 and 4-5 shown in FIG. 4).

【0041】S21:CPU2は、部分ラダー回路図の
追加/修正の入力か否かを判断し、部分ラダー回路図の
追加/修正の入力があれば、ステップS12に戻り、そ
うでないならば、ラダー回路図の作成処理を終了する。 S22:S14において、CPU2は、入力された部分
ラダー回路番号に対応する記憶領域に空きがない旨のメ
ッセージを表示部1に表示して処理を終了する。
S21: The CPU 2 determines whether or not the input of addition / modification of the partial ladder circuit diagram is made. If there is an input of addition / modification of the partial ladder circuit diagram, the process returns to step S12. The circuit diagram creation processing ends. S22: In S14, the CPU 2 displays on the display unit 1 a message indicating that there is no free space in the storage area corresponding to the input partial ladder circuit number, and ends the processing.

【0042】ステップS14において、作業者は、必要
に応じて、参照データテーブル4cや部分ラダー回路記
憶部4aの内容をラダー回路作成画面の一領域に表示し
て確認することができる。また、ステップS20におい
て、複写された部分ラダー回路図のラダー部品図に対す
るアドレスを自動修正するようにしてもよい。また、ス
テップS22において、入力された部分ラダー回路番号
に対応する記憶領域に空きがない旨のメッセージを表示
する際、さらにその記憶領域を空きにして新しい部分ラ
ダー回路図のプログラムデータを更新記憶する旨のメッ
セージを表示するようにしてもよい。
In step S14, the operator can display and confirm the contents of the reference data table 4c and the partial ladder circuit storage section 4a in one area of the ladder circuit creation screen as necessary. In step S20, the address of the copied partial ladder circuit diagram with respect to the ladder component diagram may be automatically corrected. In step S22, when a message indicating that there is no free space in the storage area corresponding to the input partial ladder circuit number is displayed, the storage area is further vacated and the program data of the new partial ladder circuit diagram is updated and stored. A message to the effect may be displayed.

【0043】実際には、入力されたラダー回路図をラダ
ー部品図がラダー回路作成画面に表示されたときに、ラ
ダー部品図に対してアドレスが順次設定され、プログラ
ムデータが作成されてラダープログラム記憶部4bに書
き込まれる。また、ラダープログラム記憶部4bに記憶
されたラダープログラムを呼び出しラダー回路図に変換
してラダー回路の追加や修正等を行うことができる。
Actually, when the input ladder circuit diagram is displayed on the ladder circuit diagram, the addresses are sequentially set for the ladder circuit diagram, program data is generated, and the ladder program is stored. It is written to the unit 4b. Further, the ladder program stored in the ladder program storage unit 4b can be converted into a call ladder circuit diagram to add or modify a ladder circuit.

【0044】[0044]

【発明の効果】本発明によれば、ラダープログラミング
において作成中のラダー回路図から必要に応じて部分的
に類似している部分ラダー回路図を一時的に記憶して、
その記憶した部分ラダー回路図をコピーできるように構
成したことにより、ラダー部品図だけを配置して全ラダ
ー回路図を作成する必要がないので、ラダー回路図作成
の作業効率を向上させ、ラダープログラム中のバグ発生
率を低減することができる。
According to the present invention, a partial ladder circuit diagram partially similar to a ladder circuit diagram being created in ladder programming is temporarily stored as necessary,
Since the stored partial ladder circuit diagram can be copied, it is not necessary to arrange only the ladder circuit diagram and create the entire ladder circuit diagram. The bug occurrence rate can be reduced.

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

【図1】本発明の一実施例であるプログラミング装置の
概略構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a schematic configuration of a programming device according to an embodiment of the present invention.

【図2】本実施例によるラダー回路作成画面の一表示例
を示す図である。
FIG. 2 is a diagram showing a display example of a ladder circuit creation screen according to the embodiment.

【図3】本実施例による入力データテーブルの一記憶例
を示す図である。
FIG. 3 is a diagram illustrating a storage example of an input data table according to the embodiment;

【図4】本実施例によるラダー回路作成画面に表示され
たラダー回路図の一例を示す図である。
FIG. 4 is a diagram illustrating an example of a ladder circuit diagram displayed on a ladder circuit creation screen according to the embodiment.

【図5】通常のラダープログラミングの作業手順を示す
フローチャートである。
FIG. 5 is a flowchart showing a normal ladder programming operation procedure.

【図6】本実施例によるラダー回路図の作成手順を示す
フローチャートである。
FIG. 6 is a flowchart showing a procedure for creating a ladder circuit diagram according to the embodiment.

【図7】本実施例による参照データテーブルの一記憶例
を示す図である。
FIG. 7 is a diagram illustrating a storage example of a reference data table according to the embodiment;

【図8】本実施例による部分ラダー回路図記憶部の一記
憶例を示す図である。
FIG. 8 is a diagram illustrating a storage example of a partial ladder circuit diagram storage unit according to the embodiment;

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

1 表示部 2 CPU 2a ラダー回路図作成部 2b 指定部、 2c 複写部 2d アドレス設定部 2e ラダープログラム作成部 2f インストール制御部 3 入力部 3a ラダー部品図入力アイコン 3b 部分ラダー回路図入力アイコン 4 記憶部 4a 部分ラダー回路図記憶部 4b ラダープログラム記憶部 4c 参照データテーブル 4d 入力データテーブル 4e 表示データ記憶部 5 インタフェース部 Reference Signs List 1 display unit 2 CPU 2a ladder circuit diagram creation unit 2b designation unit, 2c copy unit 2d address setting unit 2e ladder program creation unit 2f installation control unit 3 input unit 3a ladder part diagram input icon 3b partial ladder circuit diagram input icon 4 storage unit 4a Partial ladder circuit diagram storage unit 4b Ladder program storage unit 4c Reference data table 4d Input data table 4e Display data storage unit 5 Interface unit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B076 DD06 DF10 5H220 AA06 BB09 BB12 CC07 CX01 CX06 DD04 FF02 FF05 GG03 GG05 GG13 GG14 JJ12 JJ24 JJ42 JJ59  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B076 DD06 DF10 5H220 AA06 BB09 BB12 CC07 CX01 CX06 DD04 FF02 FF05 GG03 GG05 GG13 GG14 JJ12 JJ24 JJ42 JJ59

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 画面を有する表示部と、表示部によって
表示されたラダー回路作成画面にラダー部品図を所定の
手順に基づいて配置してラダー回路図を作成するラダー
回路図作成部と、作成中のラダー回路図から部分ラダー
回路図を指定する指定部と、指定された部分ラダー回路
図に特定符号を付加して一時記憶する部分ラダー回路図
記憶部と、特定符号を指示して部分ラダー回路図記憶部
に一時記憶された部分ラダー回路図を呼び出して作成中
のラダー回路図に複写する複写部と、各ラダー部品図に
アドレスを設定するアドレス設定部と、アドレス設定さ
れたラダー回路図に基づいてラダープログラムを作成す
るラダープログラム作成部と、作成されたラダープログ
ラムを記憶するラダープログラム記憶部とを備えたこと
を特徴とするラダープログラミング装置。
1. A display unit having a screen, a ladder circuit diagram creation unit that arranges a ladder component diagram on a ladder circuit creation screen displayed by the display unit based on a predetermined procedure, and creates a ladder circuit diagram. A designation unit for designating a partial ladder circuit diagram from a ladder circuit diagram therein, a partial ladder circuit diagram storage unit for temporarily storing a specified partial ladder circuit diagram by adding a specific code, and a partial ladder by designating a specific code A copy unit that calls a partial ladder circuit diagram temporarily stored in a circuit diagram storage unit and copies the ladder circuit diagram being created, an address setting unit that sets an address in each ladder component diagram, and a ladder circuit diagram in which an address is set A ladder program creating section for creating a ladder program based on a ladder program, and a ladder program storage section for storing the created ladder program Programming device.
【請求項2】 前記ラダー回路図作成部は、複数の異な
るラダー部品図を表記した複数のキーまたは複数のアイ
コンを含むことを特徴とする請求項1記載のラダープロ
グラミング装置。
2. The ladder programming device according to claim 1, wherein the ladder circuit diagram creation unit includes a plurality of keys or a plurality of icons representing a plurality of different ladder part diagrams.
【請求項3】 前記複写部は、複数の異なる部分ラダー
回路図を指定するための特定符号を表記した複数のキー
または複数のアイコンを含むことを特徴とする請求項1
記載のラダープログラミング装置。
3. The copying unit according to claim 1, wherein the copying unit includes a plurality of keys or a plurality of icons each having a specific code for designating a plurality of different partial ladder circuit diagrams.
The described ladder programming device.
【請求項4】 前記部分ラダー回路図記憶部に記憶され
た部分ラダー回路図に関する参照データを更新記憶する
参照データテーブルをさらに備え、前記複写部は、参照
データテーブルに更新記憶された参照データをラダー回
路作成画面の一領域に表示する指示を表示部に出力する
ことを特徴とするラダープログラミング装置。
4. A reference data table for updating and storing reference data relating to the partial ladder circuit diagram stored in the partial ladder circuit diagram storage unit, wherein the copying unit stores the reference data updated and stored in the reference data table. A ladder programming device for outputting an instruction to be displayed in one area of a ladder circuit creation screen to a display unit.
【請求項5】 前記アドレス設定部は、前記複写部によ
って複写された部分ラダー回路図のラダー部品図に対す
るアドレスを自動修正することを特徴とする請求項1記
載のラダープログラミング装置。
5. The ladder programming device according to claim 1, wherein the address setting unit automatically corrects an address of the partial ladder circuit diagram copied by the copying unit with respect to a ladder component diagram.
【請求項6】 プログラマブルコントローラと接続する
インタフェース部と、インタフェース部を介して前記ラ
ダープログラム記憶部に記憶されたラダープログラムを
プログラマブルコントローラに内蔵されたラダープログ
ラム記憶部にインストールするインストール制御部とを
さらに備えたことを特徴とする請求項1記載のラダープ
ログラミング装置。
6. An interface unit for connecting to a programmable controller, and an installation control unit for installing a ladder program stored in the ladder program storage unit via the interface unit into a ladder program storage unit built in the programmable controller. The ladder programming device according to claim 1, further comprising:
【請求項7】 表示部によって表示されたラダー回路作
成画面にラダー部品図を所定の手順に基づいて配置して
ラダー回路図を作成し、作成中のラダー回路図から部分
ラダー回路図を指定し、指定された部分ラダー回路図に
特定符号を付加して部分ラダー回路図記憶部に一時記憶
し、特定符号を指示して部分ラダー回路図記憶部に一時
記憶された部分ラダー回路図を呼び出して作成中のラダ
ー回路図に複写し、各ラダー部品図にアドレスを設定
し、アドレス設定されたラダー回路図に基づいてラダー
プログラムを作成し、作成されたラダープログラムをラ
ダープログラム記憶部に記憶することを特徴するラダー
プログラミング方法。
7. A ladder circuit diagram is created by arranging a ladder component diagram on a ladder circuit creation screen displayed by a display unit based on a predetermined procedure, and a partial ladder circuit diagram is designated from the ladder circuit diagram being created. A specific code is added to the specified partial ladder circuit diagram and temporarily stored in the partial ladder circuit diagram storage unit, and the specific code is designated to call the partial ladder circuit diagram temporarily stored in the partial ladder circuit diagram storage unit. Copying to the ladder circuit diagram being created, setting an address in each ladder part diagram, creating a ladder program based on the ladder circuit diagram with the address set, and storing the created ladder program in the ladder program storage unit. Ladder programming method characterized by:
JP10340107A 1998-11-30 1998-11-30 Ladder programming device and its method Pending JP2000163109A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10340107A JP2000163109A (en) 1998-11-30 1998-11-30 Ladder programming device and its method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10340107A JP2000163109A (en) 1998-11-30 1998-11-30 Ladder programming device and its method

Publications (1)

Publication Number Publication Date
JP2000163109A true JP2000163109A (en) 2000-06-16

Family

ID=18333794

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10340107A Pending JP2000163109A (en) 1998-11-30 1998-11-30 Ladder programming device and its method

Country Status (1)

Country Link
JP (1) JP2000163109A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229612A (en) * 2001-02-02 2002-08-16 Keyence Corp Ladder diagram preparing program and storage medium for recording the same
JP2009129158A (en) * 2007-11-22 2009-06-11 Koyo Electronics Ind Co Ltd Ladder figure edition method
WO2013038541A1 (en) * 2011-09-15 2013-03-21 三菱電機株式会社 Ladder program creation device
JP2013143096A (en) * 2012-01-12 2013-07-22 Yokogawa Electric Corp Ladder program generation device
WO2014155717A1 (en) * 2013-03-29 2014-10-02 三菱電機株式会社 Sequence program component creation program and sequence program component creation device
US10719643B2 (en) 2016-09-14 2020-07-21 Mitsubishi Electric Corporation Ladder program editing support apparatus and ladder program editing method

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229612A (en) * 2001-02-02 2002-08-16 Keyence Corp Ladder diagram preparing program and storage medium for recording the same
JP4516224B2 (en) * 2001-02-02 2010-08-04 株式会社キーエンス Ladder diagram creation program
JP2009129158A (en) * 2007-11-22 2009-06-11 Koyo Electronics Ind Co Ltd Ladder figure edition method
WO2013038541A1 (en) * 2011-09-15 2013-03-21 三菱電機株式会社 Ladder program creation device
US9098289B2 (en) 2011-09-15 2015-08-04 Mitsubishi Electric Corporation Ladder program creation device
JP2013143096A (en) * 2012-01-12 2013-07-22 Yokogawa Electric Corp Ladder program generation device
US9176734B2 (en) 2012-01-12 2015-11-03 Yokogawa Electric Corporation Ladder program creation apparatus
WO2014155717A1 (en) * 2013-03-29 2014-10-02 三菱電機株式会社 Sequence program component creation program and sequence program component creation device
US9626160B2 (en) 2013-03-29 2017-04-18 Mitsubishi Electric Corporation Sequence-program-component creation program and sequence-program-component creation device
US10719643B2 (en) 2016-09-14 2020-07-21 Mitsubishi Electric Corporation Ladder program editing support apparatus and ladder program editing method

Similar Documents

Publication Publication Date Title
JPH037972B2 (en)
JPH0797873B2 (en) A device for generating information and instructions for entering into a program memory of a computer
JP2009146229A (en) Programmable controller system
JP2000163109A (en) Ladder programming device and its method
JP2003044108A (en) Registering device for editor, registering program, and recording medium where the same is recorded
JP4941674B2 (en) Simulation system
KR102434126B1 (en) Apparatus for processing programmable logic controller program
JPH06314202A (en) Image-forming device
JP2000276212A (en) System and method for simulating control program for industrial controller and recording medium recording software therefor
JPH0410081B2 (en)
JPH0883172A (en) Supporting device for development of software
JP3442083B2 (en) Job control system
JP3480957B2 (en) Memory programming equipment
JP2691094B2 (en) Demonstration data creation device
JPH03257524A (en) Data control method for data processor
JPS6310239A (en) Patch production system for high-level language
JPS5835648A (en) Program execution controlling system
JP2001265572A (en) Device and method for managing source program, and recording medium with its program recorded thereon
JPH0736675A (en) Information processor
JPH08166807A (en) Control program generating device
WO2001073543A2 (en) Method and system for fast on site deployment of computer equipment in a network computer environment
JPH05127890A (en) Option data setting device
JPS59160238A (en) Supporting device for implementation of program correcting information
JPS5870361A (en) Input controlling system
JPH08194506A (en) Controller