JP4937968B2 - Communication control device and message generation method - Google Patents

Communication control device and message generation method Download PDF

Info

Publication number
JP4937968B2
JP4937968B2 JP2008160999A JP2008160999A JP4937968B2 JP 4937968 B2 JP4937968 B2 JP 4937968B2 JP 2008160999 A JP2008160999 A JP 2008160999A JP 2008160999 A JP2008160999 A JP 2008160999A JP 4937968 B2 JP4937968 B2 JP 4937968B2
Authority
JP
Japan
Prior art keywords
setting
message
character string
string
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.)
Expired - Fee Related
Application number
JP2008160999A
Other languages
Japanese (ja)
Other versions
JP2010003090A (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.)
Fujitsu Telecom Networks Ltd
Original Assignee
Fujitsu Telecom Networks 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 Telecom Networks Ltd filed Critical Fujitsu Telecom Networks Ltd
Priority to JP2008160999A priority Critical patent/JP4937968B2/en
Publication of JP2010003090A publication Critical patent/JP2010003090A/en
Application granted granted Critical
Publication of JP4937968B2 publication Critical patent/JP4937968B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Description

この発明は、データ処理技術に関し、特に、ユーザに通知すべきメッセージの生成方法と、その生成方法を使用して、通信制御内容の設定の結果を示すメッセージを生成する通信制御装置とに関する。   The present invention relates to a data processing technique, and more particularly, to a method for generating a message to be notified to a user, and a communication control device for generating a message indicating the result of setting communication control contents using the generation method.

外部端末から送信されたデータにしたがってデータ処理を実行するデータ処理装置は、そのデータ処理の結果を示すメッセージを外部端末に送信することがある。以下の特許文献1では、エラーコードをキーとしてデータベースからエラーメッセージを取得することで、プログラム量の削減を実現するエラー処理方法が提案されている。
特開平04−042333号公報
A data processing apparatus that executes data processing according to data transmitted from an external terminal may transmit a message indicating the result of the data processing to the external terminal. In Patent Document 1 below, an error processing method has been proposed in which an error message is acquired from a database using an error code as a key to reduce the program amount.
JP 04-043333 A

通信制御装置における通信制御内容の設定においては、通常、IPアドレスやサブネットマスク等、多種多様な設定項目が存在する。したがって、その設定のために外部端末から送信される設定データは多種多様であり、その設定データにしたがった処理結果として外部端末に通知すべきメッセージもまた多種多様である。メッセージの識別情報とメッセージとを直接対応づけてデータベースに格納しておく場合、記憶すべきデータ量が膨大になることがあった。   In setting communication control contents in the communication control apparatus, there are usually various setting items such as an IP address and a subnet mask. Therefore, there are various setting data transmitted from the external terminal for the setting, and there are also various messages to be notified to the external terminal as a processing result according to the setting data. When the message identification information and the message are directly associated with each other and stored in the database, the amount of data to be stored may be enormous.

本発明はこうした課題に鑑みてなされたものであり、その主たる目的は、記憶すべきデータ量を抑制しつつ、多種多様なメッセージの生成を実現する技術を提供することである。   The present invention has been made in view of these problems, and a main object thereof is to provide a technique for realizing generation of various messages while suppressing the amount of data to be stored.

上記課題を解決するために、本発明のある態様の通信制御装置は、外部端末に通知すべきメッセージに含まれる複数の要素それぞれについて、各要素で設定可能な文字列である要素文字列と、要素文字列を識別するための文字列IDとを対応づけて格納したメッセージテーブルと、通信制御の内容を設定するための設定データを外部端末から受信する受信部と、受信された設定データにしたがって所定のデータ処理を実行し、当該データ処理の結果を示すデータとして、複数の要素それぞれについての文字列IDを含むID列を出力するデータ処理部と、出力されたID列の各文字列IDにしたがって、メッセージテーブルにおいて対応づけられた要素文字列をそれぞれ特定し、各要素文字列を含むメッセージを生成するメッセージ生成部と、生成されたメッセージを外部端末に送信する送信部と、を備える。   In order to solve the above problems, a communication control device according to an aspect of the present invention provides an element character string that is a character string that can be set for each element for each of a plurality of elements included in a message to be notified to an external terminal; In accordance with the message table that stores the character string ID for identifying the element character string in association with each other, the receiving unit that receives the setting data for setting the content of communication control from the external terminal, and the received setting data A data processing unit that executes predetermined data processing and outputs an ID string including a character string ID for each of a plurality of elements as data indicating the result of the data processing, and each character string ID of the output ID string Therefore, a message generation unit that identifies each element character string associated with each other in the message table and generates a message including each element character string; Comprising a transmission unit for transmitting the generated message to the external terminal.

この態様における「外部端末に通知すべきメッセージ」とは、外部端末から受信された設定データによるデータ処理について、その結果を示すデータであり、プレーンテキストのデータでもよく、特定のファイル形式のデータでもよい。また、「メッセージに含まれる複数の要素」とは、メッセージを構成する複数の文字列を意味し、メッセージに存在する複数のフレーズ、文節、または単語でもよい。また、通信制御内容の設定結果を示すメッセージにおいて、通常用いられるフレーズ等の単位を要素としてもよい。   The “message to be notified to the external terminal” in this aspect is data indicating the result of the data processing by the setting data received from the external terminal, and may be plain text data or data of a specific file format. Good. Further, “a plurality of elements included in the message” means a plurality of character strings constituting the message, and may be a plurality of phrases, clauses, or words existing in the message. Further, in a message indicating the setting result of the communication control content, a unit such as a phrase that is normally used may be used as an element.

この態様によると、外部端末に通知すべきメッセージそのものを識別するためのIDではなく、複数の文字列IDを含むID列が一旦出力され、そのID列にしたがってメッセージが生成される。これにより、多種多様なメッセージを生成する場合でも、記憶されるべきデータ量は、要素文字列と文字列IDとを対応づけたデータ量程度となり、データ量の増大が抑制される。言い換えれば、多種多様なメッセージそのもの、すなわち要素文字列が様々に組み合わされた文字列を記憶する必要はないため、記憶領域の占有量を抑制できる。   According to this aspect, an ID string including a plurality of character string IDs is temporarily output instead of an ID for identifying the message itself to be notified to the external terminal, and a message is generated according to the ID string. As a result, even when a wide variety of messages are generated, the amount of data to be stored is about the amount of data in which the element character string and the character string ID are associated with each other, and the increase in the data amount is suppressed. In other words, since it is not necessary to store a wide variety of messages themselves, that is, character strings in which element character strings are variously combined, the amount of storage area occupied can be suppressed.

データ処理部は、複数の要素それぞれについての文字列IDが所定の自然言語の文法にしたがった順序で設定されたID列を出力し、メッセージ生成部は、ID列における文字列IDの設定順序にしたがって、各要素文字列を組み合わせてメッセージを生成してもよい。   The data processing unit outputs an ID string in which the character string ID for each of the plurality of elements is set in an order according to a predetermined natural language grammar, and the message generating unit sets the character string ID in the ID string in the order of setting. Therefore, a message may be generated by combining each element character string.

この態様における「自然言語の文法にしたがった順序」とは、所定の自然言語で通常用いられる要素の順序を示す。例えば日本語の場合、「体言+助詞+用言」の順序でもよく、「体言+助詞+体言+助詞+用言+助動詞」の順序でもよい。また例えば英語の場合、「S+V+C」の順序でもよい。また、通信制御内容の設定結果を示すメッセージにおいて、通常用いられる要素の順序でもよい。   The “order according to the grammar of natural language” in this aspect indicates the order of elements normally used in a predetermined natural language. For example, in the case of Japanese, the order of “body words + particles + words” or the order of “body words + particles + body words + particles + words + auxiliary verbs” may be used. For example, in the case of English, the order of “S + V + C” may be used. Further, the order of elements normally used in the message indicating the setting result of the communication control content may be used.

この態様によると、複数の文字列IDのそれぞれにしたがって特定された要素文字列を、ID列における文字列IDの設定順序にしたがって組み合わせることで、外部端末側のユーザにとって理解しやすいメッセージを生成できる。言い換えれば、メッセージ生成部は、通信制御装置の制御内容を設定するユーザにとって理解しやすいメッセージを簡易な処理で生成できる。   According to this aspect, by combining the element character strings specified according to each of the plurality of character string IDs according to the setting order of the character string IDs in the ID string, a message that is easy to understand for the user on the external terminal side can be generated. . In other words, the message generation unit can generate a message that can be easily understood by the user who sets the control content of the communication control device by simple processing.

メッセージを構成する複数の要素には、設定データで指定された設定項目と、その設定項目に関する属性であって、データ処理の成否に関係する設定項目属性と、データ処理の成否を示すための設定項目属性の状態とが少なくとも含まれる。   The multiple elements that make up the message include the setting items specified in the setting data, attributes related to the setting items, setting item attributes related to the success or failure of the data processing, and settings for indicating the success or failure of the data processing And at least the state of the item attribute.

この態様における「設定項目」とは、通信制御装置の制御内容を設定するために指定されたデータであり、例えば、「IPアドレス」や「サブネットマスク」でもよい。「設定項目属性」は、データ処理の成否を決定する要因となったデータであり、例えば、「設定範囲」、「フォーマット」、および「入力文字」でもよい。「設定項目の属性の状態」は、例えば、「成功」、「失敗」、および「不正」でもよい。   The “setting item” in this aspect is data designated for setting the control content of the communication control device, and may be, for example, “IP address” or “subnet mask”. The “setting item attribute” is data that is a factor that determines the success or failure of data processing, and may be, for example, “setting range”, “format”, and “input character”. The “status of the setting item attribute” may be, for example, “success”, “failure”, and “illegal”.

この態様によると、通信制御装置の制御内容を設定するユーザにとって必要な情報をそのユーザに通知できる。すなわち、通信制御装置におけるデータ処理の成否と、そのデータ処理にてエラーが発生した場合には、そのエラーの要因となった設定項目属性およびエラー内容を不足無く通知できる。   According to this aspect, information necessary for the user who sets the control content of the communication control apparatus can be notified to the user. That is, when the data processing is successful in the communication control device and when an error occurs in the data processing, the setting item attribute and the error content that caused the error can be notified without shortage.

データ処理部は、受信された設定データについて、その形式が正常か否かを一元的に判定するデータ検証部と、正常な形式の設定データにしたがって、通信制御の内容を設定する複数の制御設定部と、を有してもよい。データ検証部は、正常な形式の設定データについて、当該設定データを処理すべき制御設定部に送出し、異常な形式の設定データについて、その異常を示すID列を出力し、複数の制御設定部のそれぞれは、通信制御の内容の設定において異常を検出した設定データについて、その異常を示すID列を出力してもよい。   The data processing unit is a data verification unit that centrally determines whether or not the format of the received setting data is normal, and a plurality of control settings for setting the content of communication control according to the normal format setting data And may have a part. The data verification unit sends out the setting data in the normal format to the control setting unit to be processed, and outputs the ID string indicating the abnormality for the setting data in the abnormal format. May output an ID string indicating the abnormality of the setting data in which the abnormality is detected in the setting of the content of communication control.

この態様における「複数の制御設定部」は、通信制御内容のカテゴリごとに設けられてもよい。例えば、ルーティングテーブルを設定する第1の制御設定部、パケット伝送におけるプライオリティを設定する第2の制御設定部、パケット伝送における帯域制限を設定する第3の制御設定部、自装置のIPアドレス等、自装置のネットワーク環境を設定する第4の制御設定部などを含んでもよい。   The “plurality of control setting units” in this aspect may be provided for each category of communication control content. For example, a first control setting unit that sets a routing table, a second control setting unit that sets priority in packet transmission, a third control setting unit that sets bandwidth limitation in packet transmission, an IP address of the own device, etc. A fourth control setting unit for setting the network environment of the own apparatus may be included.

この態様によると、設定データが正常な形式か否かの検証がデータ検証部において一元的に実行される。これにより、制御設定部は、正常な形式の設定データに対して処理を実行すればよいため、例えば例外処理のプログラムコードが削減されてコード量が削減される等、開発が効率化される。また、設定データの検証機能が一元的に提供されることで、設定データの形式異常を示すID列の構成を統一しやすくなる。これにより、ID列に基づいて生成されるメッセージの構成も統一されやすくなるため、そのメッセージを参照するユーザの利便性を向上できる。特に、設定データの形式異常には様々な種類が存在するため、メッセージの構成が統一されることによりユーザの利便性は大きく向上する。すなわち、この態様は本発明の好適な態様である。   According to this aspect, verification of whether the setting data is in a normal format is centrally executed in the data verification unit. As a result, the control setting unit only needs to execute the process on the setting data in the normal format, so that development is made more efficient, for example, the program code for exception processing is reduced and the amount of code is reduced. In addition, since the setting data verification function is provided in an integrated manner, it becomes easy to unify the configuration of the ID string indicating the format data format abnormality. Thereby, since the structure of the message generated based on the ID string is easily unified, the convenience of the user who refers to the message can be improved. In particular, since there are various types of setting data format anomalies, the user convenience is greatly improved by unifying the message structure. That is, this aspect is a preferred aspect of the present invention.

本発明の別の態様は、メッセージ生成方法である。この方法は、複数の要素で分節されるメッセージを生成する方法であって、生成すべきメッセージそのものを識別するためのIDではなく、当該メッセージの各要素で設定可能な文字列である要素文字列を識別するための文字列IDを含むID列を出力するステップと、複数の要素それぞれについての要素文字列と文字列IDとが対応づけられたテーブルを参照して、ID列の各文字列IDが対応づけられている要素文字列をそれぞれ特定し、各要素文字列を含むメッセージを生成するステップと、を備える。   Another aspect of the present invention is a message generation method. This method is a method of generating a message segmented by a plurality of elements, and is not an ID for identifying the message itself to be generated, but an element character string that is a character string that can be set in each element of the message Each character string ID of the ID string with reference to a table in which an element string and a string ID for each of a plurality of elements are associated with each other. Identifying element character strings associated with each of the element character strings, and generating a message including each element character string.

この態様によると、多種多様なメッセージを生成する場合でも、記憶されるべきデータ量は、要素文字列と文字列IDとを対応づけたデータ量程度となり、データ量の増大が抑制される。言い換えれば、多種多様なメッセージそのもの、すなわち要素文字列が様々に組み合わされた文字列を記憶する必要はないため、記憶領域の占有量を抑制できる。   According to this aspect, even when a wide variety of messages are generated, the amount of data to be stored is about the amount of data in which the element character string and the character string ID are associated with each other, and the increase in the data amount is suppressed. In other words, since it is not necessary to store a wide variety of messages themselves, that is, character strings in which element character strings are variously combined, the amount of storage area occupied can be suppressed.

なお、以上の構成要素の任意の組合せ、本発明の表現を装置、方法、システム、プログラム、プログラムを格納した記録媒体などの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and a representation of the present invention converted between an apparatus, a method, a system, a program, a recording medium storing the program, etc. are also effective as an aspect of the present invention.

本発明によれば、多種多様なメッセージを生成する必要があっても、記憶されるべきデータ量の増大を抑制しやすくなる。   According to the present invention, an increase in the amount of data to be stored can be easily suppressed even when a variety of messages need to be generated.

図1は、本発明の実施の形態である通信制御システムの構成を示す。通信制御システム100は、ユーザ端末10と通信制御装置20とを備える。ユーザ端末10と通信制御装置20とは、LAN(Local Area Network)、WAN(Wide Area Network)、インターネット等、公知の通信網を介して接続される。   FIG. 1 shows a configuration of a communication control system according to an embodiment of the present invention. The communication control system 100 includes a user terminal 10 and a communication control device 20. The user terminal 10 and the communication control device 20 are connected via a known communication network such as a LAN (Local Area Network), a WAN (Wide Area Network), and the Internet.

通信制御装置20は、コンピュータネットワークの通信制御を実行する装置である。通信制御装置20は、例えば、ルータ、レイヤ2スイッチ、レイヤ3スイッチでもよい。また、CWDM(coarse wavelength division multiplexing 低密度波長分割多重)装置でもよく、WWDM(wide pass band wavelength division multiplexing 高通過帯域波長分割多重)装置でもよい。また、通信制御はハードウェアで実行されてもよく、ソフトウェアで実行されてもよい。本実施の形態における通信制御は公知技術であるため、以下、その詳細な説明は省略する。   The communication control device 20 is a device that executes communication control of a computer network. The communication control device 20 may be, for example, a router, a layer 2 switch, or a layer 3 switch. Also, a CWDM (coarse wavelength division multiplexing) device or a WWDM (wide passband wavelength division multiplexing) device may be used. Further, the communication control may be executed by hardware or may be executed by software. Since the communication control in the present embodiment is a known technique, a detailed description thereof will be omitted below.

ユーザ端末10は、通信制御装置20の通信制御内容を設定するユーザにより操作される端末である。ユーザ端末10は、通信制御装置20の制御に特化した専用端末でもよく、一般的なPC端末でもよい。ユーザ端末10には、通信制御装置20の通信制御内容を設定するための専用のアプリケーションがインストールされてもよく、そのアプリケーションにより通信制御装置20との通信が実行されて、通信制御装置20の通信制御内容をユーザが設定してもよい。また、通信制御装置20がウェブサーバ機能を有する場合には、ユーザ端末10にインストールされたウェブブラウザとの間でHTTP(HyperText Transfer Protocol)通信が実行されて、通信制御装置20の通信制御内容をユーザが設定してもよい。   The user terminal 10 is a terminal operated by a user who sets the communication control content of the communication control device 20. The user terminal 10 may be a dedicated terminal specialized for control of the communication control device 20 or a general PC terminal. The user terminal 10 may be installed with a dedicated application for setting the communication control content of the communication control device 20, and communication with the communication control device 20 is executed by the application, and communication of the communication control device 20 is performed. The user may set the control content. When the communication control device 20 has a web server function, HTTP (HyperText Transfer Protocol) communication is executed with the web browser installed in the user terminal 10, and the communication control content of the communication control device 20 is changed. It may be set by the user.

通信制御システム100においては、通信制御装置20の通信制御内容を設定するためのデータ(以下、適宜「設定データ」ともいう)がユーザ端末10から通信制御装置20に送信される。通信制御装置20は、その設定データにしたがって、通信制御内容の設定処理を実行し、その設定処理の結果を示すデータ(以下、適宜「メッセージ」ともいう)をユーザ端末10に送信する。ユーザ端末10は、そのメッセージを表示装置に表示させてユーザに報知する。ユーザは、報知されたメッセージにより、通信制御内容の設定の成否、および、設定エラーの原因を把握する。   In the communication control system 100, data for setting communication control content of the communication control device 20 (hereinafter also referred to as “setting data” as appropriate) is transmitted from the user terminal 10 to the communication control device 20. The communication control device 20 executes a communication control content setting process in accordance with the setting data, and transmits data indicating the result of the setting process (hereinafter also referred to as “message” as appropriate) to the user terminal 10. The user terminal 10 displays the message on the display device and notifies the user. The user grasps the success or failure of the setting of the communication control content and the cause of the setting error by the notified message.

図2は、図1の通信制御装置20の機能構成を示すブロック図である。通信制御装置20は、メッセージテーブル22と、受信部24と、データ処理部26と、メッセージ生成部32と、送信部34とを備える。   FIG. 2 is a block diagram showing a functional configuration of the communication control apparatus 20 of FIG. The communication control device 20 includes a message table 22, a reception unit 24, a data processing unit 26, a message generation unit 32, and a transmission unit 34.

本明細書のブロック図において示される各ブロックは、ハードウェア的には、コンピュータのCPUをはじめとする素子や機械装置で実現でき、ソフトウェア的にはコンピュータプログラム等によって実現されるが、ここでは、それらの連携によって実現される機能ブロックを描いている。したがって、これらの機能ブロックはハードウェア、ソフトウェアの組合せによっていろいろなかたちで実現できることは、当業者には理解されるところであり、これらのいずれかに限定されるものではない。   Each block shown in the block diagram of the present specification can be realized in terms of hardware by an element such as a CPU of a computer or a mechanical device, and in terms of software, it can be realized by a computer program or the like. The functional block realized by those cooperation is drawn. Therefore, it is understood by those skilled in the art that these functional blocks can be realized in various forms by a combination of hardware and software, and is not limited to any of these.

メッセージテーブル22は、所定の記憶装置におけるデータ記憶領域である。メッセージテーブル22には、ユーザ端末に通知すべきメッセージに含まれる複数の要素それぞれについて、各要素を識別するための要素IDと、各要素で設定可能な文字列である要素文字列と、要素文字列を識別するための文字列IDとが対応づけて格納される。   The message table 22 is a data storage area in a predetermined storage device. The message table 22 includes, for each of a plurality of elements included in a message to be notified to the user terminal, an element ID for identifying each element, an element character string that is a character string that can be set for each element, and an element character A character string ID for identifying the column is stored in association with each other.

図3(a)および図3(b)は、図2のメッセージテーブル22のデータ構造を示す。同図の要素ID欄40、文字列ID欄42、および要素文字列欄44には、要素ID、要素文字列、および文字列IDがそれぞれ格納される。「要素ID=1」の要素文字列は、IPアドレス等、設定データで指定された「設定項目」である。また、「要素ID=3」の要素文字列は、設定項目に関する属性であり、通信制御装置20におけるデータ処理の成否を決定する要因となる「設定項目属性」である。また、「要素ID=5」の要素文字列は、データ処理の成否を示すための設定項目属性の状態(以下、適宜「属性状態」ともいう)である。「要素ID=6」の要素文字列は、属性状態と結合してデータ処理の成否を示し、メッセージを完結させるための文字列である。「要素ID=2」および「要素ID4」の要素文字列は、設定項目および設定項目属性と、設定項目属性および属性状態とをそれぞれ接続させるための文字列である。「要素ID=1」から「要素ID=6」までの要素文字列を要素IDの昇順に適宜結合させることで、日本語の文法にしたがったメッセージ、ここでは特に通信制御内容の設定結果を示すメッセージとなるように、メッセージテーブル22は構成される。図2に戻る。   3A and 3B show the data structure of the message table 22 in FIG. In the element ID column 40, the character string ID column 42, and the element character string column 44 in the same figure, an element ID, an element character string, and a character string ID are stored. The element character string of “element ID = 1” is a “setting item” specified by setting data such as an IP address. The element character string of “element ID = 3” is an attribute relating to the setting item, and is a “setting item attribute” that is a factor that determines whether data processing is successful in the communication control device 20. The element character string of “element ID = 5” is a setting item attribute state (hereinafter also referred to as “attribute state” as appropriate) for indicating success or failure of data processing. The element character string of “element ID = 6” is a character string for combining the attribute state to indicate the success or failure of data processing and to complete the message. The element character strings of “element ID = 2” and “element ID 4” are character strings for connecting the setting item and the setting item attribute to the setting item attribute and the attribute state, respectively. By appropriately combining element character strings from “element ID = 1” to “element ID = 6” in ascending order of element IDs, a message according to the Japanese grammar, in particular, a setting result of communication control content is shown here. The message table 22 is configured to be a message. Returning to FIG.

受信部24は、ユーザ端末10から送信された設定データを受信してデータ処理部26に送出し、その設定データに対する所定のデータ処理をデータ処理部26に実行させる。送信部34は、メッセージ生成部32において生成されたメッセージをユーザ端末10に対して送信する。   The receiving unit 24 receives the setting data transmitted from the user terminal 10 and sends it to the data processing unit 26, and causes the data processing unit 26 to perform predetermined data processing on the setting data. The transmission unit 34 transmits the message generated by the message generation unit 32 to the user terminal 10.

データ処理部26は、設定データにしたがって、通信制御内容を設定する。データ処理部26は、データ検証部28と、制御設定部30で総称される第1の制御設定部30a、第2の制御設定部30b、第3の制御設定部30cとを有する。後述するように、制御設定部30のそれぞれは、通信制御内容のカテゴリのそれぞれに対応している。すなわち、データ処理部26は、通信制御内容を設定する機能ブロックを、通信制御内容のカテゴリごとに有する。   The data processing unit 26 sets communication control contents according to the setting data. The data processing unit 26 includes a data verification unit 28, a first control setting unit 30a, a second control setting unit 30b, and a third control setting unit 30c, which are collectively referred to as a control setting unit 30. As will be described later, each control setting unit 30 corresponds to each category of communication control content. That is, the data processing unit 26 has a functional block for setting communication control content for each category of communication control content.

データ検証部28は、設定データにより設定される通信制御内容のカテゴリによらず、設定データの形式が正常か否かを一元的に判定する。例えば、IPアドレスの形式が正しいか否か、サブネットマスクの設定範囲が正しいか否か、装置名の入力文字が許容される文字か否か等を判定する。   The data verification unit 28 determines whether or not the setting data format is normal regardless of the category of the communication control content set by the setting data. For example, it is determined whether or not the format of the IP address is correct, whether or not the subnet mask setting range is correct, whether or not the input characters of the device name are allowable characters, and the like.

データ検証部28は、形式が正常な設定データを、その設定データにより設定される通信制御内容のカテゴリに応じて、第1の制御設定部30a、第2の制御設定部30b、第3の制御設定部30cのいずれかに送信する。   The data verification unit 28 converts the setting data having the normal format into the first control setting unit 30a, the second control setting unit 30b, and the third control according to the category of the communication control content set by the setting data. It transmits to one of the setting parts 30c.

一方で、データ検証部28は、設定データにおける形式の異常を検出すると、図3(a)および図3(b)で示した文字列IDが組み合わされたID列を出力し、メッセージ生成部32に対して送出する。ここでは、要素IDごとに1つの文字列IDが選択され、要素IDの昇順で組み合わされて、形式の異常を示すID列が出力される。例えば、IPアドレスの設定範囲が不正である場合には、「要素ID=1」の文字列IDは「1」、「要素ID=2」の文字列IDは「1」、「要素ID=3」の文字列IDは「2」、「要素ID=4」の文字列IDは「1」、「要素ID=5」の文字列IDは「2」、「要素ID=6」の文字列IDは「2」が選択され、最終的に「112122」のID列が出力される。このようなデータ処理部26の機能を実現するために、IPアドレスの設定範囲の不正を検出した際にはID列「112122」を出力するように、開発者がデータ処理部26のプログラムコードを設定してよい。   On the other hand, when the data verification unit 28 detects a format abnormality in the setting data, the data verification unit 28 outputs an ID string in which the character string IDs shown in FIGS. Is sent to. Here, one character string ID is selected for each element ID and combined in the ascending order of the element IDs to output an ID string indicating a format abnormality. For example, when the IP address setting range is invalid, the character string ID of “element ID = 1” is “1”, the character string ID of “element ID = 2” is “1”, and “element ID = 3” The character string ID of “2”, the character string ID of “element ID = 4” is “1”, the character string ID of “element ID = 5” is “2”, and the character string ID of “element ID = 6” “2” is selected, and an ID string “112122” is finally output. In order to realize such a function of the data processing unit 26, the developer sets the program code of the data processing unit 26 so that the ID string “112122” is output when an illegal IP address setting range is detected. May be set.

第1の制御設定部30a、第2の制御設定部30b、および第3の制御設定部30cは、設定データにしたがって、ルーティングテーブル、パケット伝送のプライオリティ、パケット伝送の帯域制限の設定をそれぞれ実行する。以下説明する機能は、第1の制御設定部30a、第2の制御設定部30b、および第3の制御設定部30cのいずれにも共通するため、総称である「制御設定部30」を用いて説明する。   The first control setting unit 30a, the second control setting unit 30b, and the third control setting unit 30c execute the setting of the routing table, the priority of packet transmission, and the bandwidth limit of packet transmission according to the setting data, respectively. . Since the functions described below are common to all of the first control setting unit 30a, the second control setting unit 30b, and the third control setting unit 30c, the generic term “control setting unit 30” is used. explain.

制御設定部30は、設定データにしたがって通信制御内容を設定すると、その結果を示すID列を、上述したデータ処理部26と同様に出力して、メッセージ生成部32に対して送出する。制御設定部30は、通信制御内容の設定に成功すると、その成功を示すID列、例えば「111111」を出力する。一方で通信制御内容の設定に失敗すると、その失敗を示すID列、例えば「111131」を出力する。   When the communication control content is set according to the setting data, the control setting unit 30 outputs an ID string indicating the result in the same manner as the data processing unit 26 described above, and sends it to the message generation unit 32. When the communication setting details are successfully set, the control setting unit 30 outputs an ID string indicating the success, for example, “111111”. On the other hand, if the communication control content setting fails, an ID string indicating the failure, for example, “111131” is output.

メッセージ生成部32は、データ処理部26、すなわちデータ検証部28または制御設定部30からID列を受け付けると、メッセージテーブル22を参照して、ID列に含まれる文字列IDそれぞれの要素文字列を特定する。具体的にここでは、ID列に含まれる文字列IDの順序は要素IDの昇順であるため、メッセージ生成部32は、ID列における1番目の文字列ID(以下、適宜「第1文字列ID」ともいう)を「要素ID=1」の文字列IDとして特定する。次に、メッセージテーブル22における「要素ID=1」の要素文字列のうち第1文字列IDと対応づけられている要素文字列を特定する。ID列における2番目の文字列ID(以下、適宜「第2文字列ID」ともいう)以降についても同様に要素文字列をそれぞれ特定する。   When the message generation unit 32 receives the ID string from the data processing unit 26, that is, the data verification unit 28 or the control setting unit 30, the message generation unit 32 refers to the message table 22 and determines the element character string of each character string ID included in the ID string. Identify. Specifically, here, since the order of the character string IDs included in the ID string is the ascending order of the element IDs, the message generating unit 32 selects the first character string ID in the ID string (hereinafter referred to as “first character string ID” as appropriate). Is also specified as a character string ID of “element ID = 1”. Next, the element character string associated with the first character string ID among the element character strings of “element ID = 1” in the message table 22 is specified. The element character strings are similarly specified for the second character string ID (hereinafter, also referred to as “second character string ID” as appropriate) in the ID string.

メッセージ生成部32は、ID列に含まれる文字列IDの順序にしたがって、要素文字列を組み合わせてメッセージを生成する。すなわち、第1文字列IDにしたがって特定した要素文字列と、第2文字列IDにしたがって特定した要素文字列と、・・・をこの順序で組み合わせてメッセージとする。   The message generation unit 32 generates a message by combining the element character strings in accordance with the order of the character string IDs included in the ID string. That is, the element character string specified according to the first character string ID, the element character string specified according to the second character string ID, and so on are combined in this order to form a message.

図4は、ID列とメッセージとの対応を示す。同図のID列欄50は、データ検証部28または制御設定部30において出力されるID列を示している。メッセージ欄52は、ID列欄50の各ID列にしたがってメッセージ生成部32において生成されるメッセージを示している。例えば、メッセージ生成部32は、データ検証部28から出力されたID列「112122」を受け付けると、それぞれの文字列IDの要素文字列「IPアドレス」、「の」、「設定」、「が」、「成功」、「しました。」を特定する。メッセージ生成部32は、この要素文字列をID列における文字列IDの順序にしたがって組み合わせて、メッセージ「IPアドレスの設定が成功しました。」を生成する。   FIG. 4 shows the correspondence between ID strings and messages. An ID column column 50 in the figure shows an ID column output from the data verification unit 28 or the control setting unit 30. The message column 52 indicates a message generated in the message generation unit 32 according to each ID column in the ID column column 50. For example, when the message generation unit 32 receives the ID string “112122” output from the data verification unit 28, the element character strings “IP address”, “no”, “setting”, and “ga” of the respective character string IDs are received. , “Success”, “I did”. The message generator 32 combines the element character strings in accordance with the order of the character string IDs in the ID string, and generates a message “IP address has been successfully set.”

以上の構成による動作を以下説明する。
図5は、図1の通信制御装置20の動作を示すフローチャートである。受信部24は、ユーザ端末10から送信された設定データを受信する(S10)。データ検証部28は、その設定データの形式を検証する。設定データの形式が異常であるとき(S12のN)、データ検証部28は、設定データにおける形式の異常を示すID列を出力する(S20)。設定データの形式が正常であるとき(S12のY)、制御設定部30はその設定データにしたがって通信制御内容を設定する。その設定が成功したとき(S14のY)、制御設定部30は設定の成功を示すID列を出力する(S16)。その設定が失敗したとき(S14のN)、制御設定部30は設定の失敗を示すID列を出力する(S18)。メッセージ生成部32は、メッセージテーブル22を参照し、データ検証部28または制御設定部30から出力されたID列にしたがってメッセージを生成する(S22)。送信部34は、メッセージ生成部32において生成されたメッセージをユーザ端末10に対して送信する(S24)。
The operation of the above configuration will be described below.
FIG. 5 is a flowchart showing the operation of the communication control apparatus 20 of FIG. The receiving unit 24 receives the setting data transmitted from the user terminal 10 (S10). The data verification unit 28 verifies the format of the setting data. When the format of the setting data is abnormal (N in S12), the data verification unit 28 outputs an ID string indicating the format abnormality in the setting data (S20). When the setting data format is normal (Y in S12), the control setting unit 30 sets the communication control content according to the setting data. When the setting is successful (Y in S14), the control setting unit 30 outputs an ID string indicating the successful setting (S16). When the setting fails (N in S14), the control setting unit 30 outputs an ID string indicating the setting failure (S18). The message generation unit 32 refers to the message table 22 and generates a message according to the ID string output from the data verification unit 28 or the control setting unit 30 (S22). The transmitter 34 transmits the message generated by the message generator 32 to the user terminal 10 (S24).

本実施の形態の通信制御装置20によれば、メッセージテーブル22において要素文字列が一元管理されているため、ユーザ端末10に通知するメッセージの形式を統一できる。また、多種多様なメッセージそのものを記憶しないため記憶領域の占有量を抑制できる一方で、文字列IDが組み合わされてID列に基づいて、多種多様なメッセージの生成を実現できる。また、メッセージ数が増加しても、記憶すべきデータ量の増大を抑制できる。   According to the communication control apparatus 20 of the present embodiment, since the element character strings are centrally managed in the message table 22, the format of the message notified to the user terminal 10 can be unified. In addition, since a large variety of messages themselves are not stored, the occupation amount of the storage area can be suppressed. On the other hand, a variety of messages can be generated based on an ID string by combining character string IDs. Even if the number of messages increases, an increase in the amount of data to be stored can be suppressed.

ここで、メッセージそのものを識別するIDとメッセージとが直接対応づけられた通信制御装置(以下、適宜「従来通信制御装置」ともいう)と、本実施の形態の通信制御装置20とにおける記憶領域の占有量を以下考察する。ここでは、「要素ID=1」の要素文字列を10種類とし、各要素文字列長を10バイトとする。また、「要素ID=2」の要素文字列を5種類とし、各要素文字列長を2バイトとする。また、「要素ID=3」の要素文字列を10種類とし、各要素文字列長を10バイトとする。また、「要素ID=4」の要素文字列を5種類とし、各要素文字列長を2バイトとする。また、「要素ID=5」の要素文字列を10種類とし、各要素文字列長を10バイトとする。また、「要素ID=6」の要素文字列を5種類とし、各要素文字列長を6バイトとする。この場合、メッセージの文字列長は40バイトとなる。   Here, the storage area in the communication control apparatus (hereinafter also referred to as “conventional communication control apparatus” as appropriate) in which the ID for identifying the message itself and the message are directly associated with each other, and the communication control apparatus 20 of the present embodiment. The occupancy is considered below. Here, there are 10 types of element character strings of “element ID = 1”, and the length of each element character string is 10 bytes. Also, there are five types of element character strings of “element ID = 2”, and the length of each element character string is 2 bytes. Also, there are 10 types of element character strings of “element ID = 3”, and the length of each element character string is 10 bytes. Also, there are five types of element character strings of “element ID = 4”, and the length of each element character string is 2 bytes. Also, there are 10 types of element character strings of “element ID = 5”, and the length of each element character string is 10 bytes. Also, there are five types of element character strings of “element ID = 6”, and the length of each element character string is 6 bytes. In this case, the character string length of the message is 40 bytes.

メッセージは、各要素IDの各要素文字列の組み合わせであるため、最大12万5千種類となる。メッセージの文字列長は40バイトであり、そのIDを各要素ID分の6バイトとすると、従来通信制御装置における記憶領域の占有量は約5.7MBとなる。一方で本実施の形態の通信制御装置20では各要素文字列を組み合わせる必要がないため、IDを2バイトと考慮すると、「要素ID=1」については10種類×12バイトとなる。以下同様に各要素IDについての必要量を算出して合算すると、記憶領域の占有量は約440バイトとなり大幅に削減される。特に、通信制御装置のように高速な処理が必要とされる装置の場合、これらの情報はメモリに展開されることが多いが、搭載できるメモリ量には制限があるため、記憶領域の占有量を抑制できるメリットは大きい。また必要なメモリ量が低減されることで、通信制御装置のコストも低減できる。   Since the message is a combination of each element character string of each element ID, the maximum number of messages is 125,000. The character string length of the message is 40 bytes. If the ID is 6 bytes for each element ID, the occupation amount of the storage area in the conventional communication control device is about 5.7 MB. On the other hand, since it is not necessary to combine the element character strings in the communication control apparatus 20 of the present embodiment, considering the ID as 2 bytes, “element ID = 1” is 10 types × 12 bytes. Similarly, when the necessary amount for each element ID is calculated and summed up, the occupied amount of the storage area is about 440 bytes, which is greatly reduced. In particular, in the case of a device that requires high-speed processing, such as a communication control device, this information is often expanded in a memory, but the amount of memory that can be installed is limited, so the amount of storage space occupied The merit that can be suppressed is great. In addition, the cost of the communication control device can be reduced by reducing the necessary memory amount.

また、本実施の形態の通信制御装置20は、従来通信制御装置と比較して、生成するメッセージのメンテナンスが容易になる。例えば、「要素ID=1」の要素文字列である「プライオリティ」を「優先度」に変更することを考える。この場合、通信制御装置20は、「要素ID=1」「文字列ID=5」における要素文字列の1箇所を変更すればよい。一方で、従来の通信制御装置は、他の要素IDにおける要素文字列との組み合わせ分、上述の例では最大1万2千5百箇所を修正する必要がある。このように、通信制御装置20よれば、管理者の負担を軽減し、メンテナンス作業のミスを低減できる。   Further, the communication control device 20 according to the present embodiment facilitates maintenance of messages to be generated as compared with the conventional communication control device. For example, consider changing “priority”, which is an element character string of “element ID = 1”, to “priority”. In this case, the communication control device 20 may change one place of the element character string in “element ID = 1” and “character string ID = 5”. On the other hand, the conventional communication control apparatus needs to correct a maximum of 12,500 places in the above example, in combination with element character strings in other element IDs. Thus, according to the communication control apparatus 20, the burden on the administrator can be reduced and mistakes in maintenance work can be reduced.

以上、本発明を実施の形態をもとに説明した。この実施の形態は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   The present invention has been described based on the embodiments. This embodiment is an exemplification, and it will be understood by those skilled in the art that various modifications can be made to combinations of the respective constituent elements and processing processes, and such modifications are also within the scope of the present invention. is there.

請求項に記載の各構成要件が果たすべき機能は、実施の形態および変形例において示された各機能ブロックの単体もしくはそれらの連携によって実現されることも当業者には理解されるところである。   It should also be understood by those skilled in the art that the functions to be fulfilled by the constituent elements described in the claims are realized by the individual functional blocks shown in the embodiments and the modifications or by their cooperation.

第1の変形例を説明する。上述した実施の形態における文字列IDは1桁であったが、より多くの桁数であってもよいのはもちろんである。これにより、要素文字列を多様化でき、その結果、メッセージをより多様化できる。例えば、特定の要素IDについて、その文字列IDを2桁とすることで、その要素IDにおける要素文字列数を最大100個にできる。メッセージ生成部32は、その要素IDについては、ID列から2桁の文字列IDを取得して、メッセージテーブル22において対応づけられた要素文字列を特定する。   A first modification will be described. Although the character string ID in the embodiment described above is one digit, it is needless to say that the number of digits may be larger. Thereby, element character strings can be diversified, and as a result, messages can be diversified more. For example, regarding a specific element ID, the number of element character strings in the element ID can be increased to 100 by setting the character string ID to two digits. For the element ID, the message generation unit 32 acquires a two-digit character string ID from the ID string, and specifies the element character string associated with the message table 22.

第2の変形例を説明する。データ処理部26が出力するID列は、固定された順序ではなく、動的に設定されてもよい。この場合、ID列の各文字列IDについて、それぞれの要素IDを示す順序情報が付加されてもよい。メッセージ生成部32は、ID列の先頭の文字列IDを取得すると、固定的に「要素ID=1」と特定するのではなく、順序情報にしたがって要素IDを特定する。例えば、ID列「11223122」に対し、順序情報「12343456」が付加されているとする。メッセージ生成部32は、ID列における5番目の文字列IDについて、その要素IDは「3」であると特定して、要素文字列「フォーマット」を特定する。最終的に生成されるメッセージは、「IPアドレスの設定範囲とフォーマットが不正です。」となる。このように、本変形例によれば、複数の要素IDを柔軟に組み合わせることができ、より多種多様なメッセージを生成できる。   A second modification will be described. The ID string output by the data processing unit 26 may be dynamically set instead of a fixed order. In this case, order information indicating each element ID may be added to each character string ID of the ID string. When the message generation unit 32 acquires the first character string ID of the ID string, the message generation unit 32 does not specify “element ID = 1” fixedly, but specifies the element ID according to the order information. For example, it is assumed that order information “123434456” is added to the ID string “11222322”. The message generation unit 32 specifies the element character string “format” by specifying that the element ID is “3” for the fifth character string ID in the ID string. The finally generated message is “IP address setting range and format is invalid”. Thus, according to this modification, a plurality of element IDs can be flexibly combined, and a wider variety of messages can be generated.

上述した第1および第2の変形例を組み合わせてもよい。第1の変形例により要素文字列自身を多様化でき、第2の変形例により要素文字列の組み合わせを多様化できるため、これが組み合わせられることで、さらに多種多様なメッセージを生成できる。   You may combine the 1st and 2nd modification mentioned above. The element character string itself can be diversified according to the first modification, and the combination of the element character strings can be diversified according to the second modification. Therefore, by combining these, a wider variety of messages can be generated.

本発明の実施の形態である通信制御システムの構成を示す図である。It is a figure which shows the structure of the communication control system which is embodiment of this invention. 図1の通信制御装置の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the communication control apparatus of FIG. 図2のメッセージテーブルのデータ構造を示す図である。It is a figure which shows the data structure of the message table of FIG. 図2のメッセージテーブルのデータ構造を示す図である。It is a figure which shows the data structure of the message table of FIG. ID列とメッセージとの対応を示す図である。It is a figure which shows a response | compatibility with an ID column and a message. 図1の通信制御装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the communication control apparatus of FIG.

符号の説明Explanation of symbols

10 ユーザ端末、 20 通信制御装置、 22 メッセージテーブル、 24 受信部、 26 データ処理部、 28 データ検証部、 30 制御設定部、 30a 第1の制御設定部、 30b 第2の制御設定部、 30c 第3の制御設定部、 32 メッセージ生成部、 34 送信部、 40 要素ID欄、 42 文字列ID欄、 44 要素文字列欄、 50 ID列欄、 52 メッセージ欄、 100 通信制御システム。   10 user terminal, 20 communication control device, 22 message table, 24 reception unit, 26 data processing unit, 28 data verification unit, 30 control setting unit, 30a first control setting unit, 30b second control setting unit, 30c second 3 control setting unit, 32 message generation unit, 34 transmission unit, 40 element ID column, 42 character string ID column, 44 element string column, 50 ID column column, 52 message column, 100 communication control system.

Claims (4)

外部端末に通知すべきメッセージに含まれる複数の要素それぞれについて、各要素で設定可能な文字列である要素文字列と、要素文字列を識別するための文字列IDとを対応づけて格納したメッセージテーブルと、
通信制御の内容を設定するための設定データを外部端末から受信する受信部と、
受信された設定データにしたがって所定のデータ処理を実行し、当該データ処理の結果を示すデータとして、前記複数の要素それぞれについての文字列IDのみにより構成されたID列を出力するデータ処理部と、
出力されたID列の各文字列IDにしたがって、前記メッセージテーブルにおいて対応づけられた要素文字列をそれぞれ特定し、各要素文字列を含むメッセージを生成するメッセージ生成部と、
生成されたメッセージを外部端末に送信する送信部と、
を備え
前記データ処理部は、前記複数の要素それぞれについての文字列IDを所定の自然言語の文法にしたがった順序で設定したID列を出力し、
前記メッセージ生成部は、ID列における文字列IDの設定順序にしたがって、各要素文字列を組み合わせることにより、前記所定の自然言語の文法に則したメッセージを生成することを特徴とする通信制御装置。
For each of a plurality of elements included in a message to be notified to an external terminal, a message in which an element character string that is a character string that can be set in each element is associated with a character string ID for identifying the element character string Table,
A receiving unit for receiving setting data for setting the content of communication control from an external terminal;
A data processing unit that executes predetermined data processing in accordance with the received setting data, and outputs an ID string composed only of a character string ID for each of the plurality of elements as data indicating a result of the data processing;
A message generation unit that identifies each element character string associated in the message table according to each character string ID of the output ID string, and generates a message including each element character string;
A transmission unit for transmitting the generated message to an external terminal;
Equipped with a,
The data processing unit outputs an ID string in which character string IDs for each of the plurality of elements are set in an order according to a predetermined natural language grammar,
The message generation unit, according to the setting order of the strings ID in ID column, by combining each element string, a communication control device, wherein that you generate a message conforming to the grammar of the given natural language .
前記メッセージを構成する複数の要素には、前記設定データで指定された設定項目と、その設定項目に関する属性であって、前記データ処理の成否に関係する設定項目属性と、前記データ処理の成否を示すための設定項目属性の状態とが少なくとも含まれることを特徴とする請求項1に記載の通信制御装置。 The plurality of elements constituting the message include a setting item specified by the setting data, attributes relating to the setting item, setting item attributes related to success or failure of the data processing, and success or failure of the data processing. The communication control apparatus according to claim 1, wherein at least a setting item attribute state for indicating is included. 前記データ処理部は、
受信された設定データについて、その形式が正常か否かを一元的に判定するデータ検証部と、
正常な形式の設定データにしたがって、通信制御の内容を設定する複数の制御設定部と、
を有し、
前記データ検証部は、正常な形式の設定データについて、当該設定データを処理すべき制御設定部に送出し、異常な形式の設定データについて、その異常を示すID列を出力し、
前記複数の制御設定部のそれぞれは、通信制御の内容の設定において異常を検出した設定データについて、その異常を示すID列を出力することを特徴とする請求項1または2に記載の通信制御装置。
The data processing unit
A data verification unit for centrally determining whether the format of the received setting data is normal;
A plurality of control setting units for setting the contents of communication control in accordance with normal format setting data;
Have
The data verification unit sends out the setting data in the normal format to the control setting unit to process, and outputs the ID string indicating the abnormality of the setting data in the abnormal format.
3. The communication control device according to claim 1, wherein each of the plurality of control setting units outputs an ID string indicating an abnormality of setting data in which an abnormality is detected in setting communication control content. 4. .
外部端末に通知すべきメッセージに含まれる複数の要素それぞれについて、各要素で設定可能な文字列である要素文字列と、要素文字列を識別するための文字列IDとを対応づけて格納したメッセージテーブルと、受信部と、データ処理部と、メッセージ生成部と、送信部とを備える通信制御装置により実行される方法であって、
前記受信部が、通信制御の内容を設定するための設定データを外部端末から受信するステップと、
前記データ処理部が、受信された設定データにしたがって所定のデータ処理を実行し、当該データ処理の結果を示すデータとして、前記複数の要素それぞれについての文字列IDのみにより構成されたID列を出力するステップと、
前記メッセージ生成部が、前記出力されたID列の各文字列IDにしたがって、前記メッセージテーブルにおいて対応づけられた要素文字列をそれぞれ特定し、各要素文字列を含むメッセージを生成するステップと、
前記送信部が、前記生成されたメッセージを外部端末に送信するステップと、
を備え
前記ID列を出力するステップは、前記複数の要素それぞれについての文字列IDを所定の自然言語の文法にしたがった順序で設定したID列を出力し、
前記メッセージを生成するステップは、ID列における文字列IDの設定順序にしたがって、各要素文字列を組み合わせることにより、前記所定の自然言語の文法に則したメッセージを生成することを特徴とするメッセージ生成方法。
For each of a plurality of elements included in a message to be notified to an external terminal, a message in which an element character string that is a character string that can be set in each element is associated with a character string ID for identifying the element character string a table, a receiver, a data processing unit, and a message generating unit, a method that will be executed by the communication control device and a transmission section,
Receiving the setting data for setting the content of communication control from an external terminal;
The data processing unit executes predetermined data processing according to the received setting data, and outputs an ID string composed only of a character string ID for each of the plurality of elements as data indicating a result of the data processing And steps to
The message generation unit identifying each element character string associated in the message table according to each character string ID of the output ID string, and generating a message including each element character string;
The transmitting unit transmitting the generated message to an external terminal;
Equipped with a,
The step of outputting the ID string outputs an ID string in which character string IDs for each of the plurality of elements are set in an order according to a predetermined natural language grammar,
Wherein generating the message according to the setting order of the strings ID in ID column, by combining each element string, a message which is characterized that you generate a message conforming to the grammar of the given natural language Generation method.
JP2008160999A 2008-06-19 2008-06-19 Communication control device and message generation method Expired - Fee Related JP4937968B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008160999A JP4937968B2 (en) 2008-06-19 2008-06-19 Communication control device and message generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008160999A JP4937968B2 (en) 2008-06-19 2008-06-19 Communication control device and message generation method

Publications (2)

Publication Number Publication Date
JP2010003090A JP2010003090A (en) 2010-01-07
JP4937968B2 true JP4937968B2 (en) 2012-05-23

Family

ID=41584763

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008160999A Expired - Fee Related JP4937968B2 (en) 2008-06-19 2008-06-19 Communication control device and message generation method

Country Status (1)

Country Link
JP (1) JP4937968B2 (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0442333A (en) * 1990-06-07 1992-02-12 Mitsubishi Electric Corp Error processing method
DE59914907D1 (en) * 1998-11-27 2009-01-02 Alcatel Lucent Method and device for validation of configuration data for telecommunication systems
JP2002215484A (en) * 2001-01-17 2002-08-02 Canon Inc Data transfer processor, device equipment, network system, data transfer method and storage medium
JP2002281053A (en) * 2001-03-16 2002-09-27 Toshiba Corp Communication network system
JP4582942B2 (en) * 2001-03-23 2010-11-17 株式会社リコー Device monitoring apparatus, device monitoring method, and device monitoring system
DE50310903D1 (en) * 2002-08-16 2009-01-22 Deutsche Post Ag METHOD AND SYSTEM FOR TRANSMITTING BENACHRIC
JP2005122504A (en) * 2003-10-17 2005-05-12 Hitachi Software Eng Co Ltd Method and system for supporting web application development
JP2005197826A (en) * 2003-12-26 2005-07-21 Fujitsu Ltd Central management apparatus for managing a plurality of nodes on network

Also Published As

Publication number Publication date
JP2010003090A (en) 2010-01-07

Similar Documents

Publication Publication Date Title
JP4701148B2 (en) Failure recovery system and server
CN101341724B (en) System and method for history driven optimization of web services communication
CN109660377B (en) Unified configuration management method, service server and operation maintenance management platform
US7679769B2 (en) Data receiving system and data output method therefor, data receiving apparatus, and control program for implementing the data output method
US9304729B2 (en) Client device, print device and non-transitory computer readable medium for realizing print of target image represented by target data
JP2005063411A (en) Printing processing device, image processing device, document management device, print processing system, control method for print processing device, control program for print processing device, and recording medium
JP2005266916A (en) Server difference management system and control method for information processor
JP2004173238A (en) Method and system for automatic digital document processing
JPWO2002078385A1 (en) Device setting update system
US10643219B2 (en) Non-transitory computer-readable medium for server capable of executing target service related to communication device
JP6270576B2 (en) Information processing apparatus, control method thereof, and program
JP5248145B2 (en) Information providing server, program, information providing method, and information providing system
JP4937968B2 (en) Communication control device and message generation method
JP4546105B2 (en) Message exchange method and message conversion system
JP4404215B2 (en) Image forming apparatus, management apparatus, network system, control program for image forming apparatus, and control program for management apparatus
JP2009265718A (en) Network device transmitting only difference data of network management information, server, program and method
JP4525115B2 (en) Structured document processing apparatus, structured document processing method, and structured document processing program
JP2006244286A (en) Log-in information processing system, log-in information processing method, and log-in information processing program
US6581091B1 (en) Program parameter updating method
JP2005260571A (en) Communication relay device, communication relay method, and communication relay program
JP5038672B2 (en) Device setting update system
JP2014146382A (en) Planning device
JP2007295385A (en) Presence server, and terminal status notification method
JP5049807B2 (en) Method and flow processing apparatus for executing a service on a network
JP2011065236A (en) Service retrieval device, service provision device, service retrieval system and service retrieval method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100223

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111004

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111115

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120214

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120222

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

Free format text: PAYMENT UNTIL: 20150302

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees