JPH01316093A - Checking device for call processing program - Google Patents

Checking device for call processing program

Info

Publication number
JPH01316093A
JPH01316093A JP63147670A JP14767088A JPH01316093A JP H01316093 A JPH01316093 A JP H01316093A JP 63147670 A JP63147670 A JP 63147670A JP 14767088 A JP14767088 A JP 14767088A JP H01316093 A JPH01316093 A JP H01316093A
Authority
JP
Japan
Prior art keywords
parameter
processing program
call processing
macro
pattern data
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
JP63147670A
Other languages
Japanese (ja)
Inventor
Yoshiharu Sato
義治 佐藤
Yasuo Iwami
岩見 泰夫
Mitsuaki Kakemizu
光明 掛水
Junichi Yamazaki
山崎 準一
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63147670A priority Critical patent/JPH01316093A/en
Publication of JPH01316093A publication Critical patent/JPH01316093A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To correctly check the macro-parameter data of a call processing program by reading the macro-data of a call processing program, and comparing and checking them with macro-parameter pattern data. CONSTITUTION:The prepared call processing program is held 1, and the respective macro-parameter pattern data of the call processing program are held 2. Further, the macro-data of the call processing program is read from the holding part 1, compared with the corresponding macro-parameter pattern data in the holding part 2, and they are processed 3. Consequently, the inconsistency between the parameters can be checked.

Description

【発明の詳細な説明】 〔概 要〕 交換機に使用する、呼処理プログラムのチェック装置に
関し、 作成した呼処理プログラムのマクロのパラメータデータ
を、正確にチェック出来る呼処理プログラムのチェック
装置の提供を目的とし、作成した呼処理プログラムを保
持する呼処理プログラム保持部と、該呼処理プログラム
の各マクロのパラメータパターンデータのテーブルを持
つパラメータパターンデータテーブル保持部と、該呼処
理プログラム保持部より呼処理プログラムのマクロを読
み出し、該パラメータパターンデータテーブル保持部の
該当するマクロのパラメータパターンデータと比較しチ
ェックするチェック処理部を有する構成とする。
[Detailed Description of the Invention] [Summary] An object of the present invention is to provide a call processing program checking device that can accurately check the parameter data of a created call processing program macro, regarding a call processing program checking device used in an exchange. A call processing program holding unit that holds the created call processing program, a parameter pattern data table holding unit that has a table of parameter pattern data of each macro of the call processing program, and a call processing program holding unit that holds the created call processing program. The configuration includes a check processing section that reads out the macro and checks it by comparing it with the parameter pattern data of the corresponding macro in the parameter pattern data table holding section.

〔産業上の利用分野〕[Industrial application field]

本発明は、交換機に使用する、作成した呼処理プログラ
ムが正しいかをチェックする呼処理プログラムのチェッ
ク装置に関する。
The present invention relates to a call processing program checking device for checking whether a created call processing program used in an exchange is correct.

〔従来の技術〕[Conventional technology]

第4図は1例の呼処理プログラムのマクロのパラメータ
パターンデータテーブルを示す図、第5図は1例の呼処
理プログラムのパラメータとパラメータ値の関係を示す
図、第6図は1例の呼処理プログラムのマクロ塩と作成
したパラメータデータを示す図である。
Figure 4 is a diagram showing a macro parameter pattern data table of an example call processing program, Figure 5 is a diagram showing the relationship between parameters and parameter values of an example call processing program, and Figure 6 is a diagram showing the relationship between parameters and parameter values of an example call processing program. It is a figure which shows the macro salt of a processing program, and the parameter data created.

呼処理プログラムのマクロとしては、第6図に示す如く
、状態番号設定マクロの%CCN5Tとか、呼制御デー
タ作業域捕捉解放マクロの%CDBWCとか、端末解放
マクロの%TIDLMとか、トランク捕捉マクロの%T
 )−I N T Mとか、タスク終了処理マクロの%
TSKFL等があり、第6図では夫々のマクロに対応し
た、作成した1番目〜3番目のパラメータデータを示し
ている。尚*印の部分は誤っている。
As shown in Figure 6, the call processing program macros include the state number setting macro %CCN5T, the call control data work area acquisition release macro %CDBWC, the terminal release macro %TIDLM, and the trunk acquisition macro %. T
)-I NTM or % of a task end processing macro.
TSKFL, etc., and FIG. 6 shows the created first to third parameter data corresponding to each macro. Note that the parts marked with * are incorrect.

此れ等のマクロのパラメータパターンデータとしては、
第4図に示す如く複数あるものもある。
The parameter pattern data for these macros is as follows:
As shown in FIG. 4, there are some cases in which there are multiple types.

例えば、%CCN5Tのパラメータパターンデータには
、パターンPTIとしては、1番目のパラメータP1に
は、自分のモジュール内に遷移する場合を示す5CCN
を書くもの、パターンPT2としては、1番目のパラメ
ータP1には、自分のモジュール及び他のモジュール内
に遷移するPCCNを書き、2番目のパラメータP2に
は遷移するモジュール番号1〜255を書き、3番目の
パラメータP3には遷移する状態番号O〜31を書くも
の、パターンPT3としては、1番目のパラメータP1
には、自分のモジュール及び他のモジュール内に遷移す
るPCCNを書き、2番目のパラメータP2には、遷移
するのは自分のモジュールを示すNILを書き、3番目
のパラメータP3には遷移する状態番号0〜31を書く
ものがある。
For example, in the parameter pattern data of %CCN5T, as a pattern PTI, the first parameter P1 has 5CCN indicating the case of transitioning to its own module.
As a pattern PT2, write the PCCN that will transition into your own module and other modules in the first parameter P1, write the module number 1 to 255 that will transition to the second parameter P2, and write 3. The transition state number O to 31 is written in the th parameter P3, and the pattern PT3 is the 1st parameter P1.
In , write the PCCN that will transition into your own module and other modules, in the second parameter P2 write NIL that indicates the module that will transition, and in the third parameter P3 write the state number to transition to. There are some that write numbers 0-31.

又%CDBWCのパラメータパターンデータには、パタ
ーンPTIとしては、1番目のパラメータP1には、解
放を示ずR3Tを書き、2番目のパラメータP2には解
放する作業域のエリア番号を示す1〜15を書くもの、
パターンPT2としては、1番目のパラメータP1には
、確保を示すSETを書き、2番目のパラメータP2に
は確保する作業域のエリア番号を示す1〜15を書くも
のちのがある。
In addition, in the parameter pattern data of %CDBWC, as a pattern PTI, the first parameter P1 is written with R3T indicating release, and the second parameter P2 is 1 to 15 indicating the area number of the work area to be released. something that writes
In the pattern PT2, SET indicating reservation is written in the first parameter P1, and 1 to 15 indicating the area number of the work area to be secured is written in the second parameter P2.

又呼処理プログラムのパラメータにはパラメータ値を有
するものがあり、この関係を第5図に示している。
Some of the parameters of the call processing program have parameter values, and this relationship is shown in FIG.

従来は作成した呼処理プログラムの各マクロのパラメー
タデータが正しいかどうかをチエ・ツクするのにアセン
ブラにてチェックしていた。
Conventionally, an assembler was used to check whether the parameter data of each macro in a created call processing program was correct.

このアセンブラにてチェックする場合は、例えば、第6
図の第1項に示す如くマクロ塩%CCN5Tのパラメー
タデータを、5CCN、1.2と書いたとすると、数値
表現とする為に、第5図のテーブルより5CCNをOに
変換して、パラメータデータを0.1.2とする。
When checking with this assembler, for example, the 6th
As shown in the first section of the figure, if the parameter data for macro salt %CCN5T is written as 5CCN, 1.2, then in order to express it numerically, 5CCN is converted to O from the table in Figure 5, and the parameter data is is set to 0.1.2.

次に、第4図のマクロ塩%CCN5Tのパラメータパタ
ーンデータを数値表現とする為に、第5図のテーブルよ
り、1番目のパラメータは5CCN又はPCCN故O又
は1とし、2番目のパラメータはNILか1〜255と
し、3番目のパラメータはNILか0〜31として、パ
ターンデータを、1番目のパラメータは0又は1.2番
目のパラメータはNIL力)1〜255とし、3番目の
パラメータはNTLかO〜31とする。
Next, in order to numerically express the parameter pattern data of macro salt %CCN5T in Figure 4, from the table in Figure 5, the first parameter is 5CCN or PCCN, so O or 1, and the second parameter is NIL. or 1 to 255, the third parameter is NIL or 0 to 31, and the pattern data is set, the first parameter is 0 or 1. or O~31.

そして、作成したパラメータデータの1番目。And the first parameter data created.

2番目、3番目のデータ0,1.2毎に、パラメータパ
ターンデータの1番目、2番目、3番目のパラメータと
夫々比較して、これに合致すれば良いとしていた。
The second and third data 0 and 1.2 are compared with the first, second and third parameters of the parameter pattern data, respectively, and it is sufficient that they match.

従って、この、5CCN、1.2のパラメータデータは
、マクロ塩%CCN5Tのパラメータパターンデータに
はないに関わらず良いことになる。
Therefore, this parameter data of 5CCN, 1.2 is good regardless of whether it is not included in the parameter pattern data of macro salt %CCN5T.

又第6図の2項のマクロ塩%CDBWCのパターンデー
タを5Top、1としたとすると、この数値表現は、0
,1となる。
Also, if the pattern data of macro salt %CDBWC in item 2 of Figure 6 is 5Top and 1, then this numerical expression is 0.
, 1.

又第4図のマクロ塩%CDBWCのパラメータパターン
データを数値表現とすると、1番目のパラメータはO又
は1,2番目のパラメータは1〜15となるので、5T
OP、1のパラメータデータは、マクロ塩%CDBWC
のパラメータパターンデータにはないに関わらず良いこ
とになる。
Also, if the parameter pattern data of macro salt % CDBWC in Figure 4 is expressed numerically, the first parameter is O or 1, and the second parameter is 1 to 15, so 5T.
Parameter data of OP, 1 is macro salt %CDBWC
It is a good thing regardless of whether it is not in the parameter pattern data.

6一 〔発明が解決しようとする課題〕 即ち、従来の方法では、個々のパラメータに許容されい
る値のチェックは可能だが、パラメータ間の矛盾のチェ
ックは行えなく正確にチェック出来ない問題点がある。
61 [Problem to be solved by the invention] In other words, in the conventional method, it is possible to check the allowable values of individual parameters, but it is not possible to check for inconsistencies between parameters, and there is a problem that it cannot be checked accurately. .

本発明は、呼処理プログラムのマクロのパラメータデー
タを正確にチェック出来る、呼処理プログラムのチェッ
ク装置の提供を目的としている。
SUMMARY OF THE INVENTION An object of the present invention is to provide a call processing program checking device that can accurately check macro parameter data of a call processing program.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は本発明の原理ブロック図である。 FIG. 1 is a block diagram of the principle of the present invention.

第1図に示す如く、作成した呼処理プログラムを保持す
る呼処理プログラム保持部1と、該呼処理プログラムの
各マクロのパラメータパターンデータのテーブルを持つ
パラメータパターンデータテーブル保持部2と、該呼処
理プログラム保持部1より呼処理プログラムのマクロを
読み出し、該パラメータパターンデータテーブル保持部
2の該当するマクロのパラメータパターンデータと比較
しチェックするチェック処理部3を備える。
As shown in FIG. 1, there are a call processing program holding section 1 that holds a created call processing program, a parameter pattern data table holding section 2 that has a table of parameter pattern data of each macro of the call processing program, and a call processing program holding section 2 that holds a created call processing program. A check processing section 3 is provided which reads a macro of a call processing program from the program holding section 1 and compares it with the parameter pattern data of the corresponding macro in the parameter pattern data table holding section 2 for checking.

〔作 用〕[For production]

本発明によれば、チェック処理部3にて、呼処理プログ
ラム保持部1より作惑した呼処理プログラムのマクロを
読み出し、パラメータパターンデータテーブル保持部2
の該当するマクロのパラメータパターンデータと比較し
チェックするので、パラメータ間の矛盾もチェック出来
正確なチェックが出来る。
According to the present invention, the check processing section 3 reads out the macro of the tricked call processing program from the call processing program holding section 1 and
Since it is checked by comparing it with the parameter pattern data of the corresponding macro, it is possible to check for inconsistencies between parameters and to perform accurate checking.

〔実施例〕〔Example〕

以下本発明の1実施例に付き図に従って説明する。 An embodiment of the present invention will be described below with reference to the accompanying drawings.

第2図は本発明の実施例のブロック図、第3図は本発明
の実施例のチェック処理部のプログラムのフローチャー
トである。
FIG. 2 is a block diagram of an embodiment of the present invention, and FIG. 3 is a flowchart of a program of the check processing section of the embodiment of the present invention.

第2図の呼処理プログラム保持部1には、作成した呼処
理プログラムを保持しており、パラメータテーブル保持
部4には、第5図に示す呼処理プログラムのパラメータ
とパラメータ値の関係を示すテーブルを保持しており、
パラメータパターンデータテーブル保持部2には、第4
図に示す如き呼処理プログラムのマクロのパラメータパ
ターンデータテーブルを保持している。
The call processing program holding unit 1 shown in FIG. 2 holds the created call processing program, and the parameter table holding unit 4 contains a table showing the relationship between parameters and parameter values of the call processing program shown in FIG. It holds
The parameter pattern data table holding unit 2 includes a fourth
It holds a macro parameter pattern data table for the call processing program as shown in the figure.

チェック処理部3には第3図に示すプログラムを持ち、
このプログラムに従って、作成した呼処理プログラムの
各マクロのチェックを行うので、以下第3図のプログラ
ムに従い、第6図のマクロ名%CCN5Tのパラメータ
データとして5CCN、1.2と書いた場合及び、マク
ロ名%CD]3WCのパラメータデータとして5TOP
、1と書いた場合を例にとり以下説明する。
The check processing unit 3 has a program shown in FIG.
According to this program, each macro of the created call processing program is checked, so if you follow the program shown in Figure 3 and write 5CCN, 1.2 as the parameter data for the macro name %CCN5T in Figure 6, and the macro Name%CD] 5TOP as parameter data of 3WC
, 1 will be described below as an example.

第3図のステップ1にて、マクロ名%CCN5Tの作成
したパラメータデータ5CCN、1.2を取り出し、ス
テップ2にてi=1とし、ステップ3にて1番目のパラ
メータ5CCNが、第4図のパラメータパターンデータ
テーブルのマクロ名%CCN5Tの1番目のパラメータ
の中にあるかを見る。
In step 1 of Fig. 3, the parameter data 5CCN, 1.2 created by the macro name %CCN5T is extracted, and in step 2, i = 1, and in step 3, the first parameter 5CCN is set as shown in Fig. 4. Check whether it is in the first parameter of macro name %CCN5T in the parameter pattern data table.

有るので、ステップ8に進み、最後のパラメー夕でない
ので、ステップ9にてi=2とし、ステップ3にて2番
目のパラメータ1が、第4図のパラメータパターンデー
タテーフ゛ルの2番目のパラメータの中にあるかを見る
Since it is, proceed to step 8. Since it is not the last parameter, i = 2 in step 9. In step 3, the second parameter 1 is set in the second parameter of the parameter pattern data table in Fig. 4. See what's in there.

有るので、ステップ8に進み、最後のパラメータでない
ので、ステップ9にてi=3とし、ステップ3にて3番
目のパラメータ2が、第4図のパラメータパターンデー
タテーフ゛ルの3番目のパラメータの中にあるかを見る
Since it is, proceed to step 8. Since it is not the last parameter, i = 3 in step 9. In step 3, the third parameter 2 is included in the third parameter of the parameter pattern data table in Fig. 4. See if there is one.

有るので、ステップ8に進み、これがH&のパラメータ
であるので、ステップ12に進み、警告フラグがたって
いないので、ステップ14に進む。
Since there is, the process proceeds to step 8. Since this is a parameter of H&, the process proceeds to step 12. Since the warning flag is not set, the process proceeds to step 14.

ここで、第4図に示すテーブルよりマクロ名%CCN5
Tのパターン1のPTl、パターン2のPT2、パター
ン3のPT3のパラメータパターンデータを取り出し、
ステップ15にてj=1とし、ステップ16にてパター
ンPTIに対する1番目のパラメータ5CCNを取り出
し、ステップ19にて作成した1番目のパラメータ5C
CNと比較し、等しいので、ステップ20に進む。
Here, from the table shown in Figure 4, the macro name %CCN5
Take out the parameter pattern data of PTl of pattern 1, PT2 of pattern 2, and PT3 of pattern 3 of T,
In step 15, set j=1, in step 16, take out the first parameter 5CCN for the pattern PTI, and in step 19, take out the first parameter 5C created
It is compared with CN, and since they are equal, the process proceeds to step 20.

これが最後のパラメータでないので、ステップ21にて
i=2とし、ステップ18にてパターンPTIの2番目
のバラメークNILを取り出し、作成した2番目のパラ
メータ1と比較する。
Since this is not the last parameter, i=2 is set in step 21, and the second parameter NIL of the pattern PTI is extracted in step 18 and compared with the created second parameter 1.

等しくないのでステップ22に進み、PTlは最後のパ
ターンでないので、j=2とし、ステップ16にてパタ
ーンPT2を取り出し、ステップ17にてi=1とし、
ステップ18にて、パターンPT2に対する1番目のパ
ラメータPCCNを取り出し、ステップ19にて作成し
た1番目のパラメータ5CCNと比較する。
Since they are not equal, proceed to step 22, and since PTl is not the last pattern, set j = 2, extract pattern PT2 in step 16, set i = 1 in step 17,
In step 18, the first parameter PCCN for pattern PT2 is extracted and compared with the first parameter 5CCN created in step 19.

等しくないのでステップ22に進み、PT2は最後のパ
ターンでないので、j=3とし、ステップ16にてパタ
ーンPT3を取り出し、ステップ17にてi=1とし、
ステップ18にて、パターンPT3に対する1番目のパ
ラメータPCCNを取り出し、ステップ19にて作成し
た1番目のパラメータ5CCNと比較する。
Since they are not equal, proceed to step 22, and since PT2 is not the last pattern, set j = 3, extract pattern PT3 in step 16, set i = 1 in step 17,
In step 18, the first parameter PCCN for pattern PT3 is extracted and compared with the first parameter 5CCN created in step 19.

等しくないのでステップ22に進み、PT3は最後のパ
ターンであるので、ステップ24に進み、作成されたマ
クロのパラメータが誤っているとの警報を出力する。
Since they are not equal, the process proceeds to step 22, and since PT3 is the last pattern, the process proceeds to step 24, where a warning is output that the parameters of the created macro are incorrect.

次に1、マクロ名%CDBWCの場合は、ステップ1に
て作成したパラメータ5TOP、1を取り出し、ステッ
プ2にてi−1とし、ステップ3にて1番目のパラメー
タ5TOPが、第4図のパラメータパターンデータテー
ブルのマクロ名%CDBWCの1番目のパラメータの中
にあるかを見る。
Next, in the case of 1, macro name %CDBWC, take out the parameter 5TOP, 1 created in step 1, set it to i-1 in step 2, and change the first parameter 5TOP in step 3 to the parameter in Figure 4. Check whether it is in the first parameter of the macro name %CDBWC in the pattern data table.

ないので、ステップ4に進み、第5図のテーブルより5
TOPに対するパラメータ値があるかを見る。この場合
は0であるので、ステップ5に進み5TOPを0に変換
する。
Since there is no
Check if there is a parameter value for TOP. In this case, it is 0, so proceed to step 5 and convert 5TOP to 0.

そしてステップ6にてOに対するパラメータが第4図の
テーブルの1番目のパラメータの中にあるかを見る。こ
れはR3Tであるので、ステップ7に進みOをR3Tに
変換し、警告フラグを立てステップ8に進む。
Then, in step 6, it is checked whether the parameter for O is among the first parameters in the table of FIG. Since this is R3T, proceed to step 7, convert O to R3T, set a warning flag, and proceed to step 8.

ステップ8ではこれが最後のパラメータであるかを見、
最後のパラメータではないのでステップ9に進み、i=
2とし、ステップ3に帰る。
In step 8, check if this is the last parameter,
Since it is not the last parameter, proceed to step 9 and set i=
2 and return to step 3.

= 11− ステップ3にて2番目のパラメータ1が、第4図のパラ
メータパターンデータテーブルの2番目のパラメータの
中にあるかを見る。あるので、ステップ8に進み、これ
は最後のパラメータであるので、ステップ12に進み、
警告フラグが立っているのでステップ13にて、例えば
5TOPはマクロ名%CDBWCの第1番目のパラメー
タとして許容されていないとの警告を出す。
= 11- In step 3, it is checked whether the second parameter 1 is in the second parameter of the parameter pattern data table of FIG. Since there is, go to step 8, and this is the last parameter, go to step 12,
Since the warning flag is set, a warning is issued in step 13 that, for example, 5TOP is not allowed as the first parameter of the macro name %CDBWC.

そしてステップ14に進む。Then proceed to step 14.

R3T、1のパターンは、第4図のパラメータパターン
データテーブルの、マクロ名%CDBWCのパターンP
TIにあるので、ステップ15〜ステツプ21をi=2
になる迄たどるとステップ20にて終了する。
The pattern R3T, 1 is the pattern P of the macro name %CDBWC in the parameter pattern data table in Figure 4.
Since it is in TI, step 15 to step 21 are set to i=2.
The process ends at step 20.

このように、作成したマクロのパラメータを、該当マク
ロのパラメータパターンデータと比較してチェックする
ので、正確にチェックすることが出来る。
In this way, the parameters of the created macro are checked by comparing them with the parameter pattern data of the corresponding macro, so the checks can be made accurately.

= 12− 〔発明の効果〕 以上詳細に説明せる如く本発明によれば、呼処理プログ
ラムの作成したマクロのパラメータを、該当マクロのパ
ラメータパターンデータと比較してチェックするので、
正確にチェックすることが出来る効果がある。
= 12- [Effects of the Invention] As explained in detail above, according to the present invention, the parameters of the macro created by the call processing program are checked by comparing them with the parameter pattern data of the corresponding macro.
This has the effect of allowing accurate checking.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の原理ブロック図、 第2図は本発明の実施例のブロック図、第3図は本発明
の実施例のチェック処理部のプログラムのフローチャー
ト、 第4図は1例の呼処理プログラムのマクロのパラメータ
パターンデータテーブルを示す図、第5図は1例の呼処
理プログラムのパラメータとパラメータ値の関係を示す
図、 第6図は1例の呼処理プログラムのマクロ名と作成した
パラメータデータを示す図である。 図において、 ■は呼処理プログラム保持部、 2はパラメータパターンデータテーブル保持部、3はチ
ェック処理部、 4はパラメータテーブル保持部を示す。
Fig. 1 is a block diagram of the principle of the present invention, Fig. 2 is a block diagram of an embodiment of the invention, Fig. 3 is a flowchart of a program of the check processing section of the embodiment of the invention, and Fig. 4 is a call diagram of an example. Figure 5 is a diagram showing the parameter pattern data table of the macro of the processing program. Figure 5 is a diagram showing the relationship between the parameters and parameter values of an example call processing program. Figure 6 is the macro name of an example call processing program and the created one. FIG. 3 is a diagram showing parameter data. In the figure, 2 indicates a call processing program holding section, 2 indicates a parameter pattern data table holding section, 3 indicates a check processing section, and 4 indicates a parameter table holding section.

Claims (1)

【特許請求の範囲】[Claims] 作成した呼処理プログラムを保持する呼処理プログラム
保持部(1)と、呼処理プログラムの各マクロのパラメ
ータパターンデータのテーブルを持つパラメータパター
ンデータテーブル保持部(2)と、該呼処理プログラム
保持部(1)より呼処理プログラムのマクロを読み出し
、該パラメータパターンデータテーブル保持部(2)の
該当するマクロのパラメータパターンデータと比較しチ
ェックするチェック処理部(3)を有することを特徴と
する呼処理プログラムのチェック装置。
A call processing program holding unit (1) that holds the created call processing program, a parameter pattern data table holding unit (2) that has a table of parameter pattern data of each macro of the call processing program, and the call processing program holding unit ( A call processing program characterized in that it has a check processing section (3) that reads a macro of the call processing program from 1) and checks it by comparing it with the parameter pattern data of the corresponding macro in the parameter pattern data table holding section (2). checking device.
JP63147670A 1988-06-15 1988-06-15 Checking device for call processing program Pending JPH01316093A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63147670A JPH01316093A (en) 1988-06-15 1988-06-15 Checking device for call processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63147670A JPH01316093A (en) 1988-06-15 1988-06-15 Checking device for call processing program

Publications (1)

Publication Number Publication Date
JPH01316093A true JPH01316093A (en) 1989-12-20

Family

ID=15435617

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63147670A Pending JPH01316093A (en) 1988-06-15 1988-06-15 Checking device for call processing program

Country Status (1)

Country Link
JP (1) JPH01316093A (en)

Similar Documents

Publication Publication Date Title
CN100405323C (en) Method for realizing supporting of EJTAG detection in instruction grade random detection
JPH01316093A (en) Checking device for call processing program
Nurilloevich METHODOLOGY FOR TESTING THE SOFTPLC MODULE AS PART OF THE “AксиOMA Контрол” CNC SYSTEM
JPS61141001A (en) Structure diagnosis system of process control system
JP3335370B2 (en) Numerical control unit
JPS6234261A (en) Supervisory unit for access state of memory
JPS6289104A (en) Programmable controller
JPS60153569A (en) Data arithmetic processor
JPH04114207A (en) Work data preparing system for nc work machine
JP2507676B2 (en) Index I / O statement execution processing method
JPH01261783A (en) Arrangement system for circuit diagram
JPH02306301A (en) Method for holding data in computer simulation
JPH03240845A (en) Reprocessing control system for data base and sequential file
JP2001242918A (en) Method and apparatus for checking error in nc-data, and storage medium storing program for error check method of nc-data
JPH0228834A (en) Register writing circuit
JPH0198036A (en) Program debugging system
JPH0365614A (en) Mechatronic apparatus
JPS60169906A (en) Programmable controller
JPH04100112A (en) Programmable controller
JPH03255546A (en) Program runaway detecting circuit for microcomputer
JPH0212539A (en) Table constitution information acquiring system
JPS6341948A (en) Symbolic debug system
JPS62274303A (en) Sequence control method
JPH0328942A (en) Rom data reading device
JPH03116339A (en) Performance information acquiring system