WO2013132573A1 - エンジニアリングツール - Google Patents

エンジニアリングツール Download PDF

Info

Publication number
WO2013132573A1
WO2013132573A1 PCT/JP2012/055547 JP2012055547W WO2013132573A1 WO 2013132573 A1 WO2013132573 A1 WO 2013132573A1 JP 2012055547 W JP2012055547 W JP 2012055547W WO 2013132573 A1 WO2013132573 A1 WO 2013132573A1
Authority
WO
WIPO (PCT)
Prior art keywords
name
data
programmable logic
logic controller
field
Prior art date
Application number
PCT/JP2012/055547
Other languages
English (en)
French (fr)
Inventor
良司 小野
Original Assignee
三菱電機株式会社
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 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to PCT/JP2012/055547 priority Critical patent/WO2013132573A1/ja
Priority to TW101123411A priority patent/TW201337803A/zh
Publication of WO2013132573A1 publication Critical patent/WO2013132573A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • G05B19/056Programming the PLC
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/13Plc programming
    • G05B2219/13004Programming the plc

Definitions

  • the present invention relates to an engineering tool.
  • a field network mainly used for transmitting and receiving control signals and data between a programmable logic controller and a field device such as a remote input / output device is used.
  • transmission / reception of control signals and data is realized by periodically updating the internal memory of the programmable logic controller and the internal memory of the field device on the network as a shared memory.
  • control signals and data are transmitted and received between a master node (hereinafter referred to as a master) and a slave node (hereinafter referred to as a slave).
  • a master a master node
  • a slave node hereinafter referred to as a slave
  • the master is generally connected to a programmable logic controller.
  • the slave is connected to the field device or configured integrally with the field device.
  • field devices include remote input / output devices, A / D converters, counters, and temperature controllers.
  • Each master and slave is assigned a unique station number within the field network.
  • Programmable logic controller reads and writes data on field devices via field network shared memory (link device). Allocation of data on field devices to link devices is called network range allocation. In addition, assignment to a device that can read and write a program (sequence program) on the programmable logic controller of the link device is called a refresh parameter.
  • the program on the programmable logic controller reads and writes devices on the programmable logic controller. Since the device is assigned to any data on any field device by the refresh parameter and network range assignment, reading / writing to the device, that is, reading / writing to data on the field device is performed.
  • the program on the programmable logic controller can read / write data on the field device, but it recognizes which device on the programmable logic controller reads / writes to which data on which field device. In order to do so, it is necessary to grasp the contents of network range assignment and refresh parameter settings, and the work required for recognition is enormous, and intuitive understanding is not possible. In other words, it is impossible to imagine field devices and data to be read / written from the device name and number.
  • label programming As a method to compensate for these drawbacks.
  • label names are assigned to devices on the programmable logic controller. Instead of a programmable logic controller device, a label name can be written in an instruction argument or the like in the program (see Patent Document 1).
  • the label information includes a correspondence between a label name (label name) that can be used by a user during programming and a programmable logic controller device corresponding to the label name.
  • the user still needs to know which device on the programmable logic controller is to read and write to which data on which field device from the network range assignment and refresh parameter settings.
  • the user must create a name that can recognize which device on the programmable logic controller reads and writes to which data on which field device.
  • the present invention has been made in view of the above, and an object of the present invention is to obtain an engineering tool capable of generating a label used for a program without the user's hand.
  • the present invention is implemented in a computer connected to a plurality of field devices via a field network and connected to a programmable logic controller constituting a programmable logic controller system.
  • a network range assignment setting unit for holding a network range assignment indicating a correspondence between the shared memory shared above and each data stored in each of the plurality of field devices, and a plurality of fields.
  • a station name setting unit for setting a station name for each of the devices, a refresh parameter setting unit for holding a refresh parameter indicating a correspondence between a device on the programmable logic controller and a shared memory, network range assignment, and a refresh parameter.
  • the label information generation unit that generates label information configured as a combination of the label name composed of the station name and the data name and the device name, and in the sequence program created using the label name as an argument
  • a program creation / conversion unit that converts the created label program into a format that can be processed by a programmable logic controller.
  • the engineering tool according to the present invention does not need to create a label name while confirming field device specifications, network range assignment, and refresh parameters, and reduces preparation work for programming using labels. There is an effect.
  • FIG. 1 is a diagram illustrating a configuration example of a programmable logic controller system to which an engineering tool according to an embodiment is applied.
  • FIG. 2 is a diagram showing a configuration of the embodiment of the engineering tool.
  • FIG. 3 is a diagram showing a user operation and an operation of the engineering tool when using the programmable logic controller system.
  • FIG. 4A is a diagram illustrating an example of a field device data list.
  • FIG. 4B is a diagram illustrating an example of a field device data list.
  • FIG. 5 is a diagram illustrating a setting example of network range assignment.
  • FIG. 6 is a diagram illustrating an example of setting refresh parameters.
  • FIG. 7 is a diagram illustrating an example of label information.
  • FIG. 8 is a diagram illustrating a configuration example of label names.
  • FIG. 9 is a diagram illustrating an example of a part of a program.
  • FIG. 10 is a diagram illustrating an example of a program in which label names are replaced with corresponding devices.
  • FIG. 11 is a diagram illustrating a configuration example of another PLC system using the engineering tool according to the embodiment.
  • FIG. 12 is a diagram illustrating a setting example of network range assignment.
  • FIG. 13 is a diagram illustrating an example of setting refresh parameters.
  • FIG. 14 is a diagram illustrating an example of a field device data list.
  • FIG. 15 is a diagram illustrating an example of label information generated when the engineering tool according to the embodiment is applied to another PLC system.
  • FIG. 16 is a diagram illustrating an example of a program in which label names are replaced with corresponding devices.
  • FIG. 1 is a diagram illustrating a configuration example of a programmable logic controller system (PLC system) to which the engineering tool according to the embodiment is applied.
  • the PLC system 500 includes a programmable logic controller 401 and field devices 402 and 403.
  • a node (master) 404 serving as a master is connected to the programmable logic controller 401.
  • Each of the field devices 402 and 403 is connected to slave nodes (slaves) 405 and 406.
  • the master 404 and the slaves 405 and 406 are connected to each other via the field network 407. That is, the programmable logic controller 401 is connected to the field network 407 via the master 404.
  • the field device 402 is connected to the field network 407 via the slave 405.
  • the field device 403 is connected to the field network 407 via the slave 406.
  • the station number of the master 404 is 1, the station number of the slave 405 is 2, and the station number of the slave 406 is 3.
  • the programmable logic controller 401 and the field devices 402 and 403 communicate with each other via the field network 407.
  • the programmable logic controller 401 reads and writes data on the field devices 402 and 403 using the link device 107 that is a shared memory of the field network 407.
  • the device 108 on the programmable logic controller 401 is read and written.
  • a computer 409 on which the engineering tool 301 is mounted is connected to the programmable logic controller 401 when the programmable logic controller 401 is set.
  • FIG. 2 is a diagram showing the configuration of the embodiment of the engineering tool.
  • the computer 409 is a general computer including a control unit 41, a storage unit 42, an input unit 43, a display unit 44, and a communication unit 45.
  • the control unit 41 includes a CPU (Central Processing Unit) 411, a RAM (Random Access Memory) 412, a ROM (Read Only Memory) 413, and the like, and programs stored in the ROM 413 and the storage unit 42 are stored in the RAM 412.
  • the CPU 411 executes as a work area using the storage unit 42, thereby realizing an operation as a computer.
  • the storage unit 42 is an HDD (Hard Disk Disk Drive), for example, and stores a program for the engineering tool 301.
  • the input unit 43 is an input device such as a keyboard or a pointing device.
  • the display unit 44 is a display device such as an LCD (Liquid Crystal Display).
  • the communication unit 45 has a communication function with the programmable logic
  • the engineering tool 301 includes a network range assignment setting unit 32, a refresh parameter setting unit 33, a data acquisition unit 34, a station name setting unit 35, a label information generation unit 36, and a program creation / conversion unit 37.
  • Each functional unit of the engineering tool 301 is configured on the CPU 411 when the CPU 411 executes the engineering tool program.
  • the network range assignment 302 indicates which part of the link device 107 (shown in FIG. 1) in which the data 106 1 and 106 2 (shown in FIG. 1) on the field devices 402 and 403 (shown in FIG. 1) is a shared memory of the field network 407. This is data indicating whether it is assigned to
  • the network range assignment setting unit 32 displays a setting screen of the network range assignment 302 on the display unit 44 and holds contents set by a user operation via the input unit 43.
  • the network range allocation setting unit 32 may have a function of assisting (complementing) part or all of the settings of the network range allocation 302.
  • the refresh parameter 303 is data indicating which part of the link device 107 (described in FIG. 1) is assigned to which of the devices (described in FIG. 1) that can be read and written by the program on the programmable logic controller 401 (described in FIG. 1). It is.
  • the refresh parameter setting unit 33 displays a setting screen for the refresh parameter 303 on the display unit 44 and holds contents set by a user operation via the input unit 43. Note that the refresh parameter setting unit 33 may have a function of assisting (complementing) part or all of the setting of the refresh parameter 303.
  • the data acquisition unit 34 communicates with the programmable logic controller 401 (described in FIG. 1) via the communication unit 45, and the data 106 1 , 106 2 from the field devices 402 and 403 (described in FIG. 1) via the programmable logic controller 401.
  • the field device data list 304 as the list information (shown in FIG. 1) is acquired.
  • the data acquisition unit 34 includes a plurality of field device data lists 304 (304 1 , 304 2 ) corresponding to each data (data 106 1 , 106 2 ) of each field device (field devices 402, 402). ) To get.
  • the station name setting unit 35 sets a station name 305 that is data indicating the name of each node (master 404, slave 405, 406) included in the field network 407 (shown in FIG. 1), and holds the station name 305.
  • the station name 305 may be manually set by the user, or the station name is set by a method such as automatically generating from the station number uniquely assigned to each of the master 404 and slaves 405 and 406 in the field network 407.
  • the unit 35 may set automatically.
  • the label information generation unit 36 includes a network range allocation 302 from the network range allocation setting unit 32, a refresh parameter 303 from the refresh parameter setting unit 33, a field device data list 304 from the data acquisition unit 34, and a station name setting unit 35 to a station. Each name 305 is acquired, and label information 306 is generated based on the acquired information.
  • the program creation / conversion unit 37 creates a program (sequence program) to be executed by the programmable logic controller 401 (shown in FIG. 1) and converts a label name included in the program into a device name.
  • the user operates the input unit 43 to set the network range assignment 302 and the refresh parameter 303 in the network range assignment setting unit 32 and the refresh parameter setting unit 33, respectively.
  • the data acquisition unit 34 When setting the network range assignment 302, the data acquisition unit 34 reads the data 106 1 and 106 2 of each of the field devices 402 and 403 connected to the slaves 405 and 406 as the field device data list 304.
  • the timing at which the data acquisition unit 34 reads the field device data list 304 is not limited when the user sets the network range assignment 302, and the data acquisition unit 34 is operated by operating the input unit 43 in advance. It may be read, or the data acquisition unit 34 may automatically read at an arbitrary timing, or the data acquisition unit 34 may hold it in advance.
  • the field device data list 304 includes data names and data numbers or data addresses for some or all of the data 106 1 , 106 2 of the field devices 402, 403. In addition to these, the field device data list 304 may include a description of data.
  • FIG. 3 is a diagram showing a user operation and an operation of the engineering tool when using the PLC system.
  • the user operates the input unit 43 to set the network range assignment 302 by the network range assignment setting unit 32 (step S801).
  • the data acquisition unit 34 includes the field device data list 304 (304 1 , 304 2) indicating the data names, data numbers, or data addresses of the data in the data 106 1 , 106 2 of the field device 402 and the field device 403. ) Is read (step S802).
  • FIG. 4A and 4B are diagrams illustrating an example of the field device data list 304.
  • FIG. The field device data list 304 1 field device 402 shown in FIG. 4A the data name of the data included in the data 106 1 with the field device 402 (data numbers 0-3) includes commentary.
  • the field device data list 304 2 field device 403 shown in Figure 4B the data name of the data contained in the data 106 2 having a field device 403 (data numbers 0-1) includes commentary.
  • FIG. 5 is a diagram illustrating a setting example of the network range assignment 302.
  • the data (data numbers 0 to 3) possessed by the field device 402 in the RWr0 to RWr3 in the link device 107 is the data (data number 0 to 3) possessed by the field device 403 in the RWr8 to RWr9 in the link device 107.
  • Data numbers 0 to 1) are assigned respectively.
  • the network range assignment 302 set by the network range assignment setting unit 32 by the user operating the input unit 43 is held in the network range assignment setting unit 32 (step S803).
  • the station name setting unit 35 sets the station name in the field devices 402 and 403 (slave 405 and 406) (step S804).
  • the station name “A / D” is assigned to the field device 402 (slave 405)
  • the station name “counter” is assigned to the field device 403 (slave 406).
  • the station name 305 set by the station name setting unit 35 by the user operating the input unit 43 is held in the station name setting unit 35 (step S805).
  • FIG. 6 is a diagram illustrating a setting example of the refresh parameter 303.
  • RWr0 to RWr3 in the link device 107 include W100 to W103 in the device 108 included in the programmable logic controller 401, and RWr8 to RWr9 in the link device 107 include W200 to W201 in the device 108 included in the programmable logic controller 401.
  • the refresh parameter 303 set by the refresh parameter setting unit 33 by the user operating the input unit 43 is held in the refresh parameter setting unit 33 (step S807).
  • the label information generation unit 36 includes a network range allocation 302 held in the network range allocation setting unit 32, a field device data list 304 read into the data acquisition unit, a station name 305 set in the station name setting unit 35, and a refresh In accordance with the refresh parameter 303 held in the parameter setting unit 33, label information 306 is generated (step S808).
  • FIG. 7 is a diagram illustrating an example of label information.
  • the label information 306 is configured as a set of a label name 3061 and a device name 3062.
  • FIG. 8 is a diagram illustrating a configuration example of label names.
  • the label name 3061 is configured as a set of a station name 361 and a data name 362.
  • FIG. 9 is a diagram illustrating an example of a part of a program using label information generated by the label information generation unit.
  • a label name 3061 can be written in an instruction argument in the program. Since the label name 3061 includes the station name 361 and the data name 362, the user can identify the field devices 402 and 403 in which the data 106 1 and 106 2 exist from the label name 3061, the data 106 1 , 106 2 can recognize whether the data of the field device 402 and 403 the throat.
  • the program creation / conversion unit 37 replaces the label name 3061 with the corresponding device 108 when converting the program into a format that can be processed by the programmable controller 401 (step S810).
  • FIG. 10 is a diagram showing an example in which the label name of the program shown in FIG. 9 is replaced with a corresponding device.
  • the label name 3061 (A / D $ digital output 1) is replaced with the corresponding device 108 (W100) on the programmable controller 401. Therefore, the program 1501 in which the label name 3061 (A / D $ digital output 1) is replaced with the device 108 (W100) is processed by the programmable logic controller 401 as an instruction to output the data number 0 of the station number 2 corresponding to W100. .
  • FIG. 11 is a diagram illustrating a configuration example of another PLC system using the engineering tool according to the embodiment.
  • the PLC system 600 includes one programmable logic controller 1201 and three field devices 1202, 1203, 1204.
  • a node (master) 1205 serving as a master is connected to the programmable controller 1201.
  • Nodes (slaves) 1206, 1207, and 1208 that are slaves are connected to the field devices 1202, 1203, and 1204, respectively.
  • the master 1205 and the slaves 1206, 1207, and 1208 are connected to each other via the field network 1209. That is, the programmable logic controller 1201 is connected to the field network 1209 via the master 1205.
  • the field device 1202 is connected to the field network 1209 via the slave 1206.
  • the field device 1203 is connected to the field network 1209 via the slave 1207.
  • the field device 1204 is connected to the field network 1209 via the slave 1208.
  • the station number of the master 1205 is 1, the station number of the slave 1206 is 2, the station number of the slave 1207 is 3, and the station number of the slave 1208 is 4.
  • the master 1205 and the slaves 1206, 1207, and 1208 transmit and receive control signals and data, so that the programmable logic controller 1201 and the field devices 1202, 1203, and 1204 communicate via the field network 1209.
  • a computer 409 on which the engineering tool 301 is mounted is connected to the programmable logic controller 1201 when the programmable logic controller 1201 is set.
  • the field device 1202 is a field device of the same type as the field device 403 of the PLC system 500.
  • the field device 1204 is the same type of field device as the field device 402 of the PLC system 500.
  • the field device 1203 is the same type as the field device 403 of the PLC system 500 and a different type of field device.
  • the user operates the engineering tool 301 in the same procedure as the procedure shown in FIG.
  • the network range assignment setting unit 32 and the refresh parameter setting unit 33 that are set by operating the input unit 43 and held in the network range assignment setting unit 32 and the refresh parameter 303 may not be the same as those in the PLC system 500. .
  • FIG. 12 is a diagram showing a setting example of the network range assignment 302.
  • the data (data number 0 to 3) of the field device 1204 (station number 4) is stored in RWr0 to RWr3 in the link device 107, and the field device 1203 is stored in RWr5 to RWr6 in the link device 107.
  • Data (data numbers 0 to 1) of (station number 3) is assigned to RWr8 to RWr9 of the link device 107 with data (data numbers 0 to 1) of the field device 1202 (station number 2).
  • FIG. 13 is a diagram illustrating a setting example of the refresh parameter 303.
  • RWr0 to RWr3 in the link device 107 are provided in W300 to W103 in the device 108 included in the programmable logic controller 1201, and RWr5 to RWr6 in the link device 107 are provided in the programmable logic controller 1201.
  • RWr8 to RWr9 of the link device 107 are associated with W100 to W101 of the device 108 included in the programmable logic controller 1201, respectively, to W200 to W201 of the device 108.
  • Field device data list 304 that is read from the field device 1202 by the data acquisition unit 42, since a field device field device 402 the same type of PLC system 500 is similar to the field device data list 304 1 shown in FIG. 4A . That is, the field device data list 304 2 field device 1202, the data name of the data with the field devices 1202 (data number 0-1), include commentary.
  • Field device data list 304 that is read from the field device 1204 by the data acquisition unit 42, since a field device field device 403 the same type of PLC system 500 is similar to the field device data list 3042 shown in FIG. 4B . That is, the field device data list 304 1 field device 1204, the data name of the data with the field devices 1024 (data number 0-3), include commentary.
  • the field device data list 304 read from the field device 1203 by the data acquisition unit 42 is the same as that of the field device 1204 because the field device 1203 is the same type as the field device 1202 and a different type.
  • FIG. 14 is a diagram showing a list of field device data read from the field device by the data acquisition unit.
  • the user operates the input unit 43 to connect the slave 1208 connected to the field device 1204 that is the same type as the field device 402 of the PLC system 500 to the same station as the slave 405 connected to the field device 402 of the PLC system 500.
  • the user operates the input unit 43 to connect the slave 1206 connected to the field device 1202 that is the same type as the field device 404 of the PLC system 500 to the slave 406 connected to the field device 403 of the PLC system 500.
  • FIG. 15 is a diagram illustrating an example of label information generated when the engineering tool according to the embodiment is applied to another PLC system.
  • the data name included in the label information 306 includes all items of the label information 306 in the PLC system 500.
  • FIG. 16 is a diagram illustrating an example of a program in which a label name of a program using label information generated by the label information generation unit is replaced with a corresponding device.
  • the label name 3061 (A / D $ digital output 1) is replaced with the corresponding device 108 (W300) on the programmable controller 1201. Therefore, the program 1502 is processed as an instruction to output the data number 0 of the station number 4 corresponding to W300. Since the field device 1204 is the same type as the field device 402 in the PLC system 500, the program 1101 shown in FIG.
  • the label used for the program is generated without the manual work of the user, and the field device in which the data corresponding to the label exists from the name, the data type, Therefore, it is not necessary to create the label name while checking the field device specifications, network range assignment, and refresh parameters, and to set the label. Preparation for programming using the label Work is reduced.
  • the label name can be generated from the station name and data name and does not depend on the number and configuration of connected field devices, station numbers, network range assignment, and refresh parameters, the program can be used between different systems. Even so, it is not necessary to change the program (change the label), and it is only necessary to set the same station name in the setting, and the amount of work for diverting the program can be reduced.
  • the engineering tool according to the present invention is useful for reducing preparation work in programming using labels, and is particularly suitable for application to a PLC system in which a program may be diverted. Yes.

