JP2000010609A - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JP2000010609A
JP2000010609A JP10169396A JP16939698A JP2000010609A JP 2000010609 A JP2000010609 A JP 2000010609A JP 10169396 A JP10169396 A JP 10169396A JP 16939698 A JP16939698 A JP 16939698A JP 2000010609 A JP2000010609 A JP 2000010609A
Authority
JP
Japan
Prior art keywords
memory
data
keep
contents
user 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.)
Pending
Application number
JP10169396A
Other languages
Japanese (ja)
Inventor
Masato Fujii
正人 藤井
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP10169396A priority Critical patent/JP2000010609A/en
Publication of JP2000010609A publication Critical patent/JP2000010609A/en
Pending legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a programmable controller by which a keep memory is easily initialized at the time of initializing a data memory. SOLUTION: An external nonvolatile memory stores constant number data of the data memory and data of the keep memory in addition to storing a user program and clears input/output data, non-keep memory and system data at the time of initializing the data memory (S1-S3). When the external nonvolatile memory is mounted, copying is executed in the constant number area of the data memory (S4 and S5) and the contents of the external nonvolatile memory are copied at the time of initializing the keep memory when an initialization setting switch is set to copying in the keep memory (S6 and S7). In place of the switch, system setting or setting as data in the constant number data area in the data memory is included.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、プログラマブルコ
ントローラに関わり、特に演算で使用するデータメモリ
の初期化に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a programmable controller, and more particularly, to initialization of a data memory used in an operation.

【0002】[0002]

