JPH0150933B2 - - Google Patents
Info
- Publication number
- JPH0150933B2 JPH0150933B2 JP5292282A JP5292282A JPH0150933B2 JP H0150933 B2 JPH0150933 B2 JP H0150933B2 JP 5292282 A JP5292282 A JP 5292282A JP 5292282 A JP5292282 A JP 5292282A JP H0150933 B2 JPH0150933 B2 JP H0150933B2
- Authority
- JP
- Japan
- Prior art keywords
- program
- rom
- user
- programmer
- arithmetic
- 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
Links
- 238000004364 calculation method Methods 0.000 description 11
- 230000006870 function Effects 0.000 description 11
- 238000000034 method Methods 0.000 description 8
- 230000008569 process Effects 0.000 description 6
- 238000012360 testing method Methods 0.000 description 6
- 238000012423 maintenance Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 229940037003 alum Drugs 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000004134 energy conservation Methods 0.000 description 1
- 230000001343 mnemonic effect Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000002265 prevention Effects 0.000 description 1
- 238000004886 process control Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Control By Computers (AREA)
- Programmable Controllers (AREA)
Description
【発明の詳細な説明】
本発明は、マイクロプロセツサ応用の調節計や
演算器等のプログラマブル機器に関する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to programmable equipment such as controllers and arithmetic units using microprocessors.
最近のプロセスは省エネルギ、省資源および公
害防止などの点で従来にまして高い精度の演算や
制御が要求されている。このためプロセス制御の
分野においても調節計や演算器等の機器として、
アナログの演算方式にかわつてマイクロプロセツ
サ応用のデイジタルの演算方式のものが実用化さ
れている。しかもマイクロプロセツサ応用の機器
は、一つのハードウエアで種々の演算をユーザプ
ログラムにより実行できる利点がある。ユーザプ
ログラムの組込み方式には、機器本体のメモリに
直接書込む方式と、専用プログラマを使つていつ
たんユーザROM(リードオンリメモリ)に書込
み機器本体に実装する方式があり、コスト、信頼
性、保守性の上で後者がすぐれている。しかも専
用プログラマによるユーザプログラムは、電卓関
数キーのようなニモニツクコードで表現されてお
り、計算機のソフトウエアに関する知識は不要
で、計装フローチヤートを見ながら電卓並の操作
でキーインすることによつて作成できる。このプ
ログラマで作成されるユーザプログラムは、演算
プログラムをコールするための中間コードであ
り、演算プログラムそのものは機器本体に実装さ
れた演算ROMに格納されている。このため機器
本体の機能が内蔵の演算プログラムで限定されて
しまい、機能アツプや機能変更等の要求に容易に
対応できず、プログラマブルにかかわらず汎用性
に問題があつた。しかも演算プログラムのメンテ
ナンスが容易でなく、また機器本体のメモリ使用
量も増える欠点があつた。 Recent processes require higher precision calculations and control than ever before in terms of energy conservation, resource conservation, and pollution prevention. For this reason, even in the field of process control, it is used as equipment such as controllers and computing units.
In place of the analog calculation method, a digital calculation method using a microprocessor has been put into practical use. Moreover, microprocessor-applied devices have the advantage of being able to execute various operations using a single piece of hardware using user programs. There are two ways to embed a user program: one is to write it directly into the device's memory, and the other is to use a dedicated programmer to write it into the user ROM (read-only memory) and mount it in the device. The latter is superior in terms of maintainability. Moreover, the user program written by a dedicated programmer is expressed in mnemonic codes similar to calculator function keys, so no knowledge of computer software is required; all you have to do is look at the instrumentation flowchart and key in using calculator-like operations. It can be created by The user program created by this programmer is an intermediate code for calling an arithmetic program, and the arithmetic program itself is stored in an arithmetic ROM installed in the main body of the device. For this reason, the functions of the device itself are limited by the built-in arithmetic program, making it difficult to respond to requests for increased functionality or changes in functionality, resulting in problems with versatility despite being programmable. Moreover, the maintenance of the calculation program is not easy, and the amount of memory used in the main body of the device increases.
本発明はプログラマを使つてユーザプログラム
を書込んだユーザズROMを機器本体に実装する
方式のプログラマブル機器において、演算プログ
ラムを格納した演算ROMをプログラマ側に設
け、ユーザズROM作成時にユーザプログラムと
ともに演算プログラムもユーザズROMに書込
み、ユーザズROMを機器本体に実装したときユ
ーザズROMに格納された演算プログラムを使用
することによつて、機器本体の汎用性を高め、同
時に演算プログラムのメンテナンスを容易にし、
かつ機器本体のメモリ使用量を削減したものであ
る。 The present invention is a programmable device in which a user's ROM in which a user program is written using a programmer is mounted on the main body of the device, and an arithmetic ROM storing an arithmetic program is provided on the programmer side, and the arithmetic program is stored together with the user program when creating the user's ROM. By writing to the user's ROM and using the calculation program stored in the user's ROM when the user's ROM is installed in the device, the versatility of the device is increased, and at the same time, maintenance of the calculation program is facilitated.
In addition, the amount of memory used in the device itself is reduced.
第1図は本発明プログラマブル機器の一実施例
を示すブロツク線図である。図において、10は
機器本体で、デイジタル演算等を行うマイクロプ
ロセツサ(以下CPUという)11と、システム
プログラムが格納されたシステムROM12と、
制御対象のプロセス量を検出する検出器や制御対
象を制御する操作端等のプロセスI/Oとのイン
タフエイス13と、ジヨブ毎に作成されるユーザ
プログラムが格納されたユーザズROM14と、
ユーザズROM14が取付けられるソケツト15
と、演算やデータの一時記憶等に用いるRAM
(ランダムアクセスメモリ)16と、正面パネル
17および側面パネル18とのパネルインタフエ
イス19とを有し、これらはデータバス20で接
続されている。 FIG. 1 is a block diagram showing one embodiment of the programmable device of the present invention. In the figure, 10 is the main body of the device, which includes a microprocessor (hereinafter referred to as CPU) 11 that performs digital calculations, etc., a system ROM 12 that stores system programs,
An interface 13 with a process I/O such as a detector that detects the process amount of the controlled object or an operating end that controls the controlled object, and a user's ROM 14 that stores a user program created for each job.
Socket 15 where user's ROM 14 is installed
and RAM used for calculations and temporary storage of data, etc.
(random access memory) 16, and a panel interface 19 with a front panel 17 and a side panel 18, which are connected by a data bus 20.
30はプログラマで、プログラミング制御用の
プログラムが格納されたプログラムROM31
と、プログラムキーボード32、デイスプレイ3
3、動作モード切換スイツチ34、ROMライタ
35等のI/Oインタフエイス36と、作成した
ユーザプログラムを一時格納するためのRAM3
7と、種々の演算プログラムが格納された演算
ROM38と、この演算ROM38が取付けられ
るソケツト39とを有し、これらはデータバス4
0で接続されている。プログラマ30のデータバ
ス40は機器本体10のデータバス20にコネク
タ50で着脱自在に接続される。 30 is a programmer, and a program ROM 31 stores a program for programming control.
, program keyboard 32, display 3
3. I/O interface 36 such as an operation mode changeover switch 34 and a ROM writer 35, and a RAM 3 for temporarily storing created user programs.
7 and an arithmetic unit that stores various arithmetic programs.
It has a ROM 38 and a socket 39 to which the calculation ROM 38 is attached, and these are connected to the data bus 4.
Connected with 0. The data bus 40 of the programmer 30 is detachably connected to the data bus 20 of the device body 10 through a connector 50.
このように構成した本考案においては、機器本
体10とプログラマ30の動作は全てCPU11
の制御によつて行われる。その制御の内容はシス
テムROM12に格納されているシステムプログ
ラムに規定されており、電源が投入されると一定
期間周辺回路の初期化が行われる。次にCPU1
1は第2図のフローチヤートに示すようにプログ
ラマ30が接続されているかどうかを判断する。
プログラマ30が接続されていない場合にはユー
ザスROM14に格納されたユーザプログラムに
したがつて演算を実行する実行モードとなり、プ
ログラマ30が接続されている場合にはプログラ
マ30の動作モード切換スイツチ34によつてプ
ログラムを作成するプログラムモードとそのテス
トを行うテストランモードが選択される。 In the present invention configured in this manner, all operations of the device body 10 and the programmer 30 are performed by the CPU 11.
This is done under the control of The contents of this control are defined in the system program stored in the system ROM 12, and when the power is turned on, the peripheral circuits are initialized for a certain period of time. Next CPU1
1 determines whether the programmer 30 is connected as shown in the flowchart of FIG.
When the programmer 30 is not connected, the execution mode is set to execute calculations according to the user program stored in the user ROM 14, and when the programmer 30 is connected, the operation mode changeover switch 34 of the programmer 30 A program mode for creating a program and a test run mode for testing the program are selected.
いまプログラマ30を機器本体10に接続し、
動作モード切換スイツチ34をプログラム側Pに
するとプログラムモードとなる。プログラムモー
ドでは、キーボード32からユーザプログラムや
パラメータがキーインされる。ユーザプログラム
をキーインした結果は、プログラムROM31に
格納されたプログラミング用のプログラムにした
がつて機器本体10のCPU11で中間コードに
変換されてRAM37のユーザプログラム領域に
書込まれ、またパラメータもRAM37のパラメ
ータ領域に書込まれる。プログラム作業が終了
し、動作モード切換スイツチ34をテストランモ
ード側Tにすると、機器本体10はプログラマ3
0のRAM37に格納されたユーザプログラムを
プロセスI/Oの動作を含めて実行するテストラ
ンモードとなる。テストランモードでは、機器本
体10のCPU11がシステムプログラムにした
がつてユーザプログラムのステツプ番号順にプロ
グラマ30のRAM37に書込まれた中間コード
を読出し、プログラマ30の演算ROM38の対
応する演算プログラムを順次実行する。またテス
トランモード時にプログラマ30のデイスプレイ
33に演算中の値が表示されるので、プログラム
の良否を短時間でチエツクでき、不十分な点があ
れば直ちにプログラムモードに戻して修正するこ
とができる。このようにしてRAM37のユーザ
プログラムの機能が満足できるものであれば、
ROMライタ35にユーザズROM14を差し込
み、第3図に示すようにRAM37に作成したユ
ーザプログラムとパラメータをユーザズROM1
4のユーザプログラム領域とパラメータ領域に書
込むとともに、演算ROM38の演算プログラム
もユーザズROM14の演算プログラム領域に書
込む。書込みの終つたユーザズROM14が機器
本体10のソケツト15に実装され、プログラマ
30が切離されると機器本体10の動作は実行モ
ードとなり、ユーザズROM14に書込まれたユ
ーザプログラムをユーザズROM14内の演算プ
ログラムを使用して実行する。 Now connect the programmer 30 to the device main body 10,
When the operation mode changeover switch 34 is set to the program side P, the program mode is entered. In the program mode, user programs and parameters are keyed in from the keyboard 32. The result of keying in the user program is converted into an intermediate code by the CPU 11 of the device main body 10 according to the programming program stored in the program ROM 31 and written to the user program area of the RAM 37, and the parameters are also changed to the parameters of the RAM 37. written to the area. When the programming work is completed and the operation mode selector switch 34 is set to the test run mode side T, the main body 10 of the device is set to the programmer 3
A test run mode is entered in which the user program stored in the RAM 37 of 0 is executed including process I/O operations. In the test run mode, the CPU 11 of the device main body 10 reads intermediate codes written in the RAM 37 of the programmer 30 in the order of step numbers of the user program according to the system program, and sequentially executes the corresponding calculation programs in the calculation ROM 38 of the programmer 30. do. Further, since the value being calculated is displayed on the display 33 of the programmer 30 during the test run mode, the quality of the program can be checked in a short time, and if there is any deficiency, the program mode can be immediately returned to correct it. If the function of the user program of RAM 37 is satisfied in this way,
Insert the user's ROM 14 into the ROM writer 35, and transfer the created user program and parameters to the RAM 37 as shown in Figure 3.
At the same time, the arithmetic program of the arithmetic ROM 38 is also written to the arithmetic program area of the user's ROM 14. When the written user's ROM 14 is installed in the socket 15 of the device main body 10 and the programmer 30 is disconnected, the device main body 10 operates in the execution mode, and the user program written in the user's ROM 14 is transferred to the arithmetic program in the user's ROM 14. Run using
このとき正面パネル17の指示操作部では、例
えば指示計IMおよびOMで制御対象の検出器か
らの測定値PV、設定値SVおよび制御対象の操作
端への出力値MVを表示し、設定値操作ボタン
SPの□△または□▽を押すことによつて、SV値の増
減を行い、動作モード指定押ボタン□A,□M,□Cの
□Mを押し手動操作レバーMRを操作することによ
つて出力値MVを増減することができる。これら
正面パネル17の指示操作部の指示計IM,OM
での表示内容や設定値操作ボタンSP、手動操作
レバーMR、動作モード指定押ボタン□A,□M,□C
の操作機能はユーザプログラムで自由に指定でき
る。また正面パネル17のフエイルランプLP1は
CPUの異常やプログラムの異常によりCPUが正
常に動作しないとき点灯し、アラムランプLP2は
プロセスI/Oからの入力が異常になつたとき点
灯する。さらに側面パネル18の指示操作部のデ
イスプレイDLには各種のパラメータがキーボー
ドKYによつて選択的に表示される。 At this time, in the instruction operation section of the front panel 17, for example, the indicators IM and OM display the measured value PV from the detector of the controlled object, the set value SV, and the output value MV to the operating end of the controlled object, and the set value is operated. button
Increase or decrease the SV value by pressing □△ or □▽ of SP, and press □M of operation mode specification pushbuttons □A, □M, □C and operate manual operation lever MR. The output value MV can be increased or decreased. Indicators IM and OM of the instruction operation section on the front panel 17
Display contents, set value operation button SP, manual operation lever MR, operation mode specification push buttons □A, □M, □C
The operating functions can be freely specified by the user program. Also, the fail lamp LP 1 on the front panel 17 is
It lights up when the CPU does not operate normally due to a CPU error or program error, and the Alum lamp LP 2 lights up when the input from the process I/O becomes abnormal. Furthermore, various parameters are selectively displayed on the display DL of the instruction operation section on the side panel 18 using the keyboard KY.
このように本発明においては、演算プログラム
が格納された演算ROMをプログラマ側に設け、
ユザズROMにユーザプログラムを書込む際に同
時に演算プログラムも書込むようにしているの
で、本体の機能アツプや機能変更等の要求に対し
ても、プログラム側の演算ROMの演算プログラ
ムを追加や変更するだけでよい。つまり機器本体
はプロセスI/Oとのインタフエイスとパネルに
指示操作部を持つ例えばパネル計器として標準化
でき、ユーザズROMに書込むユーザプログラム
および演算プログラムによつてどんな機能の計器
(例えば比率コントローラやパルス幅コントロー
ラ等)でも自由に実現でき、汎用性をきわめて高
くできる。また演算プログラムの機能変更、機能
向上およびメンテナンスはプログラマ側の演算
ROMのみ変更を行えばよく、機器本体のプログ
ラム変更を必要としないのでメンテナンスが容易
となり、しかも機器本体のメモリの使用量を削減
でき、機器本体のコストダウンができる。 In this way, in the present invention, an arithmetic ROM storing an arithmetic program is provided on the programmer side,
When writing the user program to the user's ROM, the calculation program is also written at the same time, so in response to requests for increasing or changing the functions of the main unit, all you have to do is add or change the calculation program in the calculation ROM on the program side. good. In other words, the main body of the device can be standardized as a panel instrument, for example, which has an interface with process I/O and an instruction/operation section on the panel, and the user program and calculation program written in the user's ROM can be used to control the function of the instrument (for example, ratio controller, pulse controller, etc.). Width controllers, etc.) can also be freely realized, making it extremely versatile. In addition, function changes, improvements, and maintenance of calculation programs are performed by the programmer.
Since only the ROM needs to be changed and there is no need to change the program of the device itself, maintenance is easy, and the amount of memory used in the device itself can be reduced, reducing the cost of the device itself.
さらに演算プログラムをユーザROMに書込む
際に全ての演算プログラムをコピーすることな
く、そのユーザプログラムで実際に使用している
演算プログラムのみジエネレシヨンしてコピーす
るようにすれば、ユーザズROMの必要メモリを
少なくできるため、メモリの利用効率がさらに向
上する。 Furthermore, when writing an arithmetic program to the user ROM, instead of copying all the arithmetic programs, only the arithmetic programs actually used in the user program can be generated and copied, thereby reducing the memory required for the user's ROM. This can further improve memory usage efficiency.
なお、プログラマ30には、プログラムモード
時プログラムの作成の他に専用キーからの指令に
より、機器本体10のユーザズROM14のユー
ザプログラムをプログラマ30のRAM37に転
送する機能、プログラマ30にセツトしたユーザ
ズROMの内容をRAM37にコピーする機能、
RAM37のプログラムを任意のステツプに追
加、削除する編集機能を持たせることにより、プ
ログラミングを容易かつ安全に行うことができ
る。また上述ではプログラマとして、機器本体に
コネクタで接続され機器本体のCPUを使つてプ
ログラミングを行う専用のプログラマを用いる場
合を例示したが、プログラマ内にCPUを有し、
機器本体に接続することなくプログラマ単独でプ
ログラミングを行うもの等必要に応じて種々のプ
ログラマを用いることができる。さらにプログラ
マで作成したプログラムをユーザズROMにコピ
ーする手段としては、上述のようにプログラマで
直接行う方法以外に、紙テープ、磁気カード等の
中間媒体を介して行うようにしてもよい。 In addition to creating a program in the program mode, the programmer 30 has a function to transfer the user program in the user's ROM 14 of the device main body 10 to the RAM 37 of the programmer 30 by commands from a dedicated key, and a function to transfer the user's program in the user's ROM 14 set in the programmer 30 to the RAM 37 of the programmer 30. Function to copy contents to RAM37,
By providing an editing function for adding and deleting programs in the RAM 37 at any step, programming can be performed easily and safely. Furthermore, in the above example, a dedicated programmer that is connected to the main body of the device with a connector and performs programming using the CPU of the main body of the device is used as the programmer.
Various programmers can be used as needed, such as one that performs programming by itself without being connected to the main body of the device. Furthermore, as a method for copying a program created by a programmer to the user's ROM, in addition to the above-described method of directly copying the program using the programmer, it may be possible to copy the program using an intermediate medium such as a paper tape or a magnetic card.
以上説明したように本発明においては、機器本
体の汎用性が高く、同時にプログラムのメンテナ
ンスが容易で、かつ機器本体のメモリ使用量を削
減できるプログラマブル機器が得られる。 As described above, according to the present invention, a programmable device can be obtained that has high versatility in its main body, allows easy maintenance of programs, and can reduce the amount of memory used in the device main body.
第1図は本発明プログラマブル機器の一実施例
を示すブロツク線図、第2図および第3図はその
動作説明図である。
10…機器本体、11…マイクロプロセツサ
(CPU)、12…システムROM、13…I/Oイ
ンタフエイス、14…ユーザROM、15…ソケ
ツト、16…RAM、20…データバス、30…
プログラマ、31…プログラムROM、32…キ
ーボード、33…デイスプレイ、34…モード指
定スイツチ、35…ROMライタ、36…I/O
インタフエイス、37…RAM、38…演算
ROM。
FIG. 1 is a block diagram showing one embodiment of the programmable device of the present invention, and FIGS. 2 and 3 are diagrams explaining its operation. 10...Device body, 11...Microprocessor (CPU), 12...System ROM, 13...I/O interface, 14...User ROM, 15...Socket, 16...RAM, 20...Data bus, 30...
Programmer, 31...Program ROM, 32...Keyboard, 33...Display, 34...Mode specification switch, 35...ROM writer, 36...I/O
Interface, 37...RAM, 38...Operation
ROM.
Claims (1)
んだユーザズROMを機器本体に実装する方式の
プログラマブル機器において、演算プログラムが
格納された演算ROMを前記プログラマ側に設け
ユーザズROM作成時にユーザプログラムととも
に演算プログラムもユーザズROMに書込み、ユ
ーザズROMを機器本体に実装したときにはユー
ザズROM内の演算プログラムを使用することを
特徴とするプログラマブル機器。1 In a programmable device in which a user's ROM in which a user program is written using a programmer is mounted on the device body, an arithmetic ROM storing an arithmetic program is provided on the programmer side, and the arithmetic program is stored in the user's ROM along with the user's program when creating the user's ROM. A programmable device characterized by writing in a ROM and using an arithmetic program in the user's ROM when the user's ROM is mounted on the device body.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5292282A JPS58169634A (en) | 1982-03-31 | 1982-03-31 | Programmable device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5292282A JPS58169634A (en) | 1982-03-31 | 1982-03-31 | Programmable device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS58169634A JPS58169634A (en) | 1983-10-06 |
JPH0150933B2 true JPH0150933B2 (en) | 1989-11-01 |
Family
ID=12928319
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5292282A Granted JPS58169634A (en) | 1982-03-31 | 1982-03-31 | Programmable device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS58169634A (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6112104U (en) * | 1984-06-22 | 1986-01-24 | 津田駒工業株式会社 | Hand control panel for N/C indexing table |
JPS6174139U (en) * | 1984-10-17 | 1986-05-20 | ||
JPH01274202A (en) * | 1988-04-27 | 1989-11-02 | Japan Tobacco Inc | Loop controller |
JPH04274311A (en) * | 1991-03-01 | 1992-09-30 | Nec Corp | Electrical double-layer capacitor |
-
1982
- 1982-03-31 JP JP5292282A patent/JPS58169634A/en active Granted
Also Published As
Publication number | Publication date |
---|---|
JPS58169634A (en) | 1983-10-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4542452A (en) | Programmable controller | |
CA1131365A (en) | Programmable controller with data archive | |
EP0782075B1 (en) | Debug apparatus and method for debugging game program in ROM cartridge | |
US5042002A (en) | Programmable controller with a directed sequencer | |
Davis | STARAN parallel processor system software | |
JPH0150933B2 (en) | ||
US6320927B1 (en) | Electronic counter | |
JPS62192801A (en) | Flexible control board with crt | |
JPS60168206A (en) | Numerical control device | |
JPS56145441A (en) | Microcomputer development device | |
KR850000326B1 (en) | Controller for controlling the progress of work | |
JPH04330532A (en) | Programmable controller | |
JPS5816016Y2 (en) | Process control computer | |
JP3111355B2 (en) | Computer system | |
McGhee et al. | Software for hybrid computers | |
JPS55164962A (en) | Operation managing unit in multiplex computer system | |
KR19980058670A (en) | N.C. Program simulation device and method | |
JPH0411865B2 (en) | ||
JPS6240721B2 (en) | ||
JPS58172703A (en) | Process controller | |
JPS62121510A (en) | Numerical controller | |
JPS6238746B2 (en) | ||
JPS5694449A (en) | Trace system in computer | |
JPS615349A (en) | Programmable controller | |
JPS6113343A (en) | Console device |