Abstract

 複数のフィールド機器の各々が格納するデータの一覧を取得するデータ取得部(34)と、プログラマブルロジックコントローラ及び各フィールド機器が共有する共有メモリと、各フィールド機器が格納する各データとの対応を示すネットワーク範囲割付を保持するネットワーク範囲割付設定部(32)と、各フィールド機器に局名を設定する局名設定部(35)と、プログラマブルロジックコントローラ上のデバイスと共有メモリとの対応を示すリフレッシュパラメータを保持するリフレッシュパラメータ設定部(33)と、ネットワーク範囲割付とリフレッシュパラメータとに基づいて、局名及びデータの名称で構成されるラベル名称とデバイスの名称との組として構成されるラベル情報を生成するラベル情報生成部(36)と、ラベル名称を用いて作成されたシーケンスプログラム中のラベル名称を対応するデバイスの名称に変換するプログラム作成・変換部(37)とを備える。

Description

エンジニアリングツール
 本発明は、エンジニアリングツールに関する。
 従来、プログラマブルロジックコントローラシステムでは、プログラマブルロジックコントローラと、リモート入出力機器などのフィールド機器との間で、制御信号及びデータの送受信を行うことを主な目的としたフィールドネットワークが用いられる。フィールドネットワークでは、プログラマブルロジックコントローラの内部メモリと、ネットワーク上のフィールド機器の内部メモリとを共有するメモリとして定期的に更新することで、制御信号及びデータの送受信を実現する。
 フィールドネットワークでは、マスタとなるノード(以下、マスタ)と、スレーブとなるノード(以下、スレーブ)との間で制御信号及びデータの送受信を行う。
 マスタは、一般にプログラマブルロジックコントローラに接続される。
 スレーブは、フィールド機器に接続されるか、又はフィールド機器と一体に構成される。フィールド機器の種類としては、例えば、リモート入出力機器、A/D変換器、カウンタ、温度調節器などがある。
 マスタ及びスレーブには、それぞれ、フィールドネットワークの中で一意な局番が付与される。
 プログラマブルロジックコントローラは、フィールドネットワークの共有メモリ(リンクデバイス)を介して、フィールド機器上のデータを読み書きする。フィールド機器上のデータのリンクデバイスへの割り当てを、ネットワーク範囲割付と呼ぶ。また、リンクデバイスのプログラマブルロジックコントローラ上のプログラム(シーケンスプログラム)が読み書きできるデバイスへの割り当てを、リフレッシュパラメータと呼ぶ。
 プログラマブルロジックコントローラ上のプログラムでは、プログラマブルロジックコントローラ上のデバイスを読み書きする。リフレッシュパラメータ及びネットワーク範囲割付によって、当該デバイスがいずれかのフィールド機器上のいずれかのデータに割り当てられているため、デバイスへの読み書きが、すなわちフィールド機器上のデータへの読み書きとなる。
 このようにして、プログラマブルロジックコントローラ上のプログラムから、フィールド機器上のデータへの読み書きが可能となるが、プログラマブルロジックコントローラ上のどのデバイスがどのフィールド機器上のどのデータへの読み書きとなるかを認識するには、ネットワーク範囲割付及びリフレッシュパラメータの設定内容を把握する必要があり、認識するまでに要する作業が多大であるとともに、直感的な理解ができない。換言すると、デバイスの名称、番号から読み書きしたいフィールド機器、データを想像し得ない。
 このような欠点を補う手法として、ラベルプログラミングがある。ラベルプログラミングでは、プログラマブルロジックコントローラ上のデバイスに、ラベル名称を割り当てる。プログラム中の命令引数などに、プログラマブルロジックコントローラのデバイスではなく、ラベル名称を記載できる(特許文献1参照)。
 ラベル情報には、ユーザがプログラミングの際に使うことができるラベルの名称(ラベル名称)と、ラベル名称に対応するプログラマブルロジックコントローラのデバイスとの対応関係が含まれる。
 ユーザが、ラベル名称としてプログラマブルロジックコントローラ上のどのデバイスが、どのフィールド機器上のどのデータへの読み書きとなるかを認識できるような名称を設定することで、直感的な理解ができないという課題は解消されるように見える。
特開2006-146526号公報
 しかしながら、上記従来の技術によれば、依然として以下のような課題がある。
 まず、ユーザは依然として、プログラマブルロジックコントローラ上のどのデバイスが、どのフィールド機器上のどのデータへの読み書きとなるかを、ネットワーク範囲割付及びリフレッシュパラメータの設定内容から把握する必要がある。
 また、ユーザは、プログラマブルロジックコントローラ上のどのデバイスが、どのフィールド機器上のどのデータへの読み書きとなるかを認識できるような名称を作成しなければならない。
 さらに、システム中で使用されているフィールド機器の数や種類がシステムごとに異なり、ネットワーク範囲割付及びリフレッシュパラメータの設定も異なることから、ラベルを用いて作成されたプログラムを異なるシステム間で流用する際には、ネットワーク範囲割付及びリフレッシュパラメータの設定及びラベル情報の設定をプログラム(ラベル)を流用可能であるように計画しながら実施する必要がある。
 本発明は、上記に鑑みてなされたものであって、プログラムに使用するラベルがユーザの手を介さずに生成できるエンジニアリングツールを得ることを目的とする。
 上述した課題を解決し、目的を達成するために、本発明は、フィールドネットワークを介して複数のフィールド機器に接続されてプログラマブルロジックコントローラシステムを構成するプログラマブルロジックコントローラに接続されるコンピュータに実装され、プログラマブルロジックコントローラが実行するシーケンスプログラムの作成時に用いられるエンジニアリングツールであって、複数のフィールド機器の各々が格納するデータの一覧を取得するデータ取得部と、プログラマブルロジックコントローラ及び複数のフィールド機器がフィールドネットワーク上で共有する共有メモリと、複数のフィールド機器の各々が格納する各データとの対応を示すネットワーク範囲割付を保持するネットワーク範囲割付設定部と、複数のフィールド機器の各々に局名を設定する局名設定部と、プログラマブルロジックコントローラ上のデバイスと、共有メモリとの対応を示すリフレッシュパラメータを保持するリフレッシュパラメータ設定部と、ネットワーク範囲割付とリフレッシュパラメータとに基づいて、局名及びデータの名称で構成されるラベル名称とデバイスの名称との組として構成されるラベル情報を生成するラベル情報生成部と、引数にラベル名称を用いて作成されたシーケンスプログラム中のラベル名称を対応するデバイスの名称に変換して、作成されたシーケンスプログラムをプログラマブルロジックコントローラで処理可能な形式に変換するプログラム作成・変換部と、を備えることを特徴とする。
 本発明にかかるエンジニアリングツールは、フィールド機器の諸元、ネットワーク範囲割付、リフレッシュパラメータを確認しながらラベル名称を作成する作業を行わなくて良く、ラベルを使用したプログラミングの際の準備作業が軽減されるという効果を奏する。
図1は、実施の形態にかかるエンジニアリングツールが適用されるプログラマブルロジックコントローラシステムの構成例を示す図である。 図2は、エンジニアリングツールの実施の形態の構成を示す図である。 図3は、プログラマブルロジックコントローラシステムを使用する際のユーザの操作と、エンジニアリングツールの動作とを示す図である。 図4Aは、フィールド機器データ一覧の一例を示す図である。 図4Bは、フィールド機器データ一覧の一例を示す図である。 図5は、ネットワーク範囲割付の設定例を示す図である。 図6は、リフレッシュパラメータの設定例を示す図である。 図7は、ラベル情報の一例を示す図である。 図8は、ラベル名称の構成例を示す図である。 図9は、プログラムの一部の一例を示す図である。 図10は、ラベル名称を対応するデバイスに置換したプログラムの一例を示す図である。 図11は、実施の形態にかかるエンジニアリングツールを用いた別のPLCシステムの構成例を示す図である。 図12は、ネットワーク範囲割付の設定例を示す図である。 図13は、リフレッシュパラメータの設定例を示す図である。 図14は、フィールド機器データ一覧の一例を示す図である。 図15は、実施の形態にかかるエンジニアリングツールを別のPLCシステムに適用した場合に生成されるラベル情報の一例を示す図である。 図16は、ラベル名称を対応するデバイスに置換したプログラムの一例を示す図である。
 以下に、本発明にかかるエンジニアリングツールの実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。
実施の形態.
 図1は、実施の形態にかかるエンジニアリングツールが適用されるプログラマブルロジックコントローラシステム(PLCシステム)の構成例を示す図である。PLCシステム500は、プログラマブルロジックコントローラ401及びフィールド機器402、403を備える。プログラマブルロジックコントローラ401には、マスタとなるノード(マスタ)404が接続される。フィールド機器402、403の各々は、スレーブとなるノード(スレーブ)405、406が接続される。マスタ404、スレーブ405及び406は、フィールドネットワーク407を介して互いに接続されている。すなわち、プログラマブルロジックコントローラ401は、マスタ404を介してフィールドネットワーク407に接続される。また、フィールド機器402は、スレーブ405を介してフィールドネットワーク407に接続される。また、フィールド機器403は、スレーブ406を介してフィールドネットワーク407に接続される。ここで、マスタ404の局番は1、スレーブ405の局番は2、スレーブ406の局番は3である。
 マスタ404とスレーブ405、406とが制御信号及びデータの送受信を行うことにより、プログラマブルロジックコントローラ401とフィールド機器402、403とがフィールドネットワーク407を介して通信を行う。プログラマブルロジックコントローラ401は、フィールドネットワーク407の共有メモリであるリンクデバイス107を用いて、フィールド機器402、403上のデータを読み書きする。プログラマブルロジックコントローラ401上のプログラムでは、プログラマブルロジックコントローラ401上のデバイス108を読み書きする。
 プログラマブルロジックコントローラ401には、エンジニアリングツール301を実装するコンピュータ409が、プログラマブルロジックコントローラ401の設定の際に接続される。
 図2は、エンジニアリングツールの実施の形態の構成を示す図である。コンピュータ409は、制御部41、記憶部42、入力部43、表示部44及び通信部45を備えた一般的なコンピュータである。制御部41は、CPU(Central Processing Unit)411、RAM(Random Access Memory)412、ROM(Read Only Memory)413などを有して構成され、ROM413や記憶部42に格納されているプログラムを、RAM412や記憶部42をワークエリアとしてCPU411が実行することによってコンピュータとしての動作を実現する。記憶部42は、例えばHDD(Hard Disk Drive)であり、エンジニアリングツール301のプログラムを記憶する。入力部43は、キーボードやポインティングデバイスなどの入力装置である。表示部44は、LCD(Liquid Crystal Display)などの表示装置である。通信部45は、プログラマブルロジックコントローラ401との通信機能を有する。
 エンジニアリングツール301は、ネットワーク範囲割付設定部32、リフレッシュパラメータ設定部33、データ取得部34、局名設定部35、ラベル情報生成部36及びプログラム作成・変換部37を有する。エンジニアリングツール301の各機能部は、CPU411がエンジニアリングツールプログラムを実行することによってCPU411上に構成される。
 ネットワーク範囲割付302は、フィールド機器402、403(図1記載)上のデータ106、106(図1記載)が、フィールドネットワーク407の共有メモリであるリンクデバイス107(図1記載)のどの部分へ割り当てられるか示すデータである。ネットワーク範囲割付設定部32は、ネットワーク範囲割付302の設定画面を表示部44に表示させ、入力部43を介したユーザの操作によって設定された内容を保持する。なお、ネットワーク範囲割付設定部32は、ネットワーク範囲割付302の設定の一部又は全部を補助(補完)する機能を備えていても良い。
 リフレッシュパラメータ303は、プログラマブルロジックコントローラ401(図1記載)上のプログラムが読み書きできるデバイス108(図1記載)のうちのどれにリンクデバイス107(図1記載)のどの部分が割り当てられるかを示すデータである。リフレッシュパラメータ設定部33は、リフレッシュパラメータ303の設定画面を表示部44に表示させ、入力部43を介したユーザの操作によって設定された内容を保持する。なお、リフレッシュパラメータ設定部33は、リフレッシュパラメータ303の設定の一部又は全部を補助(補完)する機能を備えていても良い。
 データ取得部34は、通信部45を介してプログラマブルロジックコントローラ401(図1記載)と通信し、プログラマブルロジックコントローラ401を経由してフィールド機器402、403(図1記載)からデータ106、106(図1記載)の一覧情報としてのフィールド機器データ一覧304を取得する。後述するように、データ取得部34は、各フィールド機器(フィールド機器402、402)の各々のデータ(データ106、106)に対応して複数のフィールド機器データ一覧304(304、304)を取得する。
 局名設定部35は、フィールドネットワーク407(図1記載)に含まれる各ノード(マスタ404、スレーブ405、406)の名称を示すデータである局名305を設定し、局名305を保持する。局名305は、ユーザが手動で設定しても良いし、フィールドネットワーク407の中でマスタ404及びスレーブ405、406の各々に一意に付与されている局番から自動生成するなどの方法で局名設定部35が自動的に設定しても良い。
 ラベル情報生成部36は、ネットワーク範囲割付設定部32からネットワーク範囲割付302を、リフレッシュパラメータ設定部33からリフレッシュパラメータ303を、データ取得部34からフィールド機器データ一覧304を、局名設定部35から局名305をそれぞれ取得し、取得したこれらの情報に基づいてラベル情報306を生成する。プログラム作成・変換部37は、プログラマブルロジックコントローラ401(図1記載)に実行させるプログラム(シーケンスプログラム)の作成と、プログラム中に含まれるラベル名称をデバイス名に変換する処理とを行う。
 ユーザは、入力部43を操作してネットワーク範囲割付302及びリフレッシュパラメータ303を、ネットワーク範囲割付設定部32及びリフレッシュパラメータ設定部33にそれぞれ設定する。
 ネットワーク範囲割付302を設定する際に、データ取得部34は、スレーブ405、406に接続されているフィールド機器402、403の各々のデータ106、106をフィールド機器データ一覧304として読み込む。なお、データ取得部34がフィールド機器データ一覧304を読み込むタイミングは、ユーザがネットワーク範囲割付302の設定の際に限定されることはなく、事前に入力部43を操作することによってデータ取得部34に読み込ませても良いし、データ取得部34が任意のタイミングで自動的に読み込んでも良いし、データ取得部34が予め保持していても良い。
 フィールド機器データ一覧304は、フィールド機器402、403の持つ一部又は全てのデータ106、106について、データ名称とデータ番号又はデータアドレスとを含む。フィールド機器データ一覧304は、これらに加えてデータの解説を含んでも良い。
 図3は、PLCシステムを使用する際のユーザの操作と、エンジニアリングツールの動作とを示す図である。まずユーザは、入力部43を操作し、ネットワーク範囲割付設定部32によりネットワーク範囲割付302の設定を行う(ステップS801)。このとき、データ取得部34には、フィールド機器402及びフィールド機器403のデータ106、106中の各データのデータ名称やデータ番号又はデータアドレスなどがフィールド機器データ一覧304(304、304)として読み込まれる(ステップS802)。
 図4A、図4Bは、フィールド機器データ一覧304の一例を示す図である。図4Aに示すフィールド機器402のフィールド機器データ一覧304には、フィールド機器402の持つデータ106に含まれるデータ(データ番号0~3)のデータ名称、解説が含まれている。図4Bに示すフィールド機器403のフィールド機器データ一覧304には、フィールド機器403の持つデータ106に含まれているデータ(データ番号0~1)のデータ名称、解説が含まれている。
 図5は、ネットワーク範囲割付302の設定例を示す図である。図5に示す設定例では、リンクデバイス107の内のRWr0~RWr3にフィールド機器402の持つデータ(データ番号0~3)が、リンクデバイス107の内のRWr8~RWr9にフィールド機器403の持つデータ(データ番号0~1)がそれぞれ割り付けられている。
 ユーザが入力部43を操作することによってネットワーク範囲割付設定部32で設定されたネットワーク範囲割付302は、ネットワーク範囲割付設定部32に保持される(ステップS803)。
 次に、ユーザは入力部43を操作し、局名設定部35でフィールド機器402、403(スレーブ405、406)に局名を設定する(ステップS804)。ここでは、フィールド機器402(スレーブ405)に局名「A/D」を、フィールド機器403(スレーブ406)に局名「カウンタ」を付与する。ユーザが入力部43を操作することによって局名設定部35で設定された局名305は、局名設定部35に保持される(ステップS805)。
 次に、ユーザは入力部43を操作し、リフレッシュパラメータ設定部33を用いてリフレッシュパラメータ303の設定を行う(ステップS806)。図6は、リフレッシュパラメータ303の設定例を示す図である。リンクデバイス107の内のRWr0~RWr3がプログラマブルロジックコントローラ401が備えるデバイス108の内のW100~W103に、リンクデバイス107の内のRWr8~RWr9がプログラマブルロジックコントローラ401が備えるデバイス108の内のW200~W201にそれぞれ対応付けられる。ユーザが入力部43を操作することによってリフレッシュパラメータ設定部33で設定されたリフレッシュパラメータ303は、リフレッシュパラメータ設定部33に保持される(ステップS807)。
 ラベル情報生成部36は、ネットワーク範囲割付設定部32に保持されたネットワーク範囲割付302、データ取得部に読み込まれたフィールド機器データ一覧304、局名設定部35に設定された局名305、及びリフレッシュパラメータ設定部33に保持されたリフレッシュパラメータ303に従い、ラベル情報306を生成する(ステップS808)。図7は、ラベル情報の一例を示す図である。ラベル情報306は、ラベル名称3061とデバイス名3062との組として構成される。図8は、ラベル名称の構成例を示す図である。ラベル名称3061は、局名361とデータ名称362との組として構成される。
 ユーザは、ラベル情報生成部36が生成したラベル情報306(ラベル名称3061)を用いてプログラム作成・変換部37によりプログラミングを行う(ステップS809)。図9は、ラベル情報生成部が生成したラベル情報を用いたプログラムの一部の一例を示す図である。プログラム中の命令引数などに、プログラマブルロジックコントローラ401のデバイス108ではなくラベル名称3061を記載できる。ラベル名称3061には、局名361及びデータ名称362が含まれているため、ユーザはラベル名称3061からデータ106、106の存在するフィールド機器402、403がどれであるかと、データ106、106がフィールド機器402、403のどのデータであるかを認識できる。
 プログラム作成・変換部37は、プログラムをプログラマブルコントローラ401で処理可能な形式に変換する際に、ラベル名称3061をそれに対応するデバイス108に置き換える(ステップS810)。図10は、図9に示したプログラムのラベル名称を対応するデバイスに置換した一例を示す図である。PLCシステム500においては、ラベル名称3061(A/D$デジタル出力1)はプログラマブルコントローラ401上での対応するデバイス108(W100)に置き換えられる。従って、ラベル名称3061(A/D$デジタル出力1)をデバイス108(W100)に置き換えたプログラム1501は、W100に対応する局番2のデータ番号0を出力する命令としてプログラマブルロジックコントローラ401によって処理される。
 図11は、実施の形態にかかるエンジニアリングツールを用いた別のPLCシステムの構成例を示す図である。PLCシステム600は、1台のプログラマブルロジックコントローラ1201及び3台のフィールド機器1202、1203、1204を備える。プログラマブルコントローラ1201にはマスタとなるノード(マスタ)1205が接続される。フィールド機器1202、1203、1204には、それぞれスレーブとなるノード(スレーブ)1206、1207、1208が接続される。マスタ1205、スレーブ1206、1207、1208は、互いにフィールドネットワーク1209を介して接続されている。すなわち、プログラマブルロジックコントローラ1201は、マスタ1205介してフィールドネットワーク1209に接続される。また、フィールド機器1202は、スレーブ1206を介してフィールドネットワーク1209に接続される。また、フィールド機器1203は、スレーブ1207を介してフィールドネットワーク1209に接続される。また、フィールド機器1204は、スレーブ1208を介してフィールドネットワーク1209に接続される。マスタ1205の局番は1、スレーブ1206の局番は2、スレーブ1207の局番は3、スレーブ1208の局番は4である。マスタ1205とスレーブ1206、1207、1208とが制御信号及びデータの送受信を行うことにより、プログラマブルロジックコントローラ1201とフィールド機器1202、1203、1204とがフィールドネットワーク1209を介して通信を行う。
 プログラマブルロジックコントローラ1201には、エンジニアリングツール301を実装するコンピュータ409がプログラマブルロジックコントローラ1201の設定の際に接続される。
 フィールド機器1202は、PLCシステム500のフィールド機器403と同型のフィールド機器である。また、フィールド機器1204は、PLCシステム500のフィールド機器402と同型のフィールド機器である。フィールド機器1203は、PLCシステム500のフィールド機器403とは同種で別型のフィールド機器である。
 ユーザは、図3に示した手順にと同様の手順でエンジニアリングツール301を操作する。なお、入力部43を操作することによってネットワーク範囲割付設定部32及びリフレッシュパラメータ設定部33で設定し、各々に保持させるネットワーク範囲割付302及びリフレッシュパラメータ303は、PLCシステム500と同じでなくても良い。
 図12は、ネットワーク範囲割付302の設定例を示す図である。図12に示す設定例では、リンクデバイス107の内のRWr0~RWr3にフィールド機器1204(局番4)の持つデータ(データ番号0~3)が、リンクデバイス107の内のRWr5~RWr6にフィールド機器1203(局番3)の持つデータ(データ番号0~1)が、リンクデバイス107の内のRWr8~RWr9にフィールド機器1202(局番2)の持つデータ(データ番号0~1)がそれぞれ割り付けられている。
 図13は、リフレッシュパラメータ303の設定例を示す図である。図13に示す設定例では、リンクデバイス107の内のRWr0~RWr3がプログラマブルロジックコントローラ1201が備えるデバイス108の内のW300~W103に、リンクデバイス107の内のRWr5~RWr6がプログラマブルロジックコントローラ1201が備えるデバイス108の内のW200~W201に、リンクデバイス107の内のRWr8~RWr9がプログラマブルロジックコントローラ1201が備えるデバイス108の内のW100~W101にそれぞれ対応付けられている。
 データ取得部42によってフィールド機器1202から読み込まれるフィールド機器データ一覧304は、PLCシステム500のフィールド機器402と同型のフィールド機器であることから、図4Aに示したフィールド機器データ一覧304と同様である。すなわち、フィールド機器1202のフィールド機器データ一覧304には、フィールド機器1202の持つデータ(データ番号0~1)のデータ名称、解説が含まれる。データ取得部42によってフィールド機器1204から読み込まれるフィールド機器データ一覧304は、PLCシステム500のフィールド機器403と同型のフィールド機器であることから、図4Bに示したフィールド機器データ一覧304と同様である。すなわち、フィールド機器1204のフィールド機器データ一覧304には、フィールド機器1024の持つデータ(データ番号0~3)のデータ名称、解説が含まれる。また、データ取得部42によってフィールド機器1203から読み込まれるフィールド機器データ一覧304は、フィールド機器1203がフィールド機器1202と同種で別型であることから、フィールド機器1204のものと同様となる。図14は、データ取得部によってフィールド機器から読み込まれるフィールド機器データ一覧を示す図である。フィールド機器1203に対応したフィールド機器データ一覧304には、フィールド機器1203の持つデータ(データ番号0~1)のデータ名称、解説が含まれる。
 ユーザは、入力部43を操作することにより、PLCシステム500のフィールド機器402と同型であるフィールド機器1204に接続されたスレーブ1208に、PLCシステム500のフィールド機器402に接続されたスレーブ405と同じく局名「A/D」を設定する。同様に、ユーザは、入力部43を操作することにより、PLCシステム500のフィールド機器404と同型であるフィールド機器1202に接続されたスレーブ1206に、PLCシステム500のフィールド機器403に接続されたスレーブ406と同じく局名「カウンタ」を設定する。フィールド機器1203には、局名「カウンタ2」を設定する。
 図15は、実施の形態にかかるエンジニアリングツールを別のPLCシステムに適用した場合に生成されるラベル情報の一例を示す図である。ラベル情報306に含まれるデータ名称は、PLCシステム500におけるラベル情報306の項目を全て含んでいる。また、それらのラベル情報に対応するデータ106、106の存在するフィールド機器1204、1202と、データ106、106の種類とは、いずれもPLCシステム500と同種(同型のフィールド機器の同じデータ番号)である。
 プログラム作成・変換部37がプログラムをプログラマブルコントローラ1201で処理可能な形式に変換する際に、ラベル名称3061はそれに対応するデバイス108に置き換えられる。図16は、ラベル情報生成部が生成したラベル情報を用いたプログラムのラベル名称を対応するデバイスに置換したプログラムの一例を示す図である。PLCシステム600においては、ラベル名称3061(A/D$デジタル出力1)はプログラマブルコントローラ1201上での対応するデバイス108(W300)に置き換えられる。従って、プログラム1502は、W300に対応する局番4のデータ番号0を出力する命令として処理される。フィールド機器1204は、PLCシステム500におけるフィールド機器402と同型であることから、図9に示したプログラム1101をPLCシステム500のプログラマブルロジックコントローラ401で実行する場合と、PLCシステム600のプログラマブルロジックコントローラ1201で実行する場合とで、処理内容は同じとなる。このため、ユーザは、PLCシステム500のプログラマブルロジックコントローラ401用に作成したプログラム1101を、使用しているラベルを一切変更することなく、PLCシステム600のプログラマブルロジックコントローラ1201で動作させることができる。
 このように、本実施の形態によれば、プログラムに使用するラベルがユーザの手作業によらずに生成され、かつ、その名称からラベルに対応するデータの存在するフィールド機器と、データの種類とを判断することができるため、フィールド機器の諸元、ネットワーク範囲割付、リフレッシュパラメータを確認しながらラベル名称を作成し、ラベルを設定する作業を行わなくて良く、ラベルを使用したプログラミングの際の準備作業が軽減される。
 また、ラベル名称を局名及びデータ名称から生成することができ、接続されているフィールド機器の数や構成、局番、ネットワーク範囲割付やリフレッシュパラメータに依存しないため、異なるシステム間でプログラムを流用する場合であっても、プログラムの変更(ラベルの変更)を要さず、設定においても局名のみを同一とすればよく、プログラム流用のための作業量を軽減できる。
 以上のように、本発明にかかるエンジニアリングツールは、ラベルを使用したプログラミングの際の準備作業が軽減されるに有用であり、特に、プログラムの流用する可能性のあるPLCシステムへの適用に適している。
 32 ネットワーク範囲割付設定部
 33 リフレッシュパラメータ設定部
 34 データ取得部
 35 局名設定部
 36 ラベル情報生成部
 37 プログラム作成・変換部
 41 制御部
 42 記憶部
 43 入力部
 44 表示部
 106、106、106 データ
 107 リンクデバイス
 108 デバイス
 301 エンジニアリングツール
 302 ネットワーク範囲割付
 303 リフレッシュパラメータ
 304、304、304、304 フィールド機器データ一覧
 305、361 局名
 306 ラベル情報
 362 データ名称
 401、1201 プログラマブルロジックコントローラ
 402、403、1202、1203、1204 フィールド機器
 404、1205 マスタ
 405、406、1206、1207、1208 スレーブ
 407、1209 フィールドネットワーク
 411 CPU
 412 RAM
 413 ROM
 500、600 PLCシステム
 409 コンピュータ
 3061 ラベル名称
 3062 デバイス名

Claims (1)

  1.  フィールドネットワークを介して複数のフィールド機器に接続されてプログラマブルロジックコントローラシステムを構成するプログラマブルロジックコントローラに接続されるコンピュータに実装され、前記プログラマブルロジックコントローラが実行するシーケンスプログラムの作成時に用いられるエンジニアリングツールであって、
     前記複数のフィールド機器の各々が格納するデータの一覧を取得するデータ取得部と、
     前記プログラマブルロジックコントローラ及び前記複数のフィールド機器が前記フィールドネットワーク上で共有する共有メモリと、前記複数のフィールド機器の各々が格納する各データとの対応を示すネットワーク範囲割付を保持するネットワーク範囲割付設定部と、
     前記複数のフィールド機器の各々に局名を設定する局名設定部と、
     前記プログラマブルロジックコントローラ上のデバイスと、前記共有メモリとの対応を示すリフレッシュパラメータを保持するリフレッシュパラメータ設定部と、
     前記ネットワーク範囲割付と前記リフレッシュパラメータとに基づいて、前記局名及び前記データの名称で構成されるラベル名称と前記デバイスの名称との組として構成されるラベル情報を生成するラベル情報生成部と、
     引数に前記ラベル名称を用いて作成された前記シーケンスプログラム中の前記ラベル名称を対応する前記デバイスの名称に変換して、前記作成された前記シーケンスプログラムを前記プログラマブルロジックコントローラで処理可能な形式に変換するプログラム作成・変換部と、
     を備えることを特徴とするエンジニアリングツール。
PCT/JP2012/055547 2012-03-05 2012-03-05 エンジニアリングツール WO2013132573A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2012/055547 WO2013132573A1 (ja) 2012-03-05 2012-03-05 エンジニアリングツール
TW101123411A TW201337803A (zh) 2012-03-05 2012-06-29 工程工具

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/055547 WO2013132573A1 (ja) 2012-03-05 2012-03-05 エンジニアリングツール

Publications (1)

Publication Number Publication Date
WO2013132573A1 true WO2013132573A1 (ja) 2013-09-12

Family

ID=49116089

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/055547 WO2013132573A1 (ja) 2012-03-05 2012-03-05 エンジニアリングツール

Country Status (2)

Country Link
TW (1) TW201337803A (ja)
WO (1) WO2013132573A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016110983A1 (ja) * 2015-01-08 2016-07-14 三菱電機株式会社 システム設計支援ツール

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10333718A (ja) * 1997-05-28 1998-12-18 Denso Corp プログラマブルコントローラのプログラミング装置及びプログラマブルコントローラ
JP2007265252A (ja) * 2006-03-29 2007-10-11 Mitsubishi Electric Corp プログラム作成支援装置およびその方法
JP2011227556A (ja) * 2010-04-15 2011-11-10 Mitsubishi Electric Corp ネットワークパラメータの自動設定プログラム、及びプログラマブルコントローラの周辺装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10333718A (ja) * 1997-05-28 1998-12-18 Denso Corp プログラマブルコントローラのプログラミング装置及びプログラマブルコントローラ
JP2007265252A (ja) * 2006-03-29 2007-10-11 Mitsubishi Electric Corp プログラム作成支援装置およびその方法
JP2011227556A (ja) * 2010-04-15 2011-11-10 Mitsubishi Electric Corp ネットワークパラメータの自動設定プログラム、及びプログラマブルコントローラの周辺装置

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016110983A1 (ja) * 2015-01-08 2016-07-14 三菱電機株式会社 システム設計支援ツール
JP6076564B2 (ja) * 2015-01-08 2017-02-08 三菱電機株式会社 システム設計支援ツール
CN107003649A (zh) * 2015-01-08 2017-08-01 三菱电机株式会社 系统设计辅助工具
KR101918430B1 (ko) 2015-01-08 2018-11-13 미쓰비시덴키 가부시키가이샤 시스템 설계 지원 툴
CN107003649B (zh) * 2015-01-08 2019-05-03 三菱电机株式会社 系统设计辅助工具

Also Published As

Publication number Publication date
TW201337803A (zh) 2013-09-16

Similar Documents

Publication Publication Date Title
JP6770313B2 (ja) 遠隔端末ユニットネットワークを実現するための方法および装置
EP2688002A1 (en) Design assistance device of network system
JP6065008B2 (ja) 制御装置
US8640120B2 (en) Approach to automatically encode application enumeration values to enable reuse of applications across various controllers
US20120023277A1 (en) Method for Operating an Automation Device
WO2018047412A1 (ja) コントローラ及びコントロール管理システム
JP6307128B2 (ja) 通信装置
US20210406037A1 (en) Field device configuration tool
US11165745B2 (en) Control system, controller, and control method
Daun et al. A GRL-compliant iStar extension for collaborative cyber-physical systems
WO2013132573A1 (ja) エンジニアリングツール
US9577882B2 (en) Control system, master station, and remote station
JP2014222871A (ja) プロフィバスdpのマスタ装置
WO2018198174A1 (ja) プログラマブルロジックコントローラシステム、プログラマブルロジックコントローラおよびエンジニアリングツールプログラム
US8301273B2 (en) Method for providing functions in an industrial automation system, control program and industrial automation system
JP2011186607A (ja) フィールドデバイス、フィールドデバイスの設定方法、フィールドデバイス管理装置及びプログラム
US20160328870A1 (en) Human-machine interface system
JP4941574B2 (ja) レジスタコンフィギュレータおよびレジスタコンフィギュレーション方法
JP4008911B2 (ja) 制御装置
CN106407309B (zh) 支持多种数据源的集群数据库数据加载工具及方法
US10601645B2 (en) Method for managing and configuring field devices of an automation system
KR101445997B1 (ko) 엔지니어링 툴 및 프로그래머블 컨트롤러
US10078314B2 (en) Method for providing functions within an industrial automation system, and industrial automation system
US9645556B2 (en) Automation device
Brill FDT in factory automation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12870485

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12870485

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP