JP3226566B2 - Electronic exchange system - Google Patents

Electronic exchange system

Info

Publication number
JP3226566B2
JP3226566B2 JP18755991A JP18755991A JP3226566B2 JP 3226566 B2 JP3226566 B2 JP 3226566B2 JP 18755991 A JP18755991 A JP 18755991A JP 18755991 A JP18755991 A JP 18755991A JP 3226566 B2 JP3226566 B2 JP 3226566B2
Authority
JP
Japan
Prior art keywords
memory
change
command
program
memory change
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 - Fee Related
Application number
JP18755991A
Other languages
Japanese (ja)
Other versions
JPH0537629A (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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP18755991A priority Critical patent/JP3226566B2/en
Publication of JPH0537629A publication Critical patent/JPH0537629A/en
Application granted granted Critical
Publication of JP3226566B2 publication Critical patent/JP3226566B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Exchange Systems With Centralized Control (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は電子交換機にかかわり、
特に保守用端末等を用いて交換機の稼働中にメモリ上の
記憶内容を支障なく変更できるようにしたプログラム蓄
積形の電子交換機システムに関するものである。
The present invention relates to an electronic exchange,
More particularly, the present invention relates to an electronic exchange system of a program storage type in which contents stored in a memory can be changed without any trouble during operation of the exchange using a maintenance terminal or the like.

【0002】[0002]

【従来の技術】プログラム蓄積形構内交換機は制御の中
枢にプロセッサ(CPU)を使用しており、プロセッサ
に実行させるべきプログラムやプログラム実行に必要な
各種データは書き替え可能なメモリに記憶させて利用す
る。
2. Description of the Related Art A program storage type private branch exchange uses a processor (CPU) at the center of control, and stores a program to be executed by the processor and various data necessary for executing the program in a rewritable memory for use. I do.

【0003】そして、プログラム蓄積形構内交換機にお
いては、通話を制御する呼制御プログラムや、交換機の
各部品、装置の自己診断を行い、障害発生時には適宜な
処理を行う運用プログラム、交換機に収容されている内
線やトランク等の収容データを、追加、削除、修正する
ための保守プログラム等、各種プログラムがマクロ的に
は見掛け上、同時に走らせているが、ミクロ的には(す
なわち、極短い時間単位で見れば、)あるタイミングに
は呼制御プログラム、あるタイミングには保守プログラ
ムと云うように、複数のプログラムがオペレーティング
・システム(OS)により、極短い時間単位で切り替え
られて実行されている。
[0003] In a program storage type private branch exchange, a call control program for controlling a telephone call, an operation program for performing self-diagnosis of each part and device of the exchange and performing an appropriate process when a failure occurs, are stored in the exchange. Various programs, such as maintenance programs for adding, deleting, and modifying the stored data of extensions and trunks, are running at the same time on a macro scale, but on a micro scale (ie, in very short time units). At a certain timing, a plurality of programs are switched and executed by the operating system (OS) in a very short time unit such as a call control program at a certain timing and a maintenance program at a certain timing.

【0004】ところで、このようなプログラム蓄積形の
電子交換機ではプログラムの誤りや部分訂正等に対して
即応できるようにするために、プログラム全体を入れ替
えることなしに訂正することができるよう、メモリの内
容を変更するための保守コマンドが用意されており、交
換機として稼働中にメモリ内容の変更が可能となってい
る。
By the way, in such a program storage type electronic exchange, in order to be able to respond immediately to program errors or partial corrections, the contents of the memory are corrected so that the entire program can be corrected without being replaced. A maintenance command is provided to change the memory contents, and the memory contents can be changed while operating as an exchange.

【0005】これは一般に交換機に接続した保守用ター
ミナルすなわち、キーボードやディスプレイを備えて、
情報の授受を行うことができる保守端末によりコマンド
入力して交換機に指令を与え、変更作業を行うが、この
メモリ内容変更のコマンドは交換機側のCPUでは1行
入力されるたびに処理して、コマンドで指定されたメモ
リ領域の内容を変更する。この1行で記述されるメモリ
変更は不可分の時間内に、一連の処理として実施され
る。つまり、他の処理に割り込まれることなく、終結す
る。しかし、交換機側のCPUでは受け付けるコマンド
は1行分である。
This generally includes a maintenance terminal connected to the exchange, ie, a keyboard and a display.
The maintenance terminal capable of transmitting and receiving information inputs a command to give a command to the exchange, and performs a change operation. The command for changing the memory contents is processed by the CPU of the exchange every time a line is input, and Changes the contents of the memory area specified by the command. The memory change described in one line is performed as a series of processes within an indivisible time. That is, the process ends without being interrupted by another process. However, the command received by the CPU of the exchange is one line.

【0006】従って、1行で終わるコマンドで必要な変
更がすべて終わるような場合は問題はないが、交換機の
メモリにおける内容変更が複数行にわたる変更コマンド
になってしまう場合も多々あり、この場合は1つのコマ
ンド行を処理し、次のコマンド行を処理するまでの間
に、前述のように他のプログラムが実行される危険が生
じる。
Therefore, there is no problem in the case where all necessary changes are completed by a command ending in one line, but there are many cases where a change in the contents of the memory of the exchange is a change command over a plurality of lines. In this case, Between processing one command line and processing the next command line, there is a risk that another program will be executed as described above.

【0007】これは呼制御を主なものとして複数のイベ
ントがランダムに発生するような構内交換機のソフトウ
ェアでは複数コマンド行の入力のような、時間を要する
処理のために中央処理装置を占有できないからである。
This is because software of a private branch exchange in which a plurality of events occur at random with call control as the main function cannot occupy the central processing unit due to time-consuming processing such as inputting a plurality of command lines. It is.

【0008】従って、不可分のメモリ変更作業、すなわ
ち、変更の途中段階では使用してはならないようなプロ
グラム変更などの場合、その変更作業が複数の変更コマ
ンドに分割されてしまうようなときは、変更作業の途中
で他のプログラムが割り込み実行されることとなり、こ
の割り込み実行されたプログラムがメモリ変更の対象領
域の内容を利用するようなものであったりすると、変更
途中のプログラムや変更途中のデータを参照したりする
ことになり、プログラムやデータに矛盾が生じて、シス
テムダウンに陥ったり、プログラムの破壊やデータの破
壊等を招く危険性がある。
Accordingly, in the case of an inseparable memory change operation, that is, a program change that should not be used in the middle of the change, if the change operation is divided into a plurality of change commands, the change is performed. Other programs will be interrupted during the work, and if the interrupted program uses the contents of the memory change target area, the program being changed or the data being changed will be deleted. Referencing may cause inconsistency in programs and data, leading to a risk of system failure, program destruction, data destruction, and the like.

【0009】[0009]

【発明が解決しようとする課題】上述の如く、従来のプ
ログラム蓄積形構内交換機(電子交換機)では、制御の
中枢にプロセッサ(CPU)を使用しており、プロセッ
サに実行させるべきプログラムやプログラム実行に必要
な各種データは書き替え可能なメモリに記憶させて利用
する。
As described above, in a conventional program storage type private branch exchange (electronic exchange), a processor (CPU) is used at the center of control, and programs to be executed by the processor and programs to be executed are executed. Various necessary data are stored in a rewritable memory and used.

【0010】従って、システム変更や各種サービスの変
更等に際してはプログラム変更やデータ変更が必要とな
る。ところがこのような変更に伴い、書き替え可能なメ
モリに対して記憶内容の変更作業を行うにあたり、従来
のシステムでは交換機を動作させたまま、記憶内容の変
更を行うことができるものの、これは交換機として基本
動作(発着呼に対する接続等)を実行しつつ、その合間
にメモリの書き替えや削除等の制御を行うことになる。
Therefore, when a system is changed or various services are changed, a program change or data change is required. However, with such a change, when performing a storage content change operation on the rewritable memory, in the conventional system, the storage content can be changed while the exchange is operating, but this is not possible with the exchange. While executing the basic operation (connection for incoming and outgoing calls, etc.), control such as rewriting and deletion of the memory is performed in the meantime.

【0011】そのため、プログラムの変更や各種サービ
スのためのデータの変更などの場合では、内容の変更途
中の状態で交換機の基本動作等が実行される危険が避け
られない。このようにプログラム等の書き替えのように
不可分のメモリ変更作業(すなわち、変更し終わるま
で、利用してはならないような対象のメモリ変更作業)
を行う際に、変更コマンドの入力上の制限から、複数コ
マンド行への分割を余儀無くされたときに、メモリ変更
作業途中でメモリ変更領域にあるプログラムを実行した
り、メモリ変更領域にあるデータが参照されることによ
り交換機システムの停止(システムダウン)や、プログ
ラム破壊、データ破壊など、重大な障害を招く問題があ
った。
Therefore, in the case of a program change or a change of data for various services, there is an inevitable danger that the basic operation of the exchange is executed while the contents are being changed. In this way, an inseparable memory change operation such as rewriting of a program or the like (that is, a target memory change operation that should not be used until the change is completed).
When executing the program in the memory change area during the memory change work, if the program has to be divided into multiple command lines due to restrictions on the input of the change command, Is referred to, there is a problem that causes serious troubles such as stop of the switching system (system down), program destruction, and data destruction.

【0012】そこで、この発明の目的とするところは、
稼働中にメモリ変更操作が可能なプログラム蓄積形交換
機において、メモリ変更作業の途中で、変更の対象とな
るメモリ領域のプログラムやデータが利用される心配を
無くし、システムに障害を与えることなくメモリの記憶
内容の変更作業を完了することができるようにした電子
交換機システムを提供することにある。
Therefore, the object of the present invention is to:
In a program storage switch that can change memory during operation, there is no need to worry about the use of programs and data in the memory area to be changed during the memory change work, and the memory can be changed without causing a system failure. It is an object of the present invention to provide an electronic exchange system capable of completing a storage content changing operation.

【0013】[0013]

【課題を解決するための手段】上記目的を達成するた
め、本発明は次のように構成する。すなわち、内容変更
可能な記憶部に記憶された各種プログラムを含む各種情
報に従って制御手段が動作することにより、交換機とし
て稼働する電子交換機システムにおいて、前記記憶部に
はメモリ内容変更処理のための情報を蓄積する格納領域
を設け、また、前記制御手段には外部より入力される前
記記憶部のメモリ内容を変更するための情報を受ける
と、この入力された情報を前記記憶部の前記格納領域に
格納する一時格納機能と、外部より入力されるメモリ内
容の変更一括処理指令情報を受けると、前記格納領域に
格納されているメモリ内容の変更情報に基づく前記記憶
部のメモリ内容変更をその変更処理の分断を生じること
なく一括して実施する一括実施機能とを具備して構成す
る。
In order to achieve the above object, the present invention is configured as follows. That is, in the electronic exchange system operating as an exchange, the control unit operates in accordance with various information including various programs stored in the content changeable storage unit, so that information for memory content change processing is stored in the storage unit. When a storage area for storing is provided, and when the control means receives information input from outside to change the memory content of the storage section, the input information is stored in the storage area of the storage section. When a temporary storage function to be performed and externally-input memory content change batch processing command information are received, the memory content change of the storage unit based on the memory content change information stored in the storage area is changed. It has a batch execution function that performs batch execution without causing division.

【0014】[0014]

【作用】上記の構成において、外部より前記記憶部のメ
モリ内容を変更するための情報を受けると、前記制御手
段にはこの入力された情報を前記記憶部の前記格納領域
に格納し、外部よりメモリ内容の変更一括処理指令情報
を受けると、前記格納領域に格納されているメモリ内容
の変更情報に基づく前記記憶部のメモリ内容変更をその
変更処理の分断を生じることなく一括して実施する。
In the above construction, when information for changing the memory contents of the storage section is received from the outside, the control means stores the input information in the storage area of the storage section, Upon receiving the memory content change batch processing command information, the memory content of the storage unit is changed based on the memory content change information stored in the storage area in a batch without causing a change in the change process.

【0015】このように、不可分のメモリ変更作業が複
数のメモリ変更命令で記述された場合でも、他のプログ
ラムの割り込みを受け付けずに一気に実行して書き替え
を行ってから、他のプログラムの実行を可能にするの
で、書き替え中の内容を他のプログラムが利用すること
を防止できて、システムダウンなどを招くことのない、
信頼性の高いメモリ内容変更処理機能を有する電子交換
機システムを提供できる。
As described above, even when an inseparable memory change operation is described by a plurality of memory change instructions, it is executed at once without rejecting an interrupt of another program, and then re-executed. It is possible to prevent the contents being rewritten from being used by other programs, and to prevent the system from going down.
An electronic exchange system having a highly reliable memory content change processing function can be provided.

【0016】[0016]

【実施例】以下、本発明の一実施例について、図面を参
照して説明する。図1は本発明の一実施例に係わる電子
交換機システムの概略図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic diagram of an electronic exchange system according to one embodiment of the present invention.

【0017】図1において、10は通話路スイッチであ
り、内線と外線並びに内線相互間の交換動作を行うもの
である。11は中央制御部であり、通話路スイッチ10
を含めた交換機全体の制御の中枢を担うものである。中
央制御部11はプロセッサ(CPU)を制御の中枢とし
て用いており、制御プログラムを実行することで、これ
らの制御を実施するものである。
In FIG. 1, reference numeral 10 denotes a communication path switch for performing an exchange operation between an extension and an outside line and between extensions. Reference numeral 11 denotes a central control unit.
It plays a central role in controlling the entire switching system including The central control unit 11 uses a processor (CPU) as a control center, and executes these controls by executing a control program.

【0018】また、12は記憶部であって、この記憶部
12はROM(リード・オンリ・メモリ)やRAM(ラ
ンダム・アクセス・メモリ)よりなり、制御プログラム
の他、各種テーブルの保持やワーキングエリアに使用さ
れる。制御内容やサービス機能の変更などに対応するこ
とができるよう、制御プログラムやデータはRAMに記
憶し、ROMには初期化プログラムとイニシャル・プロ
グラム・ローダ程度が記憶されており、交換機を立ち上
げるにあたってはイニシャル・プログラム・ローダによ
るデータ読み込み機能により、外部からプログラムやデ
ータをロードする。
Reference numeral 12 denotes a storage unit. The storage unit 12 comprises a ROM (Read Only Memory) or a RAM (Random Access Memory). Used for The control program and data are stored in RAM, and the initialization program and initial program loader are stored in ROM so that it can respond to changes in control contents and service functions. Loads a program or data from the outside by a data reading function by an initial program loader.

【0019】20a〜20nは通話路スイッチ10と内
線電話機とを接続するためのインタフェ−スであるライ
ン回路であり、21a〜21nは通話路スイッチ10に
接続される内線電話機である。
Reference numerals 20a to 20n denote line circuits which are interfaces for connecting the telephone line switch 10 and the extension telephones. Reference numerals 21a to 21n denote extension telephones connected to the telephone line switch 10.

【0020】内線電話機はそれぞれ対応するライン回路
20a〜20nを介して通話路スイッチ10に接続され
る。13は各種トーンシグナルを発生する信号発生器、1
4は保守用端末(保守用ターミナル)である。保守用端
末14はキーボードやディスプレイを有し、図示しない
インタフェースを介して中央制御部11と接続されてお
り、キーボードを操作することで中央制御部11とコマ
ンドやデータの授受を行うことができる。15は受付台
であり、受付台15は受付台インタフェース16を介し
て中央制御部11および通話路スイッチ10に接続され
ている。
The extension telephones are connected to the communication line switch 10 via the corresponding line circuits 20a to 20n. 13 is a signal generator for generating various tone signals, 1
Reference numeral 4 denotes a maintenance terminal (maintenance terminal). The maintenance terminal 14 has a keyboard and a display, and is connected to the central control unit 11 via an interface (not shown). By operating the keyboard, commands and data can be exchanged with the central control unit 11. Reference numeral 15 denotes a reception board. The reception board 15 is connected to the central control unit 11 and the communication path switch 10 via a reception board interface 16.

【0021】本電子交換機システムにおいては、通話路
スイッチ10は中央制御部11により制御され、時分割
により割り当てられたタイムスロットを使用して各局線
と各内線および内線相互の音声等の信号の受け渡しを行
うことで、交換動作を行い、通話路を確保して通話を可
能ならしめる。中央制御部11はこのような交換制御及
び内線電話機からの指定時刻呼出登録制御、指定時刻呼
出実施制御等の各種サ−ビスや保守用端末14との情報
授受、記憶部12に対するリードライト制御等、その
他、各種制御を行う機能を具備する。
In the present electronic exchange system, the communication path switch 10 is controlled by the central control unit 11, and uses the time slots allocated by time division to exchange signals such as voices and the like between each office line, each extension and each extension. Is performed, a switching operation is performed, and a communication path is secured to enable communication. The central control unit 11 exchanges information with various services and maintenance terminals 14 such as exchange control, designated time call registration control from the extension telephone, designated time call execution control, and read / write control for the storage unit 12. And a function of performing various controls.

【0022】31a,〜31nは通話路スイッチ10に
収容される局線(外線)とのインタフェ−スをとるトラ
ンク回路であり、このトランク回路31a,〜31nは
局線に対する発信や着信に伴う直流の極性反転、終話等
の検出を行うことができる。
Reference numerals 31a to 31n denote trunk circuits for interfacing with office lines (external lines) accommodated in the communication line switch 10. The trunk circuits 31a to 31n are provided with direct currents for transmitting and receiving to and from the office lines. Can be detected.

【0023】17は図示しない入出力インタフェースを
介して中央制御部11に接続されたフロッピディスク装
置あるいは光ディスク装置あるいはハードディスク装置
等の大容量外部記憶装置である。
Reference numeral 17 denotes a large-capacity external storage device such as a floppy disk device, an optical disk device, or a hard disk device connected to the central controller 11 via an input / output interface (not shown).

【0024】図2は本発明に係るメモリ変更コマンド群
の構成と、メモリ変更命令を格納する領域との関係を概
念的に示すものである。メモリ変更コマンド群は中央制
御部11に対し、記憶部12のRAM領域の内容を変更
するための指令等を与えるためのコマンド群であり、こ
のコマンドに従ってメモリ変更処理プログラムが必要な
処理を実施する。
FIG. 2 conceptually shows the relationship between the structure of a memory change command group according to the present invention and an area for storing a memory change command. The memory change command group is a command group for giving a command or the like for changing the contents of the RAM area of the storage unit 12 to the central control unit 11, and the memory change processing program performs necessary processing according to this command. .

【0025】メモリ変更コマンド群は本システムの場
合、記憶部12のRAM領域における特別に割り当てら
れた領域に格納される。この領域がメモリ変更命令格納
領域41であり、メモリ変更命令格納領域41には一つ
以上のメモリ変更命令42を格納することができると共
に、他のプログラムではこの領域を一切、利用すること
が無いようにしてある。
In the case of the present system, the memory change command group is stored in a specially allocated area in the RAM area of the storage unit 12. This area is a memory change instruction storage area 41, and one or more memory change instructions 42 can be stored in the memory change instruction storage area 41, and this area is not used at all by other programs. It is like that.

【0026】メモリ変更コマンド43は本発明で述べて
いるメモリ変更処理に必要な各種機能を提供するコマン
ド群である。メモリ変更コマンド43にはメモリ変更表
示コマンド44、メモリ変更命令追加コマンド45、メ
モリ変更命令修正コマンド46、メモリ変更削除コマン
ド47、メモリ変更命令一括実行コマンド48等があ
る。
The memory change command 43 is a command group for providing various functions necessary for the memory change processing described in the present invention. The memory change command 43 includes a memory change display command 44, a memory change instruction addition command 45, a memory change instruction correction command 46, a memory change deletion command 47, a memory change instruction batch execution command 48, and the like.

【0027】これらのうち、メモリ変更表示コマンド4
4はメモリ変更命令格納領域41に格納されているメモ
リ変更命令の全部または一部を保守用端末14のディス
プレイに表示するためのコマンドである。メモリ変更命
令追加コマンド45はメモリ変更命令格納領域41に対
して、新たにメモリ変更命令を追加あるいは挿入するた
めのコマンドである。
Of these, the memory change display command 4
Reference numeral 4 denotes a command for displaying all or a part of the memory change command stored in the memory change command storage area 41 on the display of the maintenance terminal 14. The memory change command addition command 45 is a command for adding or inserting a new memory change command into the memory change command storage area 41.

【0028】また、メモリ変更命令修正コマンド46は
メモリ変更命令格納領域41に格納されたメモリ変更命
令42を修正するものであり、メモリ変更削除コマンド
47はメモリ変更命令格納領域41に格納された複数の
メモリ変更命令の一部または全部を削除するものであ
る。
The memory change instruction correction command 46 is for correcting the memory change instruction 42 stored in the memory change instruction storage area 41, and the memory change deletion command 47 is for correcting a plurality of memory change instructions stored in the memory change instruction storage area 41. Of the memory change instruction is deleted.

【0029】メモリ変更命令一括実行コマンド48はメ
モリ変更命令格納領域41に格納された複数のメモリ変
更命令の一部または全部を順次、実行するものであり、
その命令実行は不可分の時間内に行われ、他のプログラ
ムはその間は実行できない。すなわち、一連の処理を、
他のプログラムの割り込みを与えることなく連続して実
行し、処理を一気に完成させる。
The memory change instruction batch execution command 48 is for sequentially executing some or all of a plurality of memory change instructions stored in the memory change instruction storage area 41.
The execution of the instruction is performed within an indivisible time, and other programs cannot be executed during that time. In other words, a series of processing,
The program is executed continuously without interrupting other programs to complete the process at once.

【0030】上記の各コマンドを処理するために記憶部
12にはメモリ変更処理プログラムが用意されており、
このメモリ変更処理プログラムは、保守用端末14もし
くは外部の大容量記憶装置17から与えられるメモリ変
更命令を受けると、この命令をメモリ変更命令格納領域
41に格納し、保守用端末14もしくは外部の大容量記
憶装置17から与えられるメモリ変更命令一括実行コマ
ンド48を受けると、メモリ変更命令格納領域41に格
納してある内容の全部、もしくは指定される一部を連続
的に実行し、記憶部12におけるRAMのメモリ内容を
このコマンドに従って変更したり削除したりして行くと
云った処理を行う。
A memory change processing program is prepared in the storage unit 12 for processing each of the above commands.
When receiving the memory change command from the maintenance terminal 14 or the external large-capacity storage device 17, the memory change processing program stores the command in the memory change command storage area 41 and stores the command in the memory change command storage area 41. When receiving the memory change command batch execution command 48 given from the capacity storage device 17, all or a specified part of the content stored in the memory change command storage area 41 is continuously executed, and A process of changing or deleting the contents of the RAM according to this command is performed.

【0031】そして、実行すべきコマンドがすべて実行
し終わるまでの間は、他のプログラムに割り込みをかけ
られることが無いように処理プログラムの内容を設定し
てある。
Until all the commands to be executed have been executed, the contents of the processing program are set so as not to interrupt other programs.

【0032】図3はプログラム蓄積形交換機において、
オペレーティング・システムOSが呼制御プログラムP
1、保守プログラムP2、運用プログラムP3をそれぞ
れ極短い時間間隔t1毎に順次走行する様子を示してい
る。図において、横軸は時間軸であり、OS,P1,P
2,P3,OS,P1,P2,P3の順で実行されてい
る様子を示している。この他に、交換機のソフトウェア
を構成するプログラムがあっても良いし、また、各プロ
グラムの実行順序、時間間隔などは交換機それぞれが有
するオペレーティング・システムOSの機能により異な
る。
FIG. 3 shows a program storage type exchange.
The operating system OS calls the call control program P
1, a state in which the maintenance program P2 and the operation program P3 are sequentially run at very short time intervals t1 respectively. In the figure, the horizontal axis is a time axis, and OS, P1, P
2, P3, OS, P1, P2, and P3 are executed in this order. In addition, there may be programs constituting the software of the exchange, and the execution order, time interval, etc. of each program differ depending on the function of the operating system OS of each exchange.

【0033】図4は不可分のメモリ変更作業を行う手順
をフローチャートで示したものである。このフローチャ
ートに従って説明すると、まず、メモリ変更作業の内容
を1つ以上のメモリ変更命令コマンドやデータを記述し
たメモリ変更命令を入力する(S1)。入力作業中はメ
モリ変更命令の追加、修正、削除を行うこともできる
(S3)。入力作業が完了すれば(S2)、メモリ変更
命令の一括実行を行い、作業を終了する(S4)。
FIG. 4 is a flowchart showing a procedure for performing an inseparable memory change operation. To explain according to this flowchart, first, one or more memory change instruction commands and a memory change instruction describing data are input to the contents of the memory change operation (S1). During the input operation, addition, correction, and deletion of a memory change instruction can be performed (S3). When the input operation is completed (S2), a batch execution of the memory change instruction is performed, and the operation is completed (S4).

【0034】図5はメモリ変更命令の入力作業とオペレ
ーティング・システム(OS)の管理のもとに実行され
るプログラムとの関係を示した図であって、図5(a)
は従来の方式を示したものであり、図5(b)は本発明
の方式を示したものである。
FIG. 5 is a diagram showing the relationship between the input operation of the memory change instruction and the program executed under the management of the operating system (OS).
Shows a conventional system, and FIG. 5B shows a system of the present invention.

【0035】図5(a)に示すように、従来はタイミン
グt51,t54,t55において、それぞれ1行分の
メモリ変更命令が入力されるとすると、その1行分のメ
モリ変更命令が入力されるたびにメモリ変更コマンドが
起動される。そして、タイミングt51において入力さ
れた1行分のメモリ変更命令に対してはタイミングt5
2において与えられる時間間隔において入力の処理とメ
モリ変更命令の実行が行われ、その間、メモリ変更プロ
グラム意外の他のプログラム実行は停止されている。入
力の処理とメモリ変更命令の実行が終わると、次のメモ
リ変更命令が入力されるまでの間は(タイミングt5
4)、有意の時間間隔があり(タイミングt53)、こ
の間ではOSは他のプログラムを起動する。
As shown in FIG. 5 (a), assuming that a memory change command for one row is input at timings t51, t54 and t55 in the related art, the memory change command for one row is input. Each time a memory change command is invoked. Then, for the memory change instruction for one row input at the timing t51, the timing t5
At the time interval given in 2, the processing of the input and the execution of the memory change instruction are performed, during which the execution of other programs other than the memory change program is stopped. After the input processing and the execution of the memory change instruction are completed, a period until the next memory change instruction is input (at timing t5)
4) There is a significant time interval (timing t53), during which the OS activates another program.

【0036】このように入力されたコマンド1行ずつを
実行し、次のコマンドが入力されるまでは他のプログラ
ムの実行に供されるが、タイミングt51におけるメモ
リ変更命令とタイミングt54におけるメモリ変更命令
が不可分のものであるとすれば、すなわち、メモリ内容
の変更が完結するに、タイミングt51において受けた
メモリ変更命令とタイミングt54において受けたメモ
リ変更命令の実行が必要であったような場合は、タイミ
ングt51において受けたメモリ変更命令の実行が終わ
ってもメモリ内容は不完全であり、この状態で他のプロ
グラムが実行されることになるタイミングt53での時
間間隔の期間はメモリ上に矛盾が生じていることにな
り、もしも、タイミングt53での時間間隔の期間に実
行されたプログラムが、メモリ変更の対象としている領
域の情報を利用するとしたならば、この矛盾により、シ
ステムに重大な障害を引き起こす危険がある。
The command thus input is executed one line at a time, and is used for execution of another program until the next command is input. The memory change instruction at timing t51 and the memory change instruction at timing t54 are executed. Is inseparable, that is, when it is necessary to execute the memory change instruction received at timing t51 and the memory change instruction received at timing t54 in order to complete the change of the memory contents, Even if the execution of the memory change instruction received at the timing t51 is completed, the contents of the memory are incomplete, and contradictions occur in the memory during the time interval at the timing t53 when another program is executed in this state. That is, if the program executed during the time interval at the timing t53 If set to use the information of the region that is an object of memory changes, this contradiction, there is a risk of causing serious damage to the system.

【0037】これに対し、図5(b)に示す本発明の方
式ではメモリ変更命令入力コマンドが入力されると(t
61)、このコマンドに伴いメモリ変更処理プログラム
はメモリ変更コマンド時間間隔の期間に起動され(t6
2)、t61で得たメモリ変更命令を記憶部12におけ
るRAM領域のメモリ変更命令格納領域41に格納す
る。
On the other hand, in the method of the present invention shown in FIG. 5B, when a memory change instruction input command is input (t
61), in response to this command, the memory change processing program is started during the memory change command time interval (t6).
2) The memory change instruction obtained at t61 is stored in the memory change instruction storage area 41 of the RAM area in the storage unit 12.

【0038】そして、本発明方式ではこの格納が終わっ
てもコマンドの実行には入らない。そして、次のメモリ
変更命令入力コマンド64が入力されるまでには有意の
時間間隔があり(t63)、OSはこの間に他のプログ
ラムを実行させる。
In the method of the present invention, even if the storage is completed, the execution of the command is not started. Then, there is a significant time interval before the next memory change command input command 64 is input (t63), during which the OS executes another program.

【0039】従来方式と異なり、タイミングt61,t
64において入力されたメモリ変更命令入力コマンドは
メモリ変更命令格納領域41に対して格納のみ行う。こ
こで、メモリ変更命令格納領域41はプログラムの領域
やプログラムが実行のために参照するデータ領域とは区
別した特別の領域であるため、タイミングt63におけ
る時間間隔では記憶部12におけるRAM領域のメモリ
変更対象となっている領域には未だメモリ上に矛盾を生
じてはいない。
Unlike the conventional method, timings t61, t61
The memory change command input command input at 64 is only stored in the memory change command storage area 41. Here, since the memory change instruction storage area 41 is a special area that is distinguished from the program area and the data area referred to for execution by the program, the memory change of the RAM area in the storage unit 12 is not performed at the time interval at the timing t63. There is no inconsistency in the memory in the target area yet.

