JP2005228106A - Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored - Google Patents

Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored Download PDF

Info

Publication number
JP2005228106A
JP2005228106A JP2004036778A JP2004036778A JP2005228106A JP 2005228106 A JP2005228106 A JP 2005228106A JP 2004036778 A JP2004036778 A JP 2004036778A JP 2004036778 A JP2004036778 A JP 2004036778A JP 2005228106 A JP2005228106 A JP 2005228106A
Authority
JP
Japan
Prior art keywords
operation screen
display data
browser display
editing
network
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
JP2004036778A
Other languages
Japanese (ja)
Inventor
Masaatsu Kisono
正篤 木曽野
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2004036778A priority Critical patent/JP2005228106A/en
Publication of JP2005228106A publication Critical patent/JP2005228106A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Facsimiles In General (AREA)
  • User Interface Of Digital Computer (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To extremely simply customize the operation picture of equipment without making it necessary to learn the knowledge of a program language. <P>SOLUTION: This network corresponding equipment is provided with a browser display data converting means for converting display data of an operation picture into browser display data for browser-displaying the display of an operation picture on a host device, a simple format converting means for converting a format for describing the converted browser display data into a predetermined simple format, an editing means for editing browser display data based on edition performed on the host device for the browser display data by the converted simple format and an operation picture converting means for displaying the operation picture by the display data of the operation picture converted based on the edited browser display data by the simple format. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明はネットワーク対応機器、操作画面編集方法、該方法を実行するためのプログラム及び該プログラムを格納したコンピュータ読み取り可能な記録媒体に関し、詳細にはホスト装置にネットワークを介して接続された複合機などのネットワーク対応機器が有する各種機能に対する設定を行う操作画面を容易に編集可能にする技術に関する。   The present invention relates to a network-compatible device, an operation screen editing method, a program for executing the method, and a computer-readable recording medium storing the program, and more specifically, a multifunction device connected to a host device via a network The present invention relates to a technique for easily editing an operation screen for setting various functions of a network compatible device.

近年のコピー、スキャナ、プリンタ等の複数の機能を備えた複合機の機能は複雑化して来ている。そのため、利用者が機器の設定や操作を行うための画面表示処理も複雑化し、コピー、ファクス、スキャナといった大きな機能分類毎に階層化されたメニュー表示を行うなどして、利用者が目的の設定や操作を行いやすくする工夫が行われている。例えば、従来の複合機の操作画面を示す図20のように、機器本体に備わっている操作表示パネル100に、コピー、ドキュメントボックス、ファクス、プリンタ、スキャナのボタン101〜105を備え、各ボタンを押すとそれぞれの機能のメニューにアクセスできるようになっている。   In recent years, functions of multi-function peripherals having a plurality of functions such as a copy, a scanner, and a printer have become complicated. This complicates screen display processing for the user to set up and operate the device, and displays a menu that is layered for each major function category such as copy, fax, and scanner. The device has been devised to make it easier to operate. For example, as shown in FIG. 20 showing an operation screen of a conventional multifunction peripheral, the operation display panel 100 provided in the apparatus main body is provided with copy, document box, fax, printer, and scanner buttons 101 to 105, and each button is displayed. Press to access the menu for each function.

このような操作画面を制御する方法としては、複合機等の機器に組み込まれたプログラムにより行う方法が一般的である。この方法では、操作画面を記述する部分と、機器を動作させる部分が機器のプログラム中で明確に分離されておらず、機器の開発を進める上で効率が悪い面があった。例えば画面の仕様が変更されるたびに、プログラムを再度コンパイル・リンクする必要があった。   As a method for controlling such an operation screen, a method performed by a program incorporated in a device such as a multifunction machine is generally used. In this method, the part for describing the operation screen and the part for operating the device are not clearly separated in the program of the device, and there is a problem in that it is inefficient in proceeding with the development of the device. For example, every time the screen specifications are changed, it is necessary to compile and link the program again.

一方、Webページを記述するための言語であるHTML(HyperText Markup Language)は、文書の見栄えを記述するために使用することができる。一般的に利用されているHTML言語で機器の操作画面を記述することにより、画面設計者と、機能設計者の作業を明確に分離することが可能となり、複雑化した機器の開発効率が上がることが期待できる。また、機器に組み込まれているプログラムは、C言語やC++言語、Java(登録商標)言語などのプログラミング言語で記述されている。このようなプログラムを開発するためには、これらプログラミング言語の知識を持つソフトウェア開発技術者が必要となる。一方、Webページを記述するためには、HTMLの知識は必ずしも必要ではなく、HTMLエディタを利用することにより、比較的平易に行うことができる。このように、機器の操作画面をHTMLで構成することにより、機器開発の効率が上がることが期待できる。   On the other hand, HTML (HyperText Markup Language), which is a language for describing Web pages, can be used to describe the appearance of a document. By describing the operation screen of the device in the HTML language that is generally used, it becomes possible to clearly separate the work of the screen designer and the function designer, and the development efficiency of complicated devices will increase. Can be expected. A program incorporated in the device is described in a programming language such as C language, C ++ language, or Java (registered trademark) language. In order to develop such a program, a software development engineer with knowledge of these programming languages is required. On the other hand, knowledge of HTML is not always necessary to describe a Web page, and it can be done relatively easily by using an HTML editor. Thus, it is expected that the efficiency of device development will be improved by configuring the operation screen of the device in HTML.

他方、機器のユーザが自身の業務プロセスに合ったように、機器の動作をカスタマイズしたいという要望が高まっている。その一つの方法として、専用のアプリケーションをインストールすることによって、ユーザが操作画面をカスタマイズしたり、機器に特別な動作をさせたりすることが可能となっている。   On the other hand, there is an increasing demand for the user of the device to customize the operation of the device so that it matches his business process. As one method, by installing a dedicated application, the user can customize the operation screen or cause the device to perform a special operation.

また、近年セキュリティへの関心が高まる中、機器を操作するユーザを管理するために、ユーザ認証を行う機能を備えた機器が登場している。このような機器では、ユーザが機器を利用する際にユーザに対応したコードやパスワード等を入力して認証を経た後、操作を許可するように動作させることができる。このように、機器が利用者を認証するのであれば、認証されたユーザにとって好ましい操作画面が表示されれば非常に便利である。例えば、ファクス送信を行うときに、機器に予め登録されている送信宛先が全て表示されるよりも、そのユーザがよく送信する宛先のみが表示された方が便利である。または、色盲の利用者においては操作画面の配色がハイコントラストの方が望ましい。   In recent years, with increasing interest in security, devices having a function for performing user authentication have appeared in order to manage users who operate devices. In such a device, when the user uses the device, it can be operated so as to permit an operation after inputting a code or a password corresponding to the user and performing authentication. As described above, if the device authenticates the user, it is very convenient if an operation screen preferable for the authenticated user is displayed. For example, when performing fax transmission, it is more convenient to display only the destinations frequently transmitted by the user than to display all the transmission destinations registered in advance in the device. Alternatively, the color scheme of the operation screen is preferably high contrast for color blind users.

しかし、上述したような専用アプリケーションをプログラミング言語で開発する手法では、プログラミング言語の知識を持たない一般ユーザにとって、機器の動作をカスタマイズが容易な方法とは言い難い。   However, in the method of developing a dedicated application as described above in a programming language, it is difficult to say that a general user who does not have programming language knowledge can easily customize the operation of the device.

そこで、特許文献1には、印刷装置における諸機能または印刷条件等の設定項目または設定値をハイパーテキスト型の表示情報を閲覧し、閲覧した諸機能または印刷条件等の設定値について変更するもの、つまりユーザがカスタマイズした順番に画面を変更することができるものが提案されている。
特開2001−166907号公報
Therefore, in Patent Document 1, the setting items or setting values such as various functions or printing conditions in the printing apparatus are browsed for the display information of the hypertext type, and the browsing functions and the setting values such as the printing conditions are changed. That is, what can change a screen in the order which the user customized is proposed.
JP 2001-166907 A

しかしながら、上記特許文献1では、操作画面の変更のために直接ファイルを編集しなければならず、プログラミング言語の知識を要しないで変更を行うことは容易ではなかった。   However, in Patent Document 1, a file must be directly edited to change the operation screen, and it is not easy to make a change without requiring knowledge of a programming language.

本発明はこの問題点を解決するためのものであり、プログラミング言語の知識を必要とせずに、極めて容易に機器の操作画面をカスタマイズできる、ネットワーク対応機器、操作画面編集方法、該方法を実行するためのプログラム及び該プログラムを格納したコンピュータ読み取り可能な記録媒体を提供することを目的とする。   The present invention is for solving this problem, and it is possible to customize the operation screen of the device very easily without requiring knowledge of a programming language. The network compatible device, the operation screen editing method, and the method are executed. An object of the present invention is to provide a program for reading and a computer-readable recording medium storing the program.

前記問題点を解決するために、本発明のネットワーク対応機器の構成を示すブロック図である図1に示すように、ホスト装置1とネットワーク2を介して接続され、各種機能における設定を行う操作画面を有する、本発明のネットワーク対応機器3は、ブラウザ表示データ変換手段3−1と簡易フォーマット変換手段3−2と編集手段3−3と操作画面変換手段3−4とを有している。ブラウザ表示データ変換手段3−1は、操作画面の表示をホスト装置1上でブラウザ表示させるために操作画面の表示データをブラウザ表示データに変換する。簡易フォーマット変換手段3−2は、ブラウザ表示データ変換手段3−1により変換したブラウザ表示データを記述するためのフォーマットを所定の簡易フォーマットに変換する。編集手段3−3は、簡易フォーマット変換手段3−2により変換した簡易フォーマットによるブラウザ表示データに対してホスト装置1上によって行われた編集に基づいてブラウザ表示データを編集する。そして、操作画面変換手段3−4は、編集手段3−3により編集した後の簡易フォーマットによるブラウザ表示データに基づいて変換した操作画面の表示データにより操作画面を表示する。よって、プログラミング言語の知識を必要とせずに、極めて容易に機器の操作画面をカスタマイズ可能なネットワーク対応機器を提供することができる。   In order to solve the above problems, as shown in FIG. 1, which is a block diagram showing the configuration of a network-compatible device of the present invention, an operation screen is connected to the host device 1 via the network 2 and performs settings for various functions. The network-compatible device 3 of the present invention has browser display data conversion means 3-1, simple format conversion means 3-2, editing means 3-3, and operation screen conversion means 3-4. The browser display data conversion means 3-1 converts the display data of the operation screen into browser display data in order to display the display of the operation screen on the host device 1. The simple format conversion means 3-2 converts the format for describing the browser display data converted by the browser display data conversion means 3-1, into a predetermined simple format. The editing unit 3-3 edits the browser display data based on the editing performed on the host device 1 with respect to the browser display data in the simple format converted by the simple format conversion unit 3-2. Then, the operation screen conversion unit 3-4 displays the operation screen with the display data of the operation screen converted based on the browser display data in the simple format after being edited by the editing unit 3-3. Therefore, it is possible to provide a network-compatible device that can customize the operation screen of the device very easily without requiring knowledge of a programming language.

また、本発明のネットワーク対応機器の別の構成を示すブロック図である図2に示すように、本発明のネットワーク対応機器3は、ブラウザ表示データ作成手段3−5と操作画面変換手段3−6とを有している。ブラウザ表示データ作成手段3−5は、ホスト装置1上でブラウザ表示させるための、所定の簡易フォーマットによるブラウザ表示データを新規に作成する。そして、操作画面変換手段3−6はブラウザ表示データ作成手段3−5により作成した簡易フォーマットによるブラウザ表示データに基づいて変換した操作画面の表示データにより操作画面を表示する。よって、プログラミング言語の知識を必要とせずに、極めて容易に、新規な機器の操作画面をカスタマイズ可能なネットワーク対応機器を提供することができる。   Further, as shown in FIG. 2 which is a block diagram showing another configuration of the network compatible device of the present invention, the network compatible device 3 of the present invention includes a browser display data creation means 3-5 and an operation screen conversion means 3-6. And have. The browser display data creation unit 3-5 newly creates browser display data in a predetermined simple format for browser display on the host device 1. Then, the operation screen conversion unit 3-6 displays the operation screen with the display data of the operation screen converted based on the browser display data in the simple format created by the browser display data creation unit 3-5. Therefore, it is possible to provide a network-compatible device that can customize the operation screen of a new device very easily without requiring knowledge of a programming language.

更に、ホスト装置上で操作画面の表示に対するブラウザ表示データを編集できるか否かの認証を行う認証手段を有することにより、ユーザ毎に操作画面をカスタマイズできると共に、意図した改竄を防ぐことができる。   Furthermore, by providing authentication means for authenticating whether browser display data for the display of the operation screen can be edited on the host device, the operation screen can be customized for each user and intended falsification can be prevented.

また、認証手段による認証を行うか否かを予め設定することにより、編集機能を必要としないユーザへ対応できる。   Further, by setting in advance whether or not to perform authentication by the authentication means, it is possible to cope with a user who does not need an editing function.

更に、編集手段による編集後の操作画面の一覧を表示することにより、機器の管理者の業務効率を向上することができる。   Furthermore, by displaying a list of operation screens after editing by the editing means, it is possible to improve the work efficiency of the device manager.

また、一覧の情報を汎用データフォーマットで記述することにより、より一層機器の管理者の業務効率を向上することができる。   Further, by describing the list information in a general-purpose data format, it is possible to further improve the work efficiency of the manager of the device.

更に、別の発明として、操作画面編集方法によれば、操作画面の表示をホスト装置上でブラウザ表示させるために操作画面の表示データをブラウザ表示データに変換する。そして、変換したブラウザ表示データを記述するためのフォーマットを所定の簡易フォーマットに変換する。更に、変換した簡易フォーマットによるブラウザ表示データに対してホスト装置上によって行われた編集に基づいてブラウザ表示データを編集する。最後に、編集した後の簡易フォーマットによるブラウザ表示データに基づいて変換した操作画面の表示データにより操作画面を表示する。よって、プログラミング言語の知識を必要とせずに、極めて容易に機器の操作画面をカスタマイズすることができる。   As another invention, according to the operation screen editing method, the display data of the operation screen is converted into browser display data in order to display the operation screen on the host device. Then, the format for describing the converted browser display data is converted into a predetermined simple format. Further, the browser display data is edited based on the editing performed by the host device on the browser display data in the converted simple format. Finally, the operation screen is displayed with the display data of the operation screen converted based on the browser display data in the simple format after editing. Therefore, it is possible to customize the operation screen of the device very easily without requiring knowledge of the programming language.

また、別の発明として、操作画面編集方法によれば、ホスト装置上でブラウザ表示させるための、所定の簡易フォーマットによるブラウザ表示データを新規に作成し、作成した簡易フォーマットによるブラウザ表示データに基づいて変換した操作画面の表示データにより操作画面を表示する。よって、プログラミング言語の知識を必要とせずに、極めて容易に、新規な機器の操作画面をカスタマイズすることができる。   As another invention, according to the operation screen editing method, browser display data in a predetermined simple format is newly created for browser display on the host device, and based on the browser display data in the created simple format. The operation screen is displayed based on the converted operation screen display data. Therefore, the operation screen of a new device can be customized very easily without requiring knowledge of a programming language.

更に、別の発明として、ホスト装置とネットワークを介して接続されたネットワーク対応機器の各種機能における設定を行う操作画面を編集する操作画面編集方法を実行するプログラムは、コンピュータにより、操作画面の表示をホスト装置上でブラウザ表示させるために操作画面の表示データをブラウザ表示データに変換する機能と、変換したブラウザ表示データを記述するためのフォーマットを所定の簡易フォーマットに変換する機能と、変換した簡易フォーマットによるブラウザ表示データに対してホスト装置上によって行われた編集に基づいてブラウザ表示データを編集する機能と、編集した後の簡易フォーマットによるブラウザ表示データに基づいて変換した操作画面の表示データにより操作画面を表示する機能とを有している。よって、プログラミング言語の知識を必要とせずに、極めて容易に機器の操作画面をカスタマイズできる操作画面編集方法を汎用的に実行できる。   Furthermore, as another invention, a program for executing an operation screen editing method for editing an operation screen for setting in various functions of a network compatible device connected to a host device via a network displays the operation screen by a computer. A function for converting operation screen display data into browser display data for browser display on the host device, a function for converting the format for describing the converted browser display data into a predetermined simple format, and a converted simple format A function that edits the browser display data based on the editing performed on the host device with respect to the browser display data by the browser, and the operation screen by the display data of the operation screen converted based on the browser display data in the simple format after editing And a function of displaying. Therefore, the operation screen editing method that can customize the operation screen of the device very easily without requiring knowledge of the programming language can be executed in general.

また、別の発明として、ホスト装置とネットワークを介して接続されたネットワーク対応機器の各種機能における設定を行う操作画面を編集する操作画面編集方法を実行するプログラムは、コンピュータにより、ホスト装置上でブラウザ表示させるための、所定の簡易フォーマットによるブラウザ表示データを新規に作成する機能と、作成した簡易フォーマットによるブラウザ表示データに基づいて操作画面の表示データに変換する機能とを有している。よって、プログラミング言語の知識を必要とせずに、極めて容易に、新規な機器の操作画面をカスタマイズできる操作画面編集方法を汎用的に実行できる。   As another invention, a program for executing an operation screen editing method for editing an operation screen for performing settings in various functions of a network-compatible device connected to a host device via a network is a browser on the host device by a computer. It has a function of newly creating browser display data in a predetermined simple format for display, and a function of converting it into display data of an operation screen based on the created browser display data in a simple format. Therefore, the operation screen editing method capable of customizing the operation screen of a new device can be executed on a general basis without any knowledge of the programming language.

更に、別の発明として、上記操作画面編集方法を実行するプログラムを格納したコンピュータ読み取り可能な記録媒体に特徴がある。よって、既存のシステムを変えることなく、操作画面編集システムを汎用的に構築することができる。
新規な操作画面の表示を容易に作成できる。
Furthermore, as another invention, a computer-readable recording medium storing a program for executing the operation screen editing method is characterized. Therefore, it is possible to construct a general operation screen editing system without changing the existing system.
A new operation screen display can be easily created.

本発明の操作画面編集方法によれば、プログラミング言語の知識を必要とせずに、極めて容易に機器の操作画面をカスタマイズできる。   According to the operation screen editing method of the present invention, it is possible to customize the operation screen of the device very easily without requiring knowledge of a programming language.

図3は本発明の操作画面編集方法を適用するネットワーク対応機器の構成を示すブロック図である。同図に示す本発明のネットワーク対応機器10は、CPU11、ROM12、RAM13、タイマ制御部14、オペポートI/F部15、ハードディスクI/F部16、通信制御部17、網制御部18、符号化・復号化部19、スキャナI/F部20、プロッタI/F部21、SRAM22、LAN通信制御部23及びキャラクタジェネレータ24を含んで構成され、それぞれ内部バス25で接続されている。CPU11は各構成部及び全体を制御する。ROM12は各種データが格納されている。RAM13は制御プログラムが格納されている。タイマ制御部14は時間を制御する。オペポートI/F部15は図示しない操作画面とのインターフェースをとる。ハードディスクI/F部16は図示しないハードディスクとのインターフェースをとる。通信制御部17はFAX通信を制御する。網制御部18は一般回線網(PSTN)と電気的なインターフェースをとる。符号化・復号化部19はFAX通信に必要な画像情報の圧縮、伸長を行う。スキャナI/F部20は図示しないスキャナとインターフェースをとる。プロッタ部I/F部21は図示しないプロッタ部とインターフェースをとる。SRAM22は電源断に対して情報を保持する。LAN通信制御部23はパソコン等のホスト装置30とのEthernet(登録商標)通信を制御する。キャラクタジェネレータ24は文字のフォント情報を保持する。なお、LAN通信制御部23は物理層としてEthernet(登録商標)に対応し、TCP/IPプロトコルや電子メール通信を行うためのMIME(Multi-purpose Internet Mail Extensions)変換やSMTP(Simple Mail Transfer Protocol)送信する。また、Webページを表示するためのHTTPプロトコルを実装している。Webサービスインターフェイスを提供するために、XMLデータを解析するXMLパーサー(XML Parser)や、SOAPプロトコルを実装している。   FIG. 3 is a block diagram showing the configuration of a network compatible device to which the operation screen editing method of the present invention is applied. The network compatible device 10 of the present invention shown in the figure includes a CPU 11, a ROM 12, a RAM 13, a timer control unit 14, an operation port I / F unit 15, a hard disk I / F unit 16, a communication control unit 17, a network control unit 18, and an encoding. A decoding unit 19, a scanner I / F unit 20, a plotter I / F unit 21, an SRAM 22, a LAN communication control unit 23, and a character generator 24, which are connected by an internal bus 25. CPU11 controls each component and the whole. The ROM 12 stores various data. The RAM 13 stores a control program. The timer control unit 14 controls time. The operation port I / F unit 15 interfaces with an operation screen (not shown). The hard disk I / F unit 16 has an interface with a hard disk (not shown). The communication control unit 17 controls FAX communication. The network control unit 18 has an electrical interface with a general network (PSTN). The encoding / decoding unit 19 compresses and decompresses image information necessary for FAX communication. The scanner I / F unit 20 interfaces with a scanner (not shown). The plotter unit I / F unit 21 interfaces with a plotter unit (not shown). The SRAM 22 holds information when the power is turned off. The LAN communication control unit 23 controls Ethernet (registered trademark) communication with a host device 30 such as a personal computer. The character generator 24 holds font information of characters. Note that the LAN communication control unit 23 corresponds to Ethernet (registered trademark) as a physical layer, and performs a TCP / IP protocol, MIME (Multi-purpose Internet Mail Extensions) conversion for email communication, and SMTP (Simple Mail Transfer Protocol). Send. It also implements the HTTP protocol for displaying web pages. In order to provide a Web service interface, it implements XML Parser that analyzes XML data and SOAP protocol.

図4は図3のネットワーク対応機器のソフトウェア構成を示すブロック図である。同図に示すネットワーク対応機器は、データ制御部31、印刷制御部32、スキャナ制御部33、操作画面制御部34、メール制御部35、LAN制御部36、LANドライバ37、FAXプロトコル38、モデム制御部39を含んで構成されている。そして、操作画面制御部34は、図3のオペポートI/F部15に接続された操作画面に表示する画面を生成するために、HTMLのレンダリングエンジンを有している。   FIG. 4 is a block diagram showing the software configuration of the network compatible device of FIG. The network-compatible device shown in the figure includes a data control unit 31, a print control unit 32, a scanner control unit 33, an operation screen control unit 34, a mail control unit 35, a LAN control unit 36, a LAN driver 37, a FAX protocol 38, and a modem control. A portion 39 is included. The operation screen control unit 34 has an HTML rendering engine in order to generate a screen to be displayed on the operation screen connected to the operation port I / F unit 15 in FIG.

次に、操作画面を表示する処理について概略を示す図5を用いて説明すると、ネットワーク対応機器は操作画面を所定の書式によって記述したデータをデータベース41,42に保持している。データはXMLなどの汎用のフォーマットを用いるとよい。一方、操作画面はHTMLに変換されて、HTMLレンダリングエンジンによって、画像化されて操作画面に出力される。XMLデータからHTMLへの変換は、XSLTプロセッサ43によって行われる。変換ルールはXSLによって記述されており、XSLデータも同じく機器のデータベース42に記憶されている。HTMLデータをXMLから変換して生成することの利点は、変換ルールであるXSLを変更することによって、出力結果のHTMLを変更できることである。例えば、出力先デバイスが機器の操作画面である代わりに、パソコン等のホスト装置のブラウザからのリクエストに対する応答だった場合は、ホスト装置の画面で表示するのにふさわしいレイアウトであった方がよい。そして、ネットワーク対応機器の操作画面には、機器の機能を利用するための様々なインターフェースが表示される。例えば、ファクスの送信先アドレス帳、ファクスの通信履歴、コピーの条件設定における用紙や倍率の設定、機器のネットワーク設定などである。これらの画面を構成する要素の中には、固定的な文字や画像情報のみではなく、機器が記憶している設定や、機器に何らかの動作をさせるボタンなどの要素が含まれている。   Next, the process for displaying the operation screen will be described with reference to FIG. 5 which shows an outline. The network-compatible device holds data describing the operation screen in a predetermined format in the databases 41 and 42. Data should use a general-purpose format such as XML. On the other hand, the operation screen is converted into HTML, imaged by the HTML rendering engine, and output to the operation screen. Conversion from XML data to HTML is performed by the XSLT processor 43. The conversion rule is described in XSL, and the XSL data is also stored in the device database 42. The advantage of converting and generating HTML data from XML is that the HTML of the output result can be changed by changing the XSL that is the conversion rule. For example, if the output destination device is a response to a request from a browser of a host device such as a personal computer instead of the device operation screen, the layout should be suitable for display on the host device screen. Various interfaces for using the function of the device are displayed on the operation screen of the network compatible device. For example, a fax destination address book, a fax communication history, paper and magnification settings in copy condition settings, and device network settings. The elements constituting these screens include not only fixed characters and image information but also elements such as settings stored in the device and buttons for causing the device to perform some operation.

ここで、ネットワーク対応機器が操作画面に表示する画面の例を図6に示す。簡単のために、コピーで画質モードと用紙サイズ、変倍を選択するときに表示される画面を例示している。同図で「文字」,「写真」と表示している部分は、それぞれの領域をユーザが選択することによって、コピーモードを文字モード、または写真モードに切り換える動作を行う。選択されているモードは色を反転させるか、あるいは色を変えるなどして、ユーザに知らせるようになっている。また、図7は図6と同じ画面をホスト装置のブラウザで表示した時の例を示す図である。ユーザは、ネットワーク対応機器の操作画面を表しているURLをブラウザのアドレス欄に入力して、ネットワーク対応機器にアクセスする。ホスト装置のブラウザからのリクエストに対して応答されるHTMLデータは、操作画面と同じくXMLデータをXSLによって変換したものである。   Here, FIG. 6 shows an example of a screen displayed on the operation screen by the network compatible device. For the sake of simplicity, a screen displayed when selecting an image quality mode, a paper size, and a variable magnification by copying is illustrated. In the figure, “text” and “photo” are displayed, and when the user selects the respective areas, the copy mode is switched to the text mode or the photo mode. The selected mode is notified to the user by inverting the color or changing the color. FIG. 7 is a diagram showing an example when the same screen as FIG. 6 is displayed on the browser of the host device. The user accesses the network compatible device by inputting a URL representing the operation screen of the network compatible device into the address field of the browser. The HTML data that is responded to the request from the browser of the host device is XML data converted by XSL, just like the operation screen.

図8は図7のXMLデータの一例である。button要素は操作画面でボタンとして表示される要素である。「文字」,「写真」のように、どちらか一方しか選択できないボタンはgroup要素によって識別される。各ボタンが選択されたときの動作は、action要素のdo属性によって表されている。do属性の値は、機器の内部的なプログラムを呼び出すように動作するものとする。action要素のopen属性は、この画面から別の画面へ表示を遷移する動作を指示している。このように、図6に示すような構成によって操作画面を操作画面及びホスト装置上のブラウザで表示することができていたが、より一層容易にユーザが操作画面の編集を行うことができるようにするために、図9のような画面をホスト装置上のブラウザに表示する。図7と比較して、操作画面を編集するための画面へのリンクである[編集]が加わっている。この画面を表示するためには、例えば機器の操作画面を通常はURL「http://127.0.0.1/mfp/copy/copysetting」とブラウザのアドレス欄に入力すればよい。   FIG. 8 is an example of the XML data of FIG. The button element is an element displayed as a button on the operation screen. Buttons that can only be selected, such as “text” and “photo”, are identified by the group element. The action when each button is selected is represented by the do attribute of the action element. The value of the do attribute shall operate so as to call an internal program of the device. The open attribute of the action element indicates an operation for transitioning the display from this screen to another screen. As described above, the operation screen can be displayed on the operation screen and the browser on the host device by the configuration as shown in FIG. 6, but the user can edit the operation screen more easily. In order to do this, a screen as shown in FIG. 9 is displayed on the browser on the host device. Compared with FIG. 7, “edit” which is a link to a screen for editing the operation screen is added. In order to display this screen, for example, the operation screen of the device is usually entered as a URL “http://127.0.0.1/mfp/copy/copysetting” in the address field of the browser.

あるいは、次のように「?edit」がアドレスに付加された場合に、編集画面へのリンクがある画面を表示してもよい。   Alternatively, when “? Edit” is added to the address as shown below, a screen with a link to the edit screen may be displayed.

http://127.0.0.1/mfp/copy/copysetting?edit   http://127.0.0.1/mfp/copy/copysetting?edit

よって、ネットワーク対応機器ではリクエストされたアドレスの最後に「?edit」が付いていたならば、ユーザが操作画面の編集を要求しているものと判断する。   Therefore, if “? Edit” is added to the end of the requested address in the network-compatible device, it is determined that the user is requesting editing of the operation screen.

そして、図9の[編集]リンクがクリックされると、図10のような画面が表示される。ページ内にはテキストが編集可能なエリアがある。このエリアでは、ユーザによってネットワーク対応機器が解釈して操作画面を構成するための情報を入力可能である。そして、[更新]ボタンが押されると入力エリアに入力されていたテキストが、ネットワーク対応機器へと送信される。テキストを受け取ったネットワーク対応機器は、テキストを解析して画面を構成するXMLファイルへと変換を行い。前述のXMLからHTMLへの変換を行って、更新された操作画面を表示することになる。   When the [Edit] link in FIG. 9 is clicked, a screen as shown in FIG. 10 is displayed. There is an area in the page where you can edit the text. In this area, the user can input information for constructing the operation screen by interpretation by the network compatible device. When the [Update] button is pressed, the text input in the input area is transmitted to the network compatible device. The network device that receives the text analyzes the text and converts it into an XML file that composes the screen. The updated operation screen is displayed by performing the conversion from XML to HTML as described above.

また、ユーザが編集する操作画面を記述するためのフォーマットは図9のような独自のルールに従ったものでもよい。この例では“$”マークで始まる文字列を、画面を構成するための命令として解釈する。例えば、$titleは画面のタイトルに表示される文字列を指定するために使用する。一度に一つのボタンしか選択できないグループは、順番に並べて記述するものとし、そのグループの始まりと終わりは、$groupと$groupendでくくって表す。ボタンの動作は$button命令で表される。例では、ボタンに表示される名前、ボタンが押されたときの動作を表すパラメータ、及び実行される動作を示すキーワードを指定している。画面を構成する要素はボタンだけではないので、選択肢のリストを表すための$listや、ファクス番号などを入力するための入力エリアである$editboxなど、画面要素に対応する命令が用意されているものとする。   Further, the format for describing the operation screen to be edited by the user may follow a unique rule as shown in FIG. In this example, a character string starting with a “$” mark is interpreted as a command for configuring the screen. For example, $ title is used to specify the character string displayed in the screen title. Groups that can only be selected one button at a time are described in order, and the beginning and end of the group are represented by $ group and $ groupend. The operation of the button is represented by the $ button command. In the example, a name displayed on the button, a parameter indicating an operation when the button is pressed, and a keyword indicating an operation to be executed are specified. Since buttons are not the only elements that make up the screen, instructions corresponding to screen elements are provided, such as $ list for representing a list of choices and $ editbox, which is an input area for entering a fax number, etc. Shall.

このように、既存の操作画面を変更する以外に、新規に操作画面を追加するためには例えば次のようなURLが指定されたときに、新規ページの作成が指示されたものとする。   Thus, in addition to changing the existing operation screen, in order to add a new operation screen, for example, when the following URL is specified, the creation of a new page is instructed.

http://127.0.0.1/mfp/copy/usersetting?new   http://127.0.0.1/mfp/copy/usersetting?new

よって、ネットワーク対応機器はリクエストされたアドレスの最後に「?new」が付いていたならば、ホスト装置を介してユーザが操作画面を新規に編集することを要求しているものと判断する。この場合は、図12のような編集画面を表示するためのHTMLデータをホスト装置のブラウザへと応答する。なお、[更新]ボタンが押された場合の処理は、図10の例と同様である。   Therefore, if “? New” is added to the end of the requested address, the network compatible device determines that the user is requesting a new edit of the operation screen via the host device. In this case, HTML data for displaying the editing screen as shown in FIG. 12 is returned to the browser of the host device. Note that the processing when the [Update] button is pressed is the same as in the example of FIG.

次に、ネットワーク機器を利用できるユーザを制限するための仕組みとして、ユーザコードやユーザ名とパスワードといった認証情報を入力させてからでないと、ネットワーク対応機器を利用できなくする方法がある。これらの方法によれば、現在ネットワーク対応機器を操作しているのが誰なのか判別することができる。例として、ユーザコードで認証を行う場合で、利用者のユーザコードが“12345678”だった場合を考える。このユーザが通常のファクス送信を行う場合、例えば図13のような操作画面を表示する。同図には、ファクス送信の解像度を指定するボタンと、ファクス番号をネットワーク対応機器のテンキーから入力するためのテキスト入力欄がある。さらにその下には、ネットワーク対応機器に登録されているファクス宛先の一覧が表示されている。しかし、このユーザは、業務上、通常決まった3つの宛先にしかファクスを送らないとすると、この操作画面は必ずしも理想的なファクス送信設定画面とは言い難い。よって、このような場合に、利用者毎に編集可能な操作画面を定義することによって、問題が解決する。例えば、以下のURLを入力することによって、ユーザコード=“12345678”のユーザ用の操作画面編集が行うことができる。   Next, as a mechanism for restricting users who can use a network device, there is a method of making it impossible to use a network-compatible device unless authentication information such as a user code, a user name and a password is input. According to these methods, it is possible to determine who is currently operating the network compatible device. As an example, let us consider a case where authentication is performed using a user code and the user code of the user is “12345678”. When this user performs normal fax transmission, for example, an operation screen as shown in FIG. 13 is displayed. In the figure, there are a button for specifying the resolution of fax transmission, and a text input field for inputting a fax number from the numeric keypad of the network compatible device. Below that, a list of fax destinations registered in the network compatible device is displayed. However, if this user sends a fax only to three destinations that are usually determined in business, this operation screen is not necessarily an ideal fax transmission setting screen. Therefore, in such a case, the problem is solved by defining an operation screen that can be edited for each user. For example, by inputting the following URL, it is possible to edit the operation screen for the user with the user code = “12345678”.

http://127.0.0.1/mfp/fax/faxsetting?edit&id=12345678   http://127.0.0.1/mfp/fax/faxsetting?edit&id=12345678

このURLをリクエストされたネットワーク対応機器は、アドレスに「?edit」が含まれていることから、ファクス送信設定画面(faxsetting)の編集がリクエストされたと解釈する。さらに、「&id=12345678」が含まれていることから、ユーザコードが“12345678”のユーザの操作画面を編集することが要求されていると解釈する。   The network compatible device that requested this URL interprets that the fax transmission setting screen (faxsetting) is requested to be edited because “? Edit” is included in the address. Further, since “& id = 12345678” is included, it is interpreted that the user's operation screen whose user code is “12345678” is requested to be edited.

このようにして、ユーザが自身専用のファクス送信設定画面を編集して登録したならば、次回以降このユーザのファクス送信設定画面は、ユーザが編集したものが表示されるような動作とする。   In this way, if the user edits and registers his / her own dedicated fax transmission setting screen, the user's fax transmission setting screen is operated so that the user's edited fax transmission setting screen is displayed from the next time onward.

図14はユーザが編集したファクス送信設定画面の例を示す図である。ユーザは自分がよく利用する送信宛先3つと、最近送信した宛先を表示するように設定している。その設定の例を図15に示す。この中で、「$text」は文字列を表示するための命令であり、「$recentusedfaxaddress」は、このユーザが最近送信した宛先のリストから、もっとも最近の例えば3つを表示するための命令である。   FIG. 14 is a diagram illustrating an example of a fax transmission setting screen edited by the user. The user is set to display three transmission destinations frequently used by the user and recently sent destinations. An example of the setting is shown in FIG. Among these, “$ text” is a command for displaying a character string, and “$ recentusedfaxaddress” is a command for displaying, for example, the three most recent from a list of destinations that the user has recently transmitted. is there.

上記の本発明の方法では、操作画面編集のURLさえ分かってしまえば、誰もが操作画面を自由に編集することができた。しかし、このような状況はセキュリティ上好ましくないので、編集できる利用者を制限できる仕組みがあった方がよい。   In the method of the present invention described above, anyone can freely edit the operation screen as long as the URL for editing the operation screen is known. However, such a situation is not desirable for security, so it is better to have a mechanism that can restrict the users who can edit.

例えば、「http://127.0.0.1/mfp/copy/copysetting?edit」のようなURLが指定された場合、ネットワーク対応機器は操作画面の編集が要求されたと判断する。このときに、ユーザにユーザ名とパスワードの入力を要求して、BASIC認証をパスしたユーザだけに対して編集画面を表示するように制限すると良い。   For example, when a URL such as “http://127.0.0.1/mfp/copy/copysetting?edit” is specified, the network compatible device determines that editing of the operation screen is requested. At this time, it is preferable to restrict the user from entering the user name and password and displaying the edit screen only for the user who passed the BASIC authentication.

また、ネットワーク対応機器の操作画面を編集できる機能がセキュリティ上好ましくないと考えるユーザは、ネットワーク対応機器の設定によりこの機能を無効とできるとよい。ネットワーク対応機器の操作画面編集機能を制御するためには、設定情報を機器内の記憶装置に記憶しておくと共に、設定を変更するための操作画面を設けると良い。   In addition, a user who thinks that a function capable of editing an operation screen of a network compatible device is not preferable in terms of security may disable this function by setting the network compatible device. In order to control the operation screen editing function of the network compatible device, it is preferable to store setting information in a storage device in the device and provide an operation screen for changing the setting.

図16は操作画面編集機能の設定画面を示す図である。同図に示す設定画面において、誰でも編集できるようにするためには、[すべてのユーザに編集を許可する]ボタンを選択し、[設定]ボタンを押す。以下同様に、希望のレベルの設定を行う。[管理者のみに許可する]オプションは、機器を利用するユーザのアクセスレベルが管理者と一般ユーザに区別されている場合に設定をする。[認証されたユーザのみ許可する]オプションは、認証されたユーザやドメインからのみ操作画面を変更できるようにする場合の設定である。   FIG. 16 is a diagram showing a setting screen for the operation screen editing function. To allow anyone to edit on the setting screen shown in the figure, select the [Allow all users to edit] button and press the [Setting] button. Similarly, the desired level is set. The [Allow only administrator] option is set when the access level of the user who uses the device is distinguished from the administrator and the general user. The “Allow only authenticated users” option is a setting that allows the operation screen to be changed only from authenticated users and domains.

ところで、ネットワーク対応機器の管理者は、操作画面が変更されたことを何らかの方法で管理できれば便利である。例えば、以下のURLが指定された場合に、更新された操作画面の一覧が表示されると良い。   By the way, it is convenient if the administrator of the network-compatible device can manage the change of the operation screen by some method. For example, when the following URL is specified, a list of updated operation screens may be displayed.

http://127.0.0.1/mfp/recentchanges.html   http://127.0.0.1/mfp/recentchanges.html

このURLがリクエストされると、ネットワーク対応機器は記憶しているXMLファイルのうち更新された日付が新しいファイルから順番に、画面の名前、更新日時、及び画面を表示するためのURLへのリンクなどを含んだ情報をHTMLの形で、ホスト装置のブラウザへ応答する。機器が内部にデータベースエンジンを持っているならば、操作画面ページの更新情報をデータベースに登録し、更新画面の一覧情報は、データベースクエリの結果から生成するようにしてもよい。このような応答をブラウザで表示したときの例を図17に示す。[画面の名前]列に表示されているのは、編集された操作画面の名前である。この列の項目には、ハイパーリンクが指定されていて、リンクをクリックすることにより、変更された画面にアクセスすることができる。   When this URL is requested, the network compatible device will update the screen name, date and time of update, and the link to the URL to display the screen, etc., in order from the newest file of the stored XML file. It responds to the browser of the host device in the form of HTML. If the device has a database engine therein, the update information of the operation screen page may be registered in the database, and the list information of the update screen may be generated from the result of the database query. An example when such a response is displayed on the browser is shown in FIG. What is displayed in the [Screen Name] column is the name of the edited operation screen. A hyperlink is specified for the item in this column, and the changed screen can be accessed by clicking the link.

また、編集された画面の一覧情報をHTMLで出力する代わりに、汎用的なデータフォーマットであるXMLで出力するようにしてもよい。現在Webサイトの更新情報を記述するフォーマットとして広く普及しているものにRSSがある。RSSフォーマットで操作画面更新情報を出力することによって、市販のRSSリーダーソフト、RSSアグリゲータソフトで機器の更新情報を参照できるようになる。このようなネットワーク対応機器が出力するRSSデータの例を図18に示す。同図では、RSSのバージョン0.91フォーマットでの出力を示している。現在、RSSには複数のバージョンが混在している状況であるため、どのバージョンで出力するかは、実装時の選択となる。または、複数バージョンの出力に対応し、設定によってバージョンを切り換えるようにしてもよい。RSS文書には、channel要素があり、その子要素にtitle, link, description等の要素がある。これらはサイトの全般的な情報を表すものなので、機器に関する一般的な情報を設定する。変更された画面情報は、1つ以上のitem要素で表される。1つのitem要素には、title, link, description要素などが含まれている。この例ではdescription要素を省略している。 Further, instead of outputting the list information of the edited screen as HTML, it may be output as XML which is a general-purpose data format. RSS 1 is one of the most widely used formats for describing Web site update information. By outputting the operation screen update information in the RSS format, it becomes possible to refer to the update information of the device with commercially available RSS reader software and RSS aggregator software. An example of RSS data output by such a network-compatible device is shown in FIG. In the figure, the output in RSS version 0.91 format is shown. Currently, multiple versions of RSS are mixed, so which version is the choice at the time of implementation. Alternatively, a plurality of versions may be output, and the versions may be switched by setting. An RSS document has a channel element, and its child elements include elements such as title, link, and description. These represent general information about the site, so set general information about the device. The changed screen information is represented by one or more item elements. One item element includes a title, a link, a description element, and the like. In this example, the description element is omitted.

次に、図19は本発明の操作画面編集方法を実行するプログラムを起動するための具体的な装置の構成を示すブロック図である。つまり、同図は上記実施例における操作画面編集方法によるソフトウェアを実行するマイクロプロセッサ等から構築されるハードウェアを示すものである。同図において、操作画面編集システムはインターフェース(以下I/Fと略す)51、CPU52、ROM53、RAM54、表示装置55、ハードディスク56、キーボード57及びCD−ROMドライブ58を含んで構成されている。また、汎用の処理装置を用意し、CD−ROMなどの読取可能な記録媒体59には、本発明の操作画面編集方法を実行するプログラムが記憶されている。更に、I/F51を介して外部装置から制御信号が入力され、キーボード57によって操作者による指令又は自動的に本発明のプログラムが起動される。そして、CPU52は当該プログラムに従って上述の操作画面編集方法に伴う制御処理を施し、その処理結果をRAM54やハードディスク56等の記憶装置に格納し、必要により表示装置55などに出力する。以上のように、本発明の操作画面編集方法を実行するプログラムが記録した記録媒体を用いることにより、既存のシステムを変えることなく、操作画面編集システムを汎用的に構築することができる。   Next, FIG. 19 is a block diagram showing the configuration of a specific apparatus for starting a program for executing the operation screen editing method of the present invention. That is, this figure shows hardware constructed from a microprocessor or the like that executes software according to the operation screen editing method in the above embodiment. In the figure, the operation screen editing system includes an interface (hereinafter abbreviated as I / F) 51, a CPU 52, a ROM 53, a RAM 54, a display device 55, a hard disk 56, a keyboard 57, and a CD-ROM drive 58. Also, a general-purpose processing device is prepared, and a readable recording medium 59 such as a CD-ROM stores a program for executing the operation screen editing method of the present invention. Further, a control signal is input from an external device via the I / F 51, and an instruction by the operator or a program of the present invention is automatically activated by the keyboard 57. Then, the CPU 52 performs control processing according to the above-described operation screen editing method according to the program, stores the processing result in a storage device such as the RAM 54 or the hard disk 56, and outputs it to the display device 55 or the like as necessary. As described above, by using the recording medium recorded with the program for executing the operation screen editing method of the present invention, an operation screen editing system can be constructed universally without changing the existing system.

なお、本発明は上記実施の形態例に限定されるものではなく、特許請求の範囲内の記載であれば多種の変形や置換可能であることは言うまでもない。   The present invention is not limited to the above-described embodiments, and it goes without saying that various modifications and substitutions are possible as long as they are described within the scope of the claims.

本発明のネットワーク対応機器の構成を示すブロック図である。It is a block diagram which shows the structure of the network corresponding | compatible apparatus of this invention. 本発明のネットワーク対応機器の別の構成を示すブロック図である。It is a block diagram which shows another structure of the network corresponding | compatible apparatus of this invention. 本発明の操作画面編集方法を適用するネットワーク対応機器の構成を示すブロック図である。It is a block diagram which shows the structure of the network corresponding | compatible apparatus to which the operation screen editing method of this invention is applied. 図3のネットワーク対応機器のソフトウェア構成を示すブロック図である。FIG. 4 is a block diagram illustrating a software configuration of the network compatible device in FIG. 3. 操作画面を表示する処理について概略を示す図である。It is a figure which shows an outline about the process which displays an operation screen. ネットワーク対応機器が操作画面に表示する画面の例を示す図である。It is a figure which shows the example of the screen which a network corresponding apparatus displays on an operation screen. 図6と同じ画面をホスト装置のブラウザで表示した時の例を示す図である。It is a figure which shows the example when the same screen as FIG. 6 is displayed with the browser of the host apparatus. 図7のXMLデータの一例を示す図である。It is a figure which shows an example of the XML data of FIG. 本発明の一実施の形態例に係る操作画面編集方法によるホスト装置でのブラウザ表示の一例を示す図である。It is a figure which shows an example of the browser display with the host device by the operation screen edit method which concerns on one embodiment of this invention. 本発明の一実施の形態例に係る操作画面編集方法による操作画面の編集画面の一例を示す図である。It is a figure which shows an example of the edit screen of the operation screen by the operation screen edit method which concerns on one embodiment of this invention. ユーザが編集する操作画面を記述するためのフォーマットによるデータの一例を示す図である。It is a figure which shows an example of the data by the format for describing the operation screen which a user edits. 操作画面を新規に編集するためのホスト装置でのブラウザ表示の一例を示す図である。It is a figure which shows an example of the browser display in the host apparatus for editing the operation screen newly. 通常のファクス送信を行う場合の操作画面を示す図である。FIG. 6 is a diagram illustrating an operation screen when performing normal fax transmission. ユーザが編集したファクス送信設定画面の例を示す図である。6 is a diagram illustrating an example of a fax transmission setting screen edited by a user. FIG. 図14の操作画面を記述するためのデータの一例を示す図である。It is a figure which shows an example of the data for describing the operation screen of FIG. 操作画面編集機能の設定画面を示す図である。It is a figure which shows the setting screen of an operation screen edit function. 応答をブラウザで表示したときの例を示す図である。It is a figure which shows an example when a response is displayed with the browser. 図17の操作画面を記述するためのデータの一例を示す図である。It is a figure which shows an example of the data for describing the operation screen of FIG. 本発明の操作画面編集方法を実行するプログラムを起動するための具体的な装置の構成を示すブロック図である。It is a block diagram which shows the structure of the specific apparatus for starting the program which performs the operation screen edit method of this invention. 従来の複合機の操作画面を示す図である。It is a figure which shows the operation screen of the conventional multifunction machine.

符号の説明Explanation of symbols

10;ネットワーク対応機器、11;CPU、12;ROM、
13;RAM、14;タイマ制御部、
15;オペポートI/F部、16;ハードディスクI/F部、
17;通信制御部、18;網制御部、19;符号化・復号化部、
20;スキャナI/F部、21;プロッタI/F部、22;SRAM、
23;LAN通信制御部、24;キャラクタジェネレータ、
25;内部バス、30;ホスト装置、31;データ制御部、32;印刷制御部、
33;スキャナ制御部、34;操作画面制御部、35;メール制御部、
36;LAN制御部、37;LANドライバ、38;FAXプロトコル、
39;モデム制御部、41,42;データベース、43;XSLTプロセッサ、
44;操作画面表示、45;ブラウザ表示。
10; network compatible device, 11; CPU, 12; ROM,
13; RAM, 14; timer control unit,
15; Operation port I / F part, 16; Hard disk I / F part,
17; Communication control unit, 18; Network control unit, 19; Encoding / decoding unit,
20; Scanner I / F section, 21; Plotter I / F section, 22; SRAM,
23; LAN communication control unit, 24; Character generator,
25; Internal bus; 30; Host device; 31; Data control unit; 32; Print control unit;
33; Scanner control unit, 34; Operation screen control unit, 35; Mail control unit,
36; LAN controller, 37; LAN driver, 38; FAX protocol,
39; modem control unit, 41, 42; database, 43; XSLT processor,
44; operation screen display; 45; browser display.

Claims (11)

ホスト装置とネットワークを介して接続され、各種機能における設定を行う操作画面を有するネットワーク対応機器において、
前記操作画面の表示を前記ホスト装置上でブラウザ表示させるために前記操作画面の表示データをブラウザ表示データに変換するブラウザ表示データ変換手段と、
該ブラウザ表示データ変換手段により変換したブラウザ表示データを記述するためのフォーマットを所定の簡易フォーマットに変換する簡易フォーマット変換手段と、
該簡易フォーマット変換手段により変換した簡易フォーマットによるブラウザ表示データに対してホスト装置上によって行われた編集に基づいてブラウザ表示データを編集する編集手段と、
該編集手段により編集した後の簡易フォーマットによるブラウザ表示データに基づいて変換した前記操作画面の表示データにより前記操作画面を表示する操作画面変換手段と
を有することを特徴とするネットワーク対応機器。
In a network-compatible device that has an operation screen that is connected to the host device via a network and performs settings for various functions.
Browser display data conversion means for converting display data of the operation screen into browser display data in order to display the operation screen on the host device.
Simple format conversion means for converting the format for describing the browser display data converted by the browser display data conversion means into a predetermined simple format;
Editing means for editing browser display data based on editing performed on the host device with respect to browser display data in the simple format converted by the simple format conversion means;
A network-compatible device, comprising: an operation screen conversion unit that displays the operation screen by display data of the operation screen converted based on browser display data in a simple format after being edited by the editing unit.
ホスト装置とネットワークを介して接続され、各種機能における設定を行う操作画面を有するネットワーク対応機器において、
前記ホスト装置上でブラウザ表示させるための、所定の簡易フォーマットによるブラウザ表示データを新規に作成するブラウザ表示データ作成手段と、
該ブラウザ表示データ作成手段により作成した簡易フォーマットによるブラウザ表示データに基づいて変換した前記操作画面の表示データにより前記操作画面を表示する操作画面変換手段と
を有することを特徴とするネットワーク対応機器。
In a network-compatible device that has an operation screen that is connected to the host device via a network and performs settings for various functions
Browser display data creating means for newly creating browser display data in a predetermined simple format for browser display on the host device;
A network-compatible device, comprising: an operation screen conversion unit that displays the operation screen by display data of the operation screen converted based on browser display data in a simple format created by the browser display data creation unit.
認証手段を有し、該認証手段は前記ホスト装置上で前記操作画面の表示に対するブラウザ表示データを編集できるか否かの認証を行う請求項1又は2に記載のネットワーク対応機器。   The network-compatible device according to claim 1, further comprising an authentication unit, wherein the authentication unit authenticates whether browser display data corresponding to the display of the operation screen can be edited on the host device. 前記認証手段による認証を行うか否かを予め設定する請求項3記載のネットワーク対応機器。   The network-compatible device according to claim 3, wherein whether to perform authentication by the authentication unit is set in advance. 前記編集手段による編集後の操作画面の一覧を表示する請求項1記載のネットワーク対応機器。   The network compatible device according to claim 1, wherein a list of operation screens edited by the editing unit is displayed. 前記一覧の情報を汎用データフォーマットで記述する請求項5記載のネットワーク対応機器。   6. The network compatible device according to claim 5, wherein the list information is described in a general data format. ホスト装置とネットワークを介して接続されたネットワーク対応機器の各種機能における設定を行う操作画面を編集する操作画面編集方法において、
前記操作画面の表示を前記ホスト装置上でブラウザ表示させるために前記操作画面の表示データをブラウザ表示データに変換し、変換したブラウザ表示データを記述するためのフォーマットを所定の簡易フォーマットに変換し、変換した簡易フォーマットによるブラウザ表示データに対してホスト装置上によって行われた編集に基づいてブラウザ表示データを編集し、編集した後の簡易フォーマットによるブラウザ表示データに基づいて変換した前記操作画面の表示データにより前記操作画面を表示することを特徴とする操作画面編集方法。
In an operation screen editing method for editing an operation screen for performing settings in various functions of a network compatible device connected to a host device via a network,
Converting the display data of the operation screen into browser display data in order to display the display of the operation screen on the host device on a browser, converting the format for describing the converted browser display data into a predetermined simple format, The browser display data is edited based on the editing performed on the host device with respect to the converted browser display data in the simple format, and the operation screen display data is converted based on the browser display data in the simple format after editing. The operation screen editing method, wherein the operation screen is displayed.
ホスト装置とネットワークを介して接続されたネットワーク対応機器の各種機能における設定を行う操作画面を編集する操作画面編集方法において、
前記ホスト装置上でブラウザ表示させるための、所定の簡易フォーマットによるブラウザ表示データを新規に作成し、作成した簡易フォーマットによるブラウザ表示データに基づいて変換した前記操作画面の表示データにより前記操作画面を表示することを特徴とする操作画面編集方法。
In an operation screen editing method for editing an operation screen for performing settings in various functions of a network compatible device connected to a host device via a network,
A new browser display data in a predetermined simple format for browser display on the host device is newly created, and the operation screen is displayed by the display data of the operation screen converted based on the browser display data in the created simple format. An operation screen editing method characterized by:
コンピュータにより、ホスト装置とネットワークを介して接続されたネットワーク対応機器の各種機能における設定を行う操作画面を編集する操作画面編集方法を実行するプログラムにおいて、
前記操作画面の表示を前記ホスト装置上でブラウザ表示させるために前記操作画面の表示データをブラウザ表示データに変換する機能と、
変換したブラウザ表示データを記述するためのフォーマットを所定の簡易フォーマットに変換する機能と、
変換した簡易フォーマットによるブラウザ表示データに対してホスト装置上によって行われた編集に基づいてブラウザ表示データを編集する機能と、
編集した後の簡易フォーマットによるブラウザ表示データに基づいて変換した前記操作画面の表示データにより前記操作画面を表示する機能と
を有することを特徴とする操作画面編集方法を実行するプログラム。
In a program for executing an operation screen editing method for editing an operation screen for performing settings in various functions of a network compatible device connected to a host device via a network by a computer,
A function of converting display data of the operation screen into browser display data in order to display the operation screen on the host device as a browser;
A function for converting the format for describing the converted browser display data into a predetermined simple format;
A function for editing browser display data based on editing performed on the host device with respect to the browser display data in the converted simple format;
A program for executing an operation screen editing method, comprising: a function of displaying the operation screen by display data of the operation screen converted based on browser display data in a simple format after editing.
コンピュータにより、ホスト装置とネットワークを介して接続されたネットワーク対応機器の各種機能における設定を行う操作画面を編集する操作画面編集方法を実行するプログラムにおいて、
前記ホスト装置上でブラウザ表示させるための、所定の簡易フォーマットによるブラウザ表示データを新規に作成する機能と、
作成した簡易フォーマットによるブラウザ表示データに基づいて変換した前記操作画面の表示データにより前記操作画面を表示する機能と
を有することを特徴とする操作画面編集方法を実行するプログラム。
In a program for executing an operation screen editing method for editing an operation screen for performing settings in various functions of a network compatible device connected to a host device via a network by a computer,
A function for newly creating browser display data in a predetermined simple format for browser display on the host device;
A program for executing an operation screen editing method, comprising: a function of displaying the operation screen based on display data of the operation screen converted based on the browser display data in a simple format created.
請求項9又は10に記載の操作画面編集方法を実行するプログラムを格納したコンピュータ読み取り可能な記録媒体。

A computer-readable recording medium storing a program for executing the operation screen editing method according to claim 9 or 10.

JP2004036778A 2004-02-13 2004-02-13 Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored Pending JP2005228106A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004036778A JP2005228106A (en) 2004-02-13 2004-02-13 Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004036778A JP2005228106A (en) 2004-02-13 2004-02-13 Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored

Publications (1)

Publication Number Publication Date
JP2005228106A true JP2005228106A (en) 2005-08-25

Family

ID=35002773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004036778A Pending JP2005228106A (en) 2004-02-13 2004-02-13 Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored

Country Status (1)

Country Link
JP (1) JP2005228106A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007122697A (en) 2005-09-22 2007-05-17 Fisher Rosemount Syst Inc Use of rss communication format in process control system
JP2007249863A (en) * 2006-03-17 2007-09-27 Ricoh Co Ltd Image processor, user interface screen customizing method and user interface screen customizing program
JP2008234082A (en) * 2007-03-17 2008-10-02 Ricoh Co Ltd Screen data creation device, image processor, image data creation method and recording medium
JP2009130493A (en) * 2007-11-21 2009-06-11 Ricoh Co Ltd Network-compatible image processing apparatus
JP2009251754A (en) * 2008-04-02 2009-10-29 Yahoo Japan Corp Page customizing server, page customizing program, and page customizing method
JP2010239569A (en) * 2009-03-31 2010-10-21 Kyocera Mita Corp Image forming system, server, and screen data management program
JP2010278893A (en) * 2009-05-29 2010-12-09 Kyocera Mita Corp Image formation system, server and picture data management program
US8069409B2 (en) 2007-09-06 2011-11-29 Sharp Laboratories Of America, Inc. Customized remote access to imaging node front panels
JP2012190326A (en) * 2011-03-11 2012-10-04 Ricoh Co Ltd Edition control system, image processing apparatus, edition control program, and recording medium
JP2012230688A (en) * 2012-06-14 2012-11-22 Ricoh Co Ltd Screen display system, information processor, screen display method, screen display program and storage medium
JP2015051543A (en) * 2013-09-05 2015-03-19 株式会社東芝 Print instruction device and program
JP2015165440A (en) * 2015-06-25 2015-09-17 株式会社リコー Edition control system, image processing apparatus, edition control program, and recording medium
CN111918115A (en) * 2020-08-05 2020-11-10 深圳Tcl新技术有限公司 Editing content processing method, device, equipment and readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003099174A (en) * 2001-09-25 2003-04-04 Konica Corp Method for controlling equipment and input controller for equipment
JP2003150971A (en) * 2001-11-09 2003-05-23 Konica Corp Information processing method, information processing system, information processing device and information recording medium recording program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003099174A (en) * 2001-09-25 2003-04-04 Konica Corp Method for controlling equipment and input controller for equipment
JP2003150971A (en) * 2001-11-09 2003-05-23 Konica Corp Information processing method, information processing system, information processing device and information recording medium recording program

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013008396A (en) * 2005-09-22 2013-01-10 Fisher Rosemount Systems Inc Use of rss communication format in process control system
JP2007122697A (en) 2005-09-22 2007-05-17 Fisher Rosemount Syst Inc Use of rss communication format in process control system
US8612545B2 (en) 2005-09-22 2013-12-17 Fisher-Rosemount Systems, Inc. Use of a really simple syndication communication format in a process control system
JP2007249863A (en) * 2006-03-17 2007-09-27 Ricoh Co Ltd Image processor, user interface screen customizing method and user interface screen customizing program
JP2008234082A (en) * 2007-03-17 2008-10-02 Ricoh Co Ltd Screen data creation device, image processor, image data creation method and recording medium
US8069409B2 (en) 2007-09-06 2011-11-29 Sharp Laboratories Of America, Inc. Customized remote access to imaging node front panels
JP2009130493A (en) * 2007-11-21 2009-06-11 Ricoh Co Ltd Network-compatible image processing apparatus
JP2009251754A (en) * 2008-04-02 2009-10-29 Yahoo Japan Corp Page customizing server, page customizing program, and page customizing method
JP2010239569A (en) * 2009-03-31 2010-10-21 Kyocera Mita Corp Image forming system, server, and screen data management program
JP2010278893A (en) * 2009-05-29 2010-12-09 Kyocera Mita Corp Image formation system, server and picture data management program
JP2012190326A (en) * 2011-03-11 2012-10-04 Ricoh Co Ltd Edition control system, image processing apparatus, edition control program, and recording medium
US9015598B2 (en) 2011-03-11 2015-04-21 Ricoh Company, Ltd. Remote editing of a user interface for a multi-function peripheral (MFP)
US9507489B2 (en) 2011-03-11 2016-11-29 Ricoh Company, Ltd. Remote editing of a user interface with validity confirmation
JP2012230688A (en) * 2012-06-14 2012-11-22 Ricoh Co Ltd Screen display system, information processor, screen display method, screen display program and storage medium
JP2015051543A (en) * 2013-09-05 2015-03-19 株式会社東芝 Print instruction device and program
JP2015165440A (en) * 2015-06-25 2015-09-17 株式会社リコー Edition control system, image processing apparatus, edition control program, and recording medium
CN111918115A (en) * 2020-08-05 2020-11-10 深圳Tcl新技术有限公司 Editing content processing method, device, equipment and readable storage medium

Similar Documents

Publication Publication Date Title
JP4939046B2 (en) Image processing apparatus and control method thereof
KR100992360B1 (en) Image processing apparatus, and control method of the same
US8773676B2 (en) Multifunction peripheral, multifunction peripheral control system, and multifunction peripheral control method for preparing information display screen including changing default conditions
JP4338905B2 (en) Print instruction program and print instruction method for printer with PDF direct printing function
JP5803834B2 (en) Print setting apparatus, program, and image forming system
JP4241576B2 (en) Image processing system, image processing apparatus, and server
JP4889664B2 (en) Manual providing method, peripheral device, and control program
US20110128572A1 (en) Printing apparatus, printing method and storage medium
JP2004185464A (en) Information processor, program and recording medium
KR20100053186A (en) Method for producing thumbnail, and image forming apparatus
JP2007140588A (en) Information processor, server device, print control system, program and recording medium
JP2009152847A (en) Image processing apparatus, control method thereof, program, and storage medium
JP4940982B2 (en) Image forming apparatus and Web page printing control method
JP2007283675A (en) Image-forming apparatus, and program and method for controlling the same
JP2005228106A (en) Network corresponding equipment, operation picture editing method, program for executing the same method and computer-readable recording medium with the same program stored
JP2010191685A (en) Image processing apparatus, server apparatus, control method therefor, and program
JP5524723B2 (en) Image reading system, server device, image reading device, image reading method, control method, and program
JP4553599B2 (en) Data display system, data output apparatus, image forming apparatus, data display apparatus, and data display program
JP5511483B2 (en) Information processing apparatus, control method, and program
US10627986B2 (en) Information processing apparatus, method for controlling information processing apparatus, and program
JP5617756B2 (en) Image forming apparatus and computer program
JP5399438B2 (en) MFP, MFP control system, MFP control method, program, and recording medium therefor
JP2012039356A (en) Image processing device, control method of the same, and program
JP5303198B2 (en) Display screen generation program, display screen generation apparatus, and image forming apparatus
JP2004259250A (en) Multifunctional server apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060522

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090224

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090421

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091013

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20091207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091209

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100115

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100611