JP4107142B2 - Controller device, control method and control program using controller device - Google Patents

Controller device, control method and control program using controller device Download PDF

Info

Publication number
JP4107142B2
JP4107142B2 JP2003112712A JP2003112712A JP4107142B2 JP 4107142 B2 JP4107142 B2 JP 4107142B2 JP 2003112712 A JP2003112712 A JP 2003112712A JP 2003112712 A JP2003112712 A JP 2003112712A JP 4107142 B2 JP4107142 B2 JP 4107142B2
Authority
JP
Japan
Prior art keywords
subunit
device type
type
target
unit
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
JP2003112712A
Other languages
Japanese (ja)
Other versions
JP2004320517A (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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2003112712A priority Critical patent/JP4107142B2/en
Publication of JP2004320517A publication Critical patent/JP2004320517A/en
Application granted granted Critical
Publication of JP4107142B2 publication Critical patent/JP4107142B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、例えばIEEE1394ハイ・パフォーマンス・シリアルバス等の、シリアルバス・インターフェースを介して他の機器(ターゲット機器)を制御するコントローラ機器、コントローラ機器による制御方法及び制御プログラムに関する。
【0002】
【従来の技術】
例えば、ビデオカセットレコーダ(VCR;Video Cassette Recorder)やセット・トップ・ボックス(STB;Set Top Box)などのデジタルAV機器を相互接続して、デジタルコンテンツの送受信や機器間の制御コマンドを送受信するインタフェースとして、「IEEE1394ハイ・パフォーマンス・シリアルバス(IEEE 1394 Standard for a High Performance Serial Bus)」(以下、IEEE1394と略記する)がある。
【0003】
IEEE1394は、通常のデータ転送に使用する非同期(Asynchronous)転送モードと、所定の時間(例えば125マイクロ秒)内にデータ転送されることが保証されている同期(Isochronous)転送モードの2種類のデータ転送モードを備えている。例えばマルチメディアシステムでは、転送の時間遅れがあまり問題にならないコマンドの転送に非同期転送モードが用いられ、時間遅れが問題となる動画や音声データなどの転送に同期転送モードが用いられる。
【0004】
IEEE1394バスでは、64ビットの固定アドレッシングが用いられ、その上位16ビットが、バス上の機器(ノード)のアドレスを示し、下位48ビットは各機器内のアドレス空間を示す。上位16ビットのうちの上位10ビットはバスID(bus_ID)と呼ばれ、ローカルバス内では全ビットが「1」となる「1023」がバスIDとして用いられる。上位16ビットのうちの下位6ビットはノードID(node_ID)と呼ばれ、IEEE1394バスに新たな機器が接続されたり、IEEE1394バスから機器が取り外されたりする場合に発生するバス・リセット時に、各機器に0から昇順で割り当てられる。非同期転送モードでは、このノードIDによって、パケットの転送元と転送先の機器(ノード)が特定される。
【0005】
IEEE1394を搭載するAV機器は、機器ごとに異なる64ビットのノード・ユニークID(node_unique_ID)と呼ばれる識別番号を、コンフィグレーションROM(Configuration ROM)と呼ばれる機器の情報を格納するメモリ内に持つことが定められている。IEEE1394バスに接続されている外部機器は、このコンフィグレーションROMに格納されている他の機器の情報を非同期転送モードで読み出すことが可能であるため、読み出した機器の情報をIEEE1394バスに接続されている個々の機器を一意に識別するための情報として用いることができる。
【0006】
そこで、ノードIDとノード・ユニークID(機器種別)とを対応づけることでIEEE1394バスに接続されている機器を特定する技術(例えば、特許文献1を参照)や、バス・リセット発生時にノード・ユニークIDを取得してIEEE1394バスに接続されている機器を特定する技術(例えば、特許文献2,3を参照)などが提案されている。
【0007】
ノードIDはパケットの転送アドレスを設定するために用いられるが、バス・リセットの度に同一の機器に対して同一のノードIDが割り当てられる保証はない。よって、バス・リセットを跨いで個々の機器を識別し、同一のアプリケーションを継続させるためには、バス・リセット発生の度にバス上に存在する全ての機器のノード・ユニークIDを読み出し、ノードIDと関連付けて記憶する必要がある。
【0008】
民生用AV機器のコンフィグレーションROMには、ノード・ユニークIDの他に、その機器のベンダー名、モデル名などを示すテキストコードなども格納されているので、これらの情報を取得し、オン・スクリーン・ディスプレイ(OSD;On Screen Display)などでユーザーに提示することも可能である。
【0009】
ところで、IEEE1394でAV機器を制御するためのインタフェース仕様に、1394TA(1394 Trade Association)が定めた「AV/C・デジタルインタフェース・コマンドセット(Audio/Video Control Digital Interface Command Set)」(以下、このインタフェース仕様に基づくコマンドを「AV/Cコマンド」と略記する)がある。制御する側のコントローラから制御される側のターゲットに送られるパケットフレームをAV/Cコマンドフレーム、逆にターゲットからコントローラに送られるパケットフレームをAV/Cレスポンスフレームといい、AV/Cコマンドフレーム/レスポンスフレームの転送には非同期転送モードが使用される。
【0010】
図5はAV/Cコマンドフレームの転送フォーマットを示す図であり、図6はAV/Cレスポンスフレーム転送フォーマットを示す図である。AV/Cコマンドフレーム/レスポンスフレームの先頭の「0000」は、このコマンドセットがAV/Cコマンドであることを示すCTSコードである。AV/Cコマンドフレームの「ctype」はコマンドタイプを表し、図7に示すような設定値が格納される。「サブユニットタイプ(subunit_type)」はサブユニットのタイプを表し、図8に示すように、例えば「subunit_type」が「5」の場合「チューナー(Tuner)」を表す。「サブユニットID(subunit_ID)」は、図9に示すようにサブユニット中の識別番号であり、各サブユニットのうち最大5台までを識別できる。尚、図10に示すように「subunit_type」と「subunit_ID」を合わせてAV/Cアドレスという。「opcode」は、コマンドの内容を示し、「operand[0]〜[n]」は「opcode」に付帯するパラメータを示す。図11に示すように、例えば「opcode」が「B2 16 」で「operand[0]」が「70 16 」の場合、「パワーオン(Power)」を表す。また、「response(応答)」は、図12に示すようにコマンドの受け付け状況を表す。
【0011】
IEEE1394バスに接続されているある機器(コントローラ機器)が他の機器(ターゲット機器)の動作を制御しようとする場合、コントローラ機器はAV/Cコマンドフレームをターゲット機器に対して送る。コマンドを受信したターゲット機器は、AV/Cコマンドフレームの内容を吟味し、制御内容を受け入れるか否かを示すAV/Cレスポンスフレームをコントローラ機器に送る。例えば図13に示す「パワーオン(Power)」を指示するAV/Cコマンドフレームをコントローラ機器から受け取ったターゲット機器が、その制御内容を受け入れる場合には、図14に示すように「response」を「ACCEPTED(了解)」としたAV/Cレスポンスフレームをコントローラ機器に送り、ターゲット機器の状態をパワーオンに遷移させる。逆に、コントローラ機器からの制御内容を受け入れない場合、ターゲット機器は、図15に示すように「response」を「REJECTED(拒絶)」としたAV/Cレスポンスフレームをコントローラ機器に送る。
【0012】
次に、AV/Cコマンドで使用されるユニットとサブユニットについて説明する。ユニットとはひとつのAV機器を示し、サブユニットはそのAV機器内に存在する機能単位を表す。例えば、図16に示すように、テープレコーダ/プレイヤー21cとアナログチューナー22cとを併せ持つVCR20cの場合、VCR20cがユニットで、テープレコーダ/プレイヤー21cとアナログチューナー22cがサブユニットとなる。AV/Cコマンドは、ユニットまたはサブユニットに対して送ることが可能である。
【0013】
例えば、コントローラ機器から
「subunit_type」=「1F 16 (unit)」,
「subunit_ID」=「7(ignore)」,
「opcode」=「B2 16 」,
「operand」=「70 16 」としたAV/CコマンドをVCR20cに送ると、VCR20c全体がパワーオンとなる。
【0014】
一方、コントローラ機器から
「subunit_type」=「5 16 (tuner)」,
「subunit_ID」=「0(Subunit Instance number)」,
「opcode」=「B2 16 」,
「operand」=「70 16 」としたAV/CコマンドをVCR20cに送ると、VCR20cの中のテープレコーダ/プレイヤー21c(「subunit_ID」=「0」であるサブユニット)がパワーオンとなる。
【0015】
ターゲット機器がそのユニット内にどのようなサブユニットを備えているかをコントローラ機器が確認するためのAV/Cコマンドとして、「SUBUNIT INFO」コマンドがある。この「SUBUNIT INFO」コマンドを受信したターゲット機器は、自機器(ユニット)内に含まれるサブユニットの種類とその数をAV/Cレスポンスフレームでコントローラ機器に伝える。図17に「SUBUNIT INFO」コマンドのAV/Cコマンドフレームの例を示し、図17の「SUBUNIT INFO」コマンド対するAV/Cレスポンスフレームの例を図18及び図19に示す。図18のAV/Cレスポンスフレームは、図16に示したサブユニット構成を持つターゲット機器のレスポンス例である。
【0016】
AV/Cコマンドフレーム/レスポンスフレームの「operand[1]〜[4]」には、サブユニットタイプとそのサブユニットの最大IDを設定する。図19に示した例において、「operand[1]」では、サブユニットとして「チューナー(5)」を備え、その最大IDが「2」であることを示している。「operand[2]」では、サブユニットとして「テープレコーダ/プレイヤー(4)」を備え、その最大IDが「1」であることを示している。「operand[3]〜[4]」には、それ以外のサブユニットを備えていないことを示すために、無効値「FF 16 」が設定されている。つまり、図19に示す例では、チューナーを3つと、テープレコーダ/プレイヤーを2つ備えたターゲット機器を表している。
【0017】
尚、図17〜図19における「operand[0]」の「page」は、このコマンド構造において「operand[1]〜[4]」で最大4種類のサブユニットの情報しか転送できないことを補うために用意されている仕組みで、5種類以上のサブユニットを持つ可能性のあるユニットに対しては、この「page」を指定して次のサブユニット情報を読み出すことが可能となっている。
【0018】
ターゲット機器がどのような種類のユニットであるかによって、それを制御するアプリケーションは異なる。よって、コントローラ機器がターゲット機器を制御するアプリケーションを実行する前に、コントローラ機器はターゲット機器がどのような種別の機器であるかを認識する必要がある。また、ユーザーが、IEEE1394バスに接続されているターゲット機器の中から、所望の制御対象機器を選択するための情報として、このAV/Cレスポンスフレームを利用することもできる。
【0019】
IEEE1394バスに新たなターゲット機器が接続されるとバス・リセットが発生するため、IEEE1394では、通常、バス・リセット終了後に接続されたターゲット機器の種別を認識する処理を行う。
【0020】
図20は、コントローラ機器がターゲット機器の機器種別を認識する処理手順の一例を示すフローチャートである。
【0021】
まず、コントローラ機器がバス・リセット発生を検出すると(ステップS21)、コントローラ機器は機器を一意に識別可能なノード・ユニークIDをIEEE1394バス上の全てのターゲット機器から読み出し(ステップS22)、新たなターゲット機器がIEEE1394バスに接続されたか否かを判別する(ステップS23)。判別の結果、新たなターゲット機器がIEEE1394バスに接続されていない場合、処理を終了する。逆に、新たなターゲット機器がIEEE1394バスに接続されたと判別した場合、コントローラ機器は、新たなターゲット機器、つまり機器種別を未だ取得していないターゲット機器に対し、その機器のコンフィグレーションROMを読み出し、ベンダー名やモデル名などの情報を取得する(ステップS24)。更に、コントローラ機器は「SUBUNIT INFO」コマンドをターゲット機器に送り、ターゲット機器(ユニット)内に含まれるサブユニットの情報を取得する(ステップS25)。
【0022】
そして、新たなターゲット機器の機器種別を決定するために、ステップS25において取得した各サブユニットに対し、以下のステップS26からS28を繰り返す。通常、「SUBUNIT INFO」コマンドのレスポンスフレームの先頭(operand[1])に記述されたサブユニットのうち、サブユニットIDが「0」であるサブユニットからサブユニットIDの昇順にサブユニットの詳細情報を取得する。
【0023】
ステップS27において、コントローラ機器はサブユニットの詳細な識別を行う。この詳細な識別は、サブユニットのサブユニットタイプと、それを制御するアプリケーションが存在するか否かによって変動する。例えば、サブユニットがテープレコーダ/プレイヤーサブユニットなら、D−VHSタイプとDVタイプとではアプリケーションによる制御方式が異なるので、そのサブユニットの詳細識別をテープレコーダ/プレイヤーサブユニットに対して行う。また、チューナーサブユニットを制御対象としないのであれば、そのサブユニットの詳細識別は行わないなどのコントローラ機器の判断基準も考えられる。
【0024】
ステップS28において、コントローラ機器は、サブユニットタイプに加えて、ステップS27で取得したサブユニットの詳細識別情報を用いて、サブユニットの種別を決定する。例えば、コントローラ機器は、テープレコーダ/プレイヤーサブユニットが、D−VHSタイプと詳細識別されたのであれば、そのサブユニットの種別を「D−VHS」とし、DVタイプと詳細識別されたのであれば、そのサブユニットの種別を「DV」とする。また、チューナーサブユニットが制御対象でないのであれば、コントローラ機器はチューナーサブユニットを「制御対象外」とする。図16に示したサブユニット構成を持つVCR20cに対しては、テープレコーダ/プレイヤー21cを1つと、アナログチューナー22cを1つ備えているため、コントローラ機器はステップS26からステップS28の処理を2回繰り返すことになる。
【0025】
コントローラ機器は、ステップS25からステップS28の処理で取得したサブユニット情報に基づいて、ステップ9において、新たなターゲット機器の機器種別を決定し、ステップS23に戻る。
【0026】
コントローラ機器は、以上のステップS23からステップS29の各処理を新たにバスに接続されたターゲット機器の数だけ繰り返し、全てのターゲット機器の機器種別を決定すると、処理が終了となる。
【0027】
図22は、上記ステップS29における機器種別の決定処理の一例を示すフローチャートである。
【0028】
まず、コントローラ機器は、ステップS28で詳細識別したサブユニットのうち最初のサブユニットを選択し(ステップS31)、選択したサブユニットの種別が制御対象のものであるか否かを判定する(ステップS32)。ここで「制御対象であるか否か」という判断は、コントローラ機器がその選択したサブユニットに対応する制御アプリケーションを実装しているか否かを判断基準にする。例えば、選択したサブユニットの種別が「DV」タイプのテープレコーダ/プレイヤーサブユニットで、コントローラ機器が「DV」タイプのテープレコーダ/プレイヤーサブユニットに対するアプリケーションを実装しているのであれば、コントローラ機器は、選択したそのサブユニットが制御対象であると判断する。
【0029】
ステップS32の判定において、選択したサブユニットを制御対象と判断した場合、コントローラ機器は、ステップS36において、制御対象と判断したサブユニットの種別を、ターゲット機器(ユニット)の種別として設定する。
【0030】
ステップS32の判定において、そのサブユニットは制御対象ではないと判断した場合、コントローラ機器は、ステップS33において、選択したサブユニットが最後のサブユニットであるか否かを判定する。最後のサブユニットでない場合には、コントローラ機器は次のサブユニットを選択し(ステップS34)、ステップS32に戻る。ステップS33の判定の結果、最後のサブユニットである場合には、ターゲット機器(ユニット)の種別を「制御対象外」に設定する(ステップS35)。
【0031】
コントローラ機器は、以上のステップS32からステップS34の処理を制御対象のサブユニットが見つかるまで繰り返し、制御対象のサブユニットが見つかった場合、それをターゲット機器(ユニット)の種別として登録する。
【0032】
例えば、図16に示したサブユニット構成を備えたVCR20cに対して、テープレコーダ/プレイヤー21cが「D−VHS」タイプのサブユニットと認識され、アナログチューナー22cが「制御対象外」と認識されていたものとし、コントローラ機器が「D−VHS」タイプのサブユニットを制御対象とすると、この場合、コントローラ機器は、最初のサブユニットである「D−VHS」タイプのテープレコーダ/プレイヤー21cが制御対象であると判断し、VCR20c機器種別は「D−VHS」に設定される。
【0033】
コントローラ機器は、認識されたターゲット機器の機器識別(D−VHS、DV、チューナーなど)に基づいて、対応するアプリケーションを選択し、AV/Cコマンドを用いてターゲット機器を制御することができる。
【0034】
また、コントローラ機器が、図21に示すように、認識されたターゲット機器の機器識別を、コンフィグレーションROMから取得したベンダー名やモデル名などの情報と共にOSDなどに表示することにより、表示された情報を制御対象のターゲット機器を選択するための情報としてユーザーが用いることもできる。
【0035】
【特許文献1】
特開平10−173688号公報
【0036】
【特許文献2】
特開2000−358045号公報
【0037】
【特許文献3】
特開2001−007830号公報
【0038】
【発明が解決しようとする課題】
ところで、1つのターゲット機器に複数のサブユニットが含まれている場合、全てのサブユニットに対応するアプリケーションをコントローラ機器が実装しているとは限らない。例えば、図16に示したサブユニット構成を備えるVCR20cをターゲットとする場合、アナログチューナー22cはIEEE1394のAV/Cコマンドで制御することが通常はできないため、アナログチューナー22cのサブユニットは制御対象と判断する必要がない。従って、コントローラ機器は、VCR20cが備えるサブユニットのうちテープレコーダ/プレイヤー21cのみを制御対象と判断するだけで良かった。
【0039】
従来、コントローラ機器が制御可能なサブユニットが複数含まれているようなターゲット機器は存在しなかったため、ターゲット機器の機器種別を決定する際に、ターゲット機器(ユニット)内に複数のサブユニットが含まれていたとしても、図22で示したように、コントローラ機器は、複数のサブユニットのうち最初に見つかった制御対象のサブユニットを選択し、選択したサブユニットの詳細種別をターゲット機器(ユニット)の種別として決定し、それに対応するアプリケーションを実行することで問題はなかった。例えば、図16に示したようなサブユニット構成を備えたVCR20cの場合、最初に見つかった制御対象のサブユニットであるD−VHSタイプのテープレコーダ/プレイヤー21cを選択し、そのサブユニットの詳細種別である「D−VHS」をVCR20c(ユニット)の種別とすることで、問題が生じることはなかった。
【0040】
ところが、このような最初に見つかった制御対象のサブユニットを選択して、それを固定的に機器の種別とする方法では、例えば、図19に示したような「SUBUNIT INFO」AV/Cコマンドのレスポンスを返すターゲット機器を制御する場合に問題が生じる。コントローラ機器が「D−VHS」タイプと「DV」タイプのサブユニットを制御対象とするアプリケーションを両方とも実装しているとすると、図19のようなサブユニットを持つ機器に対しては、まず、チューナーサブユニットのID=0から制御対象であるかを判断し、例えば3つのチューナーサブユニットはいずれも制御対象ではないと判断される。次に、テープレコーダ/プレイヤーサブユニットのサブユニットIDが「0」であるサブユニットが「DV」であり、サブユニットIDが「1」であるサブユニットが「D−VHS」であったとすると、コントローラ機器は、最初に見つかった制御対象のサブユニットである、サブユニットIDが「0」である「DV」のサブユニットを選択し、この「DV」をターゲット機器であるVCR20cの機器種別として登録することになる。
【0041】
この場合、コントローラ機器は、サブユニットIDが「1」である「D−VHS」タイプのサブユニットの存在をユーザーに提示することもできないし、またそのサブユニットを選択することもできないので、「D−VHS」タイプのサブユニットを制御するアプリケーションを起動することもできない。
【0042】
本発明は、このような課題を解決するためになされたものであり、制御対象のサブユニットを複数備えるターゲット機器に対し、従来のユーザーインタフェースを変更することなく、所望のサブユニットを制御できるコントローラ機器、コントローラ機器による制御方法及び制御プログラムを提供することを目的とする。
【0043】
【課題を解決するための手段】
本発明に係るコントローラ機器の特徴は、シリアルバス・インターフェースを有するコントローラ機器において、(a)シリアルバス・インターフェースを介して認識されるターゲット機器に含まれる複数のサブユニットに対して優先度を設定する優先度設定部と、(b)複数のサブユニットのうち優先度が最も高く設定されたサブユニットの種別を、ターゲット機器の機器種別として決定する機器種別決定部と、(c)決定された機器種別提示する機器種別提示部と、(d)提示された機器種別を選択させる機器種別選択部と、(e)この機器種別選択部により機器種別が選択された場合に、対応するターゲット機器に対して、選択された機器種別に対応するサブユニットを制御するためのアプリケーションを対応付けるように制御する制御部とを備えることにある。
【0044】
また、本発明に係るコントローラ機器による制御方法は、シリアルバス・インターフェースと、機器種別提示部と、機器種別選択部と備えたコントローラ機器によるターゲット機器に対する制御方法であって、(a)シリアルバス・インターフェースを介して認識されるターゲット機器に含まれる複数のサブユニットに対して優先度を設定する優先度設定ステップと、(b)複数のサブユニットのうち優先度が最も高く設定されたサブユニットの種別、ターゲット機器の機器種別として決定する機器種別決定ステップと、(c)決定された機器種別機器種別提示部に提示する機器種別提示ステップ、(d)提示された機器種別を機器種別選択部により選択させる機器種別選択ステップと、(e)この機器種別選択ステップにより機器種別が選択された場合に、対応するターゲット機器に対して、選択された機器種別に対応するサブユニットを制御するためのアプリケーションを対応付けるように制御する制御ステップとを含むことにある。
【0045】
また、本発明に係るコントローラ機器による制御プログラムは、シリアルバス・インターフェースと、機器種別提示部と、機器種別選択部と備えたコントローラ機器にターゲット機器の制御を実行させるための制御プログラムであって、(a)シリアルバス・インターフェースを介して認識されるターゲット機器に含まれる複数のサブユニットに対して優先度を設定する優先度設定ステップと、(b)複数のサブユニットのうち優先度が最も高く設定されたサブユニットの種別、ターゲット機器の機器種別として決定する機器種別決定ステップと、(c)決定された機器種別機器種別提示部に提示する機器種別提示ステップと、(d)提示された機器種別を機器種別選択部により選択させる機器種別選択ステップと、(e)この機器種別選択ステップにより機器種別が選択された場合に、対応するターゲット機器に対して、選択された機器種別に対応するサブユニットを制御するためのアプリケーションを対応付けるように制御する制御ステップとをコントローラ機器に実行させることにある。
【0047】
このような構成によれば、制御対象のサブユニットを複数備えるターゲット機器に対し、従来のインタフェースを変更することなく、所望のサブユニットを制御可能とすることができる。
【0048】
【発明の実施の形態】
以下、図面を参照して、本発明の実施の形態について詳しく説明する。尚、各図面を通じて同一もしくは同等の部位や構成要素には、同一もしくは同等の参照符号を付し、その説明を省略もしくは簡略化する。
【0049】
図1は、IEEE1934バス30に接続されたコントローラ機器10とターゲット機器20a,20bの構成例を示す図である。
【0050】
コントローラ機器10は、シリアルバス・インターフェースを介して認識されるターゲット機器20aに含まれる各サブユニット21a〜25a,ターゲット機器20b含まれる各サブユニット21b〜24bに対して優先度を設定する優先度設定部12、各サブユニットのうち優先度が最も高く設定されたサブユニットを選択する機器種別決定部13、選択されたサブユニットをターゲット機器20a,20bの機器種別としてユーザーに提示する機器種別提示部14、優先度設定部12にて設定された優先度を記憶する優先度記憶部15、上記各部を制御する制御部11などを備える。
【0051】
ターゲット機器20aは、チューナーサブユニットとして衛星デジタルチューナー21a(サブユニットID=「0」)、地上波デジタルチューナー22a(サブユニットID=「1」)、アナログチューナー23a(サブユニットID=「2」)を備え、テープレコーダ/プレイヤーサブユニットとしてDVレコーダ24a(サブユニットID=「0」)とD−VHSレコーダ25a(サブユニットID=「1」)を備えている。
【0052】
ターゲット機器20bは、チューナーサブユニットとしてアナログチューナー21b(サブユニットID=「0」)を備え、テープレコーダ/プレイヤーサブユニットとしてDVレコーダ22b(サブユニットID=「0」)とD−VHSレコーダ23b(サブユニットID=「1」)、ディスクサブユニットとしてハードディスクレコーダ24b(サブユニットID=「0」)を備えている。
【0053】
コントローラ機器10は、ターゲット機器20a,20b内に含まれる各サブユニット21a〜25a,21b〜24bの詳細識別結果として得られるサブユニットの種別に対して、制御対象としての必要性に応じた優先度を優先度設定部12にて設定し、設定した優先度が最も高いサブユニットの種別を各ターゲット機器20a,20bの種別として機器種別決定部13にて決定し、例えばOSD等の機器種別提示部14によりユーザーに提示する。また、優先度設定部12において、優先度をユーザーが設定できるようなユーザーインタフェースを設ける。
【0054】
図2は、優先度設定部12における、サブユニット種別に対する優先度設定画面40の一例である。このような優先度設定画面40をユーザーに対して表示する。ユーザーは、例えばマウスポインタ44などにより、優先度を設定したいサブユニット種別41を選択し、優先度設定ボタン42,43により、選択したサブユニット種別41(図2に示す例では、D−VHSレコーダ(サブユニットID=「1」)が選択されている)の優先度を高く、あるいは低く設定する。例えば、図1に示すように、DVレコーダ24aとD−VHSレコーダ25aの2つのテープレコーダ/プレイヤーサブユニットを備えるターゲット機器20aをユーザーが既に所有しているため、DVレコーダ24aとD−VHSレコーダ23bの2つのテープレコーダ/プレイヤーサブユニットとハードディスクレコーダ24bとを備えるターゲット機器20bについては、「ハードディスクレコーダ」として使用したいと考える場合には、ターゲット機器20bのハードディスクレコーダ24bの優先度を他のサブユニット(21b〜23b)よりも高く設定することで、ターゲット機器20bの機器種別を「ハードディスクレコーダ」と設定することができる。尚、図2に示す例では、優先度の数字が小さいほど優先度が高いものとしているが、優先度を示す符号はこれに限らない。
【0055】
また、優先度設定部12におけるサブユニット種別に対する優先度の設定をユーザーに設定させるようにするだけでなく、例えば、コントローラ機器10がデジタルチューナーである場合に、その放送を記録機器に録画するアプリケーションを良く使用することが想定されるため、例えば、ターゲット機器20aのD−VHSレコーダ25aが最も優先度が高くなるように、コントローラ機器10自身が優先度を設定することもできる。
【0056】
図3は、コントローラ機器10が実行する機器種別決定の処理手順を例示するフローチャートである。尚、図3に示す処理手順をコンピュータプログラムとして磁気的あるいは光学的記録媒体に格納しコントローラ機器10に読み込ませる、もしくは伝送媒体を介してコントローラ機器10に供給することもできる。コントローラ機器10の制御部11は、記録媒体もしくは伝送媒体を介して供給される上記コンピュータプログラムに基づいて、コントローラ機器10内の各部を制御し、以下に示す処理を実行する。
【0057】
予め、コントローラ機器10は、ターゲット機器(例えばターゲット機器20a)に「SUBUNIT INFO」コマンドを発行し、ターゲット機器の各サブユニットの詳細情報を取得しておく。
【0058】
まず、優先度設定部12は、ターゲット機器(例えばターゲット機器20a)の各サブユニット21a〜25aのうち、選択すべきサブユニット(例えば、D−VHSレコーダ25a)の種別の優先度を最高ランクに設定する(ステップS01)。
【0059】
次に、機器種別決定部13は、「SUBUNIT INFO」コマンドに対するレスポンスにより識別したサブユニットのうち最初のサブユニットを選択し(ステップS02)、選択したサブユニットの種別が、選択すべき優先度のものであるかを判定する(ステップS03)。
【0060】
ステップS03の判定の結果、選択したサブユニットの種別が選択すべき優先度のものであると判断した場合、ステップS07において、選択したサブユニットの種別をターゲット機器(ユニット)の機器種別として設定する。
【0061】
逆に、ステップS03の判定の結果、選択したサブユニットの種別が選択すべき優先度のものではないと判断した場合、次に、ステップS04において、機器種別決定部13は選択したサブユニットが最後のサブユニットであるか否かを判定する。判定の結果、最後のサブユニットでない場合には、機器種別決定部13は次のサブユニットを選択し(ステップS05)、ステップS03に戻る。
【0062】
ステップS04の判定の結果、選択したサブユニットが最後のサブユニットであった場合には、機器種別決定部13は、選択すべきサブユニット種別の優先度を1ランク下げ(ステップS06)、ステップS02に戻る。
【0063】
機器種別決定部13は、このステップS03からステップS05の各処理により、当該優先度のサブユニット種別が見つかるまで各サブユニットを順に検索する。見つからない場合は、機器種別決定部13は、優先度を下げ、もう一度最初のサブユニットから検索を繰り返す。
【0064】
以上の処理により、機器種別決定部13は、ターゲット機器に含まれるサブユニットの中で優先度の最も高いサブユニットの種別を、ターゲット機器の機器種別として登録することになる。
【0065】
ここで、図1に示したターゲット機器20aに対して、図3に示した機器種別決定処理をコントローラ機器10が実行する例を以下に示す。
【0066】
まず、ステップS01において、優先度設定部12は、図2に示すような優先度を設定し、最高ランクの優先度の「D−VHSレコーダ」を選択対象とする。
【0067】
ステップS02において、機器種別決定部13は、「SUBUNIT INFO」コマンドのレスポンスの先頭に格納されているチューナーサブユニットのうちサブユニットID=「0」の衛星デジタルチューナー21aから判定を開始する。
【0068】
ステップS03において、機器種別決定部13は、このサブユニット(衛星デジタルチューナー21a)の優先度は現在選択対象のサブユニットの優先度より低いと判定する。
【0069】
ステップS04において、衛星デジタルチューナー21aは、ターゲット機器20aの中の最後サブユニットではないため、次に、ステップS05において、機器種別決定部13は、次のチューナーサブユニットであるサブユニットID=「1」の地上波デジタルチューナー22aを選択し、再びステップS03の判定に戻る。
【0070】
機器種別決定部13はこの判定を、サブユニットID=「0」のチューナーサブユニット、サブユニットID=「1」のチューナーサブユニット、サブユニットID=「2」のチューナーサブユニット、サブユニットID=「0」のテープレコーダ/プレイヤーサブユニット、サブユニットID=「1」のテープレコーダ/プレイヤーサブユニットの順に行い、サブユニットID=「1」のテープレコーダ/プレイヤーサブユニットである「D−VHSレコーダ25a」が選択された段階で、ステップS03の判定結果は「Yes」となり、機器種別決定部13は、D−VHSレコーダ25aの詳細種別である「D−VHS」をターゲット機器20aの機器種別として決定する。
【0071】
図4に機器種別提示画面50の例を示すように、決定された機器種別はOSDとしてユーザーに提示するなどして、ユーザーが制御対象の機器を選択するための情報として用いることができる。それと同時に、コントローラとしては、このターゲットに対して「D−VHS」用のアプリケーションを対応付けることにより、シリアルインターフェースを介して、ユーザーからの指示によりターゲットを制御することが可能となる。
【0072】
また、ユーザーが、例えば、ターゲット機器20aを地上波デジタルチューナー22aとして使用したいと考え、図2の優先度設定画面40で地上波デジタルチューナー22aの優先度を最高ランクの設定した場合には、サブユニットID=「1」のチューナーサブユニット(地上波デジタルチューナー22a)が選択された段階で、ステップS03の判定結果が「Yes」となり、機器種別決定部13は、ターゲット機器20aの機器種別を「地上波デジタルチューナー」に設定することになり、ターゲット機器20aを地上波デジタルチューナーとして使用することができる。
【0073】
以上、説明したように、本実施形態におけるコントローラ機器10によれば、優先度設定部12において制御対象として必要性が高いか否かによる優先度をサブユニット種別毎に設定し、機器種別決定部13においてターゲット機器20a,20b内に含まれる複数のサブユニットの中から優先度が最も高いサブユニットの種別をターゲット機器20a,20bの機器種別として決定することで、従来のインタフェース(AV/Cコマンドフレーム/レスポンスフレームなど)を変更せずに、所望のサブユニットを制御可能とすることができる。つまり、複数の制御可能なサブユニットを備えるターゲット機器20a,20bに対して、コントローラ機器10は、最適なサブユニットをターゲット機器20a,20bの機器種別とすることができ、その機器種別に対応するアプリケーションを選択してターゲット機器20a,20bを制御することができる。また、上記優先度をユーザーが設定できるユーザーインタフェースを優先度設定部12に設けることにより、ユーザーが希望するサブユニットを制御することができる。
【0074】
以上、本発明の実施の形態について詳細に説明したが、本発明は、その精神または主要な特徴から逸脱することなく、他の色々な形で実施することができる。
【0075】
例えば、図1に示した構成例において、コントローラ機器10はターゲット機器としても機能させることもできるし、一方でターゲット機器20a,20bはコントローラ機器にもなり得る。
【0076】
前述の実施例はあらゆる点で単なる例示に過ぎず、限定的に解釈してはならない。本発明の範囲は、特許請求の範囲によって示すものであって、明細書本文には何ら拘束されない。更に、特許請求の範囲の均等範囲に属する変形や変更は、全て本発明の範囲内のものである。
【0077】
【発明の効果】
本発明によれば、制御対象のサブユニットを複数備えるターゲット機器に対し、従来のインタフェースを変更することなく、所望のサブユニットを制御できるコントローラ機器、コントローラ機器による制御方法及び制御プログラムを提供することができる。
【図面の簡単な説明】
【図1】本発明の一実施形態におけるコントローラ機器とターゲット機器の構成を示す概略ブロック図である。
【図2】図1に示すコントローラ機器の優先度設定部における優先度設定画面の一例を示す図である。
【図3】図1に示すコントローラ機器の機器種別決定部における機器種別決定の処理手順を例示するフローチャートである。
【図4】図1に示すコントローラ機器の機器種別提示部における機器種別提示画面の一例を示す図である。
【図5】AV/Cコマンドフレームの転送フォーマットを示す図である。
【図6】AV/Cレスポンスフレームの転送フォーマットを示す図である。
【図7】図5に示すAV/Cコマンドフレームにおけるコマンドタイプの設定値を示す図である。
【図8】図5に示すAV/Cコマンドフレーム及び図6に示すAV/Cレスポンスフレームにおけるサブユニットタイプの設定値を示す図である。
【図9】図5に示すAV/Cコマンドフレーム及び図6に示すAV/CレスポンスフレームにおけるサブユニットIDの設定値を示す図である。
【図10】図5に示すAV/Cコマンドフレーム及び図6に示すAV/CレスポンスフレームにおけるAV/Cアドレスのフォーマットを示す図である。
【図11】図5に示すAV/Cコマンドフレーム及び図6に示すAV/Cレスポンスフレームにおけるオペランドの設定値を示す図である。
【図12】図6に示すAV/Cレスポンスフレームにおけるレスポンスの設定値を示す図である。
【図13】「パワーオン」を指示するAV/Cコマンドフレーム(CONTROL)の一例を示す図である。
【図14】図13に示すAV/Cコマンドに対するAV/Cレスポンスフレーム(ACCEPTED)の一例を示す図である。
【図15】図13に示すAV/Cコマンドに対するAV/Cレスポンスフレーム(REJECTED)の一例を示す図である。
【図16】複数のサブユニットを備えた機器(ユニット)の一例を示す図である。
【図17】サブユニット情報の取得を指示するAV/Cコマンドフレーム(SUBUNIT INFO)の一例を示す図である。
【図18】図17に示すAV/Cコマンドに対するAV/Cレスポンスフレーム(STABLE)の一例を示す図である。
【図19】図17に示すAV/Cコマンドに対するAV/Cレスポンスフレーム(STABLE)の別の例を示す図である。
【図20】一般的なコントローラ機器における機器種別決定の処理手順を例示するフローチャートである。
【図21】ターゲット機器の機器種別を提示するOSDを例示する図である。
【図22】図20に示す機器種別決定処理の詳細な処理手順を例示するフローチャートである。
【符号の説明】
10…コントローラ機器
11…制御部
12…優先度設定部
13…機器種別決定部
14…機器種別提示部
15…優先度記憶部
20a,20b…ターゲット機器
20c…VCR
21a…衛星デジタルチューナー
21b…アナログチューナー
21c…テープレコーダ/プレイヤー
22a…地上波デジタルチューナー
22b…DVレコーダ
22c…アナログチューナー
23a…アナログチューナー
23b…D−VHSレコーダ
24a…DVレコーダ
24b…ハードディスクレコーダ
25a…D−VHSレコーダ
30…IEEE1934バス
40…優先度設定画面
41…サブユニット種別
42,43…優先度設定ボタン
44…マウスポインタ
50…機器種別提示画面
[0001]
BACKGROUND OF THE INVENTION
  The present invention, ExampleFor example, the present invention relates to a controller device that controls another device (target device) via a serial bus interface, such as an IEEE 1394 high performance serial bus, a control method using the controller device, and a control program.
[0002]
[Prior art]
For example, an interface for interconnecting digital AV devices such as a video cassette recorder (VCR) and a set top box (STB) to transmit / receive digital contents and control commands between devices "IEEE 1394 Standard for a High Performance Serial Bus" (hereinafter abbreviated as IEEE 1394).
[0003]
IEEE 1394 has two types of data: an asynchronous transfer mode used for normal data transfer and an isochronous transfer mode in which data transfer is guaranteed within a predetermined time (for example, 125 microseconds). It has a transfer mode. For example, in a multimedia system, an asynchronous transfer mode is used for command transfer in which transfer time delay is not a problem, and a synchronous transfer mode is used for transfer of moving images, audio data, and the like where time delay is a problem.
[0004]
In the IEEE 1394 bus, 64-bit fixed addressing is used, and its upper 16 bits indicate the address of a device (node) on the bus, and the lower 48 bits indicate an address space in each device. The upper 10 bits of the upper 16 bits are called a bus ID (bus_ID), and “1023” in which all bits are “1” in the local bus is used as the bus ID. The lower 6 bits of the upper 16 bits are called a node ID (node_ID), and when a new device is connected to the IEEE 1394 bus or a device is removed from the IEEE 1394 bus, each device is reset at the time of bus reset. Assigned in ascending order from 0. In the asynchronous transfer mode, a packet transfer source and a transfer destination device (node) are specified by this node ID.
[0005]
It is determined that an AV device equipped with IEEE1394 has an identification number called a node unique ID (node_unique_ID) of 64 bits, which is different for each device, in a memory storing device information called a configuration ROM (Configuration ROM). It has been. Since the external device connected to the IEEE 1394 bus can read the information of other devices stored in the configuration ROM in the asynchronous transfer mode, the information of the read device is connected to the IEEE 1394 bus. It can be used as information for uniquely identifying individual devices.
[0006]
Therefore, a technique for identifying a device connected to the IEEE 1394 bus by associating a node ID with a node unique ID (device type) (see, for example, Patent Document 1), or a node unique when a bus reset occurs. Techniques for acquiring an ID and identifying a device connected to an IEEE 1394 bus (see, for example, Patent Documents 2 and 3) have been proposed.
[0007]
The node ID is used to set a packet transfer address, but there is no guarantee that the same node ID is assigned to the same device every time the bus is reset. Therefore, in order to identify individual devices across bus resets and continue the same application, the node unique IDs of all devices existing on the bus are read every time a bus reset occurs, and the node ID It is necessary to memorize in association with.
[0008]
In the configuration ROM of consumer AV equipment, in addition to the node / unique ID, a text code indicating the vendor name, model name, etc. of the equipment is also stored. -It can also be presented to the user on a display (OSD; On Screen Display).
[0009]
By the way, “AV / C Digital Interface Command Set” (hereinafter referred to as this interface) defined by 1394TA (1394 Trade Association) as an interface specification for controlling AV equipment with IEEE1394. A command based on the specification is abbreviated as “AV / C command”). A packet frame sent from the controlling controller to the controlled target is called an AV / C command frame, and conversely, a packet frame sent from the target to the controller is called an AV / C response frame. AV / C command frame / response Asynchronous transfer mode is used for frame transfer.
[0010]
FIG. 5 is a diagram showing an AV / C command frame transfer format, and FIG. 6 is a diagram showing an AV / C response frame transfer format. “0000” at the head of the AV / C command frame / response frame is a CTS code indicating that this command set is an AV / C command. “Ctype” of the AV / C command frame represents a command type, and a setting value as shown in FIG. 7 is stored. “Subunit type (subunit_type)” represents the type of the subunit, and as shown in FIG. 8, for example, when “subunit_type” is “5”, it represents “Tuner”. “Subunit ID (subunit_ID)” is an identification number in the subunit as shown in FIG. 9, and up to five of the subunits can be identified. As shown in FIG. 10, “subunit_type” and “subunit_ID” are collectively referred to as an AV / C address. “Opcode” indicates the content of the command, and “operand [0] to [n]” indicate parameters attached to “opcode”. As shown in FIG. 11, for example, “opcode” is “B2( 16 )"And" operand [0] "is" 70( 16 )"Represents" Power on ". Further, “response” indicates a command acceptance status as shown in FIG.
[0011]
When a certain device (controller device) connected to the IEEE 1394 bus tries to control the operation of another device (target device), the controller device sends an AV / C command frame to the target device. The target device that has received the command examines the content of the AV / C command frame and sends an AV / C response frame indicating whether to accept the control content to the controller device. For example, when the target device that has received the AV / C command frame instructing “Power on” shown in FIG. 13 from the controller device accepts the control content, “response” is set to “response” as shown in FIG. An AV / C response frame “ACCEPTED” is sent to the controller device, and the state of the target device is changed to power-on. Conversely, when the control content from the controller device is not accepted, the target device sends an AV / C response frame with “response” set to “REJECTED” to the controller device as shown in FIG.
[0012]
Next, units and subunits used in AV / C commands will be described. A unit represents one AV device, and a subunit represents a functional unit existing in the AV device. For example, as shown in FIG. 16, in the case of a VCR 20c having both a tape recorder / player 21c and an analog tuner 22c, the VCR 20c is a unit, and the tape recorder / player 21c and the analog tuner 22c are subunits. AV / C commands can be sent to units or subunits.
[0013]
For example, from a controller device
"Subunit_type" = "1F( 16 )(Unit) ",
"Subunit_ID" = "7 (ignore)",
“Opcode” = “B2( 16 )",
"Operand" = "70( 16 )Is sent to the VCR 20c, the entire VCR 20c is powered on.
[0014]
Meanwhile, from controller equipment
"Subunit_type" = "5( 16 )(Tuner) ",
"Subunit_ID" = "0 (Subunit Instance number)",
“Opcode” = “B2( 16 )",
"Operand" = "70( 16 )Is sent to the VCR 20c, the tape recorder / player 21c in the VCR 20c (subunit with “subunit_ID” = “0”) is powered on.
[0015]
There is a “SUBUNIT INFO” command as an AV / C command for the controller device to check what subunit the target device has in the unit. The target device that has received this “SUBUNIT INFO” command informs the controller device of the type and number of subunits included in the own device (unit) using an AV / C response frame. FIG. 17 shows an example of the AV / C command frame of the “SUBUNIT INFO” command, and FIGS. 18 and 19 show examples of the AV / C response frame for the “SUBUNIT INFO” command of FIG. The AV / C response frame in FIG. 18 is a response example of the target device having the subunit configuration shown in FIG.
[0016]
In “operand [1] to [4]” of the AV / C command frame / response frame, the subunit type and the maximum ID of the subunit are set. In the example shown in FIG. 19, “operand [1]” includes “tuner (5)” as a subunit, and the maximum ID is “2”. “Operand [2]” includes “tape recorder / player (4)” as a subunit, and its maximum ID is “1”. “Operand [3] to [4]” has an invalid value “FF” to indicate that no other subunits are provided.( 16 )"Is set. That is, the example shown in FIG. 19 represents a target device including three tuners and two tape recorders / players.
[0017]
Note that “page” of “operand [0]” in FIGS. 17 to 19 is to supplement that information of only four types of subunits can be transferred with “operand [1] to [4]” in this command structure. For the unit that may have five or more types of subunits, the next subunit information can be read by designating this “page”.
[0018]
Depending on what kind of unit the target device is, the application that controls it varies. Therefore, before the controller device executes an application for controlling the target device, the controller device needs to recognize what type of device the target device is. The AV / C response frame can also be used as information for the user to select a desired control target device from the target devices connected to the IEEE 1394 bus.
[0019]
Since a bus reset occurs when a new target device is connected to the IEEE 1394 bus, the IEEE 1394 normally performs processing for recognizing the type of the connected target device after the bus reset is completed.
[0020]
FIG. 20 is a flowchart illustrating an example of a processing procedure in which the controller device recognizes the device type of the target device.
[0021]
First, when the controller device detects occurrence of a bus reset (step S21), the controller device reads a node / unique ID that can uniquely identify the device from all target devices on the IEEE 1394 bus (step S22), and creates a new target. It is determined whether or not the device is connected to the IEEE 1394 bus (step S23). As a result of the determination, if a new target device is not connected to the IEEE 1394 bus, the process is terminated. Conversely, if it is determined that a new target device is connected to the IEEE 1394 bus, the controller device reads the configuration ROM of the device for the new target device, that is, the target device for which the device type has not yet been acquired, Information such as the vendor name and model name is acquired (step S24). Further, the controller device sends a “SUBUNIT INFO” command to the target device, and acquires information on subunits included in the target device (unit) (step S25).
[0022]
Then, in order to determine the device type of the new target device, the following steps S26 to S28 are repeated for each subunit acquired in step S25. Normally, among the subunits described at the beginning (operand [1]) of the response frame of the “SUBUNIT INFO” command, the detailed information of the subunits in the ascending order of the subunit IDs from the subunit having the subunit ID “0”. To get.
[0023]
In step S27, the controller device performs detailed identification of the subunit. This detailed identification varies depending on the subunit type of the subunit and whether there is an application that controls it. For example, if the subunit is a tape recorder / player subunit, the D-VHS type and the DV type have different control methods depending on the application, and therefore, detailed identification of the subunit is performed for the tape recorder / player subunit. In addition, if the tuner subunit is not a control target, a criterion for determining the controller device such as not performing detailed identification of the subunit may be considered.
[0024]
In step S28, the controller device determines the type of the subunit using the detailed identification information of the subunit acquired in step S27 in addition to the subunit type. For example, if the tape recorder / player subunit is identified in detail as a D-VHS type, the controller device sets the type of the subunit to “D-VHS”, and if it is identified as a DV type in detail. The type of the subunit is “DV”. If the tuner subunit is not a control target, the controller device sets the tuner subunit to “not control target”. Since the VCR 20c having the subunit configuration shown in FIG. 16 has one tape recorder / player 21c and one analog tuner 22c, the controller device repeats the processing from step S26 to step S28 twice. It will be.
[0025]
The controller device determines the device type of the new target device in step 9 based on the subunit information acquired in the processing from step S25 to step S28, and returns to step S23.
[0026]
The controller device repeats the processes from step S23 to step S29 as many times as the number of target devices newly connected to the bus and determines the device types of all target devices, and the process ends.
[0027]
FIG. 22 is a flowchart showing an example of the device type determination process in step S29.
[0028]
First, the controller device selects the first subunit among the subunits identified in detail in step S28 (step S31), and determines whether or not the type of the selected subunit is a control target (step S32). ). Here, the determination “whether or not it is a control target” is based on whether or not the controller device has a control application corresponding to the selected subunit. For example, if the selected subunit type is a “DV” type tape recorder / player subunit, and the controller device has an application for a “DV” type tape recorder / player subunit, the controller device The selected subunit is determined to be a control target.
[0029]
If it is determined in step S32 that the selected subunit is a control target, the controller device sets the type of the subunit determined as the control target in step S36 as the target device (unit) type.
[0030]
If it is determined in step S32 that the subunit is not a control target, the controller device determines whether or not the selected subunit is the last subunit in step S33. If it is not the last subunit, the controller device selects the next subunit (step S34) and returns to step S32. If the result of determination in step S33 is the last subunit, the type of target device (unit) is set to “not controllable” (step S35).
[0031]
The controller device repeats the processing from step S32 to step S34 until a control target subunit is found, and if a control target subunit is found, registers it as the type of the target device (unit).
[0032]
For example, with respect to the VCR 20c having the subunit configuration shown in FIG. 16, the tape recorder / player 21c is recognized as a “D-VHS” type subunit, and the analog tuner 22c is recognized as “not subject to control”. Assuming that the controller device is a “D-VHS” type subunit, the controller device is the first subunit “D-VHS” type tape recorder / player 21c to be controlled. The VCR 20c device type is set to “D-VHS”.
[0033]
The controller device can select the corresponding application based on the device identification (D-VHS, DV, tuner, etc.) of the recognized target device, and can control the target device using the AV / C command.
[0034]
Further, as shown in FIG. 21, the controller device displays the device identification of the recognized target device together with information such as the vendor name and model name acquired from the configuration ROM on the OSD or the like. Can be used by the user as information for selecting the target device to be controlled.
[0035]
[Patent Document 1]
JP-A-10-173688
[0036]
[Patent Document 2]
JP 2000-358045 A
[0037]
[Patent Document 3]
JP 2001-007830 A
[0038]
[Problems to be solved by the invention]
By the way, when a plurality of subunits are included in one target device, the controller device does not always have an application corresponding to all the subunits. For example, when targeting the VCR 20c having the subunit configuration shown in FIG. 16, the analog tuner 22c cannot normally be controlled by the AV / C command of IEEE1394, and therefore the subunit of the analog tuner 22c is determined as the control target. There is no need to do. Therefore, the controller device only needs to determine only the tape recorder / player 21c among the subunits included in the VCR 20c as the control target.
[0039]
Conventionally, there was no target device that included multiple subunits that could be controlled by the controller device. Therefore, when determining the device type of the target device, multiple target units were included in the target device (unit). Even if the controller device is selected, the controller device selects the control target subunit first found among the plurality of subunits, and sets the detailed type of the selected subunit as the target device (unit). There was no problem in executing the application corresponding to that type. For example, in the case of the VCR 20c having the subunit configuration as shown in FIG. 16, the D-VHS type tape recorder / player 21c that is the first subunit to be controlled found is selected, and the detailed type of the subunit is selected. By using “D-VHS” as the type of VCR 20c (unit), no problem occurred.
[0040]
However, in such a method of selecting the first subunit to be controlled and making it a fixed device type, for example, a “SUBUNIT INFO” AV / C command as shown in FIG. Problems arise when controlling a target device that returns a response. Assuming that the controller device implements both applications that control the “D-VHS” type and “DV” type subunits, for a device having subunits as shown in FIG. From the tuner subunit ID = 0, it is determined whether it is a control target. For example, it is determined that all three tuner subunits are not control targets. Next, assuming that the subunit whose subunit ID of the tape recorder / player subunit is “0” is “DV” and the subunit whose subunit ID is “1” is “D-VHS”. The controller device selects the subunit of “DV” whose subunit ID is “0”, which is the first subunit to be controlled, and registers this “DV” as the device type of the VCR 20c that is the target device. Will do.
[0041]
In this case, the controller device cannot present to the user the existence of the “D-VHS” type subunit whose subunit ID is “1”, and cannot select the subunit. It is also impossible to start an application that controls a “D-VHS” type subunit.
[0042]
The present invention has been made to solve such a problem, and can control a desired subunit without changing a conventional user interface for a target device including a plurality of subunits to be controlled. It is an object of the present invention to provide a control method and a control program by a device and a controller device.
[0043]
[Means for Solving the Problems]
  The feature of the controller device according to the present invention is (a) a target device recognized through the serial bus interface in a controller device having a serial bus interface.pluralA priority setting unit for setting the priority for the subunit; and (b).pluralThe subunit with the highest priority among the subunitsIs determined as the device type of the target deviceA device type determination unit to perform, (c)DecisionIsMachineType of vesselTheThe device type presentation unit to be presented(D) a device type selection unit for selecting the presented device type; and (e) when the device type is selected by the device type selection unit, the selected device type is selected for the corresponding target device. A control unit that controls to associate an application for controlling the corresponding subunit;It is in having.
[0044]
  Further, the control method by the controller device according to the present invention includes a serial bus interface andA device type presentation unit, a device type selection unit,ThePreparedA control method for a target device by a controller device, which is recognized by (a) a serial bus interface.RutaIncluded in the target devicepluralFor subunitExcellentSet the advancePriority setting stepAnd (b)pluralThe subunit with the highest priority among the subunitsType ofTheThe target equipmentDevice typeDetermined asDoDevice type determination stepAnd (c)DecisionIsMachineType of vesselTheDevice type presentation sectionProposed toShowDevice type presentation stepWhen(D) a device type selection step for selecting the presented device type by the device type selection unit; and (e) a device type selected by this device type selection step, the corresponding target device is selected. A control step for controlling to associate an application for controlling a subunit corresponding to the device type specifiedIt is to include.
[0045]
  Further, the control program by the controller device according to the present invention is a serial bus interface.A device type presentation unit, a device type selection unit,ThePreparedFor controller equipment,Target equipmentTo execute the control ofA control program which is recognized via a serial bus interfaceRutaIncluded in the target devicepluralFor subunitExcellentSet the advancePriority settingStep, (b)pluralThe subunit with the highest priority among the subunitsType ofTheThe target equipmentDevice typeDetermined asDoDevice type determinationSteps, (c)DecisionIsMachineType of vesselTheIn the device type presentation sectionPresentationDoDevice type presentationStep and(D) a device type selection step for selecting the presented device type by the device type selection unit; and (e) a device type selected by this device type selection step, the corresponding target device is selected. A control step for controlling to associate an application for controlling a subunit corresponding to the device type specifiedIs executed by the controller device.
[0047]
According to such a configuration, it is possible to control a desired subunit without changing a conventional interface for a target device including a plurality of subunits to be controlled.
[0048]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. Throughout the drawings, the same or equivalent parts and components are denoted by the same or equivalent reference numerals, and the description thereof is omitted or simplified.
[0049]
FIG. 1 is a diagram illustrating a configuration example of the controller device 10 and the target devices 20a and 20b connected to the IEEE 1934 bus 30.
[0050]
The controller device 10 sets priority for setting the priorities for the subunits 21a to 25a included in the target device 20a and the subunits 21b to 24b included in the target device 20b recognized via the serial bus interface. Unit 12, a device type determination unit 13 that selects the subunit set with the highest priority among the subunits, and a device type presentation unit that presents the selected subunit to the user as the device type of the target devices 20 a and 20 b. 14, a priority storage unit 15 that stores the priority set by the priority setting unit 12, and a control unit 11 that controls each of the above units.
[0051]
The target device 20a includes a satellite digital tuner 21a (subunit ID = “0”), a terrestrial digital tuner 22a (subunit ID = “1”), and an analog tuner 23a (subunit ID = “2”) as tuner subunits. And a DV recorder 24a (subunit ID = “0”) and a D-VHS recorder 25a (subunit ID = “1”) as tape recorder / player subunits.
[0052]
The target device 20b includes an analog tuner 21b (subunit ID = “0”) as a tuner subunit, a DV recorder 22b (subunit ID = “0”) as a tape recorder / player subunit, and a D-VHS recorder 23b ( Subunit ID = "1"), and a hard disk recorder 24b (subunit ID = "0") is provided as a disk subunit.
[0053]
The controller device 10 gives priority to the types of subunits obtained as the detailed identification results of the subunits 21a to 25a and 21b to 24b included in the target devices 20a and 20b according to the necessity as a control target. Is set by the priority setting unit 12, and the type of the sub-unit having the highest set priority is determined by the device type determination unit 13 as the type of each target device 20a, 20b, for example, a device type presentation unit such as OSD 14 to the user. The priority setting unit 12 is provided with a user interface that allows the user to set the priority.
[0054]
FIG. 2 is an example of a priority setting screen 40 for the subunit type in the priority setting unit 12. Such a priority setting screen 40 is displayed to the user. For example, the user selects the subunit type 41 for which priority is to be set by using the mouse pointer 44 or the like, and selects the selected subunit type 41 by using the priority setting buttons 42 and 43 (in the example shown in FIG. 2, a D-VHS recorder). (Subunit ID = “1”) is selected) is set to a higher or lower priority. For example, as shown in FIG. 1, since the user already has a target device 20a having two tape recorder / player subunits, a DV recorder 24a and a D-VHS recorder 25a, the DV recorder 24a and the D-VHS recorder For the target device 20b including the two tape recorder / player subunits 23b and the hard disk recorder 24b, when the hard disk recorder 24b of the target device 20b is to be used as a “hard disk recorder”, the priority of the hard disk recorder 24b of the target device 20b By setting the unit higher than the units (21b to 23b), the device type of the target device 20b can be set to “hard disk recorder”. In the example shown in FIG. 2, the smaller the priority number, the higher the priority. However, the code indicating the priority is not limited thereto.
[0055]
In addition to allowing the user to set the priority setting for the subunit type in the priority setting unit 12, for example, when the controller device 10 is a digital tuner, an application for recording the broadcast on the recording device Therefore, for example, the controller device 10 itself can set the priority so that the D-VHS recorder 25a of the target device 20a has the highest priority.
[0056]
FIG. 3 is a flowchart illustrating a processing procedure for determining the device type executed by the controller device 10. 3 may be stored in a magnetic or optical recording medium as a computer program and read by the controller device 10 or supplied to the controller device 10 via a transmission medium. The control unit 11 of the controller device 10 controls each unit in the controller device 10 based on the computer program supplied via the recording medium or the transmission medium, and executes the following processing.
[0057]
In advance, the controller device 10 issues a “SUBUNIT INFO” command to the target device (for example, the target device 20a), and acquires detailed information of each subunit of the target device.
[0058]
First, the priority setting unit 12 sets the priority of the type of the subunit to be selected (for example, the D-VHS recorder 25a) among the subunits 21a to 25a of the target device (for example, the target device 20a) to the highest rank. Set (step S01).
[0059]
Next, the device type determination unit 13 selects the first subunit among the subunits identified by the response to the “SUBUNIT INFO” command (step S02), and the type of the selected subunit is the priority level to be selected. It is determined whether it is a thing (step S03).
[0060]
As a result of the determination in step S03, if it is determined that the type of the selected subunit is of the priority to be selected, the type of the selected subunit is set as the device type of the target device (unit) in step S07. .
[0061]
On the other hand, if it is determined in step S03 that the type of the selected subunit is not of the priority to be selected, then in step S04, the device type determination unit 13 determines that the selected subunit is the last one. It is determined whether it is a subunit. As a result of the determination, if it is not the last subunit, the device type determination unit 13 selects the next subunit (step S05) and returns to step S03.
[0062]
If the result of determination in step S04 is that the selected subunit is the last subunit, the device type determination unit 13 lowers the priority of the subunit type to be selected by one rank (step S06), and step S02. Return to.
[0063]
The device type determination unit 13 searches each subunit in turn until a subunit type of the priority is found by each processing from step S03 to step S05. If not found, the device type determination unit 13 lowers the priority and repeats the search from the first subunit once again.
[0064]
Through the above processing, the device type determination unit 13 registers the type of the subunit having the highest priority among the subunits included in the target device as the device type of the target device.
[0065]
Here, an example in which the controller device 10 executes the device type determination process illustrated in FIG. 3 for the target device 20a illustrated in FIG. 1 will be described below.
[0066]
First, in step S01, the priority setting unit 12 sets priorities as shown in FIG. 2, and selects “D-VHS recorder” having the highest rank priority as a selection target.
[0067]
In step S02, the device type determination unit 13 starts the determination from the satellite digital tuner 21a having the subunit ID = “0” among the tuner subunits stored at the head of the response of the “SUBUNIT INFO” command.
[0068]
In step S03, the device type determination unit 13 determines that the priority of the subunit (satellite digital tuner 21a) is lower than the priority of the currently selected subunit.
[0069]
In step S04, the satellite digital tuner 21a is not the last subunit in the target device 20a. Next, in step S05, the device type determination unit 13 determines the subunit ID = “1” as the next tuner subunit. The terrestrial digital tuner 22a is selected, and the process returns to the determination in step S03.
[0070]
The device type determination unit 13 makes this determination by using a tuner subunit with subunit ID = “0”, a tuner subunit with subunit ID = “1”, a tuner subunit with subunit ID = “2”, and a subunit ID = The tape recorder / player subunit of “0”, the tape recorder / player subunit of subunit ID = “1” are performed in this order, and the “D-VHS recorder” is the tape recorder / player subunit of subunit ID = “1”. When “25a” is selected, the determination result in step S03 is “Yes”, and the device type determination unit 13 sets “D-VHS”, which is the detailed type of the D-VHS recorder 25a, as the device type of the target device 20a. decide.
[0071]
As shown in the example of the device type presentation screen 50 in FIG. 4, the determined device type can be used as information for the user to select a device to be controlled by, for example, presenting it to the user as an OSD. At the same time, the controller can control the target according to an instruction from the user via the serial interface by associating the application for “D-VHS” with the target.
[0072]
For example, when the user wants to use the target device 20a as the terrestrial digital tuner 22a and sets the priority of the terrestrial digital tuner 22a to the highest rank on the priority setting screen 40 of FIG. When the tuner subunit (terrestrial digital tuner 22a) with unit ID = “1” is selected, the determination result in step S03 becomes “Yes”, and the device type determination unit 13 sets the device type of the target device 20a to “ Therefore, the target device 20a can be used as a terrestrial digital tuner.
[0073]
As described above, according to the controller device 10 in the present embodiment, the priority setting unit 12 sets the priority for each subunit type depending on whether the necessity is high as a control target, and the device type determination unit 13, the type of the subunit having the highest priority among the plurality of subunits included in the target devices 20 a and 20 b is determined as the device type of the target devices 20 a and 20 b, so that the conventional interface (AV / C command The desired subunit can be controlled without changing the frame / response frame. That is, for the target devices 20a and 20b having a plurality of controllable subunits, the controller device 10 can set the optimum subunit as the device type of the target devices 20a and 20b, and corresponds to the device type. The target devices 20a and 20b can be controlled by selecting an application. Further, by providing the priority setting unit 12 with a user interface that allows the user to set the priority, the subunit desired by the user can be controlled.
[0074]
As mentioned above, although embodiment of this invention was described in detail, this invention can be implemented in other various forms, without deviating from the mind or main characteristics.
[0075]
For example, in the configuration example shown in FIG. 1, the controller device 10 can also function as a target device, while the target devices 20a and 20b can also be controller devices.
[0076]
The foregoing embodiments are merely illustrative in all respects and should not be construed as limiting. The scope of the present invention is indicated by the claims, and is not restricted by the text of the specification. Further, all modifications and changes belonging to the equivalent scope of the claims are within the scope of the present invention.
[0077]
【The invention's effect】
According to the present invention, there is provided a controller device that can control a desired subunit without changing a conventional interface for a target device including a plurality of subunits to be controlled, a control method using the controller device, and a control program. Can do.
[Brief description of the drawings]
FIG. 1 is a schematic block diagram showing configurations of a controller device and a target device in an embodiment of the present invention.
FIG. 2 is a diagram showing an example of a priority setting screen in a priority setting unit of the controller device shown in FIG.
FIG. 3 is a flowchart illustrating a device type determination processing procedure in a device type determination unit of the controller device shown in FIG. 1;
4 is a diagram showing an example of a device type presentation screen in a device type presentation unit of the controller device shown in FIG. 1. FIG.
FIG. 5 is a diagram showing a transfer format of an AV / C command frame.
FIG. 6 is a diagram showing a transfer format of an AV / C response frame.
7 is a diagram showing command type setting values in the AV / C command frame shown in FIG. 5; FIG.
8 is a diagram illustrating subunit type setting values in the AV / C command frame shown in FIG. 5 and the AV / C response frame shown in FIG. 6;
9 is a diagram showing a set value of a subunit ID in the AV / C command frame shown in FIG. 5 and the AV / C response frame shown in FIG.
10 is a diagram showing a format of an AV / C address in the AV / C command frame shown in FIG. 5 and the AV / C response frame shown in FIG.
11 is a diagram showing operand setting values in the AV / C command frame shown in FIG. 5 and the AV / C response frame shown in FIG. 6;
12 is a diagram showing response setting values in the AV / C response frame shown in FIG. 6; FIG.
FIG. 13 is a diagram illustrating an example of an AV / C command frame (CONTROL) instructing “power on”.
14 is a diagram showing an example of an AV / C response frame (ACCEPTED) for the AV / C command shown in FIG.
15 is a diagram showing an example of an AV / C response frame (REJECTED) for the AV / C command shown in FIG.
FIG. 16 is a diagram illustrating an example of a device (unit) including a plurality of subunits.
FIG. 17 is a diagram illustrating an example of an AV / C command frame (SUBUNIT INFO) for instructing acquisition of subunit information.
18 is a diagram showing an example of an AV / C response frame (STABLE) for the AV / C command shown in FIG.
FIG. 19 is a diagram showing another example of an AV / C response frame (STABLE) corresponding to the AV / C command shown in FIG.
FIG. 20 is a flowchart illustrating a processing procedure for device type determination in a general controller device.
FIG. 21 is a diagram illustrating an OSD that presents a device type of a target device.
FIG. 22 is a flowchart illustrating a detailed processing procedure of device type determination processing shown in FIG. 20;
[Explanation of symbols]
10 ... Controller equipment
11. Control unit
12 ... Priority setting part
13: Device type determination unit
14 ... Device type presentation unit
15 ... Priority storage unit
20a, 20b ... Target device
20c ... VCR
21a ... Satellite digital tuner
21b ... Analog tuner
21c ... Tape recorder / player
22a ... Terrestrial digital tuner
22b DV recorder
22c: Analog tuner
23a ... Analog tuner
23b ... D-VHS recorder
24a ... DV recorder
24b ... Hard disk recorder
25a ... D-VHS recorder
30 ... IEEE 1934 bus
40 ... Priority setting screen
41 ... Subunit type
42, 43 ... Priority setting button
44 ... Mouse pointer
50 ... Device type presentation screen

Claims (3)

シリアルバス・インターフェースを有するコントローラ機器において、
前記シリアルバス・インターフェースを介して認識されるターゲット機器に含まれる複数のサブユニットに対して優先度を設定する優先度設定部と、
前記複数のサブユニットのうち前記優先度が最も高く設定されたサブユニットの種別を、前記ターゲット機器の機器種別として決定する機器種別決定部と、
前記決定された機器種別提示する機器種別提示部と
前記提示された機器種別を選択させる機器種別選択部と、
この機器種別選択部により前記機器種別が選択された場合に、対応する前記ターゲット機器に対して、前記選択された機器種別に対応する前記サブユニットを制御するためのアプリケーションを対応付けるように制御する制御部と、
を備えることを特徴とするコントローラ機器。
In controller equipment with serial bus interface,
A priority setting unit for setting priorities for a plurality of subunits included in a target device recognized via the serial bus interface;
A device type determination unit that determines the type of the subunit set with the highest priority among the plurality of subunits as the device type of the target device ;
A device type presenting unit for presenting the determined equipment types,
A device type selection unit for selecting the presented device type;
Control that controls to associate the application for controlling the subunit corresponding to the selected device type with the corresponding target device when the device type is selected by the device type selection unit And
A controller device comprising:
シリアルバス・インターフェースと、機器種別提示部と、機器種別選択部と備えたコントローラ機器によるターゲット機器に対する制御方法であって、
前記シリアルバス・インターフェースを介して認識されるターゲット機器に含まれる複数のサブユニットに対して優先度を設定する優先度設定ステップと、
前記複数のサブユニットのうち前記優先度が最も高く設定されたサブユニットの種別、前記ターゲット機器の機器種別として決定する機器種別決定ステップと、
前記決定された機器種別を前記機器種別提示部に提示する機器種別提示ステップ
前記提示された機器種別を前記機器種別選択部により選択させる機器種別選択ステップと、
この機器種別選択ステップにより前記機器種別が選択された場合に、対応する前記ターゲット機器に対して、前記選択された機器種別に対応する前記サブユニットを制御するためのアプリケーションを対応付けるように制御する制御ステップと、
を含むことを特徴とする制御方法。
A control method for a target device by a controller device including a serial bus interface, a device type presentation unit, and a device type selection unit ,
A priority setting step of setting a Sakido Yu with the plurality of sub-units included in the recognized filter Getto device via the serial bus interface,
Wherein the type of subunit priority is set highest, and device type determination step of determining a device type of the target device among the plurality of sub-units,
And Hisage Shimesuru device type providing step the determined equipment types in the apparatus type presentation unit,
A device type selection step for causing the device type selection unit to select the presented device type; and
Control that controls to associate the application for controlling the subunit corresponding to the selected device type with the corresponding target device when the device type is selected in the device type selection step. Steps,
The control method characterized by including.
シリアルバス・インターフェースと、機器種別提示部と、機器種別選択部と備えたコントローラ機器にターゲット機器の制御を実行させるための制御プログラムであって、
前記シリアルバス・インターフェースを介して認識されるターゲット機器に含まれる複数のサブユニットに対して優先度を設定する優先度設定ステップと、
前記複数のサブユニットのうち前記優先度が最も高く設定されたサブユニットの種別、前記ターゲット機器の機器種別として決定する機器種別決定ステップと、
前記決定された機器種別を前記機器種別提示部に提示する機器種別提示ステップと
前記提示された機器種別を前記機器種別選択部により選択させる機器種別選択ステップと、
この機器種別選択ステップにより前記機器種別が選択された場合に、対応する前記ターゲット機器に対して、前記選択された機器種別に対応する前記サブユニットを制御するためのアプリケーションを対応付けるように制御する制御ステップと、
を前記コントローラ機器に実行させるための制御プログラム。
A control program for causing a controller device including a serial bus interface , a device type presentation unit, and a device type selection unit to execute control of a target device,
A priority setting step of setting a Sakido Yu with the plurality of sub-units included in the recognized filter Getto device via the serial bus interface,
Wherein the type of subunit priority is set highest, and device type determination step of determining a device type of the target device among the plurality of sub-units,
A device type presenting step of presenting the determined equipment types in the apparatus type presentation unit,
A device type selection step for causing the device type selection unit to select the presented device type; and
Control that controls to associate the application for controlling the subunit corresponding to the selected device type with the corresponding target device when the device type is selected in the device type selection step. Steps,
A control program for causing the controller device to execute.
JP2003112712A 2003-04-17 2003-04-17 Controller device, control method and control program using controller device Expired - Fee Related JP4107142B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003112712A JP4107142B2 (en) 2003-04-17 2003-04-17 Controller device, control method and control program using controller device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003112712A JP4107142B2 (en) 2003-04-17 2003-04-17 Controller device, control method and control program using controller device

Publications (2)

Publication Number Publication Date
JP2004320517A JP2004320517A (en) 2004-11-11
JP4107142B2 true JP4107142B2 (en) 2008-06-25

Family

ID=33472840

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003112712A Expired - Fee Related JP4107142B2 (en) 2003-04-17 2003-04-17 Controller device, control method and control program using controller device

Country Status (1)

Country Link
JP (1) JP4107142B2 (en)

Also Published As

Publication number Publication date
JP2004320517A (en) 2004-11-11

Similar Documents

Publication Publication Date Title
US6584496B1 (en) Distributed help system for consumer electronic devices
JP4828812B2 (en) Television broadcast receiver
US20050231414A1 (en) Apparatus and method for setting macro of remote control
EP1133188A2 (en) Information processing apparatus, network system, recording medium
US20070047909A1 (en) Information processing apparatus and method of reproducing content provided by said apparatus
JP4373957B2 (en) Television broadcast receiving apparatus, television broadcast receiving method, and television system
JPH1168847A (en) Device and method for display
US7533165B2 (en) Communication apparatus
US20070291174A1 (en) Method of providing external input list using item grouping and video apparatus adopting the same
JP2003158701A (en) Information recorder/reproducer
JP4107142B2 (en) Controller device, control method and control program using controller device
JPH11205357A (en) Data transfer method in system provided with plural pieces of equipment, data transfer system, transfer equipment specifying device, remote controller for network equipment and information equipment
JP2001243676A (en) Device, method and medium for information processing
JP2002044096A (en) Display device and display method
JP2002033750A (en) Information processing unit and method, and medium
JP2005295218A (en) Controller device
US20090182904A1 (en) System and Method for Providing Peripheral Device Functionality
JP3817973B2 (en) Electronic device and recording / reproducing method
JP2005011283A (en) Controller instrument connectable with network
JP2002064884A (en) Method for controlling information, information processing apparatus, and information control system
JP2006074614A (en) Broadcast receiver
JP2002171265A (en) Method for electronic device management, and electronic device communication system
JP2004185265A (en) Controller device and method for storing subunit information
JP4602449B2 (en) Content processing apparatus and content processing method
JP2002217999A (en) Communication device, communication system, control method, and record medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050929

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071022

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071030

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071226

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: 20080311

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080324

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

Free format text: PAYMENT UNTIL: 20110411

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110411

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120411

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20120411

Year of fee payment: 4

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20120411

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130411

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20140411

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees