JP4582414B2 - Program management device - Google Patents

Program management device Download PDF

Info

Publication number
JP4582414B2
JP4582414B2 JP2005285369A JP2005285369A JP4582414B2 JP 4582414 B2 JP4582414 B2 JP 4582414B2 JP 2005285369 A JP2005285369 A JP 2005285369A JP 2005285369 A JP2005285369 A JP 2005285369A JP 4582414 B2 JP4582414 B2 JP 4582414B2
Authority
JP
Japan
Prior art keywords
user application
program
signal
cpu
application program
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.)
Active
Application number
JP2005285369A
Other languages
Japanese (ja)
Other versions
JP2007094898A (en
Inventor
哲也 山本
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2005285369A priority Critical patent/JP4582414B2/en
Publication of JP2007094898A publication Critical patent/JP2007094898A/en
Application granted granted Critical
Publication of JP4582414B2 publication Critical patent/JP4582414B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、プログラマブルロジックコントローラ(PLC)のユーザアプリケーションプログラムの管理装置に関し、特に、プログラムの管理が容易なプログラム管理装置に関するものである。   The present invention relates to a user application program management device for a programmable logic controller (PLC), and more particularly to a program management device that facilitates program management.

1つの装置に組み込まれるPLCのユーザアプリケーションプログラムは、一般的に、機能ごとに分けられた複数のプロジェクトから構成されている。
PLCは、複数のCPUモジュールを実装して、CPUモジュールごとに各プロジェクトの処理を分担させて、機能分散処理を行うことができる。
A PLC user application program incorporated in one apparatus is generally composed of a plurality of projects divided by function.
The PLC can perform function distribution processing by mounting a plurality of CPU modules and sharing the processing of each project for each CPU module.

図3は、従来のプログラムの概念を説明する図である。
PLC10にはCPUモジュール11a,11bの2つが実装され、装置20の機能をそれぞれ分担して処理している。
CPUモジュール11aには、プロジェクト30aがダウンロードされ、CPUモジュール11bには、プロジェクト30bがダウンロードされる。
各プロジェクト30a,30bでは、PLC10の実アドレスに対して信号名を定義(信号定義31a,31b)しておき、この信号名を用いてプログラム32a,32bを作成する。作成したプログラム32a,32bを実行する場合には、信号定義31a,31bに基づき信号名を実アドレスに置き換えて実行している。
FIG. 3 is a diagram for explaining the concept of a conventional program.
Two CPU modules 11a and 11b are mounted on the PLC 10, and the functions of the device 20 are shared and processed.
The project 30a is downloaded to the CPU module 11a, and the project 30b is downloaded to the CPU module 11b.
In each project 30a, 30b, a signal name is defined (signal definition 31a, 31b) for the real address of the PLC 10, and programs 32a, 32b are created using the signal name. When the created programs 32a and 32b are executed, the signal names are replaced with actual addresses based on the signal definitions 31a and 31b.

信号名の管理が容易なPLC用プログラム信号名管理装置として、例えば特許文献1に記載されたものがあった。   As a program signal name management device for PLC that can easily manage signal names, for example, there is one described in Patent Document 1.

特開2002−149211号公報JP 2002-149221 A

図3の従来例では次の問題点があった。
同一装置においてもプロジェクト間でプログラムや信号定義で相互の関連性はなく、プロジェクト間でデータの共通性や融通性がないため、各プロジェクトをそれぞれ識別して管理する必要があるという問題点があった。
また、プロジェクトごとに別の信号定義が必要であるため、実アドレス変更を必要とする装置のカスタマイズやプログラム変更の際、各プロジェクト間で矛盾が生じないように信号定義を確認する必要があり、さらに、同じ信号名であってもそれぞれのプロジェクトの信号定義を変更する必要があるので、プログラムの変更に多くの工数がかかるという問題点があった。
The conventional example of FIG. 3 has the following problems.
Even in the same device, there is no mutual relationship between programs and signal definitions between projects, and there is no data commonality or flexibility between projects, so there is a problem that each project must be identified and managed. It was.
In addition, since a separate signal definition is required for each project, it is necessary to check the signal definition so that there is no inconsistency between projects when customizing a device that requires a real address change or program change. Furthermore, since it is necessary to change the signal definition of each project even with the same signal name, there has been a problem that it takes a lot of man-hours to change the program.

本発明は上述した問題点を解決するためになされたものであり、PLCで制御する装置単位でプロジェクトを構成し、プログラムの管理を容易としたプログラム管理装置を実現することを目的とする。   The present invention has been made to solve the above-described problems, and an object of the present invention is to realize a program management apparatus that makes it easy to manage a program by configuring a project in units of apparatuses controlled by a PLC.

このような課題を達成するために、本発明は次のとおりの構成になっている。
(1)プログラマブルロジックコントローラのユーザアプリケーションプログラムを管理するプログラム管理装置において、
複数のユーザアプリケーションプログラムを保存するプログラム保存手段と、
ユーザアプリケーションプログラム中の信号名とプログラマブルロジックコントローラ内で使用する実アドレスとの割り付けを定義する複数の信号定義を保存する信号定義保存手段と、
前記プログラム保存手段に保存された複数の前記ユーザアプリケーションプログラムの中から任意のユーザアプリケーションプログラムを選択する操作、前記信号定義保存手段に保存された複数の前記信号定義の中から任意の信号定義を選択する操作、および、当該ユーザアプリケーションプログラムおよび当該信号定義を対応付ける操作を受け付ける操作受付手段と、
前記操作受付手段を介して選択され対応付けられた当該プログラムおよび当該信号定義を、前記プログラマブルロジックコントローラのCPUにダウンロードするダウンロード手段と、
を備え、
前記CPUは、前記ダウンロード手段によりダウンロードされた当該信号定義を使用して当該ユーザアプリケーションプログラムを実行することを特徴とするプログラム管理装置。
In order to achieve such a subject, the present invention is configured as follows.
(1) In a program management device that manages a user application program of a programmable logic controller,
Program storage means for storing a plurality of user application programs;
A signal definition storage means for storing a plurality of signal definitions that define the assignment between signal names in the user application program and real addresses used in the programmable logic controller;
An operation for selecting an arbitrary user application program from a plurality of the user application programs stored in the program storage unit, and an arbitrary signal definition from a plurality of the signal definitions stored in the signal definition storage unit An operation accepting means for accepting an operation to be performed and an operation for associating the user application program and the signal definition;
Download means for downloading the program and the signal definition selected and associated with each other via the operation accepting means to the CPU of the programmable logic controller;
With
The CPU executes the user application program using the signal definition downloaded by the download unit.

(2)前記操作受付手段は、選択、対応付けのための前記操作として、前記当該ユーザアプリケーションプログラムに前記当該信号定義を示す識別子を付す操作を受け付けることを特徴とする(1)に記載のプログラム管理装置。 (2) The program according to (1), wherein the operation accepting unit accepts an operation of attaching an identifier indicating the signal definition to the user application program as the operation for selection and association. Management device.

(3)前記操作受付手段は、当該ユーザアプリケーションプログラムのダウンロード先となるCPUを指定する操作を受け付け、
前記ダウンロード手段は、当該ユーザアプリケーションプログラムおよび当該信号定義を、前記操作受付手段を介して指定された当該CPUにダウンロードすることを特徴とする請求項(1)または(2)に記載のプログラム管理装置。
(3) The operation accepting unit accepts an operation for designating a CPU as a download destination of the user application program,
3. The program management apparatus according to claim 1, wherein the download unit downloads the user application program and the signal definition to the CPU designated through the operation reception unit. .

(4)前記CPUを指定する操作は、当該ユーザアプリケーションプログラムに当該CPUを示す識別子を付す操作であることを特徴とする(3)に記載のプログラム管理装置。 (4) The program management apparatus according to (3), wherein the operation of designating the CPU is an operation of attaching an identifier indicating the CPU to the user application program .

(5)前記複数のユーザアプリケーションプログラムはサブプロジェクトによって分類され、
前記操作受付手段は、前記サブプロジェクトを指定する操作を、指定された当該サブプロジェクトに属するすべての前記ユーザアプリケーションプログラムを選択する操作として受け付けることを特徴とする(1)〜(4)のいずれか1項に記載のプログラム管理装置。
(5) The plurality of user application programs are classified by subprojects,
The operation accepting unit accepts an operation for designating the subproject as an operation for selecting all the user application programs belonging to the designated subproject. The program management apparatus according to item 1 .

本発明によれば次のような効果がある。
PLCのCPU単位ではなく、PLCで制御する装置単位でプログラム環境を構築することができるので、プログラムの管理が容易になる。
1つのプロジェクトに複数のサブプロジェクトを持つ構成とし、その中から使用するサブプロジェクトを選択することにより、PLCで制御する装置の機能変更、PLCのモジュール構成の変更に容易に対処することができる。
サブプロジェクトで共通の信号定義を用いることにより、同一信号名に対して確実に同一アドレスを割り付けることができ、また、アドレス割り付けの変更も容易に行うことができる。
The present invention has the following effects.
Since the program environment can be constructed not by the CPU of the PLC but by the device controlled by the PLC, the management of the program becomes easy.
By adopting a configuration having a plurality of subprojects in one project and selecting a subproject to be used from these, it is possible to easily cope with a change in the function of the device controlled by the PLC and a change in the PLC module configuration.
By using a common signal definition in the subprojects, the same address can be surely assigned to the same signal name, and the address assignment can be easily changed.

以下、図面を用いて本発明を詳細に説明する。
図1は本発明の一実施例を示す構成図である。前出の図と同一のものは同一符号を付ける。
PLC10にはCPUモジュール11a,11bの2つが実装され、装置20の機能をそれぞれ分担して処理している。
PLC10の装置20を制御するプログラムは、プロジェクト管理手段4によりプロジェクト40として管理される。プロジェクト管理手段4は、メモリにより構成される。プロジェクト40は、それぞれ違う処理を分担するプログラムごとに構成されたサブプロジェクト50a,50b及び、PLC10の実アドレスに対して信号名を定義した信号定義41a,41b,41cから成る。信号定義41a,41b,41cは、PLC10のモジュール構成に合わせて複数設定することができる。
Hereinafter, the present invention will be described in detail with reference to the drawings.
FIG. 1 is a block diagram showing an embodiment of the present invention. The same parts as those in the previous figure are given the same reference numerals.
Two CPU modules 11a and 11b are mounted on the PLC 10, and the functions of the device 20 are shared and processed.
A program for controlling the device 20 of the PLC 10 is managed as a project 40 by the project management means 4. The project management means 4 is constituted by a memory. The project 40 includes subprojects 50a and 50b configured for programs that share different processes, and signal definitions 41a, 41b, and 41c that define signal names for real addresses of the PLC 10. A plurality of signal definitions 41a, 41b, and 41c can be set in accordance with the module configuration of the PLC 10.

サブプロジェクト50a,50bには、CPU識別子51a,51bが設けられており、各CPU識別子51a,51bにおいて、サブプロジェクト50a,50bを動作させるCPUモジュール11a,11bを設定する。
また、サブプロジェクト50a,50bには、信号定義識別子52a,52bが設けられており、各サブプロジェクト50a,50bで使用する信号定義41a,41b,41cの選択を行う。サブプロジェクト50a,50bは、そのうちの1つの信号定義を共通で選択し、選択した信号定義に基づき信号名をPLC10の実アドレスに置き換えてプログラムを実行する。
The sub-projects 50a and 50b are provided with CPU identifiers 51a and 51b. In each of the CPU identifiers 51a and 51b, CPU modules 11a and 11b for operating the sub-projects 50a and 50b are set.
The subprojects 50a and 50b are provided with signal definition identifiers 52a and 52b, and the signal definitions 41a, 41b and 41c used in the subprojects 50a and 50b are selected. The subprojects 50a and 50b commonly select one of the signal definitions, replace the signal name with the actual address of the PLC 10 based on the selected signal definition, and execute the program.

例えば、CPU識別子51aでCPUモジュール11aを設定し、CPU識別子51bでCPUモジュール11bを設定し、信号定義識別子52a,52bで信号定義41bを選択している場合、サブプロジェクト50a及び信号定義41bがCPUモジュール11aへダウンロードされ、サブプロジェクト50b及び信号定義41bがCPUモジュール11bへダウンロードされる。その結果、サブプロジェクト50aはCPUモジュール11aで実行処理され、サブプロジェクト50bは、CPUモジュール11bで実行処理され、機能分散処理を実現する。   For example, when the CPU module 11a is set by the CPU identifier 51a, the CPU module 11b is set by the CPU identifier 51b, and the signal definition 41b is selected by the signal definition identifiers 52a and 52b, the subproject 50a and the signal definition 41b are the CPU. The subproject 50b and the signal definition 41b are downloaded to the CPU module 11b. As a result, the subproject 50a is executed by the CPU module 11a, and the subproject 50b is executed by the CPU module 11b to realize function distribution processing.

このように、PLCのCPUモジュールごとではなく、PLCで制御する装置ごとに1つのプロジェクトとし、プロジェクト内に複数のサブプロジェクトを構成し、サブプロジェクトを各CPUモジュールに割り当てることにより、プログラムの管理が容易になる。
また、1つの装置に対し機能追加や、修正等があった場合、それらの機能追加後のプログラムや修正後のプログラムをサブプロジェクトとして追加登録していくことにより、1つのプロジェクトでその装置のプログラム管理をすることができる。
さらに、サブプロジェクトのCPU識別子の設定により動作させるCPUモジュールを選択することができ、これにより、プログラムの切り替えを容易に行うことができる。
In this way, it is possible to manage a program by creating one project for each device controlled by the PLC instead of each PLC CPU module, configuring a plurality of subprojects in the project, and assigning the subprojects to each CPU module. It becomes easy.
In addition, when functions are added or modified for a single device, the program for the device is added in one project by additionally registering the program after the addition of the function or the modified program as a subproject. You can manage.
Further, the CPU module to be operated can be selected by setting the CPU identifier of the subproject, and thereby the program can be easily switched.

サブプロジェクト50a,50bで共通の信号定義を用いることにより、同一信号名に対して確実に同一アドレスを割り付けることができ、アドレス割り付けの変更も容易に行うことができる。
一方、CPUモジュール11aと11bで信号名を分けて管理した方が都合のいい場合には、サブプロジェクト50a,50bごとにそれぞれ違う信号定義を選択することもでき、状況に応じてプロジェクト40にあらかじめ用意されているサブプロジェクト50a,50bと信号定義41a,41b,41cを任意に組み合わせてユーザアプリケーションプログラムを構成することができる。
By using a common signal definition in the subprojects 50a and 50b, the same address can be surely assigned to the same signal name, and the address assignment can be easily changed.
On the other hand, if it is more convenient to manage the signal names separately in the CPU modules 11a and 11b, different signal definitions can be selected for each of the subprojects 50a and 50b. The user application program can be configured by arbitrarily combining the prepared subprojects 50a, 50b and the signal definitions 41a, 41b, 41c.

図2は本発明の他の構成例を示す図である。
図1に対し、PLC60に実装されるCPUモジュール61が1つで装置70を制御する場合を示したものである。
PLC60の装置70を制御するプログラムは、プロジェクト管理手段8によりプロジェクト80として管理される。プロジェクト管理手段8は、メモリにより構成される。プロジェクト80は、サブプロジェクト90及び信号定義81a,81bから成る。
FIG. 2 is a diagram showing another configuration example of the present invention.
FIG. 1 shows a case where the CPU 70 is controlled by one CPU module 61 mounted on the PLC 60.
A program for controlling the device 70 of the PLC 60 is managed as a project 80 by the project management means 8. The project management means 8 is constituted by a memory. The project 80 includes a subproject 90 and signal definitions 81a and 81b.

CPU識別子91でCPUモジュール61を設定し、信号定義識別子92で信号定義81aを選択している場合、サブプロジェクト90及び信号定義81aがCPUモジュール61へダウンロードされる。その結果、サブプロジェクト90はCPUモジュール61で実行処理され、選択した信号定義81aに基づき信号名をPLC60の実アドレスに置き換えてプログラムを実行する。
このように、CPUモジュール61が1つの場合においても、装置のカスタマイズ時やデバッグ時等で信号定義を切り替えて、プログラムのアドレス割り付けを変更してPLC60を動作させることができ、デバッグ等の効率を上げることができる。
When the CPU module 61 is set with the CPU identifier 91 and the signal definition 81 a is selected with the signal definition identifier 92, the subproject 90 and the signal definition 81 a are downloaded to the CPU module 61. As a result, the subproject 90 is executed by the CPU module 61, and the program is executed by replacing the signal name with the actual address of the PLC 60 based on the selected signal definition 81a.
As described above, even when the number of CPU modules 61 is one, the PLC 60 can be operated by changing the address assignment of the program by switching the signal definition at the time of customizing the device or at the time of debugging. Can be raised.

なお、図1,2の構成は一例であり、サブプロジェクトの数及び信号定義の数等はこれら以外であってもよく、PLCの構成や処理内容等に合わせて最適な数を選択して使用することができる。   The configurations in FIGS. 1 and 2 are examples, and the number of subprojects and the number of signal definitions may be other than these, and an optimum number is selected and used in accordance with the configuration of the PLC and the processing contents. can do.

本発明の一実施例を示す構成図である。It is a block diagram which shows one Example of this invention. 本発明の他の構成例を示す図である。It is a figure which shows the other structural example of this invention. 従来のプログラムの概念を説明する図である。It is a figure explaining the concept of the conventional program.

符号の説明Explanation of symbols

4,8 プロジェクト管理手段
10,60 プログラマブルロジックコントローラ
40,80 プロジェクト
50a,50b,90 サブプロジェクト
41a,41b,41c,81a,81b 信号定義
51a,51b,91 CPU識別子
4,8 Project management means 10, 60 Programmable logic controller 40, 80 Project 50a, 50b, 90 Subproject 41a, 41b, 41c, 81a, 81b Signal definition 51a, 51b, 91 CPU identifier

Claims (5)

プログラマブルロジックコントローラのユーザアプリケーションプログラムを管理するプログラム管理装置において、
複数のユーザアプリケーションプログラムを保存するプログラム保存手段と、
ユーザアプリケーションプログラム中の信号名とプログラマブルロジックコントローラ内で使用する実アドレスとの割り付けを定義する複数の信号定義を保存する信号定義保存手段と、
前記プログラム保存手段に保存された複数の前記ユーザアプリケーションプログラムの中から任意のユーザアプリケーションプログラムを選択する操作、前記信号定義保存手段に保存された複数の前記信号定義の中から任意の信号定義を選択する操作、および、選択された当該ユーザアプリケーションプログラムおよび当該信号定義を対応付ける操作を受け付ける操作受付手段と、
前記操作受付手段を介して選択され対応付けられた当該プログラムおよび当該信号定義を、前記プログラマブルロジックコントローラのCPUにダウンロードするダウンロード手段と、
を備え、
前記CPUは、前記ダウンロード手段によりダウンロードされた当該信号定義を使用して当該ユーザアプリケーションプログラムを実行することを特徴とするプログラム管理装置。
In a program management device that manages a user application program of a programmable logic controller,
Program storage means for storing a plurality of user application programs;
A signal definition storage means for storing a plurality of signal definitions that define the assignment between signal names in the user application program and real addresses used in the programmable logic controller;
An operation for selecting an arbitrary user application program from a plurality of the user application programs stored in the program storage unit, and an arbitrary signal definition from a plurality of the signal definitions stored in the signal definition storage unit An operation accepting means for accepting an operation to associate the selected user application program and the signal definition,
Download means for downloading the program and the signal definition selected and associated with each other via the operation accepting means to the CPU of the programmable logic controller;
With
The CPU executes the user application program using the signal definition downloaded by the download unit.
前記操作受付手段は、選択、対応付けのための前記操作として、前記当該ユーザアプリケーションプログラムに前記当該信号定義を示す識別子を付す操作を受け付けることを特徴とする請求項1に記載のプログラム管理装置。 The program management apparatus according to claim 1, wherein the operation accepting unit accepts an operation for attaching an identifier indicating the signal definition to the user application program as the operation for selection and association . 前記操作受付手段は、当該ユーザアプリケーションプログラムのダウンロード先となるCPUを指定する操作を受け付け、
前記ダウンロード手段は、当該ユーザアプリケーションプログラムおよび当該信号定義を、前記操作受付手段を介して指定された当該CPUにダウンロードすることを特徴とする請求項1または2に記載のプログラム管理装置。
The operation accepting unit accepts an operation for designating a CPU as a download destination of the user application program,
3. The program management apparatus according to claim 1, wherein the download unit downloads the user application program and the signal definition to the CPU designated via the operation reception unit . 4.
当該CPUを指定する操作は、当該ユーザアプリケーションプログラムに当該CPUを示す識別子を付す操作であることを特徴とする請求項3に記載のプログラム管理装置。 4. The program management apparatus according to claim 3, wherein the operation of designating the CPU is an operation of attaching an identifier indicating the CPU to the user application program . 前記複数のユーザアプリケーションプログラムはサブプロジェクトによって分類され、
前記操作受付手段は、前記サブプロジェクトを指定する操作を、指定された当該サブプロジェクトに属するすべての前記ユーザアプリケーションプログラムを選択する操作として受け付けることを特徴とする請求項1〜4のいずれか1項に記載のプログラム管理装置。
The plurality of user application programs are classified by subprojects,
The said operation reception means receives operation which designates the said subproject as operation which selects all the said user application programs which belong to the designated said subproject, The any one of Claims 1-4 characterized by the above-mentioned. program management apparatus according to.
JP2005285369A 2005-09-29 2005-09-29 Program management device Active JP4582414B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005285369A JP4582414B2 (en) 2005-09-29 2005-09-29 Program management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005285369A JP4582414B2 (en) 2005-09-29 2005-09-29 Program management device

Publications (2)

Publication Number Publication Date
JP2007094898A JP2007094898A (en) 2007-04-12
JP4582414B2 true JP4582414B2 (en) 2010-11-17

Family

ID=37980517

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005285369A Active JP4582414B2 (en) 2005-09-29 2005-09-29 Program management device

Country Status (1)

Country Link
JP (1) JP4582414B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101372197B1 (en) * 2012-04-04 2014-03-07 미쓰비시덴키 가부시키가이샤 Plc designing apparatus
JP6879625B2 (en) 2016-12-27 2021-06-02 東芝インフラシステムズ株式会社 Programmable controller, management device and control system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63127303A (en) * 1986-11-17 1988-05-31 Toshiba Corp Programmable controller
JPH03237502A (en) * 1990-02-14 1991-10-23 Yokogawa Electric Corp Programmable controller
JPH064111A (en) * 1992-06-17 1994-01-14 Yaskawa Electric Corp Programming device of programmable controller
JPH11149379A (en) * 1997-11-18 1999-06-02 Nec Corp On-line version-up method for firmware program of isdn terminal device
JP2002140106A (en) * 2001-07-23 2002-05-17 Digital Electronics Corp Editor system, and recording medium recorded with editor program
JP2002149211A (en) * 2000-11-15 2002-05-24 Yokogawa Electric Corp Signal name managing method for program for programmable controller and device using the same
WO2002042853A1 (en) * 2000-11-24 2002-05-30 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for programming

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63127303A (en) * 1986-11-17 1988-05-31 Toshiba Corp Programmable controller
JPH03237502A (en) * 1990-02-14 1991-10-23 Yokogawa Electric Corp Programmable controller
JPH064111A (en) * 1992-06-17 1994-01-14 Yaskawa Electric Corp Programming device of programmable controller
JPH11149379A (en) * 1997-11-18 1999-06-02 Nec Corp On-line version-up method for firmware program of isdn terminal device
JP2002149211A (en) * 2000-11-15 2002-05-24 Yokogawa Electric Corp Signal name managing method for program for programmable controller and device using the same
WO2002042853A1 (en) * 2000-11-24 2002-05-30 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for programming
JP2002140106A (en) * 2001-07-23 2002-05-17 Digital Electronics Corp Editor system, and recording medium recorded with editor program

Also Published As

Publication number Publication date
JP2007094898A (en) 2007-04-12

Similar Documents

Publication Publication Date Title
RU2006146041A (en) PRINTING DEVICE AND METHOD OF PRINTING
US20120127139A1 (en) In-vehicle information processing device
JP6939775B2 (en) Network system, its management method and equipment
US10753020B2 (en) Method for detecting and remotely managing sensors and/or devices for feeding textile and/or metallic yarns installed on one or more textile machines, and system thereof
CN110770703B (en) control device
CN111142475A (en) Information processing apparatus
CN108011739B (en) Deployment method, device and system of virtual network
CN104903801B (en) Programable display, programable controller system and program
JP4582414B2 (en) Program management device
JP2009098737A (en) Design management device, production management device and production management system
CN102037682B (en) System for the creation and configuration of a network of devices
CN112470088B (en) control device
JP4670719B2 (en) Numerical control device and simulation device for performing simulation using data from this numerical control device
CN108804127B (en) Engineering system
JP7036064B2 (en) How to deploy controllers and software
CN102906777B (en) Information processing system, setting change method and computer program
JP5392889B2 (en) Operation method of cabinet selection processing device
CN111919181A (en) Control device
US20030191545A1 (en) System and method for programming and/or operating an automation system with execution-oriented combination logic
US20240085889A1 (en) Dynamic routing and edge orchestration for industrial automation data
US11947342B1 (en) Container registry and subscription service for industrial systems
JP2011257927A (en) National language display system for field instrument
JP2020144812A (en) Engineering tool
US20240134630A1 (en) Containerized modeling of device updates or modifications via digital twins
US20230421615A1 (en) Systems and methods for automatically deploying security updates in an operations technology network

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080702

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100119

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100301

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: 20100805

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100818

R150 Certificate of patent or registration of utility model

Ref document number: 4582414

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130910

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20140910

Year of fee payment: 4