JP4280964B2 - Control data protection device - Google Patents

Control data protection device Download PDF

Info

Publication number
JP4280964B2
JP4280964B2 JP2001162094A JP2001162094A JP4280964B2 JP 4280964 B2 JP4280964 B2 JP 4280964B2 JP 2001162094 A JP2001162094 A JP 2001162094A JP 2001162094 A JP2001162094 A JP 2001162094A JP 4280964 B2 JP4280964 B2 JP 4280964B2
Authority
JP
Japan
Prior art keywords
control data
controller
control
protection device
backup file
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.)
Expired - Lifetime
Application number
JP2001162094A
Other languages
Japanese (ja)
Other versions
JP2002351504A (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 JP2001162094A priority Critical patent/JP4280964B2/en
Publication of JP2002351504A publication Critical patent/JP2002351504A/en
Application granted granted Critical
Publication of JP4280964B2 publication Critical patent/JP4280964B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Safety Devices In Control Systems (AREA)
  • Programmable Controllers (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、プログラマブルロジックコントローラ(以下PLC)を実行エンジンとして使用するプロセス制御用コントローラにおける制御データの保護装置に関する。
【0002】
【従来の技術】
IEC61131-3規格に準拠したプログラム言語等で記述された、ソフトウェア的に機能が定義されるいわゆるPLCを実行エンジンとして使用するコントローラでは、重要な制御データ(制御対象に対する制御性の調整結果など)が、コントローラの電源が切断された際にも保持されるよう、特殊なハードウェア(スタティックRAMなど)を装備しているのが一般的である。
【0003】
【発明が解決しようとする課題】
しかし従来のコントローラでは、ハードウェアのデータ保持能力のみを利用してこれらのデータの保持を行っていたため、以下のような問題点がある。
(1)ハードウェア故障時は保持データが消失する。
ハードウェア故障などで、機器の交換を行う必要がある際、故障したハードウェア内に保持されているデータを、交換する新しいハードウェアに引き継ぐ手段がない。
【0004】
(2)アプリケーション変更時は保持データが消失する。
アプリケーションを変更し、制御データのメモリ配置に変更があった場合、保持されている制御データを再利用することが出来ないので、初期化しなければならない。
【0005】
(3)外部ツールが必要である。
PLCと通信可能な外部ツールを用いて、保持すべき制御データの写像を別ノード(PC等)に保存することにより、上記のようなケースには対応可能であるが、これは復帰の際にはこの外部ツール、およびその外部ツールとPLCとの間の通信機能が必須であり、復帰の手順が複雑かつ時間がかかる。
【0006】
本発明の目的は、コントローラハードウェア上の保持領域(スタティックRAMなど)に保持されている制御データを、コントローラの外部記憶上に論理情報として保持する機能を提供し、いかなるケースにおいても保持すべき制御データを復元する機能を実現することにある。
【0007】
【課題を解決するための手段】
このような課題を達成するために、本発明のうち請求項1記載発明の特徴は、制御アプリケーションプログラムを実行するPLC手段と、前記制御アプリケーションプログラムが参照する制御データを物理的な属性と共に格納する制御データ保持手段と、を具備するコントローラに適用される制御データ保護装置おいて、バックアップファイルを有する外部記憶手段と、前記制御データ保持手段内の制御データを、前記物理的な属性を持たない論理情報に変換して前記バックアップファイルに書き出すと共に、このバックアップファイルの論理情報を、前記制御アプリケーションプログラムが指定する物理的な属性が付加されたデータ値として前記制御データ保持手段に復元する制御データ保護手段と、を備える点にある。
【0009】
請求項記載発明の特徴は、前記制御データ保持手段は、スタティックRAMで構成された点にある。
【0010】
請求項記載発明の特徴は、前記外部記憶手段は、フラッシュメモリで構成された点にある。
【0012】
【発明の実施の形態】
以下本発明実施態様を、図面を用いて説明する。図1は、IEC61131-3規格に準拠したプログラム言語等で記述された、ソフトウェア的に機能が定義されるいわゆるPLCを実行エンジンとして使用したコントローラに本発明を適用した実施例である。
【0013】
コントローラ1の内部では、PLC手段20により制御アプリケーションプログラム2が実行されている。
制御アプリケーションプログラムに含まれる制御データ(変数)の中で、コントローラの電源断後も保持されている必要があるようなものについては、コントローラ1内の保持領域3上に制御データ4として記憶領域が確保されている。
制御アプリケーションプログラム2の実行時には、保持領域3上の制御データ4に対して適宜参照・設定処理(点線の矢印5)が行われる。
【0014】
6はコントローラ1の外部に設けられた外部記憶手段であり、例えばフラッシュメモリで構成されている。7はこの外部記憶手段内に形成された制御データのバックアップファイルである。
【0015】
コントローラ1内において、8は制御データ保護手段であり、保持領域3上の指定アドレスに、単なるデータ値の並びとして格納されている制御データ4を、データ名(変数名)、データ型名などを伴う論理情報に変換し、保存・復元手段9を介して外部記憶手段6上のバックアップファイル7に保存する機能、およびバックアップファイル7の内容を、必要に応じて保持領域3上の制御データ4に復元する機能を有する。
【0016】
このように本発明の特徴は、制御データ保護手段8の機能により、保持領域3上の制御データは、そのアドレス情報などの物理的な属性を伴わない純粋な論理情報としてバックアップファイル7に保存される点にある。
【0017】
従って、制御アプリケーションプログラム2を変更した後、制御データの物理的属性に変更があった後にデータ復元を実行したとき、バックアップファイル6は物理的な属性を伴わない純粋な論理情報としてコントローラ1内部に配置されるので、コントローラ1内部の機能のみで新たな物理的属性の定義を実行することができるので、制御データ4を正しく復元することが可能である。
【0018】
図2により、本発明を適用したコントローラによるオペレーションの概要を説明する。コントローラ1において、IEC61131-3規格に準拠したプログラム言語で記述された制御アプリケーションプログラムを実行するPLC手段20が制御機能の実行エンジンとして動作している。
【0019】
コントローラ1内には電源断時の制御データ保持領域として、スタティックRAM3が実装されており、また外部記憶として着脱可能なフラッシュメモリ6が装備されている。
PLC手段20の機能により制御を実行している際には、スタティックRAM3上の制御データ4を逐次参照・設定している。
【0020】
このコントローラを監視しているオペレータは、適宜Webブラウザ10からコントローラ1に対して、スタティックRAM3上の制御データのセーブ要求11を発行する。
【0021】
セーブ要求を受け付けたPLC手段20は、制御実行によるアクセスとの排他を取りながら、スタティックRAM上の制御データ4の値を、その論理情報(制御データの論理名、データ型など)と共にフラッシュメモリ6上のバックアップファイル7に保管する。
【0022】
コントローラ1への通電時又はリセット時等、制御を開始する際には、PLC手段20は、フラッシュメモリ6上のバックアップファイル7の内容をスタティックRAM3上に復元すべきかどうかを自動的に判断し、必要ならば復元する。
【0023】
この際、バックアップファイル7中に保存されている制御データの論理名をキーにして、その制御データがスタティックRAM3上のどの位置に配置されているかを検索し、その位置にデータ値を復元する。従って、制御データ4をバックアップファイル7に保存した時点と、復元時とでスタティックRAM3上のメモリ配置が異なっていても、問題なくデータの復元が可能である。
【0024】
更に、コントローラ1のハードウェアが故障した場合は、故障したハードウェアからフラッシュメモリ6を取り出し、新しいハードウェアにそれを装着することにより、故障前の状態を新規ハードウェア上に自動復元することが可能である。この際、他のいかなる外部ツールも不要である。
【0025】
バックアップファイル6は、CSV(Comma Separated Value)やXML(eXtensible Markup Language)などの汎用フォーマットのテキストファイルとして保存することができる。従ってその内容を、市販のツールを利用して表示・加工・印刷することも容易である。
【0026】
【発明の効果】
以上説明したことから明らかなように、本発明によれば、PLC手段20で実現されるコントローラハードウェア上の保持領域(スタティックRAMなど)に保持されている制御データを、コントローラの外部記憶上に論理情報として保持することにより、いかなるケースにおいても保持すべき制御データを復元する機能を有するコントローラを実現することができる。
【図面の簡単な説明】
【図1】PLCを実行エンジンとして使用したコントローラに本発明を適用した実施例を示すブロック線図である。
【図2】本発明を適用したコントローラによるオペレーションの概要を説明するブロック線図である。
【符号の説明】
1 コントローラ
2 制御アプリケーションプログラム
3 保持領域
4 制御データ
5 参照・設定処理
6 外部記憶手段
7 バックアップファイル
8 制御データ保護手段
9 保存・復元手段
20 PLC手段
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a control data protection apparatus in a process control controller that uses a programmable logic controller (hereinafter referred to as PLC) as an execution engine.
[0002]
[Prior art]
In a controller that uses a so-called PLC, whose functions are defined in terms of software, described in a programming language that conforms to the IEC61131-3 standard as an execution engine, important control data (such as controllability adjustment results for the control target) It is common to have special hardware (such as static RAM) so that it is retained when the controller is powered off.
[0003]
[Problems to be solved by the invention]
However, since the conventional controller holds these data using only the data holding capability of the hardware, there are the following problems.
(1) The retained data is lost when a hardware failure occurs.
When it is necessary to replace a device due to a hardware failure or the like, there is no means for transferring data held in the failed hardware to new hardware to be replaced.
[0004]
(2) The retained data is lost when the application is changed.
If the application is changed and the memory location of the control data is changed, the stored control data cannot be reused and must be initialized.
[0005]
(3) An external tool is required.
By using an external tool that can communicate with the PLC and storing the mapping of the control data to be stored in another node (PC, etc.), the above case can be handled. However, this external tool and the communication function between the external tool and the PLC are indispensable, and the return procedure is complicated and takes time.
[0006]
An object of the present invention is to provide a function of holding control data held in a holding area (such as static RAM) on the controller hardware as logical information on the external storage of the controller and should be held in any case The purpose is to realize a function of restoring control data.
[0007]
[Means for Solving the Problems]
In order to achieve such an object, the present invention is characterized in that the PLC means for executing the control application program and the control data referred to by the control application program are stored together with physical attributes . In the control data protection device applied to the controller having the control data holding means, the external storage means having a backup file and the control data in the control data holding means are the logic having no physical attribute. Control data protection means for converting the information into the backup file and converting the logical information of the backup file to the control data holding means as a data value to which a physical attribute specified by the control application program is added And in the point provided.
[0009]
According to a second aspect of the present invention, the control data holding means is composed of a static RAM.
[0010]
According to a third aspect of the present invention, the external storage means is composed of a flash memory.
[0012]
DETAILED DESCRIPTION OF THE INVENTION
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows an embodiment in which the present invention is applied to a controller that uses a so-called PLC, whose function is defined in terms of software, described in a programming language or the like conforming to the IEC61131-3 standard as an execution engine.
[0013]
Inside the controller 1, the control application program 2 is executed by the PLC means 20.
Among the control data (variables) included in the control application program, those that need to be retained even after the controller power is turned off are stored in the storage area 3 in the controller 1 as control data 4. It is secured.
When the control application program 2 is executed, a reference / setting process (dotted arrow 5) is appropriately performed on the control data 4 on the holding area 3.
[0014]
Reference numeral 6 denotes external storage means provided outside the controller 1 and is constituted by, for example, a flash memory. Reference numeral 7 denotes a control data backup file formed in the external storage means.
[0015]
In the controller 1, reference numeral 8 denotes control data protection means. The control data 4 stored as a simple array of data values is assigned to the designated address in the holding area 3 with the data name (variable name), data type name, etc. The function of converting to the logical information accompanying it and saving it in the backup file 7 on the external storage means 6 via the save / restore means 9 and the contents of the backup file 7 in the control data 4 on the holding area 3 as required Has a function to restore.
[0016]
As described above, the feature of the present invention is that the control data on the holding area 3 is stored in the backup file 7 as pure logical information without physical attributes such as address information by the function of the control data protection means 8. There is in point.
[0017]
Therefore, when the data restoration is executed after the control application program 2 is changed and the physical attribute of the control data is changed, the backup file 6 is stored in the controller 1 as pure logical information without any physical attribute. Since they are arranged, the definition of a new physical attribute can be executed only by the function inside the controller 1, so that the control data 4 can be correctly restored.
[0018]
The outline of the operation by the controller to which the present invention is applied will be described with reference to FIG. In the controller 1, PLC means 20 for executing a control application program described in a program language compliant with the IEC61131-3 standard operates as an execution engine for the control function.
[0019]
In the controller 1, a static RAM 3 is mounted as a control data holding area when the power is turned off, and a detachable flash memory 6 is provided as an external storage.
When the control is executed by the function of the PLC means 20, the control data 4 on the static RAM 3 is sequentially referred to and set.
[0020]
The operator monitoring this controller issues a control data save request 11 on the static RAM 3 from the Web browser 10 to the controller 1 as appropriate.
[0021]
The PLC means 20 that has received the save request takes the value of the control data 4 on the static RAM together with its logical information (logical name, data type, etc. of the control data) while taking exclusion from the access by the control execution. Store in the backup file 7 above.
[0022]
When starting control such as when the controller 1 is energized or reset, the PLC means 20 automatically determines whether or not the contents of the backup file 7 on the flash memory 6 should be restored to the static RAM 3. Restore if necessary.
[0023]
At this time, using the logical name of the control data stored in the backup file 7 as a key, the position where the control data is arranged on the static RAM 3 is searched, and the data value is restored to that position. Therefore, even if the memory arrangement on the static RAM 3 is different between when the control data 4 is stored in the backup file 7 and when it is restored, the data can be restored without any problem.
[0024]
Further, when the hardware of the controller 1 fails, the flash memory 6 is taken out from the failed hardware and is attached to the new hardware so that the state before the failure is automatically restored on the new hardware. Is possible. At this time, no other external tools are required.
[0025]
The backup file 6 can be saved as a text file in a general format such as CSV (Comma Separated Value) or XML (eXtensible Markup Language). Therefore, it is easy to display, process, and print the contents using commercially available tools.
[0026]
【The invention's effect】
As is clear from the above description, according to the present invention, the control data held in the holding area (static RAM or the like) on the controller hardware realized by the PLC means 20 is stored on the external storage of the controller. By holding as logical information, a controller having a function of restoring control data to be held in any case can be realized.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an embodiment in which the present invention is applied to a controller using a PLC as an execution engine.
FIG. 2 is a block diagram illustrating an outline of operation by a controller to which the present invention is applied.
[Explanation of symbols]
1 controller 2 control application program 3 holding area 4 control data 5 reference / setting process 6 external storage means 7 backup file 8 control data protection means 9 save / restore means 20 PLC means

Claims (3)

制御アプリケーションプログラムを実行するPLC手段と、
前記制御アプリケーションプログラムが参照する制御データを物理的な属性と共に格納する制御データ保持手段と、
を具備するコントローラに適用される制御データ保護装置おいて、
バックアップファイルを有する外部記憶手段と、
前記制御データ保持手段内の制御データを、前記物理的な属性を持たない論理情報に変換して前記バックアップファイルに書き出すと共に、このバックアップファイルの論理情報を、前記制御アプリケーションプログラムが指定する物理的な属性が付加されたデータ値として前記制御データ保持手段に復元する制御データ保護手段と、
を備えることを特徴とする制御データ保護装置。
PLC means for executing a control application program;
Control data holding means for storing control data referred to by the control application program together with physical attributes ;
In a control data protection device applied to a controller comprising:
An external storage means having a backup file;
The control data in the control data holding means is converted into logical information having no physical attribute and written to the backup file, and the logical information of the backup file is physically specified by the control application program. Control data protection means for restoring to the control data holding means as a data value with an attribute added thereto ;
A control data protection device comprising:
前記制御データ保持手段は、スタティックRAMで構成された請求項1に記載の制御データ保護装置。The control data protection device according to claim 1, wherein the control data holding unit includes a static RAM. 前記外部記憶手段は、フラッシュメモリで構成された請求項1または2に記載の制御データ保護装置。The control data protection device according to claim 1, wherein the external storage unit is configured by a flash memory.
JP2001162094A 2001-05-30 2001-05-30 Control data protection device Expired - Lifetime JP4280964B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001162094A JP4280964B2 (en) 2001-05-30 2001-05-30 Control data protection device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001162094A JP4280964B2 (en) 2001-05-30 2001-05-30 Control data protection device

Publications (2)

Publication Number Publication Date
JP2002351504A JP2002351504A (en) 2002-12-06
JP4280964B2 true JP4280964B2 (en) 2009-06-17

Family

ID=19005271

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001162094A Expired - Lifetime JP4280964B2 (en) 2001-05-30 2001-05-30 Control data protection device

Country Status (1)

Country Link
JP (1) JP4280964B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104285190A (en) * 2012-03-26 2015-01-14 西门子公司 Fail safe discovery and address assignment

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4534796B2 (en) 2005-02-25 2010-09-01 セイコーエプソン株式会社 Control system
JP4648097B2 (en) * 2005-06-06 2011-03-09 シャープ株式会社 Registry information repair method and information processing apparatus
JP2009075803A (en) * 2007-09-20 2009-04-09 Meidensha Corp Programmable controller data processing method, programmable controller and terminal
JP4811685B2 (en) * 2009-01-29 2011-11-09 横河電機株式会社 Controller for control

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000305610A (en) * 1999-04-26 2000-11-02 Yaskawa Electric Corp Information processing unit of programmable controller and its data storing method
JP2001014155A (en) * 1999-07-01 2001-01-19 Japan Radio Co Ltd Controller for executing software parts
JP3819639B2 (en) * 1999-07-09 2006-09-13 株式会社東芝 Programming device
JP3476391B2 (en) * 1999-08-18 2003-12-10 株式会社デジタル Programmable display device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104285190A (en) * 2012-03-26 2015-01-14 西门子公司 Fail safe discovery and address assignment

Also Published As

Publication number Publication date
JP2002351504A (en) 2002-12-06

Similar Documents

Publication Publication Date Title
US20210149802A1 (en) Data processing method, and cartridge chip using themethod
JP4280964B2 (en) Control data protection device
CN112631837B (en) Engineering data storage method and system
JP4684848B2 (en) Control device, program thereof and recording medium
JPH10187454A (en) Bios reloading system
JP2000235483A (en) Information processor
JP2008102761A (en) Method for updating embedded firmware
JP2008059339A (en) Controller
EP3301582A1 (en) Information processing apparatus, information processing method and program
WO2024089881A1 (en) Robot control device, machine tool, and cooperation system
JP4811685B2 (en) Controller for control
JP2002268955A (en) Method and device of memory backup
JP2004240717A (en) Software updating device
JP3424603B2 (en) Numerical control unit
JP2697022B2 (en) Unit operation setting method
JP2000066906A (en) System for microcomputer built-in control
JP3114907B2 (en) How to change the sequence program of the programmable controller
JPH1069303A (en) Controller
JPH0455927A (en) Data area protection system
JP2004013463A5 (en)
JPH04218807A (en) Programmable controller
JP2004295177A (en) Controller of electronic equipment and printer controller
JPH05307405A (en) Data backup system in nc device
JPH07281715A (en) Programmable controller
JPH06195210A (en) Program exchange system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051109

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051115

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080717

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080717

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080820

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081030

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081225

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

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

R150 Certificate of patent or registration of utility model

Ref document number: 4280964

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120327

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130327

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140327

Year of fee payment: 5