【従来の技術】プログラマブルコントローラ(以下、P
Cと呼ぶ)は、ユーザプログラムを実行する場合、図4
に示すように、ユーザプログラムが格納されたプログラ
ムメモリPMと演算のためのデータが格納されたデータ
メモリDMを使用する。ユーザプログラム内の各インス
トラクションにはデータメモリ内のデータに対する演算
が示されている。
2. Description of the Related Art Programmable controllers (hereinafter referred to as P
FIG. 4 shows a case where a user program is executed.
As shown in (1), a program memory PM storing a user program and a data memory DM storing data for calculation are used. Each instruction in the user program indicates an operation on data in the data memory.

【0003】データメモリDMは、その用途によって、
以下のようにいくつかに分類される。
[0003] The data memory DM depends on its use.
It is classified into several as follows.

【0004】(1)入出力データ PC外部の機器から取り込んだ入力データをディジタル
情報として格納したり、ユーザプログラムの演算結果を
外部機器に出力する出力データを格納する領域である。
一般にデータメモリの初期化処理では内容をすべてクリ
アする。
(1) Input / output data This area stores input data fetched from a device external to the PC as digital information, and output data for outputting a calculation result of a user program to the external device.
Generally, all the contents are cleared in the initialization processing of the data memory.

【0005】(2)内部メモリ ユーザプログラムを実行する過程で、途中演算結果を一
時的に格納するための領域である。データメモリ初期化
処理では内容をすべてクリアする領域(ノンキープメモ
リ)と内容を保持する領域(キープメモリ)が設けられ
る。
(2) Internal memory This is an area for temporarily storing intermediate calculation results in the process of executing a user program. In the data memory initialization processing, an area for clearing all contents (non-keep memory) and an area for holding contents (keep memory) are provided.

【0006】(3)タイマ/カウンタ現在値 PCのユーザプログラムが時間や回数を使った処理を記
述する場合にタイマ命令やカウンタ命令を使用する。タ
イマ命令やカウンタ命令は経過時間を記憶したり、事象
発生回数を記憶するためのメモリが必要になる。それが
この領域である。データメモリ初期化処理では内容をす
べてクリアする領域(ノンキープメモリ)と内容を保持
する領域(キープメモリ)が設けられる。一般に、タイ
マ現在値はノンキープメモリに置く。カウンタ現在値は
用途によってどちらも使用する。 (4)定数、タイマ/カウンタ設定値 ユーザプログラムが演算で使用する定数やタイマ/カウ
ンタ命令の設定値を格納する領域である。データメモリ
初期化処理では内容をすべて保持する必要がある。
(3) Timer / Counter Current Value When a user program of the PC describes a process using time and number of times, a timer instruction and a counter instruction are used. The timer instruction and the counter instruction require a memory for storing the elapsed time and the number of occurrences of the event. That is this area. In the data memory initialization processing, an area for clearing all contents (non-keep memory) and an area for holding contents (keep memory) are provided. Generally, the current timer value is stored in non-keep memory. The counter current value is used depending on the application. (4) Constants and timer / counter set values This area stores constants used by the user program in calculations and set values of timer / counter instructions. In the data memory initialization processing, it is necessary to hold all the contents.

【0007】(5)システムデータ PCのOS(オペレーティングシステム)がユーザプロ
グラムにシステム的なデータ(例えば、時刻、エラー情
報、各モジュールの制御データなど)を通知したり、ユ
ーザプログラムからOSへの処理依頼データを格納する
ために使用する領域である。一般に、データメモリ初期
化処理では内容をすべてクリアして、ユーザプログラム
起動時にOSが再度セットすることになる。
(5) System Data The OS (Operating System) of the PC notifies the user program of system data (for example, time, error information, control data of each module, etc.), and processes from the user program to the OS. This area is used to store request data. Generally, in the data memory initialization processing, all contents are cleared, and the OS is set again when the user program is started.

【0008】以上のように、保持を必要とするデータと
クリアされるデータが混在するデータメモリの初期化
は、以下のようにして行われる。
As described above, the initialization of the data memory in which the data that needs to be held and the data to be cleared coexist is performed as follows.

【0009】PCは、電源投入時やユーザプログラム運
転停止状態(これをSTOPモードと呼ぶ)からユーザ
プログラム運転状態(これをRUNモードと呼ぶ)への
移行時に、データメモリを初期化する。初期化では上記
データメモリの用途に合わせて、内容をクリアする場合
と保持する場合がある。
The PC initializes the data memory when the power is turned on or when a user program operation is stopped (this is called a STOP mode) and a transition is made to a user program operation state (this is called a RUN mode). In the initialization, the contents may be cleared or held depending on the use of the data memory.

【0010】また、外部メモリを使った初期化として、
ユーザプログラムをROMなどの不揮発性メモリに格納
して、電源投入時にプログラムメモリに転送してから処
理を開始する方法がある。これは、ユーザプログラムが
十分にデバッグされ固定化された時点で、ユーザプログ
ラムの破壊を避ける有効な方法である。
Also, as initialization using an external memory,
There is a method in which a user program is stored in a non-volatile memory such as a ROM, and is transferred to the program memory when power is turned on, and then the processing is started. This is an effective way to avoid destruction of the user program when the user program is sufficiently debugged and fixed.

【0011】同様に、データメモリの定数/設定値領域
のデータを不揮発性メモリに格納して、電源投入時にデ
ータメモリに転送してから処理を開始する方法がある。
Similarly, there is a method of storing data in a constant / set value area of a data memory in a non-volatile memory, transferring the data to the data memory when power is turned on, and then starting processing.

【0012】このような方法によれば、プログラムメモ
リやデータメモリは不揮発性メモリにする必要がなくな
る。すなわち、停電保持用のバッテリなどを使用しなく
ても良いことになり、信頼性向上や価格を押さえること
が可能になる。
According to such a method, the program memory and the data memory do not need to be nonvolatile memories. In other words, it is not necessary to use a battery or the like for holding a power failure, which makes it possible to improve reliability and reduce costs.

【0013】[0013]

【発明が解決しようとする課題】従来のデータメモリの
初期化方法は、キープメモリを取り扱うのに以下の問題
がある。
The conventional method of initializing a data memory has the following problems in handling a keep memory.

【0014】データメモリの中で、キープメモリは電源
投入時に内容を保持することになる。但し、不揮発性の
外部メモリを実装している場合で、その外部メモリの中
にデータメモリを記憶しているような場合、電源投入時
にキープメモリの内容をそのまま保持するのか、外部メ
モリの内容をコピーするのかを決めなければならない。
In the data memory, the keep memory retains the contents when the power is turned on. However, if a non-volatile external memory is installed and the data memory is stored in the external memory, the contents of the keep memory should be retained as it is when the power is turned on, You have to decide whether to copy.

【0015】キープメモリを定数と同様な使い方をして
いる場合には、電源投入時に外部メモリの内容をコピー
して、常に同じ値を使って演算を開始すれば良いことに
なる。
If the keep memory is used in the same manner as a constant, the contents of the external memory should be copied when the power is turned on, and the operation should always be started using the same value.

【0016】また、キープメモリを途中データを格納す
る領域として使用している場合、電源投入時に必ずしも
定数データをコピーしたくない場合がある。この場合に
は、電源OFF時のままのデータを保持したいことにな
る。
When the keep memory is used as an area for storing intermediate data, it may not always be necessary to copy constant data when the power is turned on. In this case, it is desired to retain the data as it was when the power was turned off.

【0017】このように、キープメモリはユーザプログ
ラムの使い方によって初期化方法が変わってくる。しか
し、現状のPCではこれを選択的に使い分けることがで
きない。
As described above, the initialization method of the keep memory varies depending on how the user program is used. However, this cannot be selectively used in a current PC.

【0018】本発明の目的は、データメモリの初期化に
際してのキープメモリの初期化を容易にするプログラマ
ブルコントローラを提供することにある。
An object of the present invention is to provide a programmable controller that facilitates initialization of a keep memory when initializing a data memory.

【0019】[0019]

【課題を解決するための手段】本発明は、上記の課題を
解決するため、データメモリの初期化用データを記憶し
た外部不揮発性メモリを実装しておき、この初期化デー
タのうちキープメモリ領域にコピーするか否かを初期化
設定用スイッチやシステム設定又は定数データ領域での
データとして設定しておくようにしたもので、以下の構
成を特徴とする。
According to the present invention, in order to solve the above-mentioned problems, an external nonvolatile memory storing data for initializing a data memory is mounted, and a keep memory area of the initialized data is provided. Is set as an initialization setting switch, system setting, or data in a constant data area, and is characterized by the following configuration.

【0020】電源投入時又はユーザプログラムを実行す
るに際してデータメモリの内容を初期化するプログラマ
ブルコントローラにおいて、ユーザプログラムを記憶す
る他に、前記データメモリの定数データ及びキープメモ
リのデータを記憶しておく外部不揮発性メモリを設け、
初期化設定用スイッチによる設定又はシステム設定もし
くはデータメモリ内の定数データ領域でのデータとして
設定され、前記データメモリのキープメモリを初期化す
る際に外部不揮発性メモリの内容をコピーするか、その
ままにするかを指定する設定手段を設けたことを特徴と
する。
In a programmable controller which initializes the contents of a data memory when power is turned on or when a user program is executed, in addition to storing a user program, an external memory for storing constant data of the data memory and data of a keep memory is provided. Providing a non-volatile memory,
The contents of the external non-volatile memory are copied or left unchanged when the keep memory of the data memory is initialized. Setting means for designating whether or not to do so is provided.

【0021】[0021]

【発明の実施の形態】本実施形態では、PCには、ユー
ザプログラムを記憶する他に、データメモリの初期化デ
ータを記憶できる外部不揮発性メモリを実装しておき、
ディップスイッチや短絡ジャンパープラグなどの初期化
設定用スイッチを実装しておき、電源投入時に外部不揮
発性メモリのデータメモリのキープメモリの内容をデー
タメモリにコピーするかしないかを設定できるようにし
ておく。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In this embodiment, in addition to storing a user program, an external nonvolatile memory capable of storing initialization data of a data memory is mounted on a PC.
A switch for initialization setting such as a dip switch or short-circuit jumper plug is installed so that it is possible to set whether to copy the contents of the keep memory of the data memory of the external nonvolatile memory to the data memory when the power is turned on. .

【0022】この外部不揮発性メモリと初期化設定用ス
イッチを設けたPCは、データメモリの初期化のため
に、図1に示すフローチャートになる初期化処理手段を
設ける。
The PC provided with the external nonvolatile memory and the initialization setting switch is provided with initialization processing means shown in the flowchart of FIG. 1 for initializing the data memory.

【0023】同図において、電源投入時(又は、ユーザ
プログラムの運転状態への移行時)に、データメモリに
記憶されるデータのうち、保持が不要になる入出力デー
タをクリアし(S1)、ノンキープメモリをクリアし
(S2)、システムデータをクリアする(S3)。
In FIG. 1, when power is turned on (or when a user program shifts to an operation state), input / output data that is not required to be stored among data stored in the data memory is cleared (S1). The non-keep memory is cleared (S2), and the system data is cleared (S3).

【0024】次に、PCは、外部不揮発性メモリを実装
しているか否かをチェックし(S4)、実装している場
合に外部不揮発性メモリから定数領域を初期化する(S
5)。続いて、上記の初期化設定用スイッチがキープメ
モリをコピーする側に設定されているか否かをチェック
し(S6)、コピー側に設定されているときに外部不揮
発性メモリからキープメモリ領域を初期化する(S
7)。
Next, the PC checks whether or not an external nonvolatile memory is mounted (S4), and if so, initializes a constant area from the external nonvolatile memory (S4).
5). Subsequently, it is checked whether or not the initialization setting switch is set to the copy side of the keep memory (S6). When the switch is set to the copy side, the keep memory area is initialized from the external nonvolatile memory. (S
7).

【0025】したがって、キープメモリについては、外
部不揮発性メモリのデータメモリのキープメモリ内容を
データメモリにコピーするかしないかを設定できるよう
にすることで、作成するユーザプログラムの用途によっ
て、キープメモリに格納するデータを定数のように固定
データにしたり、可変データにすることができる。
Therefore, as for the keep memory, it is possible to set whether or not to copy the contents of the keep memory of the data memory of the external nonvolatile memory to the data memory. The data to be stored can be fixed data like a constant or variable data.

【0026】また、キープメモリの初期化には、外部不
揮発性メモリからコピーする場合、データメモリの停電
保持が必要なくなる。従って、データメモリにはバッテ
リなどの停電保持が必要なくなり、信頼性向上、低価格
化に優れる。
When the keep memory is initialized, copying from an external non-volatile memory eliminates the need to maintain the power failure of the data memory. Therefore, the data memory does not need to maintain a power failure such as a battery, and is excellent in reliability improvement and cost reduction.

【0027】図2は、本発明の他の実施形態を示すフロ
ーチャートである。同図が図1と異なる部分は、システ
ム設定に選択項目を用意しておき、このシステム設定を
図1の場合の初期化設定用スイッチに代えた点にある。
FIG. 2 is a flowchart showing another embodiment of the present invention. 1 differs from FIG. 1 in that selection items are prepared in the system settings, and the system settings are replaced with the initialization setting switches in the case of FIG.

【0028】PCではシステム設定をプログラミングパ
ネル(いわゆるローダ)を使って設定し、設定したデー
タをPCの内部メモリに記憶する。このメモリは不揮発
性メモリになっていて、電源がOFFになっても内容が
保持される。電源投入時のデータメモリの初期化方法
を、このシステム設定に記憶しておき、電源投入時に不
揮発性メモリの中のシステム設定の内容をチェックし
(S8)、外部不揮発性メモリのデータメモリのキープ
メモリの内容をデータメモリにコピーするかしないかを
決定できるようにする。
In the PC, system settings are set using a programming panel (a so-called loader), and the set data is stored in an internal memory of the PC. This memory is a non-volatile memory and retains its contents even when the power is turned off. The initialization method of the data memory when the power is turned on is stored in this system setting, and when the power is turned on, the contents of the system setting in the nonvolatile memory are checked (S8), and the data memory of the external nonvolatile memory is kept. Enables you to decide whether to copy the contents of memory to data memory.

【0029】本実施形態においても、作成するユーザプ
ログラムの用途によって、キープメモリに格納するデー
タを定数のように固定データにしたり、可変データにす
ることができる。
Also in this embodiment, the data stored in the keep memory can be fixed data like a constant or variable data depending on the use of the user program to be created.

【0030】図3は、本発明の他の実施形態を示すフロ
ーチャートである。同図が図1又は図2と異なる部分
は、定数領域にコピーの要否を設定した点にある。
FIG. 3 is a flowchart showing another embodiment of the present invention. This figure differs from FIG. 1 or FIG. 2 in that the necessity of copying is set in a constant area.

【0031】データメモリ内の定数データは、電源投入
時には内容が保持される。また、外部メモリが存在する
場合には、必ず外部メモリの定数データの内容がデータ
メモリにコピーされる。即ち、どういう状態でも定数デ
ータはデータメモリに保持されることになる。この定数
データの特定アドレスにキープメモリの初期化をどうす
るかを設定するデータを割り付ける。そして、電源投入
時、外部不揮発性メモリが実装されている場合、外部不
揮発性メモリからデータメモリの定数データをコピーし
た後で、その特定アドレスの設定をチェックし(S
9)、キープメモリを初期化するかどうかを判断する。
The contents of the constant data in the data memory are retained when the power is turned on. When an external memory exists, the contents of constant data in the external memory are always copied to the data memory. That is, the constant data is held in the data memory in any state. Data for setting how to initialize the keep memory is allocated to a specific address of the constant data. Then, when the power is turned on, if the external nonvolatile memory is mounted, after copying the constant data of the data memory from the external nonvolatile memory, the setting of the specific address is checked (S
9), it is determined whether to initialize the keep memory.

【0032】[0032]