【0040】一連のメモリ変更命令42が記憶部12に
おけるRAM領域内のメモリ変更命令格納領域41に格
納された後に、メモリ変更命令一括実行コマンドが入力
されると(t65)、再びメモリ変更コマンドが実行さ
れ、タイミングt66における時間間隔の間に、指定さ
れた複数のメモリ変更命令を実行する。すなわち、メモ
リ変更命令格納領域41に格納された内容に従い、この
時点で一気にメモリ変更対象の内容を変更して行く。こ
のタイミングt66から始まる時間間隔の期間ではOS
により、他のプログラムが実行されることはない。
After a series of memory change instructions 42 are stored in the memory change instruction storage area 41 in the RAM area of the storage unit 12, after a memory change instruction batch execution command is input (t65), the memory change command is again input. It is executed and executes a plurality of designated memory change instructions during a time interval at timing t66. That is, according to the contents stored in the memory change instruction storage area 41, the contents of the memory change target are changed at once at this point. In the period of the time interval starting from the timing t66, the OS
Thus, other programs are not executed.

【0041】次に本発明装置におけるメモリ変更命令格
納領域41とメモリ変更コマンド43との関係を説明す
る。メモリ変更命令追加コマンド45により、不可分の
メモリ変更作業を記述した一連のメモリ変更命令42を
入力し、順次、メモリ変更命令格納領域41に格納す
る。このときメモリ変更命令表示コマンド44により、
既に入力したメモリ変更命令42の表示、メモリ変更命
令修正コマンド46による修正、メモリ変更命令削除コ
マンド47による削除が随時可能である。
Next, the relationship between the memory change command storage area 41 and the memory change command 43 in the device of the present invention will be described. A series of memory change instructions 42 describing inseparable memory change operations are input by the memory change instruction addition command 45, and are sequentially stored in the memory change instruction storage area 41. At this time, the memory change instruction display command 44
The display of the already input memory change command 42, the correction by the memory change command correction command 46, and the deletion by the memory change command deletion command 47 can be performed at any time.

【0042】このようにして、一連のメモリ変更命令4
2をメモリ変更命令格納領域41に格納し終われば、次
にメモリ変更命令一括実行コマンド48を入力し、メモ
リ変更命令格納領域41に格納したメモリ変更命令の全
部または一部を実行する。
Thus, a series of memory change instructions 4
When 2 is stored in the memory change instruction storage area 41, a memory change instruction batch execution command 48 is input, and all or a part of the memory change instruction stored in the memory change instruction storage area 41 is executed.

【0043】メモリ変更命令一括実行コマンド48は指
定された複数のメモリ変更命令を不可分の1つの時間間
隔内に実行する機能を有する。従って、指定された複数
のメモリ変更命令42を実行している間に、他のプログ
ラムが起動され実行されることはない。通常の構内交換
機システムのソフトウェアにおいては、このように不可
分の処理が行えるようになっているのが一般的である。
The memory change instruction batch execution command 48 has a function of executing a plurality of designated memory change instructions within one indivisible time interval. Therefore, no other program is activated and executed while the specified plurality of memory change instructions 42 are being executed. In general, software of a normal private branch exchange system is capable of performing such indivisible processing.

【0044】このような構成の本システムは、通常はO
Sの管理のもとに、呼制御プログラムや運用プログラム
など、交換動作などに必要なプログラムが実行され、交
換機としての運用がなされる。
The present system having such a configuration is usually
Under the management of S, a program required for an exchange operation, such as a call control program and an operation program, is executed to operate as an exchange.

【0045】ここで、呼制御プログラムや運用プログラ
ムなどのバグ訂正や、処理内容一部追加等、あるいは交
換機の各種サ−ビス機能実施のための必要なデータの変
更等の必要が生じたときは、例えば、保守用端末14の
キーボードを操作して変更のための必要なコマンドやデ
ータの入力操作を行う。
Here, when it becomes necessary to correct a bug in a call control program or an operation program, add a part of the processing contents, or change data necessary for performing various service functions of the exchange. For example, the user operates the keyboard of the maintenance terminal 14 to input a command or data required for the change.

【0046】すると中央制御部11はこの操作に基づく
情報を保守用端末14から受け、メモリ変更処理プログ
ラムを実行させる。このプログラムの実行は、例えば、
保守用端末14のキーボード操作による場合、保守用端
末14からコマンドライン1行分の入力を受け付ける処
理から開始し、この受け付けが完了するまでは、呼制御
プログラムや運用プログラムなどの実行の合間をぬって
行われる。
Then, the central control unit 11 receives information based on this operation from the maintenance terminal 14, and executes the memory change processing program. The execution of this program is, for example,
In the case of operating the keyboard of the maintenance terminal 14, the process starts from a process of receiving one command line input from the maintenance terminal 14, and until the reception is completed, the interval between the execution of the call control program, the operation program, and the like is interrupted. Done.

【0047】保守用端末14からコマンドライン1行分
の入力を受け付けると、メモリ変更処理プログラムによ
り中央制御部11はコマンドライン1行分の入力を記憶
部12のメモリ変更命令格納領域41に格納する。この
ようにして、保守用端末14からコマンドライン1行分
の入力を受け付ける毎にメモリ変更処理プログラムによ
り中央制御部11はコマンドライン1行分の入力を記憶
部12のメモリ変更命令格納領域41に格納する。
Upon receiving an input for one line of the command line from the maintenance terminal 14, the central control unit 11 stores the input for one line of the command line in the memory change instruction storage area 41 of the storage unit 12 according to the memory change processing program. . In this way, every time an input for one command line is received from the maintenance terminal 14, the central control unit 11 stores the input for one command line in the memory change instruction storage area 41 of the storage unit 12 by the memory change processing program. Store.

【0048】この格納においてはメモリ変更命令の実行
コマンド、追加コマンド、削除コマンド、修正コマンド
などのメモリ変更操作コマンドを使用して、該格納領域
に格納されるメモリ変更命令を自由に編集することが可
能である。
In this storage, the memory change instruction stored in the storage area can be freely edited by using a memory change operation command such as a memory change instruction execution command, an addition command, a deletion command, and a correction command. It is possible.

【0049】そして、保守用端末14からメモリ変更命
令一括実行コマンド48を受けると、メモリ変更命令格
納領域41に格納してある内容の全部、もしくは指定さ
れる一部を連続的に実行し、記憶部12におけるRAM
のメモリ内容をこのコマンドに従って変更したり削除し
たりして行くと云った処理を行う。
When the memory change command batch execution command 48 is received from the maintenance terminal 14, all or a specified portion of the contents stored in the memory change command storage area 41 are continuously executed, and stored. RAM in unit 12
The memory contents are changed or deleted according to this command.

【0050】このように、メモリ変更命令を該格納領域
に格納し終わった後、一括実行命令を入力することによ
り、該格納領域に格納されたメモリ変更命令を順に実施
し、且つ、この間、他のプログラムによって中断される
ことなく実行して、不可分のメモリ変更作業を一括完了
させる。
As described above, after storing the memory change instruction in the storage area, by inputting a batch execution instruction, the memory change instructions stored in the storage area are sequentially executed, and during this time, other instructions are executed. To complete the inseparable memory change work at once.

【0051】従って、本発明によれば、これらの作業は
図5に示すような順序で実施され、変更の必要なメモリ
領域の内容は一気に変更されて変更終了させることがで
き、この間、他のプログラムの割り込み処理が無いの
で、変更途中のメモリ内容を他のプログラムが利用する
ことによるシステムダウン等の異常発生が防止できる。
Therefore, according to the present invention, these operations are performed in the order shown in FIG. 5, and the contents of the memory area which needs to be changed can be changed at once and the change can be completed. Since there is no interrupt processing of the program, it is possible to prevent the occurrence of an abnormality such as a system down due to the memory contents being changed being used by another program.

【0052】このように、本システムは内容変更可能な
記憶部に記憶された各種プログラムを含む各種情報に従
って制御手段が動作することにより、交換機として稼働
する電子交換機システムにおいて、前記記憶部にはメモ
リ内容変更処理のための情報を蓄積する格納領域を設
け、また、前記制御手段には外部より入力される前記記
憶部のメモリ内容を変更するための情報を受けると、こ
の入力された情報を前記記憶部の前記格納領域に格納す
る一時格納機能と、外部より入力されるメモリ内容の変
更一括処理指令情報を受けると、前記格納領域に格納さ
れているメモリ内容の変更情報に基づく前記記憶部のメ
モリ内容変更をその変更処理の分断を生じることなく一
括して実施する一括実施機能とを具備して構成したもの
である。
As described above, in this system, in the electronic exchange system operating as an exchange, the control means operates in accordance with various information including various programs stored in the storage unit whose contents can be changed. When a storage area for storing information for content change processing is provided, and when the control means receives information input from outside to change the memory content of the storage unit, the input information is stored in the storage unit. Upon receiving a temporary storage function for storing in the storage area of the storage unit and change batch processing instruction information of the memory content input from the outside, the storage unit of the storage unit based on the change information of the memory content stored in the storage area It is provided with a batch execution function for executing the change of the memory contents collectively without causing a change in the change processing.

【0053】そして、このような構成において、外部よ
り前記記憶部のメモリ内容を変更するための情報を受け
ると、前記制御手段にはこの入力された情報を前記記憶
部の前記格納領域に格納し、外部よりメモリ内容の変更
一括処理指令情報を受けると、前記格納領域に格納され
ているメモリ内容の変更情報に基づく前記記憶部のメモ
リ内容変更をその変更処理の分断を生じることなく一括
して実施する。
In such a configuration, when information for changing the memory contents of the storage unit is received from outside, the control unit stores the input information in the storage area of the storage unit. Upon receiving the memory content change batch processing command information from the outside, the memory content change of the storage unit based on the memory content change information stored in the storage area is collectively performed without causing a change in the change process. carry out.

【0054】このように、本装置は読み書き可能なメモ
リ(記憶部)を有し、このメモリにプログラムを格納し
て動作するプログラム蓄積方式を採用し、且つ、付属の
保守端末等の外部装置から該メモリ上にあるプログラム
あるいはデータの一部を変更可能な交換機において、外
部からのメモリ変更命令を受ける毎にこの命令を即時実
行するのではなく、逐次メモリ上のメモリ変更命令格納
用の領域に格納し、外部からのメモリ変更命令の一括実
行命令を以て、該メモリ変更命令格納領域に格納された
1つ以上の該メモリ変更命令を、複数の時間帯に分割す
ることなく、一連のものとして一気に実行することを特
徴としている。
As described above, the present apparatus has a readable / writable memory (storage unit), employs a program storage method in which a program is stored in this memory and operates, and is provided from an external device such as an attached maintenance terminal. In an exchange in which a part of a program or data in the memory can be changed, this instruction is not immediately executed every time a memory change instruction is received from the outside but is sequentially stored in a memory change instruction storage area in the memory. The memory change instruction stored in the memory change instruction storage area is stored in the memory change instruction storage area by a batch execution instruction of the memory change instruction. It is characterized by performing.

【0055】従って、本システムによれば、複数のメモ
リ変更命令で記述された不可分のメモリ変更作業をシス
テムに何等影響を与えることなく、安全に行うことがで
きるため、プログラム蓄積形交換機のプログラム保守作
業をシステムダウンなどを招くことなく信頼性を以て実
施できるようになる。
Therefore, according to the present system, an indivisible memory change operation described by a plurality of memory change instructions can be performed safely without any influence on the system. The work can be performed with reliability without causing a system down or the like.

【0056】なお、本発明は上記し、且つ、図面に示す
実施例に限定することなく、その要旨を変更しない範囲
内で適宜変形して実施し得るものであり、例えば、メモ
リ変更命令を変更命令格納領域に格納する方式として
は、保守用端末より入力しなくとも、フロッピディスク
装置等の外部大容量記憶装置から入力し、格納しても良
い。また、保守用端末操作はバッチ処理として外部大容
量記憶装置から命令を読出して実行させるようにしても
良い。
The present invention is not limited to the embodiment described above and shown in the drawings, but can be appropriately modified and implemented without departing from the scope of the invention. As a method of storing data in the instruction storage area, the data may not be input from the maintenance terminal, but may be input from an external mass storage device such as a floppy disk device and stored. In addition, the maintenance terminal operation may be executed by reading an instruction from an external mass storage device as a batch process.

【0057】[0057]

【発明の効果】以上説明したように、本発明によれば、
稼働中にメモリ変更操作が可能なプログラム蓄積形交換
機において、メモリ変更作業の途中で、変更の対象とな
るメモリ領域のプログラムやデータが利用される心配を
無くし、システムに障害を与えることなくメモリの記憶
内容の変更作業を完了することができるようにした電子
交換機システムを提供することができる。
As described above, according to the present invention,
In a program storage switch that can change memory during operation, there is no need to worry about the use of programs and data in the memory area to be changed during the memory change work, and the memory can be changed without causing a system failure. An electronic exchange system capable of completing a storage content change operation can be provided.

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

【図1】本発明の一実施例を示す交換機システムの概略
的な構成を示すブロック構成図。
FIG. 1 is a block diagram showing a schematic configuration of an exchange system according to an embodiment of the present invention.

【図2】本発明に係るメモリ変更コマンド群の構成と、
メモリ変更命令を格納する領域との関係を概念的に示す
図。
FIG. 2 shows a configuration of a memory change command group according to the present invention;
FIG. 4 is a diagram conceptually showing a relationship with an area for storing a memory change instruction.

【図3】プログラム蓄積形交換機において、オペレーテ
ィング・システムOSが呼制御プログラムP1、保守プ
ログラムP2、運用プログラムP3をそれぞれ極短い時
間間隔t1毎に順次走行する様子を示した図。
FIG. 3 is a diagram showing a state in which an operating system OS sequentially runs a call control program P1, a maintenance program P2, and an operation program P3 at very short time intervals t1 in a program storage exchange.

【図4】本発明システムにおける不可分のメモリ変更作
業を行う手順を示すフローチャート。
FIG. 4 is a flowchart showing a procedure for performing an inseparable memory changing operation in the system of the present invention.

【図5】メモリ変更命令の入力作業とオペレーティング
・システムの管理のもとに実行されるプログラムとの関
係を示す図。
FIG. 5 is a diagram showing a relationship between a memory change instruction input operation and a program executed under management of an operating system.

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

10…通話路スイッチ、11…中央制御部、12…記憶
部、14…保守用端末、17…外部の大容量記憶装置、
20a〜20n…ライン回路、21a〜21n…内線電
話機。
10: communication path switch, 11: central control unit, 12: storage unit, 14: maintenance terminal, 17: external mass storage device,
20a to 20n: line circuit, 21a to 21n: extension telephone.

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H04M 3/00 H04M 3/16 - 3/20 H04M 3/38 - 3/40 H04M 7/00 - 7/16 H04Q 3/54 - 3/56 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) H04M 3/00 H04M 3/16-3/20 H04M 3/38-3/40 H04M 7/00-7 / 16 H04Q 3/54-3/56

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】内容変更可能な記憶部に記憶された各種プ
ログラムを含む各種情報に従って制御手段が動作するこ
とにより、交換機として稼働する電子交換機システムに
おいて、 前記記憶部にはメモリ内容変更処理のための情報を蓄積
する格納領域を設け、また、前記制御手段には外部より
入力される前記記憶部のメモリ内容を変更するための情
報を受けると、この入力された情報を前記記憶部の前記
格納領域に格納する一時格納機能と、外部より入力され
るメモリ内容の変更一括処理指令情報を受けると、前記
格納領域に格納されているメモリ内容の変更情報に基づ
く前記記憶部のメモリ内容変更をその変更処理の分断を
生じることなく一括して実施する一括実施機能とを具備
して構成することを特徴とする電子交換機システム。
1. An electronic exchange system which operates as an exchange by operating a control unit in accordance with various information including various programs stored in a storage unit whose contents can be changed. A storage area for storing the information of the storage unit, and when the control unit receives information input from outside to change the memory contents of the storage unit, the control unit stores the input information in the storage unit of the storage unit. Upon receiving a temporary storage function for storing data in the area and a batch processing command for changing the memory content input from the outside, the memory content change of the storage unit based on the memory content change information stored in the storage area is performed. An electronic exchange system comprising: a batch execution function for executing the change processing collectively without causing a division.
JP18755991A 1991-07-26 1991-07-26 Electronic exchange system Expired - Fee Related JP3226566B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18755991A JP3226566B2 (en) 1991-07-26 1991-07-26 Electronic exchange system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18755991A JP3226566B2 (en) 1991-07-26 1991-07-26 Electronic exchange system

Publications (2)

Publication Number Publication Date
JPH0537629A JPH0537629A (en) 1993-02-12
JP3226566B2 true JP3226566B2 (en) 2001-11-05

Family

ID=16208204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18755991A Expired - Fee Related JP3226566B2 (en) 1991-07-26 1991-07-26 Electronic exchange system

Country Status (1)

Country Link
JP (1) JP3226566B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06350697A (en) * 1993-06-02 1994-12-22 Nec Corp Electronic switching software overwrite method
US8234487B2 (en) 2010-04-30 2012-07-31 Kabushiki Kaisha Toshiba Server apparatus and startup control method
JP4875222B2 (en) * 2011-09-27 2012-02-15 株式会社東芝 Server apparatus, activation control method, and information processing apparatus

Also Published As

Publication number Publication date
JPH0537629A (en) 1993-02-12

Similar Documents

Publication Publication Date Title
US5592613A (en) Microcomputer having a program correction function
US5093826A (en) Method for the operation of a multi-processor central control unit of a switching system
JP3226566B2 (en) Electronic exchange system
US5956480A (en) Terminal and online system for tracking version of data and program
US5048019A (en) Method of testing a read-only memory and device for performing the method
JP2877095B2 (en) Multiprocessor system
US5530943A (en) Method for producing an executable configuration of a system program loadable into a system memory area of a processor system
JPS5896486A (en) Automatic producing system for system constitution managing data
KR100316584B1 (en) Flash Memory To Share With Booting And Main Operation Program In System And Upgrade Method In That Memory
KR100216352B1 (en) Charging data duplication method using database in switching system
JP3152144B2 (en) How to download
JP3022608B2 (en) Microcomputer program change device
JP2002024044A (en) Controller
JP2878269B1 (en) Base station monitoring device
JP2902157B2 (en) Conflict detection system using work area of call processing memory
JP2550945B2 (en) Control method of time division multiple time switch
JPH01245346A (en) Information down loading system
JP3475920B2 (en) How to download
JPS5911094A (en) Access system for administration data memory of key telephone device
JPH02256392A (en) Electronic exchange system
JP2001125789A (en) Program download method
JP3347531B2 (en) Communication device and communication method
JPH05165758A (en) Address setting system for input/output device
JPH03260858A (en) Processor for information processing system
JPS6041133A (en) Correcting method of control program

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees