JP2010160582A - Plc system construction support device - Google Patents

Plc system construction support device Download PDF

Info

Publication number
JP2010160582A
JP2010160582A JP2009001146A JP2009001146A JP2010160582A JP 2010160582 A JP2010160582 A JP 2010160582A JP 2009001146 A JP2009001146 A JP 2009001146A JP 2009001146 A JP2009001146 A JP 2009001146A JP 2010160582 A JP2010160582 A JP 2010160582A
Authority
JP
Japan
Prior art keywords
unit
plc system
screen
prediction
list
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.)
Granted
Application number
JP2009001146A
Other languages
Japanese (ja)
Other versions
JP5207987B2 (en
Inventor
Hiroyuki Nakamura
大之 中村
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 JP2009001146A priority Critical patent/JP5207987B2/en
Publication of JP2010160582A publication Critical patent/JP2010160582A/en
Application granted granted Critical
Publication of JP5207987B2 publication Critical patent/JP5207987B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent a mistake in arrangement of units without largely causing negative effects on user's flexibility. <P>SOLUTION: A PLC (Programmable controller) system construction support device 10 performs selection of configuration units and simulation of their combinations on a screen prior to actually constructing a PLC system. The PLC system includes a display screen creating section 26 which creates: a unit component information display screen which displays various unit lists selectable in constructing the PLC system; a unit configuration information display screen which displays a status wherein the units selected from the unit list are arranged to a base unit of the PLC system; and a prediction object candidate list display screen which displays a next operation object unit which selection from the unit list is predicted. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は、プログラマブルコントローラ(以下単位「PLC」と称する)システムを設計するPLCシステム構築支援装置に関するものであり、特に、PLCシステムを実際に構築する前に、構成ユニットを選定しその合理的なレイアウトを検討するPLCシステム構築支援装置に関するものである。   The present invention relates to a PLC system construction support apparatus for designing a programmable controller (hereinafter referred to as a unit “PLC”) system. In particular, before actually constructing a PLC system, a configuration unit is selected and its rationality is selected. The present invention relates to a PLC system construction support apparatus that examines a layout.

産業用機械などの制御装置として用いられているPLCは、例えば、電源供給源の電源ユニット、PLC全体の制御を統率するCPUユニット、生産装置や設備装置の駆動部に取り付けたサーボアンプを介してサーボモータを制御するモーションCPUユニット、生産装置や設備装置の適所に取り付けたスイッチやセンサの信号を入力する入力ユニット、アクチュエータなどに制御信号を送出する出力ユニット、および通信ネットワークに接続するための通信ユニットなどの各種のユニットを適時組み合わせて構成される。   A PLC used as a control device for industrial machines or the like is, for example, via a power supply unit of a power supply source, a CPU unit that controls the entire PLC, or a servo amplifier attached to a drive unit of a production device or facility device. Motion CPU unit for controlling servo motors, input unit for inputting signals from switches and sensors installed at appropriate locations in production equipment and equipment, output unit for sending control signals to actuators, etc., and communication for connection to a communication network It is configured by combining various units such as units in a timely manner.

PLCに内蔵されるCPUユニットにおける制御は、入力ユニットから入力された信号をCPUユニットのI/Oメモリに取り込み、予め登録されたラダー言語で組み込まれたユーザプログラムに基づき論理演算を行い、その演算実行結果をI/Oメモリに書き込んで出力ユニットに送出し、その後、いわゆる周辺処理を行うということをサイクリックに繰り返し処理する。   In the control of the CPU unit built in the PLC, the signal input from the input unit is taken into the I / O memory of the CPU unit, and the logical operation is performed based on the user program incorporated in the ladder language registered in advance. The execution result is written in the I / O memory, sent to the output unit, and then the so-called peripheral processing is cyclically repeated.

また、モーションCPUユニットにおける制御は、予め登録されたモーションプログラム言語で組み込まれたユーザプログラムに基づきモーション指令を生成し、その指令結果をサーボアンプに送り出し、サーボアンプを介してサーボモータを制御し、サーボモータの速度、位置などの状態をモーションCPUユニットに戻すことを繰り返し所定の動作を処理する。   Also, the control in the motion CPU unit generates a motion command based on a user program incorporated in a motion program language registered in advance, sends the command result to the servo amplifier, controls the servo motor via the servo amplifier, A predetermined operation is processed by repeatedly returning the state of the servo motor such as speed and position to the motion CPU unit.

ところで、モーションCPUユニットは、CPUユニットによって制御されている。つまり、CPUユニットに組み込まれたユーザプログラムには、モーションCPUユニットに対する実行指令命令(呼び出し命令)が記述されており、呼び出し命令が処理されるとPLCのCPUユニットからモーションCPUユニットに対して、モーションプログラムの実行指令が送出され、実行指令を受け取ったモーションCPUユニットが指定のモーションプログラムを処理するということを繰り返す。   By the way, the motion CPU unit is controlled by the CPU unit. In other words, an execution command command (call command) for the motion CPU unit is described in the user program incorporated in the CPU unit, and when the call command is processed, the motion is transmitted from the PLC CPU unit to the motion CPU unit. The program execution command is sent out, and the motion CPU unit that receives the execution command repeats processing the specified motion program.

上述したユーザプログラムは、通常、PLCシステム用プログラム構築支援装置を用いて生成されたラダープログラム乃至モーションプログラムであり、通信回線を介してPLCのCPUユニット乃至モーションCPUユニットにダウンロードされる。また、作成したラダープログラム乃至モーションプログラムに不具合が生じた場合、ユーザは、PLCシステム用プログラム構築支援装置の表示画面に、そのラダープログラム乃至モーションプログラムを表示させて検証し、不良箇所を見つけて修正作業を行う。そして、修正したラダープログラム乃至モーションプログラムは、CPUユニット乃至モーションCPUユニットにダウンロードされる。   The above-described user program is usually a ladder program or motion program generated using a PLC system program construction support apparatus, and is downloaded to a PLC CPU unit or motion CPU unit via a communication line. In addition, when a failure occurs in the created ladder program or motion program, the user displays and verifies the ladder program or motion program on the display screen of the PLC system program construction support device, and finds and corrects the defective portion. Do work. The modified ladder program or motion program is downloaded to the CPU unit or motion CPU unit.

このようなPLCシステム用プログラム構築支援装置を用いて、ユーザプログラムを作り上げる前には、PLCシステムをどのように構築するかが問題となる。すなわち、入手可能な各種ユニットの中から所望のユニットを選択し、選択したユニットをどのようなレイアウトで組み合わせるのが合理的か、また、リレー関係をどのように設定するのが合理的かなど、実際にPLCシステムを構築する前段階で十分に検討する必要がある。   Before a user program is created using such a PLC system program construction support apparatus, how to construct a PLC system becomes a problem. That is, it is reasonable to select a desired unit from various available units, and in what layout to combine the selected units, and how to set the relay relationship. It is necessary to consider sufficiently in the stage before actually constructing a PLC system.

従来、下記特許文献1に示すPLCシステム構築支援ツールは、PLCシステムを構築する際、ユーザが画面上に表示されるユニット一覧ウィンドウからPLCシステムを構成しているユニットを任意に選択し、システム構成ウィンドウ上にPLCシステムのベースユニットや電源ユニットなどをドラッグ&ドロップすることによって、各ユニットを配置してPLCシステム構成図を作成するという作業が行われていた。   Conventionally, when a PLC system construction support tool shown in Patent Document 1 below constructs a PLC system, a user arbitrarily selects a unit constituting the PLC system from a unit list window displayed on the screen, and a system configuration An operation of creating a PLC system configuration diagram by arranging each unit by dragging and dropping a PLC system base unit or power supply unit on the window has been performed.

ただし、下記特許文献1に示す従来技術は、ユニット配置作業において各ユニットをユーザが選択して行うため、複雑で大規模なPLCシステムを構築する作業の場合、ユニット一覧ウィンドウから複数のユニットを適切に選択しなければならず、手間がかかるという問題があった。また、ユーザの知識・経験不足によって、ユニットの配置ミスが発生する場合もあった。下記特許文献1に示す従来技術は、このような問題を解決する手段として、ベースユニットの所定のスロット位置に、特定のユニットに限り、強制的に配置する手段を備えている。すなわち、ベースユニットのスロット位置が決まっているためにスロット位置を選択する余地がないユニットは、他のスロット位置が選択されても、予め決められた位置に配置される。したがって、スロット位置の決まっているユニットが、ユーザの誤認・操作ミス等によって、PLCシステムとしては許容することのできない位置に配置されてしまうということを、未然に防止することができる。   However, since the prior art shown in Patent Document 1 below is performed by the user selecting each unit in the unit placement work, a plurality of units are appropriately selected from the unit list window in the work of building a complex and large-scale PLC system. There was a problem that it took time and effort. In addition, unit misplacement may occur due to lack of user knowledge and experience. The prior art disclosed in Patent Document 1 below includes means for forcibly arranging a specific unit at a predetermined slot position of the base unit as means for solving such a problem. That is, a unit that has no room for selecting a slot position because the slot position of the base unit is determined is arranged at a predetermined position even if another slot position is selected. Therefore, it is possible to prevent the unit in which the slot position is determined from being placed at a position that cannot be permitted by the PLC system due to a user's misrecognition / operation mistake or the like.

特開2002−108421号公報JP 2002-108421 A

しかしながら、上記特許文献1に示す従来技術は、ユニットの配置位置を強制的に決めてしまうため、ユーザの自由度を弊害するという課題があった。   However, the prior art disclosed in Patent Document 1 has a problem of detrimental to the user's degree of freedom because the unit placement position is forcibly determined.

本発明は、上記に鑑みてなされたものであって、ユーザの自由度を大きく弊害することなく、かつ、ユニットの配置ミスを予防し、また、ユーザ操作手順を履歴として蓄積・共有化することよって効率的にPLCシステムを構築することができるPLCシステム構築支援装置を得ることを目的とする。   The present invention has been made in view of the above, and does not greatly impair the degree of freedom of the user, prevents unit misplacement, and accumulates and shares user operation procedures as a history. Therefore, it aims at obtaining the PLC system construction | assembly assistance apparatus which can construct | assemble a PLC system efficiently.

上記目的を達成するため、この発明にかかるPLCシステム構築支援装置は、PLCシステムを実際に構築するのに先だって、画面上で、構成ユニットの選択およびその組み合わせをシュミレーションするPLCシステム構築支援装置において、PLCシステムを構築するのに選択可能な各種ユニット一覧を表示する第1の画面と、前記ユニット一覧から選択されたユニットを、PLCシステムのベースユニットに配置した状態で表示する第2の画面と、前記第2の画面に配置されたユニットの配置履歴情報に基づいて、前記ユニット一覧からの選択が予測される次操作対象ユニットを予測対象候補リストとして表示する第3の画面と、を生成する表示画面生成部を備えたこと、を特徴とする。   In order to achieve the above object, a PLC system construction support apparatus according to the present invention is a PLC system construction support apparatus that simulates selection and combination of constituent units on a screen before actually constructing a PLC system. A first screen that displays a list of various units that can be selected to construct a PLC system; a second screen that displays a unit selected from the unit list in a state of being arranged in a base unit of the PLC system; A third screen for displaying a next operation target unit predicted to be selected from the unit list as a prediction target candidate list based on the arrangement history information of the units arranged on the second screen. A screen generation unit is provided.

本発明にかかるPLCシステム構築支援装置によれば、ユニット構成情報表示画面に表示されたユニット構成状態から、ユニット選択において次操作対象として予測されるユニットのリストを予測対象候補ユニットリストとして表示する手段を備るようにしたので、ユーザの自由度を大きく弊害することなく、かつ、ユニットの配置ミスを予防することができるという効果を奏する。   According to the PLC system construction support apparatus of the present invention, means for displaying a list of units predicted as the next operation target in unit selection as a prediction target candidate unit list from the unit configuration state displayed on the unit configuration information display screen Thus, there is an effect that it is possible to prevent a unit arrangement error without greatly deteriorating the degree of freedom of the user.

以下に、本発明にかかるPLCシステム構築支援装置の実施の形態を図面に基づき詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Embodiments of a PLC system construction support apparatus according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

本実施の形態
(PLCシステム構築支援装置の構成)
図1は、本実施の形態にかかるPLCシステム構築支援装置の構成の一例を模式的に示す図である。PLCシステム構築支援装置(以下単に「支援装置」と称する)10は、主たる構成部として、キーボードやポインティングデバイス等の入力装置11、表示装置12、中央演算装置13、記憶装置14、および通信回線16を介してPLC17を接続する通信I/F装置15を有して構成されている。記憶装置14には、不揮発性記憶装置と揮発性記憶装置があり、不揮発性記憶装置には、ラダープログラム、モーションプログラムおよびユニット構成情報などが記憶される。また、一般的に、中央演算装置13の実行時のワークメモリには、揮発性記憶装置が適宜使用される。支援装置10は、パソコンに予めインストールされているソフトウェアを起動することにより、これらの各機能を実行可能である。
Embodiment (Configuration of PLC system construction support device)
FIG. 1 is a diagram schematically illustrating an example of a configuration of a PLC system construction support apparatus according to the present embodiment. A PLC system construction support device (hereinafter simply referred to as “support device”) 10 includes, as main components, an input device 11 such as a keyboard and a pointing device, a display device 12, a central processing unit 13, a storage device 14, and a communication line 16. The communication I / F device 15 is connected to the PLC 17 via the. The storage device 14 includes a nonvolatile storage device and a volatile storage device, and a ladder program, a motion program, unit configuration information, and the like are stored in the nonvolatile storage device. In general, a volatile storage device is appropriately used as a work memory when the central processing unit 13 is executed. The support device 10 can execute each of these functions by starting software installed in the personal computer in advance.

図2は、図1の中央演算装置および記憶装置で実現されるPLCシステム構築支援装置の機能ブロックを模式的に示す図である。支援装置10は、主たる構成部として、入力装置11からの入力を処理する入力処理部21、表示装置12に出力される表示データを作成する表示処理部22、PLC17との通信処理を行う通信処理部25、および表示画面生成部26を有して構成されている。   FIG. 2 is a diagram schematically showing functional blocks of a PLC system construction support device realized by the central processing unit and the storage device of FIG. The support device 10 includes, as main components, an input processing unit 21 that processes input from the input device 11, a display processing unit 22 that creates display data output to the display device 12, and communication processing that performs communication processing with the PLC 17. The unit 25 and the display screen generation unit 26 are included.

表示画面生成部26は、各機能を実行する演算部23および各データを格納する記憶部24で構成されている。表示画面生成部26は、PLCシステムを構築するのに選択可能な各種ユニット一覧を表示する第1の画面であるユニット部品情報表示画面(以下単に「ユニット画面」と称する)4bを生成する。また、ユニット一覧から選択されたユニットを、実際に構築されたPLCシステムに配置した状態で表示する第2の画面であるユニット構成情報表示画面(以下単に「構成画面」と称する)4aを生成する。さらに、表示画面生成部26は、構成画面4aに配置されたユニットの配置履歴情報に基づいて、ユニット一覧からの選択が予測される次操作対象ユニットを予測対象候補リストとして表示する第3の画面である予測対象候補リスト表示画面(以下単に「予測画面」と称する)130を生成する。なお、ユニット画面4b、構成画面4a、予測画面130、および配置履歴情報の詳細については、後述する。   The display screen generation unit 26 includes a calculation unit 23 that executes each function and a storage unit 24 that stores each data. The display screen generation unit 26 generates a unit component information display screen (hereinafter simply referred to as “unit screen”) 4b, which is a first screen that displays a list of various units that can be selected to construct a PLC system. Further, a unit configuration information display screen (hereinafter simply referred to as “configuration screen”) 4a, which is a second screen for displaying a unit selected from the unit list in a state of being arranged in the actually constructed PLC system, is generated. . Further, the display screen generation unit 26 displays a next operation target unit predicted to be selected from the unit list as a prediction target candidate list based on the arrangement history information of the units arranged on the configuration screen 4a. A prediction target candidate list display screen (hereinafter simply referred to as “prediction screen”) 130 is generated. Details of the unit screen 4b, the configuration screen 4a, the prediction screen 130, and the arrangement history information will be described later.

演算部23は、ユニット構成情報編集部(以下単に「編集部」と称する)23a、予測対応処理部(以下単に「処理部」と称する)23b、および予測条件設定管理部(以下単に「管理部」と称する)23cで構成されている。記憶部24は、ユニット構成情報記憶部(以下単に「構成記憶部」と称する)24aおよびユニット部品情報記憶部(以下単に「部品記憶部」と称する)24bを有して構成されている。さらに、第1のテーブルである予測候補管理テーブル(以下単に「候補テーブル」と称する)24d、第2のテーブルである予測設定管理テーブル(以下単に「設定テーブル」と称する)24c、および第3のテーブルである詳細設定テーブル24eを格納している。   The calculation unit 23 includes a unit configuration information editing unit (hereinafter simply referred to as “editing unit”) 23a, a prediction correspondence processing unit (hereinafter simply referred to as “processing unit”) 23b, and a prediction condition setting management unit (hereinafter simply referred to as “management unit”). 23c) 23c. The storage unit 24 includes a unit configuration information storage unit (hereinafter simply referred to as “configuration storage unit”) 24 a and a unit component information storage unit (hereinafter simply referred to as “component storage unit”) 24 b. Furthermore, a prediction candidate management table (hereinafter simply referred to as “candidate table”) 24d as a first table, a prediction setting management table (hereinafter simply referred to as “setting table”) 24c as a second table, and a third table A detailed setting table 24e, which is a table, is stored.

(ユニット構成情報テーブル)
図3は、図2のユニット構成情報記憶部に記録されるデータ構造を示す図である。図3には、複数のユニット構成情報テーブル(以下単に「構成テーブル」と称する)31が示されている。各構成テーブル31は、1つのPLCの構成に対応しており、その一例として「PLC1」に対するものが示されている。各構成テーブル31の項目(ユニット構成情報)は、PLC構成名称31a、スロット番号31b、ユニット名称31c、属性情報31d、オブジェクトID31eを有して構成されている。
(Unit configuration information table)
FIG. 3 is a diagram showing a data structure recorded in the unit configuration information storage unit of FIG. FIG. 3 shows a plurality of unit configuration information tables (hereinafter simply referred to as “configuration tables”) 31. Each configuration table 31 corresponds to the configuration of one PLC, and an example for “PLC1” is shown. The items (unit configuration information) of each configuration table 31 are configured to have a PLC configuration name 31a, a slot number 31b, a unit name 31c, attribute information 31d, and an object ID 31e.

PLC構成名称31aには、複数のPLCの構成を区別するための名称が示される。スロット番号31bには、ベースユニットのスロットを区別するための番号が示され、ベースユニットA以外のユニットに対し、例えば、0から始まるシリアル番号が付与される。スロット番号31bの数は、ベースユニットの種類によって決定される。ユニット名称31cには、ベースユニットや電源ユニットなどのPLCを構成するユニット名称が格納される。属性情報31dは、ベースユニットAのスロット数量やCPUユニット装着可能数などの各ユニット固有の属性情報を記録する部分であり、詳細については後述する。オブジェクトID31eは、ユニット構成情報(以下単に「構成情報」と称する)30の全ての情報に対して一意に決まる値を格納する。   The PLC configuration name 31a indicates a name for distinguishing the configurations of a plurality of PLCs. In the slot number 31b, a number for distinguishing the slot of the base unit is shown, and a serial number starting from 0 is given to units other than the base unit A, for example. The number of slot numbers 31b is determined by the type of base unit. The unit name 31c stores a unit name constituting the PLC such as a base unit or a power supply unit. The attribute information 31d is a part for recording attribute information unique to each unit such as the number of slots of the base unit A and the number of CPU units that can be mounted. Details will be described later. The object ID 31 e stores a value uniquely determined for all pieces of information of the unit configuration information (hereinafter simply referred to as “configuration information”) 30.

(表示画面)
図4は、PLCシステム構築支援装置の画面表示例を示す図である。図4に示すように、表示装置4には、ユニット構成情報の編集作業を行う構成画面4aと、PLCの構成に必要なユニット部品情報を一覧表示するユニット画面4bとが表示される。ユニット画面4bに表示されるユニット部品情報は、部品記憶部24bに予め格納されている。そして、表示処理部22は、部品記憶部24bからユニット部品情報を読み出して、ユニット画面4bに表示する。なお、本実施の形態では、ユニット部品情報を予め格納しているが、後から追加・格納するように機能構成してもよい。
(Display screen)
FIG. 4 is a diagram illustrating a screen display example of the PLC system construction support apparatus. As shown in FIG. 4, the display device 4 displays a configuration screen 4a for editing unit configuration information and a unit screen 4b for displaying a list of unit part information necessary for PLC configuration. The unit component information displayed on the unit screen 4b is stored in advance in the component storage unit 24b. Then, the display processing unit 22 reads the unit component information from the component storage unit 24b and displays it on the unit screen 4b. In this embodiment, unit part information is stored in advance, but it may be configured to be added and stored later.

(ユニット部品情報記憶部)
図5は、図2に示したユニット部品情報記憶部に記録されるデータ構造を示す図である。図5に示すように、部品記憶部24bのデータは、複数のユニット群で構成されている。各ユニット群には、複数のユニット情報が含まれ、各ユニット情報には、ユニット名称および属性情報が含まれる。
(Unit parts information storage unit)
FIG. 5 is a diagram showing a data structure recorded in the unit component information storage unit shown in FIG. As shown in FIG. 5, the data in the component storage unit 24b is composed of a plurality of unit groups. Each unit group includes a plurality of unit information, and each unit information includes a unit name and attribute information.

詳述すると、ユニット群は、同じ種類のユニット情報を纏めるためのものであり、ベースユニット群50、CPUユニット群51、入力ユニット群52、および出力ユニット群53などがある。ベースユニット群50は、ベースユニットA(50a)および属性情報1(50aa)や、ベースユニットB(50b)および属性情報2(50ba)などのユニット情報で構成される。また同様に、CPUユニット群51は、CPUユニットA(51a)および属性情報3(51aa)や、CPUユニットB(51b)および属性情報4(51ba)などのユニット情報で構成される。また、入力ユニット群52は、入力ユニットA(52a)および属性情報(52aa)や、入力ユニットB(52b)および属性情報6(52ba)などのユニット情報で構成される。また、出力ユニット群53は、出力ユニットA(53a)および属性情報7(53aa)や、出力ユニットB(53b)および属性情報8(53ba)などのユニット情報で構成される。この他、PLCを構成するのに必要となるユニット群、ユニット情報を同様の構成で格納している。また、各属性情報50aa〜53baには、ユニットサイズ、消費電力、ユニット画像データ、その他ユニット固有の情報が格納されている。   More specifically, the unit group is for collecting the same type of unit information, and includes a base unit group 50, a CPU unit group 51, an input unit group 52, an output unit group 53, and the like. The base unit group 50 includes unit information such as base unit A (50a) and attribute information 1 (50aa), base unit B (50b) and attribute information 2 (50ba). Similarly, the CPU unit group 51 includes unit information such as CPU unit A (51a) and attribute information 3 (51aa), CPU unit B (51b) and attribute information 4 (51ba). The input unit group 52 includes unit information such as input unit A (52a) and attribute information (52aa), input unit B (52b), and attribute information 6 (52ba). The output unit group 53 includes unit information such as output unit A (53a) and attribute information 7 (53aa), output unit B (53b) and attribute information 8 (53ba). In addition, a unit group and unit information necessary for configuring the PLC are stored in the same configuration. Each attribute information 50aa to 53ba stores unit size, power consumption, unit image data, and other unit-specific information.

(属性情報)
図6は、図5の属性情報1のデータ構造例を示す図である。ベースユニットA(50a)の属性情報1(50aa)には、図6に示すように、ベースユニットA(50a)にユニットを装着可能なスロット数61、スロット数の値61a、スロットに装着できるCPUユニットの数であるCPUユニット装着可能数62、CPUユニット装着可能数の値62a、ベースユニットA(50a)を構成画面4aに表示するためのユニット画像データ63、ベースユニットA(50a)の各スロットに割り振られ、各スロットに対応(装着)するユニットを示す対応ユニット型64、および対応ユニット型の値(以下単に「ユニット値」と称する)64aを格納している。
(Attribute information)
FIG. 6 is a diagram illustrating a data structure example of the attribute information 1 of FIG. As shown in FIG. 6, the attribute information 1 (50aa) of the base unit A (50a) includes 61 slots that can be mounted in the base unit A (50a), 61a slot number, and CPUs that can be mounted in the slots. CPU unit mountable number 62 which is the number of units, CPU unit mountable number value 62a, unit image data 63 for displaying base unit A (50a) on configuration screen 4a, and slots of base unit A (50a) And a corresponding unit type 64 indicating a unit corresponding to (attaching to) each slot, and a corresponding unit type value (hereinafter simply referred to as “unit value”) 64a are stored.

対応ユニット型64は、例えばベースユニットの先頭スロットには、大抵、電源ユニットが装着されるなど、予め決まっている情報を基にしている。なお、この対応ユニット型64にあたる属性情報は、ベースユニット以外のユニットの場合には、逆に、そのユニットがベースユニットの内どのスロットに対応(装着)するかを示す対応スロット型65とスロット型の値(以下単に「スロット値」と称する)65aとを格納している。これも同様に、例えばCPUユニットや電源ユニットは、ベースユニットに対して装着されるべきスロットが予め決まっているといった情報が基となる。なお、本実施の形態では、属性情報に格納する情報を限定するものではない。   The corresponding unit type 64 is based on predetermined information, for example, that a power supply unit is usually mounted in the head slot of the base unit. The attribute information corresponding to the corresponding unit type 64, in the case of a unit other than the base unit, conversely, the corresponding slot type 65 and slot type indicating which slot in the base unit the unit corresponds to (installs). (Hereinafter simply referred to as “slot value”) 65a. Similarly, for example, the CPU unit and the power supply unit are based on information that a slot to be attached to the base unit is determined in advance. In the present embodiment, the information stored in the attribute information is not limited.

(PLC構成図)
図7は、PLC構成図の一例を示す図である。図7に示されたPLC構成図70は、図3の構成テーブル31に基づき構成画面4aに表示される構成図である。PLC構成図70の表示プロセスは以下の通りである。編集部23aは、図3の構成情報30を作成し、作成された構成情報30は、構成記憶部24aに格納され、表示処理部22は、構成記憶部24aから構成情報30を読み出し、構成情報30を元に、グラフィカルに表示処理を行い構成画面4aに表示する。具体的な表示例としては、図7に示すように、ベースユニットA(71)のスロット上に、電源ユニットA(72)、CPUユニットA(73)、入力ユニットA(74)、および出力ユニットA(75)が、それぞれのユニット画像データ63として表示される。スロットに配置されていない場合、空き(76)のように表示される。
(PLC configuration diagram)
FIG. 7 is a diagram illustrating an example of a PLC configuration diagram. The PLC configuration diagram 70 shown in FIG. 7 is a configuration diagram displayed on the configuration screen 4a based on the configuration table 31 of FIG. The display process of the PLC configuration diagram 70 is as follows. The editing unit 23a creates the configuration information 30 of FIG. 3, and the created configuration information 30 is stored in the configuration storage unit 24a. The display processing unit 22 reads the configuration information 30 from the configuration storage unit 24a, and the configuration information 30 is displayed graphically on the configuration screen 4a. As a specific display example, as shown in FIG. 7, on the slot of the base unit A (71), a power supply unit A (72), a CPU unit A (73), an input unit A (74), and an output unit. A (75) is displayed as each unit image data 63. When it is not arranged in the slot, it is displayed as empty (76).

(予測設定管理テーブル)
図8は、図2の記憶部に記録された予測設定管理テーブルのデータ構造を示す図である。図8に示される複数の設定テーブル80は、構成要素(予測条件管理情報)として、ベースユニットID82、事前ユニットID83、事前ユニットスロット番号(以下単に「事前スロット番号」と称する)84、予測要因ユニットID85、および予測要因ユニットスロット番号(以下単に「予測スロット番号」と称する)86を有して構成されている。
(Prediction setting management table)
FIG. 8 is a diagram showing a data structure of the prediction setting management table recorded in the storage unit of FIG. A plurality of setting tables 80 shown in FIG. 8 includes, as constituent elements (prediction condition management information), a base unit ID 82, a prior unit ID 83, a prior unit slot number (hereinafter simply referred to as “pre-slot number”) 84, a prediction factor unit. It has an ID 85 and a prediction factor unit slot number (hereinafter simply referred to as “prediction slot number”) 86.

ベースユニットID82、事前ユニットID83、および予測要因ユニットID85は、図3の構成テーブル31に含まれるオブジェクトIDに該当する。また同様に、事前スロット番号84および予測スロット番号86は、図3の構成テーブル31に含まれるスロット番号31bに該当する。ベースユニットID82には、ベースユニットのオブジェクトIDが格納される。   The base unit ID 82, the prior unit ID 83, and the prediction factor unit ID 85 correspond to the object IDs included in the configuration table 31 of FIG. Similarly, the prior slot number 84 and the predicted slot number 86 correspond to the slot number 31b included in the configuration table 31 of FIG. The base unit ID 82 stores the base unit object ID.

「事前ユニット」とは、予測候補表示を発動する要因となるユニット(例えば、ユニットYY(図示せず))を配置する以前に、ベースユニット上に既に装着済みのユニット(例えば、ユニットXX(図示せず))のことである。事前ユニットID83には、ユニットXXのオブジェクトIDが格納される。ただし、このユニットXXは、装着されていない場合もあり得る。事前スロット番号84には、事前ユニットが装着されているベースユニット上のスロット番号が格納される。事前ユニットID83同様、この番号も無い場合があり得る。事前ユニットID83および事前スロットID84は、過去に選択・配置されたユニットの配置履歴情報と称してもよい。   “Pre-unit” refers to a unit already installed on the base unit (for example, unit XX (for example, unit XX)) before placing a unit (for example, unit YY (not shown)) that causes the prediction candidate display to be activated. It is not shown)). The advance unit ID 83 stores the object ID of the unit XX. However, this unit XX may not be installed. The advance slot number 84 stores the slot number on the base unit in which the advance unit is mounted. Like the prior unit ID 83, this number may not be present. The advance unit ID 83 and the advance slot ID 84 may be referred to as arrangement history information of units selected and arranged in the past.

「予測要因ユニット」とは、予測候補表示を発動する要因となるユニット(ユニットYY)のことであり、予測要因ユニットID85には、そのユニットYYのオブジェクトIDが格納される。具体的には、予測要因ユニットID85は、後述する次ユニットID92を発動する要因となるユニットに付与されたユニットIDが示される。予測スロット番号86には、予測要因ユニットが装着されるベースユニット上のスロット番号が格納される。このように設定テーブル80は、少なくとも、予測要因ユニットID85と配置履歴情報を対応させて格納している。   The “prediction factor unit” is a unit (unit YY) that causes the prediction candidate display to be activated, and the prediction factor unit ID 85 stores the object ID of the unit YY. Specifically, the prediction factor unit ID 85 indicates a unit ID assigned to a unit that causes a next unit ID 92 to be described later. The prediction slot number 86 stores the slot number on the base unit in which the prediction factor unit is mounted. Thus, the setting table 80 stores at least the prediction factor unit ID 85 and the arrangement history information in association with each other.

(予測候補管理テーブル)
図9は、図2の記憶部に記録された予測候補管理テーブルのデータ構造を示す図である。図9に示す候補テーブル90は、構成要素として、パターンモデル91、次ユニットID92、次ユニットスロット番号93、ユニット選択回数である回数94、発動条件95、および優先96を有して構成されている。
(Prediction candidate management table)
FIG. 9 is a diagram illustrating a data structure of the prediction candidate management table recorded in the storage unit of FIG. The candidate table 90 shown in FIG. 9 includes a pattern model 91, a next unit ID 92, a next unit slot number 93, a unit selection count 94, an activation condition 95, and a priority 96 as components. .

パターンモデル91には、図8の設定テーブル80の各ユニットID(オブジェクトID)82、83、85と各スロット番号84、86との組合せパターンが格納される。この組合せパターンは、図2の管理部23cによって1つのパターンモデル(ここでは「P」とする)として捉えられる。   The pattern model 91 stores combination patterns of the unit IDs (object IDs) 82, 83, 85 and the slot numbers 84, 86 of the setting table 80 of FIG. This combination pattern is regarded as one pattern model (here, “P”) by the management unit 23c in FIG.

次ユニットID92には、パターンモデルPの状態から、次に選択される可能性が高いと予測される次操作対象ユニット(例えば、ユニットZZ(図示せず))のオブジェクトIDが格納される。この次ユニットID92は、図3の構成テーブル31に含まれるオブジェクトIDに該当する。次ユニットスロット番号93には、次ユニットID92のユニット(ユニットZZ(図示せず))が配置されるベースユニット上のスロット番号が格納される。   The next unit ID 92 stores the object ID of the next operation target unit (for example, unit ZZ (not shown)) that is predicted to be highly likely to be selected next from the state of the pattern model P. The next unit ID 92 corresponds to the object ID included in the configuration table 31 of FIG. The next unit slot number 93 stores the slot number on the base unit in which the unit (unit ZZ (not shown)) of the next unit ID 92 is arranged.

回数94には、次操作対象ユニットが、過去にユニット一覧から選択された回数が格納され、発動条件95には、後述する詳細設定テーブル(図10参照)210の設定値が格納される。発動条件95は、回数94に対応する値であり、ユニット予測表示を発動する際の判断基準を示すものである。この発動条件95は、ユーザが詳細設定テーブル210を用いて自由に設定可能である。優先96には、詳細設定テーブル210の設定によって、優先的に表示するユニットであることを示すフラグなどが格納される。   The number of times 94 stores the number of times the next operation target unit has been selected from the unit list in the past, and the activation condition 95 stores a setting value of a detailed setting table (see FIG. 10) 210 described later. The activation condition 95 is a value corresponding to the number of times 94, and indicates a determination criterion when the unit prediction display is activated. The activation condition 95 can be freely set by the user using the detailed setting table 210. The priority 96 stores a flag indicating that the unit is preferentially displayed according to the setting of the detailed setting table 210.

回数94へのカウント計上は、図2の処理部23bが、図6の対応ユニット型の値64aおよびスロット値65aの関係から判定して行う。対応ユニット型の値64aおよびスロット値65aは、一致か不一致かの関係で表せられる。   Counting to the number of times 94 is performed by the processing unit 23b of FIG. 2 by determining from the relationship between the corresponding unit type value 64a and the slot value 65a of FIG. The corresponding unit type value 64a and the slot value 65a are represented by a relationship of match or mismatch.

ユニット値64aおよびスロット値65aが一致した場合、回数94がカウントアップされる。すなわち、スロットとユニットとの関係がシステムとして許容されるとき、予測対象候補ユニットであると判断され回数94が蓄積される。そして、図2の処理部23bは、回数94の値が発動条件95の値を超えた場合(例:「回数」≧N)、一または複数の予測対象候補ユニットの画像が、予測対象候補リストとして予測画面130上に表示される。   When the unit value 64a matches the slot value 65a, the number of times 94 is counted up. That is, when the relationship between the slot and the unit is allowed in the system, it is determined as a prediction target candidate unit, and the number of times 94 is accumulated. Then, when the value of the number of times 94 exceeds the value of the activation condition 95 (for example, “number of times” ≧ N), the processing unit 23b of FIG. 2 displays an image of one or a plurality of prediction target candidate units as a prediction target candidate list. Is displayed on the prediction screen 130.

なお、予測画面130は、構成画面4aの操作対象ベースユニット上に表示すれば、選択されたユニットとベースユニットとの対応関係が明確となるが、これに限定されるものではなく、構成画面4aの任意の場所に予測画面130を表示するように構成してもよい。予測対象候補リストの表示例については後述する。   If the prediction screen 130 is displayed on the operation target base unit of the configuration screen 4a, the correspondence between the selected unit and the base unit becomes clear, but the present invention is not limited to this, and the configuration screen 4a You may comprise so that the prediction screen 130 may be displayed in arbitrary places. A display example of the prediction target candidate list will be described later.

一方、ユニット値64aおよびスロット値65aが不一致の場合、回数94がカウントアップされることは無い。すなわち、スロットとユニットとの関係がシステムとして許容されないとき、システムとして許容されないユニットは、予測対象候補として予測表示されることが無い。よって、予測表示に従う限り、ユーザは、システムとして許容されないユニットを選択することが無い。   On the other hand, when the unit value 64a and the slot value 65a do not match, the number of times 94 is not counted up. That is, when the relationship between the slot and the unit is not allowed as a system, a unit that is not allowed as a system is not predicted and displayed as a candidate for prediction. Therefore, as long as the prediction display is followed, the user does not select a unit that is not allowed as a system.

(詳細設定テーブル)
図10は、詳細設定テーブルを示す図である。図10に示される詳細設定テーブル210は、図9の発動条件95の値を任意に設定可能である。詳細設定テーブル210は、構成要素として、発動条件211、優先ユニット212、優先テーブル日時213、要因ユニット214、数値入力部215、優先ユニット選択一覧表示部216、テーブル日時選択一覧表示部217、要因ユニット選択一覧表示部218を有して構成されている。詳細設定テーブル210は、図2の管理部23cによって、構成画面4aに表示される。また、ユーザによって選択または入力された設定は、管理部23cによって、設定テーブル24cと候補テーブル24dに反映される。なお、この詳細設定テーブル210を表示させるか否かは、ユーザが自由に切り替え可能である。
(Detailed setting table)
FIG. 10 shows a detailed setting table. The detailed setting table 210 shown in FIG. 10 can arbitrarily set the value of the activation condition 95 in FIG. The detailed setting table 210 includes, as components, an activation condition 211, a priority unit 212, a priority table date and time 213, a factor unit 214, a numerical value input unit 215, a priority unit selection list display unit 216, a table date and time selection list display unit 217, and a factor unit A selection list display unit 218 is included. The detailed setting table 210 is displayed on the configuration screen 4a by the management unit 23c of FIG. The settings selected or input by the user are reflected in the setting table 24c and the candidate table 24d by the management unit 23c. Note that the user can freely switch whether or not to display the detailed setting table 210.

以下、詳細設定の一例として、発動条件211、優先ユニット212、優先テーブル日時213、要因ユニット214の設定について、図11〜14を用いて説明する。   Hereinafter, as an example of the detailed setting, the setting of the activation condition 211, the priority unit 212, the priority table date 213, and the factor unit 214 will be described with reference to FIGS.

(発動条件)
図11は、発動条件を設定する例を示す図である。ユーザは、構成画面220に表示された詳細設定テーブル210において、発動条件211の入力部である数値入力部222に、任意の値を入力することが可能である。この項目を設定するかどうかはユーザ次第である。なお、ユーザが数値入力部222に値を入力しない場合は、デフォルトとしての値が設定される。
(Activation conditions)
FIG. 11 is a diagram illustrating an example of setting the activation condition. In the detailed setting table 210 displayed on the configuration screen 220, the user can input an arbitrary value to the numerical value input unit 222 that is an input unit of the activation condition 211. It is up to the user to set this item. When the user does not input a value into the numerical value input unit 222, a default value is set.

(優先ユニット)
図12は、優先ユニットを設定する例を示す図である。「優先ユニット」とは、予測表示の際に、優先して予測対象候補として表示するユニットのことである。ユーザは、構成画面230に表示された詳細設定テーブル210において、優先ユニット231の入力部である優先ユニット選択一覧表示部232のプルダウンメニュー(優先ユニット選択一覧233)を表示し、各ユニットの種別を選択する。管理部23cは、この設定を受けて、選択されたユニット種別を予測表示の優先ユニットとして図9の候補テーブル90の優先96に設定(例えばフラグを立てるなど)を行う。また、処理部23bは、この優先96の設定から、優先すべきユニットを予測候補対象として、優先的に構成画面4aに表示する。なお、ユーザがユニットを選択しない場合、デフォルトとしてのユニットが設定される。
(Priority unit)
FIG. 12 is a diagram illustrating an example of setting a priority unit. The “priority unit” refers to a unit that is preferentially displayed as a prediction target candidate during prediction display. In the detailed setting table 210 displayed on the configuration screen 230, the user displays a pull-down menu (priority unit selection list 233) of the priority unit selection list display unit 232 that is an input unit of the priority unit 231, and sets the type of each unit. select. In response to this setting, the management unit 23c sets the selected unit type as a priority unit for prediction display in the priority 96 of the candidate table 90 in FIG. 9 (for example, sets a flag). In addition, the processing unit 23b preferentially displays the unit to be prioritized on the configuration screen 4a as a prediction candidate target from the setting of the priority 96. If the user does not select a unit, a default unit is set.

(優先テーブル日時)
図13は、優先テーブル日時を設定する例を示す図である。優先テーブル日時241は、図8の設定テーブル80が作成された日時であり、複数生成された設定テーブル80の内、どの設定テーブル80を元にして、予測表示の条件とするかの設定をするものである。ユーザは、構成画面240に表示された詳細設定テーブル210において、優先テーブル日時241の入力部であるテーブル日時選択一覧表示部242のプルダウンメニュー(テーブル日時選択一覧243)を表示し、設定テーブル80の作成日時を選択する。管理部23cは、この設定を受けて、選択された設定テーブル80に基づき予測表示を行うように設定する。なお、ユーザがテーブル作成日時を選択しない場合、デフォルトとしてのテーブル作成日時が設定される。
(Priority table date and time)
FIG. 13 is a diagram illustrating an example of setting the priority table date and time. The priority table date / time 241 is the date / time when the setting table 80 of FIG. 8 was created, and sets which setting table 80 out of a plurality of generated setting tables 80 is used as a condition for predictive display. Is. In the detailed setting table 210 displayed on the configuration screen 240, the user displays a pull-down menu (table date / time selection list 243) of the table date / time selection list display unit 242 that is an input unit of the priority table date / time 241. Select the creation date and time. In response to this setting, the management unit 23c sets to perform prediction display based on the selected setting table 80. When the user does not select the table creation date and time, the default table creation date and time is set.

(要因ユニット)
図14は、要因ユニットを設定する例を示す図である。要因ユニット251は、図8の設定テーブル80の予測要因ユニットに対応するものである。ユーザは、構成画面250に表示された詳細設定テーブル210において、要因ユニット251の入力部である要因ユニット選択一覧表示部252のプルダウンメニュー(要因ユニット選択一覧253)を表示し、予測要因となるユニットを選択する。これにより、ユーザが実際にPLCシステムを構築していく際、予測要因として設定したユニットを選択した場合に、そのユニットを基に予測表示のプロセスが実施される。ユーザが予測要因ユニットを選択しない場合、デフォルトとしての予測要因ユニットが設定される。
(Cause unit)
FIG. 14 is a diagram illustrating an example of setting a factor unit. The factor unit 251 corresponds to the prediction factor unit in the setting table 80 of FIG. The user displays a pull-down menu (cause unit selection list 253) of the factor unit selection list display unit 252 which is an input unit of the factor unit 251 in the detailed setting table 210 displayed on the configuration screen 250, and becomes a unit that becomes a prediction factor Select. Thereby, when a user actually constructs a PLC system, when a unit set as a prediction factor is selected, a prediction display process is performed based on the unit. When the user does not select a predictor unit, a predictor unit as a default is set.

以下、図15〜18を用いて、構成画面4aに予測対象候補リストが表示されるまでの実施例について説明する。なお、図15〜18に示されるオブジェクトIDは、実際に使用されるオブジェクトIDではなく、本実施の形態を説明するためのものである。また、図15〜18の実施例は、上述した詳細設定テーブルによる設定が行われていない状態を前提としている。   Hereinafter, an example until the prediction target candidate list is displayed on the configuration screen 4a will be described with reference to FIGS. Note that the object IDs shown in FIGS. 15 to 18 are not object IDs that are actually used, but are for explaining the present embodiment. Further, the embodiments of FIGS. 15 to 18 are based on the assumption that the setting by the above-described detailed setting table is not performed.

図15は、事前ユニットIDおよび事前ユニットスロット番号が予測設定管理テーブルに格納される状態を示す図である。図15の上側に示される図は、出力ユニット102が既に実装されているベースユニット101である。この場合、図15の下側に示される設定テーブル103には、ベースユニットID104に「B1」が格納され、事前ユニットID105に「01」が格納され、事前スロット番号106に「3」が格納される。   FIG. 15 is a diagram illustrating a state in which the prior unit ID and the prior unit slot number are stored in the prediction setting management table. The figure shown on the upper side of FIG. 15 is the base unit 101 on which the output unit 102 is already mounted. In this case, “B1” is stored in the base unit ID 104, “01” is stored in the advance unit ID 105, and “3” is stored in the advance slot number 106 in the setting table 103 illustrated in the lower part of FIG. The

図16は、予測要因ユニットIDおよび予測要因ユニットスロット番号が予測設定管理テーブルに格納される状態を示す図である。図15の上側に示される図は、図15のベースユニット101の空きスロット「1」に、CPUユニット111を実装するときの状態である。この場合、図16の下側に示される設定テーブル112には、予測要因ユニットID116に「C1」が格納され、予測スロット番号117に「1」が格納される。   FIG. 16 is a diagram illustrating a state in which the prediction factor unit ID and the prediction factor unit slot number are stored in the prediction setting management table. 15 shows a state when the CPU unit 111 is mounted in the empty slot “1” of the base unit 101 in FIG. In this case, in the setting table 112 shown on the lower side of FIG. 16, “C1” is stored in the prediction factor unit ID 116, and “1” is stored in the prediction slot number 117.

図17は、予測設定管理テーブルと予測候補管理テーブルとの対応を示す図である。図17の下側に示される図は、設定テーブル120の各オブジェクトID121、122、124と、各スロット番号123、125との組合せパターン126(ここではパターンモデルPとする)に基づく候補テーブル127である。楕円記号で示されるものは、パターンモデル(123)化されたユニットのうち、回数129−1の値を基準として、回数129−1の値が一定条件(ここでは「N回」以上)を超えた予測対象候補ユニット(次ユニットID「D1」のユニットと「I1」のユニット)である。   FIG. 17 is a diagram illustrating the correspondence between the prediction setting management table and the prediction candidate management table. The figure shown at the bottom of FIG. 17 is a candidate table 127 based on a combination pattern 126 (here, pattern model P) of the object IDs 121, 122, and 124 of the setting table 120 and the slot numbers 123 and 125. is there. What is indicated by an ellipse symbol is that the number of times 129-1 exceeds a certain condition (here, “N times” or more) on the basis of the value of times 129-1 among the units converted into the pattern model (123). Prediction target candidate units (unit of next unit ID “D1” and unit of “I1”).

なお、回数129−1の値は、一例として、上から降順で示されているが、これに限定されるものではなく、指定された回数のユニットのみ表示し、あるいは一定範囲内の回数のユニットのみ表示するように構成してもよい。また、図17に示される設定テーブル127は、回数129−1の値を基準として、次ユニットが表示されているが「発動条件」または「優先」を基準として、次ユニットを表示するものであってもよい。また、候補テーブル127に表示されるパターンモデルの数量は、これに限定されるものではなく、より多くのパターンモデルを表示してもよい。   The value of the number of times 129-1 is shown in descending order from the top as an example, but is not limited to this, and only the designated number of units are displayed or the number of times within a certain range. It may be configured to display only. The setting table 127 shown in FIG. 17 displays the next unit on the basis of the “activation condition” or “priority”, although the next unit is displayed based on the value of the number of times 129-1. May be. Further, the number of pattern models displayed in the candidate table 127 is not limited to this, and more pattern models may be displayed.

(予測対象候補リスト)
図18は、ユニット構成情報表示画面に表示される予測対象候補リスト表示画面を示す図である。予測画面130には、図17の候補テーブル127において楕円記号で示された次ユニット「D1」に該当する電源ユニット131と、「I1」に対応する入力ユニット132とが、回数129−1の値の順(降順)で表示されている。
(Prediction candidate list)
FIG. 18 is a diagram illustrating a prediction target candidate list display screen displayed on the unit configuration information display screen. In the prediction screen 130, the power unit 131 corresponding to the next unit “D1” indicated by the ellipse symbol in the candidate table 127 of FIG. 17 and the input unit 132 corresponding to “I1” have the value of 129-1. It is displayed in the order of (descending order).

予測画面130の上側には電源ユニットが示され、下側には入力ユニットが示されている。予測画面130の左側には、予測対象候補リストが表示され、予測画面130の右側には、予測対象候補リストに表示されたユニットをPLCシステムのベースユニットに配置した状態としてプレビュー表示される。なお、図18において、予測画面130には、予測対象候補リストとプレビューが同時表示されているが、一方のみ表示するように構成してもよい。   A power supply unit is shown on the upper side of the prediction screen 130, and an input unit is shown on the lower side. A prediction target candidate list is displayed on the left side of the prediction screen 130, and a preview is displayed on the right side of the prediction screen 130 as a state where the units displayed in the prediction target candidate list are arranged in the base unit of the PLC system. In FIG. 18, the prediction screen 130 simultaneously displays the prediction target candidate list and the preview, but it may be configured to display only one of them.

なお、図18において、予測画面130は、構成画面4aのCPUユニットから吹き出すように表示されているが、これに限定されるものではなく、各スロット以外の場所に表示される構成でもよい。また、次ユニットが装着されるスロットから吹き出すように表示される構成でもよく、その場合、各スロットに次ユニット候補を複数表示する態様であってもよい。   In FIG. 18, the prediction screen 130 is displayed so as to be blown out from the CPU unit of the configuration screen 4 a, but is not limited thereto, and may be configured to be displayed in a place other than each slot. Moreover, the structure displayed so that it may blow out from the slot in which a next unit is mounted may be sufficient, and the aspect which displays two or more next unit candidates in each slot may be sufficient in that case.

また、図18では、予測対象候補として、電源ユニットおよび入力ユニットを挙げたが、実際の適用ではそれらに限定されるものではない。また、ユーザは、予測画面130に次操作対象として考えていたユニットが表示されていない場合、ユニット画面4bから次操作対象として考えていたユニットを選択することも可能である。また、ユーザが予測画面130の表示を自由にON/OFFすることが可能である。   Further, in FIG. 18, the power supply unit and the input unit are listed as prediction target candidates, but the actual application is not limited to them. In addition, when the unit considered as the next operation target is not displayed on the prediction screen 130, the user can select the unit considered as the next operation target from the unit screen 4b. In addition, the user can freely turn ON / OFF the display of the prediction screen 130.

図19は、図18の予測対象候補リスト表示画面から入力ユニットを選択したときのベースユニットの状態を示す図である。図18の予測画面130から入力ユニット132が選択・確定されると、入力ユニット140がベースユニット101の予測配置位置に装着される。このように、ユーザは、各予測ユニットと予測ユニット装着状態のプレビューとを参照しながら、PLCシステムの構成ユニットの選定およびその合理的な全体レイアウト検討・構築を効率的に行うことができる。なお、予測画面130のユニットは、予測対象候補リストまたはプレビューのいずれからも選択可能なものとする。また、予測画面130のユニットの選択・確定は、予測画面130のユニットをクリックしたときに確定するように構成してもよいし、選択・確定を決定するためのボタン等を画面上に表示するようにしてもよい。   FIG. 19 is a diagram illustrating a state of the base unit when an input unit is selected from the prediction target candidate list display screen of FIG. When the input unit 132 is selected and confirmed from the prediction screen 130 in FIG. 18, the input unit 140 is attached to the predicted arrangement position of the base unit 101. In this way, the user can efficiently perform the selection of the constituent units of the PLC system and the rational overall layout examination / construction while referring to each prediction unit and the preview of the prediction unit mounting state. Note that the unit of the prediction screen 130 can be selected from either the prediction target candidate list or the preview. The selection / confirmation of the unit on the prediction screen 130 may be configured to be confirmed when the unit on the prediction screen 130 is clicked, or a button or the like for determining selection / confirmation is displayed on the screen. You may do it.

つぎに、図20、21を用いて支援装置10の動作を説明する。図20は、ユニット構成情報表示画面にユニット構成情報テーブルを表示するフローチャートである。ユーザが入力装置11を用いて、ユニット画面4bにツリー上に表示されるユニット部品を選択し(ステップS11)、選択されたユニット部品を構成画面4aにドロップした場合(ステップS12)、構成情報30が構成テーブル31に格納される(ステップS13)。以下、ステップS11〜13の処理に関して図3、5を参照して説明する。ドロップされたユニット部品がベースユニットAの場合、構成テーブル31の先頭のユニット名称31cにベースユニットAが格納され、属性情報31dに属性情報1が格納され、オブジェクトID31eには一意に決まる数字が格納される。さらに、ベースユニットAの属性情報1(50aa)からスロット数61aが読み出され、0から始まるスロット数分の番号がスロット番号31bの欄に振られる。また、ドロップされたユニット部品が電源ユニットAの場合は、スロット番号が0の行に、電源ユニットAのユニット名称と属性情報2とが格納され、オブジェクトIDが振られる。また、ドロップされたユニット部品がCPUユニットAの場合、スロット番号3が1の行に、CPUユニットAのユニット名称と属性情報3とが格納され、オブジェクトIDが振られる。また、ドロップされたユニット部品が入力ユニットAの場合、スロット番号が2の行に、入力ユニットAのユニット名称と属性情報4とが格納され、オブジェクトIDが振られる。また、ドロップされたユニット部品が出力ユニットAの場合は、スロット番号が3の行に、出力ユニットAのユニット名称と属性情報4とが格納され、オブジェクトIDが振られる。以上により、構成情報30を作成する。表示処理部22は、作成された構成情報30を、図7に示されるPLC構成図70として構成画面4aに表示する(ステップS14)。なお、ステップS11〜13の処理は、編集部23aで行われる。   Next, the operation of the support apparatus 10 will be described with reference to FIGS. FIG. 20 is a flowchart for displaying the unit configuration information table on the unit configuration information display screen. When the user selects a unit part displayed on the unit screen 4b on the tree using the input device 11 (step S11) and drops the selected unit part on the configuration screen 4a (step S12), the configuration information 30 Is stored in the configuration table 31 (step S13). Hereinafter, the processing in steps S11 to S13 will be described with reference to FIGS. When the dropped unit part is the base unit A, the base unit A is stored in the first unit name 31c of the configuration table 31, the attribute information 1 is stored in the attribute information 31d, and a uniquely determined number is stored in the object ID 31e. Is done. Further, the slot number 61a is read from the attribute information 1 (50aa) of the base unit A, and numbers corresponding to the number of slots starting from 0 are assigned to the slot number 31b column. When the dropped unit component is the power supply unit A, the unit name of the power supply unit A and the attribute information 2 are stored in the row where the slot number is 0, and the object ID is assigned. When the dropped unit part is the CPU unit A, the unit name of the CPU unit A and the attribute information 3 are stored in the row where the slot number 3 is 1, and the object ID is assigned. When the dropped unit part is the input unit A, the unit name of the input unit A and the attribute information 4 are stored in the row with the slot number 2, and the object ID is assigned. When the dropped unit part is the output unit A, the unit name of the output unit A and the attribute information 4 are stored in the row with the slot number 3, and the object ID is assigned. The configuration information 30 is created as described above. The display processing unit 22 displays the created configuration information 30 on the configuration screen 4a as the PLC configuration diagram 70 shown in FIG. 7 (step S14). Note that the processing in steps S11 to S13 is performed by the editing unit 23a.

図21は、ユニット構成情報表示画面に予測対象候補リスト表示画面を表示するフローチャートである。管理部23cは、作成された設定テーブル120からパターンモデルPを取得する(ステップS21)。処理部23bは、候補テーブル127のパターンモデルP(91)において、次ユニット92の回数94が発動条件95(N回)以上の場合(ステップS22,Yes)、予測画面130を構成画面4aに表示する(ステップS23)。処理部23bは、次ユニット92の回数94が発動条件95(N回)未満の場合(ステップS22,No)、予測画面130を表示せずに処理を終了する。   FIG. 21 is a flowchart for displaying a prediction target candidate list display screen on the unit configuration information display screen. The management unit 23c acquires the pattern model P from the created setting table 120 (step S21). When the number 94 of the next unit 92 is greater than or equal to the activation condition 95 (N times) in the pattern model P (91) of the candidate table 127 (step S22, Yes), the processing unit 23b displays the prediction screen 130 on the configuration screen 4a. (Step S23). When the number of times 94 of the next unit 92 is less than the activation condition 95 (N times) (No at Step S22), the processing unit 23b ends the process without displaying the prediction screen 130.

なお、予測表示のために、設定テーブル80、候補テーブル90、および詳細設定テーブル210に設定された情報は、予測条件設定データファイルとして抽出し、ネットワークを介して他者の作業環境に転送することが可能である。転送されたデータファイルは、他者の作業環境内における予測条件設定管理部が読み取ることにより、その作業環境において提供元の予測条件と同様の予測表示を可能にする。   For prediction display, information set in the setting table 80, candidate table 90, and detailed setting table 210 is extracted as a prediction condition setting data file and transferred to the work environment of others via the network. Is possible. The transferred data file is read by a prediction condition setting management unit in another person's work environment, thereby enabling prediction display similar to the prediction condition of the provider in the work environment.

また、予測条件設定データファイルは、他者が実際にシステム構築を行って作成されたものとして入手する以外にも、他社から購入と言う形で入手することも可能である。その場合、他社からの購入品は、より汎用的なシステム構成パターン、予測表示条件を成すものとし、ユーザは、それをそのまま適用することは勿論、その購入品はあくまでテンプレートとして捉え、そこから更に自由にカスタマイズをすることが可能である。   Further, the prediction condition setting data file can be obtained in the form of purchase from another company in addition to being obtained by someone else actually building the system. In that case, products purchased from other companies shall have a more general system configuration pattern and forecast display conditions, and the user will not only apply it as it is, but also consider the purchased product as a template, and from there It is possible to customize freely.

さらに、予測条件を自在にカスタマイズして、予測する範囲を適宜設定することが可能である。これにより、ユーザ特有のシーンを対象としたシステム構築においても、独自に効率的な作業が可能となる。   Furthermore, it is possible to customize the prediction conditions freely and set the prediction range as appropriate. As a result, even in the system construction for a user-specific scene, an efficient work can be performed uniquely.

さらに、他者の予測設定管理テーブルファイルを、自分の作業環境に適用することにより、他者の操作手順をノウハウとして活用したスムーズなシステム構築が可能となり、さらに経験(知)の共有を図ることが可能となる。   In addition, by applying the other person's prediction setting management table file to your work environment, you can build a smooth system that uses the other person's operation procedures as know-how, and share experience (knowledge). Is possible.

以上に説明したように、本実施の形態のPLCシステム構築支援装置によれば、ユニット構成情報表示画面4aに表示されたユニット構成状態から、ユニット選択において次操作対象として予測されるユニットを予測対象候補リストとして表示し、また、システムとして許容されないユニットは、予測対象候補として予測表示されることが無いようにしたので、ユーザの自由度を大きく弊害することなく、かつ、ユニットの配置ミスを予防することが可能である。   As described above, according to the PLC system construction support device of the present embodiment, the unit predicted from the unit configuration state displayed on the unit configuration information display screen 4a as the next operation target in the unit selection is predicted. Units that are displayed as a candidate list and are not allowed to be predicted as a system are not predicted and displayed as candidates for prediction, so there is no significant adverse effect on the user's freedom and prevent unit placement errors. Is possible.

本実施の形態に示したPLCシステム構築支援装置の構成は、本発明の内容の一例を示すものであり、更なる別の公知の技術と組み合わせることも可能であるし、本発明の要旨を逸脱しない範囲で、一部を省略する等、変更して構成することも可能であることは無論である。   The configuration of the PLC system construction support apparatus shown in the present embodiment shows an example of the contents of the present invention, and can be combined with another known technique, and departs from the gist of the present invention. Of course, it is possible to change and configure such as omitting a part within the range.

以上のように、本発明にかかるPLCシステム構築支援装置は、PLCシステムを設計するPLCシステム構築支援装置に適用可能であり、特に、PLCシステムを実際に構築する前に、表示画面に表示されたユニット構成状態から、ユニット選択時に次操作対象として予測されるユニットリストを予測対象候補ユニットリストとして表示して、構成ユニットの選定およびその合理的な全体レイアウトを検討することができる発明として有用である。   As described above, the PLC system construction support apparatus according to the present invention can be applied to a PLC system construction support apparatus for designing a PLC system, and in particular, displayed on the display screen before actually constructing the PLC system. It is useful as an invention that can display a unit list that is predicted as the next operation target when selecting a unit from the unit configuration state as a prediction target candidate unit list, and can select a constituent unit and examine its rational overall layout. .

本実施の形態にかかるPLCシステム構築支援装置の構成の一例を模式的に示す図である。It is a figure which shows typically an example of a structure of the PLC system construction | assembly assistance apparatus concerning this Embodiment. 図1の中央演算装置および記憶装置で実現されるPLCシステム構築支援装置の機能ブロックを模式的に示す図である。It is a figure which shows typically the functional block of the PLC system construction | assembly assistance apparatus implement | achieved by the central processing unit and memory | storage device of FIG. 図2のユニット構成情報記憶部に記録されるデータ構造を示す図である。It is a figure which shows the data structure recorded on the unit structure information storage part of FIG. PLCシステム構築支援装置の画面表示例を示す図である。It is a figure which shows the example of a screen display of a PLC system construction assistance apparatus. 図2に示したユニット部品情報記憶部に記録されるデータ構造を示す図である。It is a figure which shows the data structure recorded on the unit component information storage part shown in FIG. 図5の属性情報1のデータ構造例を示す図である。It is a figure which shows the example of a data structure of the attribute information 1 of FIG. PLC構成図の一例を示す図である。It is a figure which shows an example of a PLC block diagram. 図2の記憶部に記録された予測設定管理テーブルのデータ構造を示す図である。It is a figure which shows the data structure of the prediction setting management table recorded on the memory | storage part of FIG. 図2の記憶部に記録された予測候補管理テーブルのデータ構造を示す図である。It is a figure which shows the data structure of the prediction candidate management table recorded on the memory | storage part of FIG. 詳細設定テーブルを示す図である。It is a figure which shows a detailed setting table. 発動条件を設定する例を示す図である。It is a figure which shows the example which sets activation conditions. 優先ユニットを設定する例を示す図である。It is a figure which shows the example which sets a priority unit. 優先テーブル日時を設定する例を示す図である。It is a figure which shows the example which sets a priority table date. 要因ユニットを設定する例を示す図である。It is a figure which shows the example which sets a factor unit. 事前ユニットIDおよび事前ユニットスロット番号が予測設定管理テーブルに格納される状態を示す図である。It is a figure which shows the state in which prior unit ID and prior unit slot number are stored in a prediction setting management table. 予測要因ユニットIDおよび予測要因ユニットスロット番号が予測設定管理テーブルに格納される状態を示す図である。It is a figure which shows the state by which a prediction factor unit ID and a prediction factor unit slot number are stored in a prediction setting management table. 予測設定管理テーブルと予測候補管理テーブルとの対応を示す図である。It is a figure which shows a response | compatibility with a prediction setting management table and a prediction candidate management table. ユニット構成情報表示画面に表示される予測対象候補リスト表示画面を示す図である。It is a figure which shows the prediction object candidate list display screen displayed on a unit structure information display screen. 図18の予測対象候補リスト表示画面から入力ユニットを選択したときのベースユニットの状態を示す図である。It is a figure which shows the state of a base unit when an input unit is selected from the prediction object candidate list display screen of FIG. ユニット構成情報表示画面にユニット構成情報テーブルを表示するフローチャートである。It is a flowchart which displays a unit structure information table on a unit structure information display screen. ユニット構成情報表示画面に予測対象候補リスト表示画面を表示するフローチャートである。It is a flowchart which displays a candidate list display screen for prediction on a unit composition information display screen.

4,12 表示装置
4a,220,230,240,250 ユニット構成情報表示画面(第2の画面)
4b ユニット部品情報表示画面(第1の画面)
10 PLCシステム構築支援装置
11 入力装置
13 中央演算装置
14 記憶装置
15 通信I/F装置
16 通信回線
17 PLC
21 入力処理部
22 表示処理部
23 演算部
23a ユニット構成情報編集部
23b 予測対応処理部
23c 予測条件設定管理部
24 記憶部
24a ユニット構成情報記憶部
24b ユニット部品情報記憶部
24c,80,103,112,120 予測設定管理テーブル(第2のテーブル)
24d,90,127 予測候補管理テーブル(第1のテーブル)
24e,210 詳細設定テーブル(第3のテーブル)
25 通信処理部
26 表示画面生成部
31 ユニット構成情報テーブル
31a PLC構成名称
31b スロット番号
31c ユニット名称
31d 属性情報
31e オブジェクトID
50 ベースユニット群
50a ベースユニットA
50b ベースユニットB
50aa 属性情報1
50ba 属性情報2
51 CPUユニット群
51a,73 CPUユニットA
51b CPUユニットB
51aa 属性情報3
51ba 属性情報4
52 入力ユニット群
52a,74 入力ユニットA
52b 入力ユニットB
52aa 属性情報5
52ba 属性情報6
53 出力ユニット群
53a 出力ユニットA
53b 出力ユニットB
53aa 属性情報7
53ba 属性情報8
61 スロット数
61a スロット数の値
62 CPUユニット装着可能数
62a CPUユニット装着可能数の値
63 ユニット画像データ
64 対応ユニット型
64a 対応ユニット型の値
65 対応スロット型
65a 対応スロット型の値
70 PLC構成図
71 ベースユニットA
72 電源ユニットA
75 出力ユニットA
76 空き
82,104,113,121 ベースユニットID
83,105,114,122 事前ユニットID
84,106,115,123 事前ユニットスロット番号
85,116,124 予測要因ユニットID
86,117,125 予測要因ユニットスロット番号
90,103,112,120 予測候補管理テーブル
91,126 パターンモデル
92,128 次ユニットID
93,129 次ユニットスロット番号
94,129−1 回数(ユニット選択回数)
95,211,221 発動条件
96 優先
101 ベースユニット
102 出力ユニット
111 CPUユニット
130 予測対象候補リスト表示画面(第3の画面)
131 電源ユニット
132,140 入力ユニット
212,231 優先ユニット
213,241 優先テーブル日時
214,251 要因ユニット
215,222 数値入力部
216,232 優先ユニット選択一覧表示部
217,242 テーブル日時選択一覧表示部
218,252 要因ユニット選択一覧表示部
233 ユニット選択一覧
243 テーブル日時選択一覧
253 要因ユニット選択一覧
4,12 Display device 4a, 220, 230, 240, 250 Unit configuration information display screen (second screen)
4b Unit parts information display screen (first screen)
10 PLC system construction support device 11 Input device 13 Central processing unit 14 Storage device 15 Communication I / F device 16 Communication line 17 PLC
21 Input Processing Unit 22 Display Processing Unit 23 Calculation Unit 23a Unit Configuration Information Editing Unit 23b Prediction Corresponding Processing Unit 23c Prediction Condition Setting Management Unit 24 Storage Unit 24a Unit Configuration Information Storage Unit 24b Unit Part Information Storage Unit 24c, 80, 103, 112 , 120 Prediction setting management table (second table)
24d, 90, 127 Prediction candidate management table (first table)
24e, 210 Detailed setting table (third table)
25 Communication Processing Unit 26 Display Screen Generation Unit 31 Unit Configuration Information Table 31a PLC Configuration Name 31b Slot Number 31c Unit Name 31d Attribute Information 31e Object ID
50 Base unit group 50a Base unit A
50b Base unit B
50aa attribute information 1
50ba attribute information 2
51 CPU unit group 51a, 73 CPU unit A
51b CPU unit B
51aa attribute information 3
51ba attribute information 4
52 Input unit group 52a, 74 Input unit A
52b Input unit B
52aa Attribute information 5
52ba attribute information 6
53 Output unit group 53a Output unit A
53b Output unit B
53aa attribute information 7
53ba attribute information 8
61 Number of slots 61a Value of number of slots 62 Number of installable CPU units 62a Value of number of installable CPU units 63 Unit image data 64 Corresponding unit type 64a Corresponding unit type value 65 Corresponding slot type 65a Corresponding slot type value 70 PLC configuration diagram 71 Base unit A
72 Power supply unit A
75 Output unit A
76 Free 82, 104, 113, 121 Base unit ID
83, 105, 114, 122 Advance unit ID
84, 106, 115, 123 Pre-unit slot number 85, 116, 124 Prediction factor unit ID
86, 117, 125 Prediction factor unit slot number 90, 103, 112, 120 Prediction candidate management table 91, 126 Pattern model 92, 128 Next unit ID
93,129 Next unit slot number 94,129-1 Number of times (unit selection number)
95, 211, 221 Trigger condition 96 Priority 101 Base unit 102 Output unit 111 CPU unit 130 Prediction candidate list display screen (third screen)
131 Power unit 132,140 Input unit 212,231 Priority unit 213,241 Priority table date 214,251 Cause unit 215,222 Numerical input unit 216,232 Priority unit selection list display unit 217,242 Table date / time selection list display unit 218, 252 Factor Unit Selection List Display Unit 233 Unit Selection List 243 Table Date / Time Selection List 253 Factor Unit Selection List

Claims (6)

PLCシステムを実際に構築するのに先だって、画面上で、構成ユニットの選択およびその組み合わせをシュミレーションするPLCシステム構築支援装置において、
PLCシステムを構築するのに選択可能な各種ユニット一覧を表示する第1の画面と、
前記ユニット一覧から選択されたユニットを、PLCシステムのベースユニットに配置した状態で表示する第2の画面と、
前記第2の画面に配置されたユニットの配置履歴情報に基づいて、前記ユニット一覧からの選択が予測される次操作対象ユニットを予測対象候補リストとして表示する第3の画面と、
を生成する表示画面生成部を備えたこと、
を特徴とするPLCシステム構築支援装置。
Prior to actually building a PLC system, a PLC system construction support device that simulates selection of a unit and its combination on a screen,
A first screen displaying a list of various units that can be selected to construct a PLC system;
A second screen for displaying a unit selected from the unit list in a state of being arranged in a base unit of the PLC system;
A third screen for displaying a next operation target unit predicted to be selected from the unit list as a prediction target candidate list based on the arrangement history information of the units arranged on the second screen;
A display screen generation unit that generates
PLC system construction support device characterized by the above.
前記配置履歴情報は、
予め前記第2の画面に配置されたユニットに付与された事前ユニットIDと、前記PLCシステムのスロット位置を示す事前スロットIDを含み、
前記表示画面生成部は、
前記ユニット一覧からの選択が予測される次操作対象ユニットに付与された次ユニットIDを含む第1のテーブルと、前記次ユニットIDを発動する要因となるユニットに付与された予測要因ユニットIDを前記配置履歴情報と対応させて格納する第2のテーブルと、
を有することを特徴とする請求項1に記載のPLCシステム構築支援装置。
The arrangement history information is
A pre-unit ID given to a unit arranged on the second screen in advance, and a pre-slot ID indicating a slot position of the PLC system;
The display screen generation unit
The first table including the next unit ID assigned to the next operation target unit predicted to be selected from the unit list, and the prediction factor unit ID assigned to the unit that causes the next unit ID to be activated A second table stored in correspondence with the arrangement history information;
The PLC system construction support apparatus according to claim 1, comprising:
前記第1のテーブルは、
前記ユニット一覧から選択されたユニットの選択回数を格納し、
前記表示画面生成部は、
前記ユニット一覧から選択されたユニットが、前記第2の画面に表示されたPLCシステムの適切なスロット位置に配置された場合、前記ユニット選択回数をカウントアップすることを特徴とする請求項2に記載のPLCシステム構築支援装置。
The first table is:
Stores the number of selections of the unit selected from the unit list,
The display screen generation unit
3. The unit selection count is counted up when a unit selected from the unit list is arranged at an appropriate slot position of the PLC system displayed on the second screen. PLC system construction support device.
前記表示画面生成部は、
次操作対象ユニットを前記予測対象候補リストに優先表示させる条件を含む第3のテーブルを有し、
前記第1のテーブルは、
前記条件によって設定されたユニットを、前記次ユニットIDと対応して格納することを特徴とする請求項1〜3のいずれか1つに記載のPLCシステム構築支援装置。
The display screen generation unit
A third table including a condition for preferentially displaying the next operation target unit in the prediction target candidate list;
The first table is:
The PLC system construction support device according to any one of claims 1 to 3, wherein a unit set according to the condition is stored in association with the next unit ID.
前記第1のテーブル、前記第2のテーブル、および前記第3のテーブルの少なくとも一つをデータファイルとして抽出し、他のPLCシステム構築支援装置に出力可能に構成されていることを特徴とする請求項1〜4のいずれか1つに記載のPLCシステム構築支援装置。   The configuration is such that at least one of the first table, the second table, and the third table is extracted as a data file and can be output to another PLC system construction support apparatus. Item 5. The PLC system construction support device according to any one of Items 1 to 4. 前記第3の画面は、
前記予測対象候補リストに表示されたユニットをPLCシステムのベースユニットに配置した状態としてプレビュー表示を行い、
前記第2の画面は、
前記第3の画面で表示されたユニット選択によって、前記第3の画面で選択されたユニットを、PLCシステムのベースユニットに配置した状態で表示すること、
を特徴とする請求項1〜5のいずれか1つに記載のPLCシステム構築支援装置。
The third screen is
A preview display is performed with the unit displayed in the prediction candidate list placed in the base unit of the PLC system,
The second screen is
The unit selected on the third screen is displayed in a state where the unit selected on the third screen is arranged on the base unit of the PLC system by the unit selection displayed on the third screen.
The PLC system construction support device according to any one of claims 1 to 5.
JP2009001146A 2009-01-06 2009-01-06 PLC system construction support device Active JP5207987B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009001146A JP5207987B2 (en) 2009-01-06 2009-01-06 PLC system construction support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009001146A JP5207987B2 (en) 2009-01-06 2009-01-06 PLC system construction support device

Publications (2)

Publication Number Publication Date
JP2010160582A true JP2010160582A (en) 2010-07-22
JP5207987B2 JP5207987B2 (en) 2013-06-12

Family

ID=42577715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009001146A Active JP5207987B2 (en) 2009-01-06 2009-01-06 PLC system construction support device

Country Status (1)

Country Link
JP (1) JP5207987B2 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012066683A1 (en) * 2010-11-19 2012-05-24 三菱電機株式会社 System construction support tool and system construction support device
JP2012141722A (en) * 2010-12-28 2012-07-26 Mitsubishi Electric Corp Setting device
JP5116906B1 (en) * 2012-04-04 2013-01-09 三菱電機株式会社 PLC design equipment
WO2013014740A1 (en) * 2011-07-25 2013-01-31 三菱電機株式会社 System construction support device and system structure chart creation method
WO2013094067A1 (en) * 2011-12-22 2013-06-27 三菱電機株式会社 System construction assistance device
JP2013182582A (en) * 2012-03-05 2013-09-12 Azbil Corp Control loop design device and control loop design method
CN103576599A (en) * 2012-08-03 2014-02-12 发纮电机株式会社 PLC system, drawing editing device thereof and programmable display
CN104350435A (en) * 2012-04-13 2015-02-11 西门子公司 Embedded prognostics on PLC platforms for equipment condition monitoring, diagnosis and time-to-failure/service prediction
JPWO2013014961A1 (en) * 2011-07-25 2015-02-23 三菱電機株式会社 System construction support apparatus and system configuration diagram creation method
WO2015140940A1 (en) * 2014-03-18 2015-09-24 三菱電機株式会社 System construction assist device, method, and recording medium
WO2020217435A1 (en) * 2019-04-25 2020-10-29 三菱電機株式会社 Screen data generating system, screen data generating method, and program
CN113424116A (en) * 2019-03-14 2021-09-21 欧姆龙株式会社 Setting information generating device, setting information generating method, and control program
CN114730167A (en) * 2019-11-18 2022-07-08 三菱电机株式会社 PLC system construction auxiliary program, operation terminal readable storage medium, and PLC system construction auxiliary device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09251370A (en) * 1996-03-18 1997-09-22 Sekisui Chem Co Ltd Drawing preparation device
JPH1027089A (en) * 1996-07-11 1998-01-27 Fuji Xerox Co Ltd Computer operation assisting device
JPH10222689A (en) * 1996-12-02 1998-08-21 Nippon Telegr & Teleph Corp <Ntt> Method for displaying graphic and device therefor and storage medium for storing graphic display program
JP2002108421A (en) * 2000-10-02 2002-04-10 Keyence Corp Plc system construction support tool and program development support tool for plc system which incorporates the same
WO2002079886A1 (en) * 2001-03-29 2002-10-10 Mitsubishi Denki Kabushiki Kaisha Programming tool

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09251370A (en) * 1996-03-18 1997-09-22 Sekisui Chem Co Ltd Drawing preparation device
JPH1027089A (en) * 1996-07-11 1998-01-27 Fuji Xerox Co Ltd Computer operation assisting device
JPH10222689A (en) * 1996-12-02 1998-08-21 Nippon Telegr & Teleph Corp <Ntt> Method for displaying graphic and device therefor and storage medium for storing graphic display program
JP2002108421A (en) * 2000-10-02 2002-04-10 Keyence Corp Plc system construction support tool and program development support tool for plc system which incorporates the same
WO2002079886A1 (en) * 2001-03-29 2002-10-10 Mitsubishi Denki Kabushiki Kaisha Programming tool

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2012066683A1 (en) * 2010-11-19 2014-05-12 三菱電機株式会社 System construction support tool and system construction support device
CN103221956B (en) * 2010-11-19 2017-03-15 三菱电机株式会社 System and arranging aid and system and arranging servicing unit
CN103221956A (en) * 2010-11-19 2013-07-24 三菱电机株式会社 System construction support tool and system construction support device
WO2012066683A1 (en) * 2010-11-19 2012-05-24 三菱電機株式会社 System construction support tool and system construction support device
US9229441B2 (en) 2010-11-19 2016-01-05 Mitsubishi Electric Corporation System construction supporting tool and system construction supporting device
JP2012141722A (en) * 2010-12-28 2012-07-26 Mitsubishi Electric Corp Setting device
WO2013014740A1 (en) * 2011-07-25 2013-01-31 三菱電機株式会社 System construction support device and system structure chart creation method
WO2013014961A1 (en) * 2011-07-25 2013-01-31 三菱電機株式会社 System construction support device and system structure chart creation method
US9372476B2 (en) 2011-07-25 2016-06-21 Mitsubishi Electric Corporation System construction supporting apparatus and system configuration diagram creating method
JPWO2013014961A1 (en) * 2011-07-25 2015-02-23 三菱電機株式会社 System construction support apparatus and system configuration diagram creation method
WO2013094067A1 (en) * 2011-12-22 2013-06-27 三菱電機株式会社 System construction assistance device
JP2013182582A (en) * 2012-03-05 2013-09-12 Azbil Corp Control loop design device and control loop design method
KR101372197B1 (en) * 2012-04-04 2014-03-07 미쓰비시덴키 가부시키가이샤 Plc designing apparatus
JP5116906B1 (en) * 2012-04-04 2013-01-09 三菱電機株式会社 PLC design equipment
WO2013150618A1 (en) * 2012-04-04 2013-10-10 三菱電機株式会社 Plc designing device
CN104350435B (en) * 2012-04-13 2016-12-14 西门子公司 The prediction analysis method being embedded in the software platform of programmable logic controller (PLC)
US9996405B2 (en) 2012-04-13 2018-06-12 Siemens Corporation Embedded prognostics on PLC platforms for equipment condition monitoring, diagnosis and time-to-failure/service prediction
CN104350435A (en) * 2012-04-13 2015-02-11 西门子公司 Embedded prognostics on PLC platforms for equipment condition monitoring, diagnosis and time-to-failure/service prediction
CN103576599A (en) * 2012-08-03 2014-02-12 发纮电机株式会社 PLC system, drawing editing device thereof and programmable display
KR20160014786A (en) 2014-03-18 2016-02-11 미쓰비시덴키 가부시키가이샤 System construction assist device, method, and recording medium
KR101660680B1 (en) 2014-03-18 2016-09-27 미쓰비시덴키 가부시키가이샤 System construction assist device, method, and recording medium
CN105408826A (en) * 2014-03-18 2016-03-16 三菱电机株式会社 System construction assist device, method, and recording medium
US9792000B2 (en) 2014-03-18 2017-10-17 Mitsubishi Electric Corporation System construction assistance apparatus, method, and recording medium
WO2015140940A1 (en) * 2014-03-18 2015-09-24 三菱電機株式会社 System construction assist device, method, and recording medium
CN113424116A (en) * 2019-03-14 2021-09-21 欧姆龙株式会社 Setting information generating device, setting information generating method, and control program
WO2020217435A1 (en) * 2019-04-25 2020-10-29 三菱電機株式会社 Screen data generating system, screen data generating method, and program
JP6790308B1 (en) * 2019-04-25 2020-11-25 三菱電機株式会社 Screen data generation system, screen data generation method and program
US11842116B2 (en) 2019-04-25 2023-12-12 Mitsubishi Electric Corporation Screen data generating system, screen data generating method, and program
CN114730167A (en) * 2019-11-18 2022-07-08 三菱电机株式会社 PLC system construction auxiliary program, operation terminal readable storage medium, and PLC system construction auxiliary device
US11586168B2 (en) 2019-11-18 2023-02-21 Mitsubishi Electric Corporation Storage medium and PLC system construction support device
CN114730167B (en) * 2019-11-18 2023-06-27 三菱电机株式会社 PLC system construction auxiliary program, operation terminal readable storage medium, and PLC system construction auxiliary device

Also Published As

Publication number Publication date
JP5207987B2 (en) 2013-06-12

Similar Documents

Publication Publication Date Title
JP5207987B2 (en) PLC system construction support device
JP4462449B2 (en) Control system setting device
US11620551B2 (en) Industrial automation control logic diagnostics and analysis
EP3798841A1 (en) System and method for industrial automation troubleshooting
JP2005327263A (en) Control system setting device
EP3798816B1 (en) System and method for smart selection and building of industrial automation control systems from industrial automation control libraries and objects
JP6434434B2 (en) A processing robot system that connects a processing device to a robot for processing
TWI465868B (en) Sequence program design support device
WO2012114444A1 (en) Engineering device
JP5785501B2 (en) Ladder program creation device
CN111142475A (en) Information processing apparatus
US11841700B2 (en) System and method for industrial automation device library
CN111610754B (en) Picture making device and picture making system
EP3798765A1 (en) System and method for light engineering client for industrial automation system
JP2017049870A (en) Machine control system indicating machine operation information on indicator according to operator
JP4429990B2 (en) SCREEN CREATION DEVICE, SCREEN CREATION PROGRAM, RECORDING MEDIUM RECORDING THE PROGRAM, PROGRAMMABLE DISPLAY, CONTROL PROGRAM, AND RECORDING MEDIUM RECORDING THE PROGRAM
JP5495630B2 (en) Work procedure management system
US11231924B2 (en) System and method for industrial automation project code analysis
JP4091631B2 (en) Machine signal processing equipment
JP4515434B2 (en) Unit information setting device, unit information setting program, and recording medium recording the same
JP2009048396A (en) Simulator of motor motion
CN113728286B (en) Picture data generating system, picture data generating method, and recording medium
JP3712640B2 (en) Editor device and recording medium recording editor program
JP2007528537A (en) Projection method for automated systems
JP5291531B2 (en) Control support method, control support program, and control support apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110603

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120808

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120814

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121011

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130122

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130219

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160301

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5207987

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250