JP2003058257A - Temperature controller - Google Patents

Temperature controller

Info

Publication number
JP2003058257A
JP2003058257A JP2001242206A JP2001242206A JP2003058257A JP 2003058257 A JP2003058257 A JP 2003058257A JP 2001242206 A JP2001242206 A JP 2001242206A JP 2001242206 A JP2001242206 A JP 2001242206A JP 2003058257 A JP2003058257 A JP 2003058257A
Authority
JP
Japan
Prior art keywords
command
group
parameters
parameter
temperature controller
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
JP2001242206A
Other languages
Japanese (ja)
Inventor
Akihiko Nakagawa
昭彦 中川
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP2001242206A priority Critical patent/JP2003058257A/en
Publication of JP2003058257A publication Critical patent/JP2003058257A/en
Pending legal-status Critical Current

Links

Landscapes

  • Control Of Temperature (AREA)
  • Selective Calling Equipment (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a temperature controller capable of easily preparing data of a command and a response and shortening data communication time. SOLUTION: The temperature controller is provided with parameter/group registration means M1-Mn for registering a plurality of parameters such as a specified output value, a status state and a set temperature value corresponding to one group command code included in command (request command) information DCi supplied from host equipment Ua. At the time of receiving the command (request command) information DCi including the group command code, parameter values of a plurality of the parameters hierarchically registered as the group command code are read simultaneously and pieces of response information (parameter values) DR1-DRn are transmitted to the host equipment Ua.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は上位機器からの指令
に基づいて制御動作のパラメータを設定または送信する
温度調節器に係り、特に複数のパラメータを1つの群と
して扱い、データ通信時間を短縮する温度調節器に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a temperature controller for setting or transmitting a parameter of a control operation based on a command from a host device, and particularly treating a plurality of parameters as one group to shorten a data communication time. Regarding the temperature controller.

【0002】[0002]

【従来の技術】従来の温度調節器において、制御対象機
器に対する制御動作に必要なパラメータとこのパラメー
タに対応したパラメータ値を記憶するメモリ領域を設
け、制御動作中のパラメータ値を更新するように構成さ
れたものは知られている。
2. Description of the Related Art In a conventional temperature controller, a memory area for storing a parameter required for a control operation for a controlled device and a parameter value corresponding to this parameter is provided, and the parameter value during the control operation is updated. What has been done is known.

【0003】このように構成された従来の温度調節器
は、RS485等のインタフェースを有する通信機能を
備えており、同じ通信機能を備えたパーソナルコンピュ
ータやPLC(Programmable Logic Controller)等の
上位機器と接続され、相互間でパラメータの送受信が行
なわれる。
The conventional temperature controller thus constructed has a communication function having an interface such as RS485, and is connected to a host computer such as a personal computer or PLC (Programmable Logic Controller) having the same communication function. The parameters are transmitted and received between each other.

【0004】パラメータの送受信は、上位機器からコマ
ンドと呼ばれる読出し指令または書込み指令が温度調節
器に供給されると、温度調節器からそれぞれのコマンド
に対応したレスポンスと呼ばれる応答が上位機器に送信
される。
In the transmission and reception of parameters, when a read command or a write command called a command is supplied from the host device to the temperature controller, a response called a response corresponding to each command is sent from the temperature controller to the host device. .

【0005】図5に従来のコマンドとレスポンスの基本
データフォーマットの一例を示す。(a)図にコマン
ド、(b)図にレスポンスのデータ構成を示す。コマン
ドおよびレスポンスは一対で構成され、コマンドは上位
機器に、レスポンスは温度調節器にプログラムで設定さ
れる。
FIG. 5 shows an example of a conventional basic data format of commands and responses. The data structure of the command is shown in (a) and the data structure of the response is shown in (b). The command and the response are composed in a pair, and the command is set in the host device and the response is set in the temperature controller by a program.

【0006】コマンドおよびレスポンスは、スタートキ
ャラクタ@、個々の温度調節器を指定するユニット番
号、読出しまたは書込みを表わすコマンド種別、パラメ
ータを指定するコマンドコード、通信結果がセットされ
る終了コード、パラメータ値を表わすデータ部、フレー
ムチェックシーケンスFCS、およびコマンドまたはレ
スポンスの終了を表わす「*」「CR」等から構成さ
れ、それぞれ所定のバイト(1バイト=8ビット)数が
割り当てられる。
The commands and responses include a start character @, a unit number for specifying each temperature controller, a command type for reading or writing, a command code for specifying parameters, an end code for setting a communication result, and a parameter value. It is composed of a data portion to represent, a frame check sequence FCS, and “*” and “CR” representing the end of a command or response, and a predetermined number of bytes (1 byte = 8 bits) is allocated to each.

【0007】パラメータの読出し(要求)コマンドのデ
ータ部には、パラメータ値が設定されず、ダミーのデー
タ値(例えば、「0000」)がセットされる。また、
パラメータの書込み(設定)コマンドのデータ部には、
温度調節器に設定するパラメータのパラメータ(デー
タ)値がセットされる。
No parameter value is set in the data portion of the parameter read (request) command, but a dummy data value (for example, "0000") is set. Also,
In the data part of the parameter write (setting) command,
The parameter (data) value of the parameter set in the temperature controller is set.

【0008】一方、パラメータの読出し(要求)コマン
ドに対応するレスポンスのデータ部には、要求されたパ
ラメータのパラメータ(データ)値がセットされる。ま
た、パラメータの書込み(設定)コマンドに対応するレ
スポンスのデータ部には、パラメータ値が設定されず、
ダミーのデータ値(例えば、「0000」)がセットさ
れる。
On the other hand, the parameter (data) value of the requested parameter is set in the data portion of the response corresponding to the parameter read (request) command. Also, the parameter value is not set in the data part of the response corresponding to the parameter write (setting) command,
A dummy data value (for example, "0000") is set.

【0009】コマンドおよびレスポンスのコマンド種別
には、パラメータの読出し(要求)であるか書込み(設
定)であるかを識別するコード(例えば、読出し=1,
書込み=2)がセットされる。
The command type of the command and the response is a code for identifying whether the parameter is read (request) or written (set) (for example, read = 1,
Write = 2) is set.

【0010】コマンドコードには、温度調節器に書き込
む(設定する)、または温度調節器から読み出す(要求
する)パラメータの番号またはパラメータが記憶されて
いるメモリ領域のアドレス番号がセットされ、書込みま
たは読出しの対象となるパラメータが特定される。
In the command code, the number of the parameter to be written (set) in the temperature controller or read (requested) from the temperature controller or the address number of the memory area in which the parameter is stored is set to write or read. The target parameter of is specified.

【0011】このように、従来のコマンドとレスポンス
を用いたパラメータの送受信は、1つのパラメータの書
込みまたは読出しに、それぞれ1対のコマンドとレスポ
ンスが必要とされる。
As described above, in the conventional parameter transmission / reception using the command and response, a pair of command and response is required for writing or reading one parameter, respectively.

【0012】[0012]

【発明が解決しようとする課題】図5に示す従来のコマ
ンドとレスポンスを用いたパラメータの送受信は、1つ
のパラメータの書込みまたは読出しに、それぞれ1対の
コマンドとレスポンスが必要とされるため、上位機器か
ら温度調節器にn個のパラメータのパラメータ値を要求
する場合、上位機器と温度調節器との間でn個のコマン
ドにn個のレスポンスを加えた合計2n個のデータ送受
信を実行しなければならなく、データの通信に多くの時
間を要する課題がある。特に、1つの上位機器に複数の
温度調節器が接続され、それぞれ複数のパラメータが要
求される場合には、データ通信に要する時間が膨大とな
る。
The parameter transmission / reception using the conventional command and response shown in FIG. 5 requires a pair of command and response for writing or reading one parameter. When requesting the parameter values of n parameters from the device to the temperature controller, a total of 2n data transmissions including n commands and n responses must be executed between the host device and the temperature controller. However, there is a problem that it takes a lot of time to communicate data. In particular, when a plurality of temperature controllers are connected to one host device and a plurality of parameters are required for each, a time required for data communication becomes enormous.

【0013】例えば、温度調節器が液晶の焼成器のよう
な制御対象機器を制御動作する場合、上位機器から読出
しコマンドで焼成温度を監視していても、温度調節器の
数が多く、データ通信に時間がかかると、短時間の焼成
温度の変動を見逃す場合があり、本来ならば液晶の焼成
不良になるものを良品としてしまうようなケースがある
ため、ユーザからデータ通信時間の短縮に対する強い要
求がある。
For example, when the temperature controller controls a device to be controlled such as a liquid crystal baking device, the number of temperature controllers is large and data communication is performed even if the baking temperature is monitored by a read command from the host device. If it takes a long time, the short-term fluctuation of the baking temperature may be overlooked, and in some cases, the liquid crystal that would otherwise be defective may be regarded as a good product. Therefore, there is a strong demand from the user to reduce the data communication time. There is.

【0014】このような課題を解決するために、1つの
コマンドの中に複数のパラメータを記載するデータフォ
ーマットが提案され、実用化されている。図6に複数の
コマンドコードを有するコマンドのデータフォーマット
の一例を示す。図6において、コマンドは、コマンドコ
ードにc1,c2およびc3を記載するため、1個のコ
マンドで3個のパラメータのパラメータ値を要求または
設定することができる。一方、レスポンスも3つのパラ
メータ値を1個のレスポンスに設定できる。つまり、3
個のパラメータ値の要求を1対(2個)のデータの送受
信で実現でき、データ通信時間の短縮を図ることができ
る。
In order to solve such a problem, a data format in which a plurality of parameters are described in one command has been proposed and put into practical use. FIG. 6 shows an example of a data format of a command having a plurality of command codes. In FIG. 6, since the command describes c1, c2, and c3 in the command code, it is possible to request or set the parameter values of three parameters with one command. On the other hand, as for the response, three parameter values can be set in one response. That is, 3
The request for each parameter value can be realized by transmitting / receiving a pair of (two) data, and the data communication time can be shortened.

【0015】しかし、図6に示すデータフォーマット
は、コマンドコードの数が多くなると、コマンドのデー
タ通信時間が長くなったり、記載できるコマンドコード
数に制約があるため、温度調節器の数が多く、要求され
るパラメータ数が多い場合には、ユーザの要求を充分に
満足させるデータ通信時間の短縮を実現することができ
ない。
However, in the data format shown in FIG. 6, when the number of command codes increases, the command data communication time increases and the number of command codes that can be described is limited. Therefore, the number of temperature controllers is large. If the number of required parameters is large, it is not possible to realize the reduction of the data communication time that sufficiently satisfies the user's request.

【0016】また、図5および図6に示すデータフォー
マットは、コマンドおよびレスポンスのデータ作成が煩
雑で多くの工数を要する課題がある。
Further, the data formats shown in FIGS. 5 and 6 have a problem that command and response data creation is complicated and requires a lot of man-hours.

【0017】この発明はこのような課題を解決するため
になされたもので、その目的はコマンドおよびレスポン
スのデータ作成が容易で、データ通信時間を大幅に短縮
可能な温度調節器を提供することにある。
The present invention has been made to solve the above problems, and an object thereof is to provide a temperature controller which can easily create command and response data and can significantly reduce the data communication time. is there.

【0018】[0018]

【課題を解決するための手段】前記課題を解決するため
この発明に係る温度調節器は、上位機器からの指令に基
づいて制御動作のパラメータを設定または送信する温度
調節器において、複数のパラメータを1つの群に対応さ
せて登録するパラメータ/群登録手段を備え、上位機種
から供給される群指令に対応して複数のパラメータを設
定または送信することを特徴とする。
In order to solve the above-mentioned problems, a temperature controller according to the present invention uses a plurality of parameters in a temperature controller for setting or transmitting parameters for control operation based on a command from a host device. It is characterized in that it is provided with parameter / group registration means for registering in association with one group, and setting or transmitting a plurality of parameters in response to a group command supplied from a higher model.

【0019】この発明に係る温度調節器は、複数のパラ
メータを1つの群に対応させて登録するパラメータ/群
登録手段を備え、上位機種から供給される群指令に対応
して複数のパラメータを設定または送信するので、コマ
ンドに個々のパラメータ番号やアドレスを記載すること
なく、複数のパラメータを1個の群で代表することがで
き、コマンドおよびレスポンスのデータ作成が容易にな
るとともに、コマンドおよびレスポンスのデータ数を削
減できるのでデータ通信時間を大幅に短縮することがで
きる。
The temperature controller according to the present invention comprises parameter / group registration means for registering a plurality of parameters in association with one group, and sets a plurality of parameters in response to a group command supplied from a higher model. Or, since it is transmitted, multiple parameters can be represented by one group without describing each parameter number or address in the command, and the command and response data can be easily created, and the command and response Since the number of data can be reduced, the data communication time can be significantly shortened.

【0020】また、この発明に係るパラメータ/群登録
手段は、複数のパラメータに対応した群を記憶するメモ
リ領域を有するメモリを備えたことを特徴とする。
Further, the parameter / group registration means according to the present invention is characterized by including a memory having a memory area for storing a group corresponding to a plurality of parameters.

【0021】この発明に係るパラメータ/群登録手段
は、複数のパラメータに対応した群を記憶するメモリ領
域を有するメモリを備える構成なので、群を記憶するメ
モリ領域を設定し、ソフト対応で実現することができ、
従来の温度調節器を流用して構成の単純化を図ることが
できる。
Since the parameter / group registration means according to the present invention comprises a memory having a memory area for storing a group corresponding to a plurality of parameters, a memory area for storing the group is set and realized by software. Can
The structure can be simplified by using the conventional temperature controller.

【0022】[0022]

【発明の実施の形態】以下、本発明の実施の形態を添付
図面に基づいて説明する。図1はこの発明に係る温度調
節器が適用される一実施の形態システムブロック構成図
である。図1において、システムは、パーソナルコンピ
ュータやPLC(Programmable LogicController)の上
位機器Ua、温度調節器T1〜Tn、制御対象機器E1
〜Enを備える。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is a system block configuration diagram of an embodiment to which a temperature controller according to the present invention is applied. In FIG. 1, the system includes a host computer Ua of a personal computer or PLC (Programmable Logic Controller), temperature controllers T1 to Tn, and a control target device E1.
To En.

【0023】上位機器Uaおよび温度調節器T1〜Tn
は、RS458等のインタフェースの通信機能を有し、
相互間を通信ケーブルL1〜Lnで接続して上位機器U
aおよび温度調節器T1〜Tn間でデータ通信を行う。
Host device Ua and temperature controllers T1 to Tn
Has a communication function of an interface such as RS458,
Host device U connected to each other with communication cables L1 to Ln
Data communication is performed between a and the temperature controllers T1 to Tn.

【0024】上位機器Uaは、指令(設定コマンド)情
報DCi(i=1〜n)を温度調節器T1〜Tnに供給し
て各種設定コマンドに対応したパラメータを設定し、温
度調節器T1〜Tnから制御対象機器E1〜Enに供給
する制御情報DS1〜DSnを規定する。
The host device Ua supplies command (setting command) information DCi (i = 1 to n) to the temperature controllers T1 to Tn to set parameters corresponding to various setting commands, and the temperature controllers T1 to Tn. Control information DS1 to DSn supplied from the control target devices E1 to En.

【0025】また、上位機器Uaは、指令(要求コマン
ド)情報DCiを温度調節器T1〜Tnに供給することに
より、温度調節器T1〜Tnから指定出力値、ステータ
ス状態または設定温度値等の応答(レスポンス)情報
(パラメータ値)DR1〜DRnを受信してデータを管理す
る。
Further, the host device Ua supplies command (request command) information DCi to the temperature controllers T1 to Tn so that the temperature controllers T1 to Tn respond to specified output values, status statuses or set temperature values. (Response) Information (parameter value) DR1 to DRn is received to manage the data.

【0026】さらに、上位機器Uaは、受信した応答
(レスポンス)情報(パラメータ値)DR1〜DRnに基づ
いて温度調節器T1〜Tnの制御動作を監視する。
Further, the host device Ua monitors the control operation of the temperature controllers T1 to Tn based on the received response information (parameter values) DR1 to DRn.

【0027】温度調節器T1〜Tnは、上位機器Uaか
ら供給される指令(設定コマンド)情報DCiに対応した
パラメータを設定し、制御情報DS1〜DSnを制御対象機
器E1〜Enに供給して制御動作を実行する。
The temperature controllers T1 to Tn set parameters corresponding to the command (setting command) information DCi supplied from the host device Ua, and supply control information DS1 to DSn to the control target devices E1 to En for control. Perform an action.

【0028】また、温度調節器T1〜Tnは、上位機器
Uaから供給される指令(要求コマンド)情報DCiに含
まれる1つの群コマンドコードに対応させて指定出力
値、ステータス状態および設定温度値等の複数のパラメ
ータを登録するパラメータ/群登録手段M1〜Mnを備
え、群コマンドコードを含む指令(要求コマンド)情報
DCiを受信すると、群コマンドコードとして階層的に登
録された複数のパラメータのパラメータ値を一度に読出
し、応答(レスポンス)情報(パラメータ値)DR1〜D
Rnを上位機器Uaに送信する。
Further, the temperature controllers T1 to Tn correspond to one group command code included in the command (request command) information DCi supplied from the higher-level equipment Ua, and the designated output value, status status, set temperature value, etc. Parameter / group registration means M1 to Mn for registering a plurality of parameters, and when the command (request command) information DCi including the group command code is received, the parameter values of the plurality of parameters hierarchically registered as a group command code. Read at once, and response information (parameter value) DR1 to D
Rn is transmitted to the upper device Ua.

【0029】パラメータ/群登録手段M1〜Mnは、複
数のパラメータに対応した群を記憶するメモリ領域を有
するメモリを備え、ソフト制御で複数のパラメータに対
応した群を登録し、郡を指定して対応する複数のパラメ
ータを読み出す。る。
The parameter / group registration means M1 to Mn includes a memory having a memory area for storing groups corresponding to a plurality of parameters, registers the groups corresponding to a plurality of parameters by software control, and designates a group. Read the corresponding parameters. It

【0030】図2はこの発明に係るパラメータ/群登録
手段のメモリ領域のイメージ図である。図2において、
パラメータとデータ(パラメータ値)からなるメモリ領
域に、複数のパラメータに対応して1つの群を登録する
領域を設ける。設定した群番号X1に対応してパラメー
タa〜c、群番号X2に対応してパラメータd,e、
…、群番号Xnに対応してパラメータx〜zを登録す
る。なお、パラメータa〜パラメータzには、それぞれ
に対応したパラメータ値(データ)が記憶されている
(例えば、パラメータaにはデータ「○○○○」)。
FIG. 2 is an image diagram of the memory area of the parameter / group registration means according to the present invention. In FIG.
An area for registering one group corresponding to a plurality of parameters is provided in a memory area composed of parameters and data (parameter values). Parameters a to c corresponding to the set group number X1, parameters d and e corresponding to the group number X2,
.., parameters x to z are registered corresponding to the group number Xn. Note that parameter values (data) corresponding to the parameters a to z are stored (for example, the parameter a has data “XXXXX”).

【0031】図3はこの発明に係るコマンドの一実施の
形態データフォーマット図である。図3において、コマ
ンドのユニット番号に温度調節器T1の番号T1をセッ
トし、コマンドコードに要求する複数のパラメータa〜
cに対応した1つの群番号X1をセットすることによ
り、1つのコマンドで温度調節器T1の群番号X1に対
応した3個パラメータa〜cを指定することができる。
その結果、1つのレスポンスで3個パラメータa〜cに
対応した3個パラメータ(データ)値(「○○○○」,
「□□□□」,「△△△△」)を読み出すことができ
る。
FIG. 3 is a data format diagram of an embodiment of the command according to the present invention. In FIG. 3, the unit number of the command is set to the number T1 of the temperature controller T1, and the command code requires a plurality of parameters a to.
By setting one group number X1 corresponding to c, one command can specify three parameters a to c corresponding to the group number X1 of the temperature controller T1.
As a result, three parameter (data) values (“○○○○”, corresponding to the three parameters ac in one response,
"□□□□", "△△△△") can be read.

【0032】同様に、温度調節器T2〜Tnについて
も、1つの群番号を有するコマンドで複数のパラメータ
に対応したパラメータ(データ)値を読み出すことがで
きる。
Similarly, with respect to the temperature controllers T2 to Tn, the parameter (data) values corresponding to a plurality of parameters can be read by the command having one group number.

【0033】なお、群番号は単純な数字または記号でも
設定することができ、コマンドを容易に作成することが
できる。
The group number can be set by simple numbers or symbols, and commands can be easily created.

【0034】このように、この発明に係る温度調節器T
1〜Tnは、複数のパラメータa〜cを1つの群X1に
対応させて登録するパラメータ/群登録手段M1〜Mn
を備え、上位機種Uaから供給される群指令(要求コマ
ンド)DCiに対応して複数のパラメータa〜cを設定ま
たは送信するので、コマンドに個々のパラメータ番号や
アドレスを記載することなく、複数のパラメータを1個
の群で代表することができ、コマンドおよびレスポンス
のデータ作成が容易になるとともに、コマンドおよびレ
スポンスのデータ数を削減できるのでデータ通信時間を
大幅に短縮することができる。
Thus, the temperature controller T according to the present invention
1 to Tn are parameter / group registration means M1 to Mn for registering a plurality of parameters a to c in association with one group X1.
Since a plurality of parameters a to c are set or transmitted corresponding to the group command (request command) DCi supplied from the higher-order model Ua, a plurality of parameters a to c are not described in the command The parameters can be represented by one group, the command and response data can be easily created, and the number of command and response data can be reduced, so that the data communication time can be significantly shortened.

【0035】また、この発明に係るパラメータ/群登録
手段M1〜Mnは、複数のパラメータa〜cに対応した
群X1を記憶するメモリ領域を有するメモリを備える構
成なので、群X1を記憶するメモリ領域を設定し、ソフ
ト対応で実現することができ、従来の温度調節器を流用
して構成の単純化を図ることができる。
Further, since the parameter / group registration means M1 to Mn according to the present invention comprises a memory having a memory area for storing the group X1 corresponding to the plurality of parameters a to c, the memory area for storing the group X1. Can be implemented by software, and the conventional temperature controller can be used to simplify the configuration.

【0036】次に、温度調節器の動作について説明す
る。図4はこの発明に係る温度調節器の動作フロー図で
ある。ステップS1で、上位機器Uaから群コマンドコ
ードX1のコマンドを受信する。
Next, the operation of the temperature controller will be described. FIG. 4 is an operation flow chart of the temperature controller according to the present invention. In step S1, the command of the group command code X1 is received from the higher-level device Ua.

【0037】ステップS2では、群X1に対応して複数
のパラメータa〜cがあるか否かを判定する。パラメー
タa〜cがある場合にはステップS3に移行し、パラメ
ータa〜cがない場合にはステップS5に移行する。
In step S2, it is determined whether or not there are a plurality of parameters ac corresponding to the group X1. If parameters a to c are present, the process proceeds to step S3, and if parameters a to c are not present, the process proceeds to step S5.

【0038】ステップS3では、群X1に対応した複数
のパラメータa〜cのパラメータ(データ)値(「○○
○○」,「□□□□」,「△△△△」)を読み出す。
In step S3, the parameter (data) values of the plurality of parameters ac corresponding to the group X1 ("○○"
"○○", "□□□□", "△△△△") are read.

【0039】ステップS4では、複数のパラメータ(デ
ータ)値(「○○○○」,「□□□□」,「△△△
△」)を1レスポンスで上位機器Uaに送信する。ステ
ップS5では、エラーコードをレスポンスとして上位機
器Uaに送信する。
In step S4, a plurality of parameter (data) values ("○○○○", "□□□□", "△△△"
Δ)) is transmitted to the higher-level device Ua with one response. In step S5, the error code is transmitted to the higher-level device Ua as a response.

【0040】[0040]

【発明の効果】以上説明したように、この発明に係る温
度調節器は、複数のパラメータを1つの群に対応させて
登録するパラメータ/群登録手段を備え、上位機種から
供給される群指令に対応して複数のパラメータを設定ま
たは送信するので、コマンドに個々のパラメータ番号や
アドレスを記載することなく、複数のパラメータを1個
の群で代表することができ、コマンドおよびレスポンス
のデータ作成が容易になるとともに、コマンドおよびレ
スポンスのデータ数を削減できるのでデータ通信時間を
大幅に短縮することができる。
As described above, the temperature controller according to the present invention is provided with the parameter / group registering means for registering a plurality of parameters in association with one group, and is adapted to the group command supplied from the host model. Since multiple parameters are set or transmitted correspondingly, multiple parameters can be represented by one group without describing individual parameter numbers or addresses in the command, making it easy to create command and response data. In addition, since the number of command and response data can be reduced, the data communication time can be significantly shortened.

【0041】また、この発明に係るパラメータ/群登録
手段は、複数のパラメータに対応した群を記憶するメモ
リ領域を有するメモリを備える構成なので、群を記憶す
るメモリ領域を設定し、ソフト対応で実現することがで
き、従来の温度調節器を流用して構成の単純化を図るこ
とができる。
Further, since the parameter / group registering means according to the present invention has a memory having a memory area for storing a group corresponding to a plurality of parameters, the memory area for storing the group is set and realized by software. The conventional temperature controller can be used to simplify the configuration.

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

【図1】この発明に係る温度調節器が適用される一実施
の形態システムブロック構成図
FIG. 1 is a system block configuration diagram of an embodiment to which a temperature controller according to the present invention is applied.

【図2】この発明に係るパラメータ/群登録手段のメモ
リ領域のイメージ図
FIG. 2 is an image diagram of a memory area of a parameter / group registration unit according to the present invention.

【図3】この発明に係るコマンドの一実施の形態データ
フォーマット図
FIG. 3 is a data format diagram of an embodiment of a command according to the present invention.

【図4】この発明に係る温度調節器の動作フロー図FIG. 4 is an operation flow chart of the temperature controller according to the present invention.

【図5】従来のコマンドとレスポンスの基本データフォ
ーマットの一例
FIG. 5: Example of conventional basic data format of command and response

【図6】複数のコマンドコードを有するコマンドのデー
タフォーマットの一例
FIG. 6 is an example of a data format of a command having a plurality of command codes.

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

Ua 上位機器 T1〜Tn 温度調節器 M1〜Mn パラメータ/群登録手段 E1〜En 制御対象機器 L1〜Ln 通信ケーブル DCi 指令情報 DR1〜DRn 応答情報 DS1〜DSn 制御情報 X1〜Xn 群番号 Ua Host device T1-Tn temperature controller M1-Mn parameters / group registration means E1 to En controlled equipment L1-Ln communication cable DCi command information DR1 to DRn response information DS1 to DSn control information X1 to Xn group number

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5H323 AA27 BB02 CA06 CA10 EE02 HH02 KK05 MM06 NN03 QQ05 SS05 5K048 AA08 BA21 CA02 DA02 DC03 EA11 EB03 EB06 FC01 GC03 HA02    ─────────────────────────────────────────────────── ─── Continued front page    F-term (reference) 5H323 AA27 BB02 CA06 CA10 EE02                       HH02 KK05 MM06 NN03 QQ05                       SS05                 5K048 AA08 BA21 CA02 DA02 DC03                       EA11 EB03 EB06 FC01 GC03                       HA02

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 上位機器からの指令に基づいて制御動作
のパラメータを設定または送信する温度調節器におい
て、 複数のパラメータを1つの群に対応させて登録するパラ
メータ/群登録手段を備え、前記上位機種から供給され
る群指令に対応して前記複数のパラメータを設定または
送信することを特徴とする温度調節器。
1. A temperature controller for setting or transmitting a parameter of a control operation based on a command from a host device, comprising parameter / group registering means for registering a plurality of parameters in association with one group, A temperature controller characterized in that the plurality of parameters are set or transmitted in response to a group command supplied from a model.
【請求項2】 前記パラメータ/群登録手段は、前記複
数のパラメータに対応した前記群を記憶するメモリ領域
を有するメモリを備えたことを特徴とする請求項1記載
の温度調節器。
2. The temperature controller according to claim 1, wherein the parameter / group registration means includes a memory having a memory area for storing the group corresponding to the plurality of parameters.
JP2001242206A 2001-08-09 2001-08-09 Temperature controller Pending JP2003058257A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001242206A JP2003058257A (en) 2001-08-09 2001-08-09 Temperature controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001242206A JP2003058257A (en) 2001-08-09 2001-08-09 Temperature controller

Publications (1)

Publication Number Publication Date
JP2003058257A true JP2003058257A (en) 2003-02-28

Family

ID=19072521

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001242206A Pending JP2003058257A (en) 2001-08-09 2001-08-09 Temperature controller

Country Status (1)

Country Link
JP (1) JP2003058257A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011215822A (en) * 2010-03-31 2011-10-27 Keyence Corp Programmable controller, setting value change system, arithmetic display device and setting value change unit
JP2017034433A (en) * 2015-07-31 2017-02-09 アズビル株式会社 Communication control device and method
JP2021090103A (en) * 2019-12-02 2021-06-10 シュナイダーエレクトリックホールディングス株式会社 Communication relay device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011215822A (en) * 2010-03-31 2011-10-27 Keyence Corp Programmable controller, setting value change system, arithmetic display device and setting value change unit
JP2017034433A (en) * 2015-07-31 2017-02-09 アズビル株式会社 Communication control device and method
JP2021090103A (en) * 2019-12-02 2021-06-10 シュナイダーエレクトリックホールディングス株式会社 Communication relay device
JP7549959B2 (en) 2019-12-02 2024-09-12 シュナイダーエレクトリックホールディングス株式会社 Communication relay device

Similar Documents

Publication Publication Date Title
CA1286786C (en) Self-configuring terminal
US5978593A (en) Programmable logic controller computer system with micro field processor and programmable bus interface unit
US20090292995A1 (en) System and method for accessing and configuring field devices in a process control system
EP0480527A2 (en) Test apparatus
US7356773B1 (en) Wizard builder, for application software, building a setup wizard which sets up a defacto interface between the application program and monitoring or control equipment
US6965751B2 (en) Role managed collaborative learning support system and method
JP5361564B2 (en) Flexible approach showing different bus protocols
CN113193981B (en) Configuration issuing method and device and network system
CN106407139A (en) Method and Peripheral Module for Transmitting Highway Addressable Remote Transducer (HART) Variables and CPU Unit for Reading the HART Variables
WO2020184056A1 (en) Settings information generation device, settings information generation method, and control program
JP2003058257A (en) Temperature controller
JPH1097393A (en) Print control method and device and recording medium
US7743118B1 (en) Programmable communication interface
JP2000324195A (en) System and method for updating network interface
KR102374767B1 (en) System for copying inverter setting based on web and device thereof
US6757773B1 (en) System and method for determining support capability of a device coupled to a bus system
JP2005251023A (en) Information processing device, control program of information processing device, recording medium, information processing method
US20050120145A1 (en) Coupling of peripherals to a computer system
CN118348957A (en) Diagnostic brush test method, system, electronic equipment and storage medium
CN115453943A (en) Intelligent control system and method based on ARM and ASIC, electronic device and storage medium
CN111800435A (en) Motion controller and communication method of motion controller and equipment
JPH11305810A (en) Network unit for programmable controller
KR100484194B1 (en) Method and apparatus revising a message of a peripheral device
US7693622B2 (en) Method and apparatus for selecting and providing a set of instrumentation signals for locomotive testing and diagnostic purposes
CN116302252A (en) ROS2 node remote control method and system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050901

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060519

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060606

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20061010