【発明の効果】以上のとおり、本発明によれば、データ
メモリの初期化用データを記憶した外部不揮発性メモリ
を実装しておき、この初期化データのうちキープメモリ
領域にコピーするか否かを初期化設定用スイッチやシス
テム設定又は定数データ領域でのデータとして設定して
おくようにしたため、作成するユーザプログラムの用途
によってキープメモリに格納するデータを定数のように
固定データにしたり、可変データにするなど、データメ
モリの初期化に際してのキープメモリの初期化を容易に
する効果がある。
As described above, according to the present invention, an external non-volatile memory storing data for initializing a data memory is mounted, and whether or not this initialization data is copied to a keep memory area is determined. Are set as initialization setting switches, system settings, or data in the constant data area, so that the data stored in the keep memory can be fixed data such as constants or variable data depending on the use of the user program to be created. For example, the keep memory can be easily initialized when the data memory is initialized.

【0033】また、キープメモリの初期化方法を外部不
揮発性メモリからコピーするため、データメモリにはバ
ッテリなどの停電保持が必要なくなり、信頼性向上、低
価格化に効果がある。
Further, since the initialization method of the keep memory is copied from the external nonvolatile memory, it is not necessary to maintain the power failure of the battery in the data memory, which is effective in improving the reliability and reducing the cost.

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

【図1】本発明の実施形態を示すデータメモリの初期化
フローチャート。
FIG. 1 is an initialization flowchart of a data memory according to an embodiment of the present invention.

【図2】本発明の他の実施形態を示すデータメモリの初
期化フローチャート。
FIG. 2 is a data memory initialization flowchart according to another embodiment of the present invention.

【図3】本発明の他の実施形態を示すデータメモリの初
期化フローチャート。
FIG. 3 is a flowchart illustrating an initialization of a data memory according to another embodiment of the present invention.

【図4】プログラムメモリとデータメモリの関係図。FIG. 4 is a diagram showing a relationship between a program memory and a data memory.

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

PM…プログラムメモリ DM…データメモリ PM: Program memory DM: Data memory

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 電源投入時又はユーザプログラムを実行
するに際してデータメモリの内容を初期化するプログラ
マブルコントローラにおいて、 ユーザプログラムを記憶する他に、前記データメモリの
定数データ及びキープメモリのデータを記憶しておく外
部不揮発性メモリを設け、 初期化設定用スイッチによる設定又はシステム設定もし
くはデータメモリ内の定数データ領域でのデータとして
設定され、前記データメモリのキープメモリを初期化す
る際に外部不揮発性メモリの内容をコピーするか、その
ままにするかを指定する設定手段を設けたことを特徴と
するプログラマブルコントローラ。
1. A programmable controller that initializes the contents of a data memory when power is turned on or when a user program is executed. In addition to storing a user program, the programmable controller stores constant data of the data memory and data of a keep memory. An external nonvolatile memory is provided, which is set by an initialization setting switch or is set as data in a system setting or a constant data area in the data memory. When the keep memory of the data memory is initialized, A programmable controller characterized in that a setting means for designating whether to copy the contents or leave the contents as it is is provided.
JP10169396A 1998-06-17 1998-06-17 Programmable controller Pending JP2000010609A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10169396A JP2000010609A (en) 1998-06-17 1998-06-17 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10169396A JP2000010609A (en) 1998-06-17 1998-06-17 Programmable controller

Publications (1)

Publication Number Publication Date
JP2000010609A true JP2000010609A (en) 2000-01-14

Family

ID=15885832

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10169396A Pending JP2000010609A (en) 1998-06-17 1998-06-17 Programmable controller

Country Status (1)

Country Link
JP (1) JP2000010609A (en)

Similar Documents

Publication Publication Date Title
JPH01232447A (en) Single chip microcomputer
US5504869A (en) High speed processing system capable of executing strings of instructions in order without waiting completion of previous memory access instruction
JP3563768B2 (en) ROM program change device
JP2875842B2 (en) Programmable controller
JP3970609B2 (en) Processor system
JP2004046453A (en) Single chip microcomputer and boot sector switching method
JP2000010609A (en) Programmable controller
JP2005527037A (en) Configurable processor
JPH07254292A (en) Non-volatile memory and microcomputer using the same memory
JPH10187454A (en) Bios reloading system
JP2004318403A (en) Electronic controller
JPH10268914A (en) Programmable controller
JP2004287712A (en) Electronic device
JP2000207190A (en) System and method for rewrite firmware program
JP4037941B2 (en) Control device
JP5194360B2 (en) Information processing apparatus and control method thereof
JPH11274915A (en) Fpga rewriting processor
JPH08194622A (en) Program starting method using memory card
KR100383001B1 (en) On-board programing method for main control unit
JPS6148746B2 (en)
JP3127737B2 (en) Digital signal processor
JPH03256128A (en) Method for loading program
JPH1091451A (en) Program change system for starting device
JPS6226738B2 (en)
JP2000010908A (en) Dma controller