JP4936855B2 - Technical calculation system on the web - Google Patents

Technical calculation system on the web Download PDF

Info

Publication number
JP4936855B2
JP4936855B2 JP2006290751A JP2006290751A JP4936855B2 JP 4936855 B2 JP4936855 B2 JP 4936855B2 JP 2006290751 A JP2006290751 A JP 2006290751A JP 2006290751 A JP2006290751 A JP 2006290751A JP 4936855 B2 JP4936855 B2 JP 4936855B2
Authority
JP
Japan
Prior art keywords
program
image
input
technical calculation
machine
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
JP2006290751A
Other languages
Japanese (ja)
Other versions
JP2008108093A (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.)
NTN Corp
Original Assignee
NTN Corp
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 NTN Corp filed Critical NTN Corp
Priority to JP2006290751A priority Critical patent/JP4936855B2/en
Publication of JP2008108093A publication Critical patent/JP2008108093A/en
Application granted granted Critical
Publication of JP4936855B2 publication Critical patent/JP4936855B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

この発明は、技術計算プログラムを複数の利用者に共同利用させるWeb上でのリッチクライアントツールを用いた技術計算システムに関する。   The present invention relates to a technical calculation system using a rich client tool on the Web that allows a plurality of users to share a technical calculation program.

従来、技術計算プログラムはFortran 、C 、C++ 、Java等の開発言語によりプログラミングされ、コンパイラにより、実行モジュール化されて、キャラクタベースのシェル上で、コマンド実行されてきた。因みに、技術計算プログラムの基本形態は、テキストベースの入力ファイルに対して、実行モジュールを実行すると、テキストベースの出力ファイルが作成されるものである。   Conventionally, technical calculation programs have been programmed in development languages such as Fortran, C, C ++, Java, etc., and have been executed as modules by a compiler and executed on a character-based shell. Incidentally, the basic form of the technical calculation program is that a text-based output file is created when an execution module is executed on a text-based input file.

Windows(マイクロソフト社の登録商標)等のOSの発達により、GUI(グラフィカルユーザインタフェース)による開発環境(例えば、Excel マクロ、Visual Studio (いずれもマイクロソフト社の商標)等)が整ってきて、操作性向上のためのGUI操作によるテキストベースの入力ファイル作成が行われるようになってきた。
当初は、利用される入力画面は、Excel 表に直接数値を設定したり、指定のテキストボックスに数値を設定させるものであった。その後、GUIを使って図を使ったグラフィカルな入力画面も作成され、利用者がグラフィカルに入力できるようになってきた。このような開発環境で作成される実行モジュールは、技術計算を行う利用者のクライアント機に個々にインストールし実行環境を設定する必要があった。そのため、実行モジュールがバグ等で更新された時に、各クライアント機にインストールする必要があり手間と時間が問題となってきた。そして、更には、更新し忘れで、バグが存在する状態での技術計算により、計算結果の信頼性を損なう恐れがあり、管理運用面での問題がある。
Due to the development of operating systems such as Windows (registered trademark of Microsoft Corporation), development environments (for example, Excel macro and Visual Studio (both are trademarks of Microsoft Corporation), etc.) using GUI (graphical user interface) have been improved. A text-based input file has been created by GUI operation.
Initially, the input screen used was to set the numerical value directly in the Excel table or to set the numerical value in the specified text box. After that, graphical input screens using figures were created using the GUI, and users were able to input graphically. Execution modules created in such a development environment must be individually installed on the client machine of a user who performs technical calculations and the execution environment must be set. For this reason, when the execution module is updated due to a bug or the like, it is necessary to install it in each client machine. In addition, there is a problem in management and operation because there is a risk that the reliability of the calculation result may be impaired due to technical calculation in a state where a bug exists, forgetting to update.

そこで、インターネット技術の普及と共に、実行モジュールを個々のクライアント機にインストールせずに、サーバ側に保管し、入力ファイルの作成をWeb技術を用いて計算実行することにより、技術計算プログラムを実行するようになった。しかし、Web上で計算プログラムを実行する場合、実行時間が長時間かかるため、WebブラウザがWebサーバに接続したまま、応答を待ち続けたり、Webサーバ側で異常(タイムアウト)を発生させて、強制終了させてしまう問題がある。
これに対して、特許文献1および特許文献2が提案されている。
Therefore, with the spread of the Internet technology, the execution module is stored on the server side without being installed on each client machine, and the creation of the input file is executed using the Web technology to execute the technical calculation program. Became. However, when a calculation program is executed on the Web, it takes a long time to execute. Therefore, the Web browser continues to wait for a response while connected to the Web server, or an abnormality (timeout) occurs on the Web server side. There is a problem that ends.
In contrast, Patent Document 1 and Patent Document 2 have been proposed.

特許文献1は、ブラウザからCGI(コモンゲートウェイインタフェース)でサーバサイドのプログラムを実行し、プログラムの実行結果を監視可能とする方法、システムに関する。これは、図14に示すように、CGIプログラム120がWebブラウザ210より受け取ったプログラム名に従いプログラムを実行したときに、その実行したプログラムのプロセスIDを監視プログラム130に渡すものである。監視プログラム130は、受け取ったプロセスIDのプログラムを監視し、該プログラムが終了したときに、終了コードを取得し、記録装置140へ終了コードを記録する。   Patent Document 1 relates to a method and a system that allow a server-side program to be executed by a CGI (Common Gateway Interface) from a browser and monitor the execution result of the program. As shown in FIG. 14, when the CGI program 120 executes a program according to the program name received from the Web browser 210, the process ID of the executed program is passed to the monitoring program 130. The monitoring program 130 monitors the program with the received process ID, acquires the end code when the program ends, and records the end code in the recording device 140.

特許文献2は、ひな型コマンドファイルを用いて、VRMLデータを生成するシステムである。これは、図15に示すようにデータ送出要求の入力を受けた要求解釈部91が、データ送出要求に含まれる、送出するべきデータの内容を分析し、情報ファイルを生成して、コマンド作成部92に出力する。コマンド作成部92は、入力された情報ファイルに従って、ひな型コマンドファイル群93から、情報ファイルに対応したひな型コマンドを読み込んで、必要に応じてそれらのコマンドの一部を変更して、コマンドを作成し、コマンド実行部94に出力する。コマンド実行部94は、必要な解析データを解析データ用DB95から読み込んで、入力されたコマンドファイルを実行してVRMLデータを生成し、クライアント機に出力する。
特開2003−157184号公報 特開2002−32262号公報
Patent Document 2 is a system that generates VRML data using a template command file. As shown in FIG. 15, the request interpreting unit 91 that has received the data transmission request inputs analyzes the content of the data to be transmitted included in the data transmission request, generates an information file, and generates a command creation unit. 92. The command creation unit 92 reads a template command corresponding to the information file from the template command file group 93 according to the input information file, changes a part of those commands as necessary, and creates a command. To the command execution unit 94. The command execution unit 94 reads necessary analysis data from the analysis data DB 95, executes the input command file, generates VRML data, and outputs it to the client machine.
JP 2003-157184 A JP 2002-32262 A

特許文献1の技術は、実行時間が長時間かかることにより、応答が待たされたり、タイムアウトになったりする問題については解決される。しかし、CGIプログラムのみのため、WebページはJavaScriptかDynamicHTML 程度を使ったHIMLとなる。このHTMLでは表現力が乏しく、グラフィカルな入力画面やマウスによる操作性の点で、従来の各クライアント機にインストールするGUIによる開発環境でのものよりも、かなり、劣るものであり、利用者が利用する上で容易で間違いを起こさないものにはなっていない。   The technique of Patent Document 1 solves the problem that a response is awaited or a timeout occurs due to the long execution time. However, because it is only a CGI program, the Web page is a HIML that uses JavaScript or DynamicHTML. This HTML has poor expressiveness, and is much inferior to the conventional GUI development environment installed on each client machine in terms of operability with a graphical input screen and mouse. It's not easy to make mistakes.

特許文献2は、Web画面から諸元を設定し、サーバ側で出力結果のVRMLデータを生成し、クライアント端末装置のWebブラウザに出力させるものである。WebアプリケーションとしてはCGIを使っているのみであり、特許文献1と同じく、WebページはJavaScriptかDynamicHTML 程度を使ったHTMLとなる。
これらにより、入力諸元に対して出力結果の3DのVRMLイメージが変更され、利用者はビジュアルに目で確認できることが可能になる。
Japanese Patent Application Laid-Open No. 2004-228561 sets specifications from a Web screen, generates VRML data as an output result on the server side, and outputs the VRML data to a Web browser of a client terminal device. As the Web application, only CGI is used. Like Patent Document 1, the Web page is HTML using JavaScript or DynamicHTML.
As a result, the 3D VRML image of the output result is changed with respect to the input specifications, and the user can visually confirm it.

しかし、特許文献2には、入力のたびに、サーバ側でVRMLデータを生成し、クライアント端末装置にVRMLデータを転送する必要があり、Webサーバ機とクライアント機間の通信回線が細い場合、VRMLデータを転送するのにかなりの応答を待たされるという問題点がある。特に、VRMLデータは、Web3Dでは容量が大きいことも問題となっている。   However, in Patent Document 2, it is necessary to generate VRML data on the server side for each input and transfer the VRML data to the client terminal device. When the communication line between the Web server machine and the client machine is thin, VRML There is a problem that a considerable response is required to transfer data. In particular, VRML data has a problem that its capacity is large in Web3D.

利用者にとって、応答(レスポンス)の遅い問題は、ユーザビリティがなく、利用し難いものである。また、入力ファイル作成部分は、HTMLであり、このHTMLでは表現力が乏しく、グラフィカルな入力画面やマウスによる操作性の点で、従来の各クライアント機にインストールするGUIによる開発環境でのものよりも、かなり、劣るものであり、利用者が利用する上で容易で間違いを起こさないものにはなっていなかった。   For users, the problem of slow response is lack of usability and is difficult to use. In addition, the input file creation part is HTML, and this HTML has poor expressive power, and has a graphical input screen and operability with a mouse, compared to the conventional development environment using a GUI installed on each client machine. It was quite inferior, and it was not easy and error free for users to use.

このように、従来のWeb上での技術計算システムは、次の各課題がある。
計算実行時間の長時間によって、Webブラウザの応答待ち状態が長時間化する点と、Webサーバのタイムアウトによる異常強制終了が発生する点。
HTML等は表現力が乏しく、グラフィカルな入力画面やマウスによる操作性の点で、従来の各クライアント機にインストールするGUIによる開発環境でのものよりも、かなり、劣るものであり、利用者が利用する上で操作性が劣り、入力間違いを引き起こす点。

WebサーバとWebブラウザ間の通信回線が細い場合に、通信が多く発生すると、その都度、応答待ち状態が発生してしまい、ユーザビリティが失われて、利用し難い点。
As described above, the conventional technical calculation system on the Web has the following problems.
The point that the response waiting state of the Web browser becomes longer due to the long calculation execution time, and the abnormal forced termination due to the timeout of the Web server occurs.
HTML has poor expressive power, and is much inferior to the conventional GUI development environment installed on each client machine in terms of operability with a graphical input screen and mouse. In that, the operability is inferior, and input mistakes are caused.

When the communication line between the Web server and the Web browser is thin, if a large amount of communication occurs, a response waiting state occurs each time, usability is lost, and it is difficult to use.

この発明の目的は、技術計算プログラムを複数の利用者に容易で間違いを起こさないで共同利用させることのできるWeb上技術計算システムを提供することである。   An object of the present invention is to provide a technical calculation system on the Web that allows a technical calculation program to be shared with a plurality of users without causing any mistakes.

この発明のWeb上技術計算システムは、Webサーバ4を有するコンピュータであるWebサーバ機1と、Webブラウザ5を有するコンピュータであるクライアント機2と、技術計算プログラム6を有するコンピュータである技術計算サーバ機3とを備える。
前記Webサーバ機1は、CGIプログラム9を介してクライアント機2にダウンロードさせるWebアプリケーションとして、技術計算プログラム6の入力ファイル13の作成を支援する入力支援クライアントプログラム10を記憶している。
前記技術計算プログラム6は、複数の機械部品を組み立てた部品組立体を数値計算モデル化した部品組立体モデルについて技術計算を行うものである。前記入力ファイル13は前記部品組立体モデルのファイルである。
前記入力支援クライアントプログラム10は、クライアント機1によって、画面表示装置16の画面上に前記各機械部品をイメージとして表示させる複数の部品データ20と、これら各部品データ20を前記画面上に前記イメージとして表示させる部品表示手順19と、前記画面上に表示された機械部品のイメージである部品イメージを、クライアント機2の有する入力手段17からの入力に従って前記画面上で前記部品組立体のイメージとして組み立てる部品組立体作成支援手順18とを有する。
前記CGIプログラム9は、前記入力支援クライアントプログラム10によって組み立てられた部品組立体のイメージのデータ15を、前記クライアント機2からWebサーバ機1へ転送してから前記入力ファイル13に変換し、または前記部品組立体のイメージのデータ15を前記入力ファイル13に変換してからWebサーバ機1に転送する手順を有する。
前記Webサーバ機1は、前記入力ファイル13を、前記技術計算サーバ機3へ転送する転送手段11を有し、前記技術計算サーバ機3は、転送された入力ファイル13に従って前記技術計算プログラム6の実行モジュールを実行する技術計算実行手段12を有する。
The technical calculation system on the Web of the present invention includes a Web server machine 1 that is a computer having a Web server 4, a client machine 2 that is a computer having a Web browser 5, and a technical calculation server machine that is a computer having a technical calculation program 6. 3.
The Web server machine 1 stores an input support client program 10 that supports creation of the input file 13 of the technical calculation program 6 as a Web application to be downloaded to the client machine 2 via the CGI program 9.
The technical calculation program 6 performs technical calculation on a part assembly model obtained by numerically modeling a part assembly obtained by assembling a plurality of mechanical parts. The input file 13 is a file of the part assembly model.
The input support client program 10 uses the client machine 1 to display a plurality of component data 20 as images on the screen of the screen display device 16, and to display each of the component data 20 as the image on the screen. A component display procedure 19 to be displayed and a component image which is an image of a machine component displayed on the screen according to an input from the input means 17 of the client machine 2 as an image of the component assembly on the screen And an assembly creation support procedure 18.
The CGI program 9 transfers the image data 15 of the part assembly assembled by the input support client program 10 from the client machine 2 to the Web server machine 1 and then converts it into the input file 13, or There is a procedure for converting the image data 15 of the part assembly into the input file 13 and then transferring it to the Web server machine 1.
The Web server machine 1 has transfer means 11 for transferring the input file 13 to the technical calculation server machine 3, and the technical calculation server machine 3 executes the technical calculation program 6 according to the transferred input file 13. Technical calculation execution means 12 for executing the execution module is included.

この発明において、前記技術計算サーバ機3を設ける代わりに、Webサーバ機1に前記技術計算プログラム6を記憶させてもよい。この場合、Webサーバ機1は前記入力ファイル13に従って前記技術計算プログラム6の実行モジュールを実行する技術計算実行手段12を有するものとする。   In the present invention, instead of providing the technical calculation server machine 3, the technical calculation program 6 may be stored in the Web server machine 1. In this case, it is assumed that the Web server machine 1 includes technical calculation execution means 12 that executes the execution module of the technical calculation program 6 according to the input file 13.

この発明のWeb上技術計算システムにおいて、前記CGIプログラム9は、前記クライアント機2からWebサーバ機1へ送信する技術計算プログラム6の実行モジュールの実行命令等の、クライアント機2とWebサーバ機1間の通信を非同期通信とするものであることが好ましい。   In the technical calculation system on the Web according to the present invention, the CGI program 9 includes an execution instruction of an execution module of the technical calculation program 6 transmitted from the client machine 2 to the Web server machine 1 between the client machine 2 and the Web server machine 1. It is preferable that the communication is asynchronous communication.

この発明のWeb上技術計算システムは、前記入力支援クライアントプログラム10の部品組立体作成支援手順18が、前記入力手段17となるマウスの操作による、前記画面上での前記部品イメージの移動、部品イメージの削除、部品イメージの変更、および部品イメージのコピーにより、前記部品組立体のイメージの組み立てを可能とするものであることが好ましい。マウス操作は、いわゆるドラッグアンドドロップや、クリック、ダブルクリック等の操作である。
マウス操作で部品イメージの移動、削除、変更、コピーが行えれば、部品組立体のイメージを組み立てる操作が、容易で迅速に行える。
In the technical calculation system on the Web according to the present invention, the part assembly creation support procedure 18 of the input support client program 10 moves the part image on the screen by the operation of the mouse serving as the input means 17, and the part image. It is preferable that the image of the component assembly can be assembled by deleting the component image, changing the component image, and copying the component image. The mouse operation is a so-called drag-and-drop operation, a click operation, a double click operation, or the like.
If a part image can be moved, deleted, changed, or copied by a mouse operation, an operation for assembling an image of a part assembly can be performed easily and quickly.

この発明のWeb上技術計算システムによると、技術計算プログラム6の入力ファイル13の作成を支援する入力支援クライアントプログラム10を、WebアプリケーションとしてCGIプログラム9によりクライアント機2にダウンロードさせるようにしたため、入力支援クライアントプログラム10に任意の構成のものが使用できる。この発明では、入力支援クライアントプログラム10として、画面表示装置16の画面上に前記各機械部品をイメージとして表示させる複数の部品データ20と、これら各部品データ20を前記画面上に前記イメージとして表示させる部品表示手順19と、前記画面上に表された機械部品のイメージである部品イメージを、クライアント機2の有する入力手段17からの入力に従って前記画面上で前記部品組立体のイメージとして組み立てる部品組立体作成支援手順18を有するものを用いている。そのため、部品組立体のイメージを組み立てる操作は、Webクライアント機2上で容易に行うことが可能となり、グラフィカルに各部品イメージを組み合わせることにより、利用者はビジュアル的に目で見ながら確認ができ、組み立てて行くことが可能となる。これにより、ユーザビリティが向上し、入力ミスを無くすことが可能になる。つまり製品設計検討における技術計算が容易になり、より信頼性が向上した計算が可能になる。また、技術計算プログラム6用の入力ファイル13の作成のための時間短縮が可能となり、製品設計検討の時間短縮ができ、最終的にコスト低減が可能になる。   According to the technical calculation system on the Web of the present invention, the input support client program 10 that supports the creation of the input file 13 of the technical calculation program 6 is downloaded to the client machine 2 by the CGI program 9 as a Web application. Any configuration of the client program 10 can be used. In the present invention, as the input support client program 10, a plurality of component data 20 for displaying each machine component as an image on the screen of the screen display device 16, and displaying each of these component data 20 as the image on the screen. A part assembly that assembles a part display procedure 19 and a part image, which is an image of a machine part represented on the screen, as an image of the part assembly on the screen according to an input from the input unit 17 of the client machine 2 The one having the creation support procedure 18 is used. Therefore, the operation of assembling the image of the component assembly can be easily performed on the Web client machine 2, and by combining the component images graphically, the user can check visually while visually checking, It becomes possible to assemble. This improves usability and eliminates input mistakes. In other words, technical calculation in the product design examination becomes easy, and calculation with higher reliability becomes possible. In addition, it is possible to shorten the time for creating the input file 13 for the technical calculation program 6, and it is possible to shorten the time for studying the product design, and finally it is possible to reduce the cost.

Webアプリケーションにおいて、従来のHTMLでは表現力が乏しく、使い勝手のよいグラフィカルな入力画面を作ることは困難である。しかし、上記のような部品イメージの組み合わせ処理が行える入力支援クライアントプログラム10は、いわゆるWebにおけるリッチクライアントツールで構成することで、実現できる。
Webにおけるリッチクライアントは、その用語の概念に時代による変遷があるが、この明細書では、現在一般に使用されているように、コンピュータ毎にアプリケーションをインストールするファットクライアントと、クライアントをWebブラウザのみとしたシンクライアントとの中間に位置するクライアントを意味するものとする。リッチクライアントツールは、リッチクライアントを構成するツールを意味し、一般的に、WebでのマウスによるGUI操作を容易に作成するツールであり、主に、Flash (マイクロメディア社の商標)や、Ajaxが使われる。
In a Web application, conventional HTML has poor expressive power and it is difficult to create a user-friendly graphical input screen. However, the input support client program 10 that can perform the above-described component image combination processing can be realized by configuring with a so-called rich client tool on the Web.
The terminology of rich clients on the Web has changed with the times, but in this specification, as commonly used today, a fat client that installs an application for each computer and a Web browser are the only clients. It means a client located in the middle of a thin client. A rich client tool means a tool that constitutes a rich client, and is generally a tool for easily creating a GUI operation with a mouse on the Web. Mainly, Flash (trademark of Micromedia Corporation) and Ajax used.

Flash は、ゲーム等のマルチメディア系Web開発言語として使われており、WebにおけるGUIによる操作に特化している。また、Webブラウザへのプラグインが広く設定されている。そのため、技術計算プログラムの利用者のクライアント機に特別なインストールを必要とせず、インストールの手間や時間を減らすことが可能である。   Flash is used as a multimedia web development language for games and the like, and specializes in web-based GUI operations. In addition, plug-ins to Web browsers are widely set. Therefore, no special installation is required on the client computer of the user of the technical calculation program, and the installation effort and time can be reduced.

Ajaxは〔Asynchronous(エイシンクロナス)JavaScript + XML 〕の略で、スクリプト言語のJavaScriptやWeb 記述言語のXML といったオープンな技術を組み合わせて開発する手法を言う。つまり、実際にはAjaxという手法があるのではなく、動的にWebの表示を変化させるDynamic HTML(JavaScript + CSS)と、表示内容を適宜サーバーから通信を介して取得するXMLHttpRequestという、従来からある標準的な技術を組み合わせる、より効果的な利用方法を提唱したものを言う。Ajaxは、JavaScriptで、XML データを非同期にサーバと通信可能であり、GUI 操作に非同期で通信するため、操作性がよく、しかも、プラグインソフトはまったく必要としない利点がある。   Ajax is an abbreviation of [Asynchronous JavaScript + XML], and it is a method of developing by combining open technologies such as JavaScript of script language and XML of Web description language. In other words, there is actually no method called Ajax, but Dynamic HTML (JavaScript + CSS) that dynamically changes the display of the Web and XMLHttpRequest that acquires the display contents from the server via communication as appropriate. A proposal that proposes a more effective method of combining standard technologies. Ajax can communicate XML data with the server asynchronously with JavaScript, and communicates asynchronously with GUI operations, so it has good operability and does not require any plug-in software.

これらのWebにおけるクライアントサイドのリッチクライアントツール(Flash 、Ajax等)を用いてクライアント機2上で技術計算プログラム6のための入力画面を作成すると、例えば、軸受計算プログラムの場合、軸や軸受を多数組み合わせる必要があるが、そういった部品組立操作をクライアント機2上で、容易に行うことが可能となる。また、グラフィカルに各部品イメージを組み合わせることにより、利用者はビジュアルに目で見ながら確認ができ、組み立てていくことが可能となる。   When an input screen for the technical calculation program 6 is created on the client machine 2 using these client-side rich client tools (Flash, Ajax, etc.) on the Web, for example, in the case of a bearing calculation program, there are a large number of shafts and bearings. Although it is necessary to combine them, such a part assembling operation can be easily performed on the client machine 2. In addition, by combining each part image graphically, the user can visually confirm and assemble it visually.

上記のWebにおけるクライアントサイドのリッチクライアントツール(Flash 、Ajax等)を使って部品イメージを組み立てて、Webサーバ4とWebブラウザ5を繋ぐCGIスクリプト(Action Script 、ASP 、perl、PHP 、java(登録商標)、ruby等)を用いて入力ファイル13を作成し、Webサーバ機1とは別コンピュータの技術計算サーバ機3へ入力ファイルを転送し、Webサーバ機1から別コンピュータの技術計算プログラム6を実行する技術計算システムとする。その際、Webサーバ機1から技術計算サーバ機3への技術計算プログラム6の実行モジュールの実行命令は非同期通信によるものとすることが好ましい。   CGI script (Action Script, ASP, perl, PHP, java (registered trademark) that connects the Web server 4 and the Web browser 5 by assembling a component image using the above client-side rich client tools (Flash, Ajax, etc.) ), Ruby, etc.) is used to create the input file 13, transfer the input file to the technical calculation server machine 3, which is a separate computer from the Web server machine 1, and execute the technical calculation program 6 of another computer from the Web server machine 1. Technical calculation system At that time, it is preferable that the execution instruction of the execution module of the technical calculation program 6 from the Web server machine 1 to the technical calculation server machine 3 is by asynchronous communication.

Webサーバ機1と別のコンピュータである技術計算サーバ機3に非同期通信により、実行モジュールを実行することで、技術計算プログラム6の実行時間が長時間かかっても、Webブラウザ5がWebサーバ4に接続したまま応答を待ち続けたり、Webサーバ4側で異常(タイムアウト)を発生させて、強制終了させてしまう問題はない。   Even if the execution time of the technical calculation program 6 takes a long time by executing the execution module by asynchronous communication with the technical calculation server 3 which is a computer different from the Web server 1, the Web browser 5 is connected to the Web server 4. There is no problem of continuing to wait for a response while being connected, or causing an abnormal (timeout) on the Web server 4 side to forcibly terminate.

また、リッチクライアントツールによる前記入力支援クライアントプログラム10は、クライアントサイドプログラムであり、Webサーバ4との通信は、例えば、最初(入力支援クライアントプログラムをダウンロードするとき)と計算の実行開始時のみとする。これにより、Webサーバ4とWebブラウザ5との通信回線が細くても応答待ち状態になる回数が少なく、利用者にとってユーザビリティがない利用し難いシステムとは感じられない。   The input support client program 10 by the rich client tool is a client-side program, and communication with the Web server 4 is, for example, only at the beginning (when the input support client program is downloaded) and at the start of calculation execution. . As a result, even if the communication line between the Web server 4 and the Web browser 5 is thin, the number of times waiting for a response is small, and the user does not feel that the system is not usable and has no usability.

この発明のWeb上技術計算システムは、Webアプリケーションとなる入力支援クライアントプログラムにおいて、いわゆるリッチクライアントツールを用いて、クライアント機で部品イメージを組み立て、CGIプログラムを用いて入力ファイルを作成し、Webサーバ機とは別コンピュータの技術計算サーバ機へ入力ファイルを転送し、技術計算プログラムの実行モジュールを実行するようにしたため、技術計算プログラムを複数の利用者に、容易で間違いを起こさないで共同利用させることができる。すなわち、部品組立体のイメージを組み立てる操作が、Webクライアント機上で容易に行うことが可能となり、グラフィカルに各部品イメージを組み合わせることにより、利用者はビジュアル的に目で見ながら確認ができ、組み立てて行くことが可能となる。これにより、ユーザビリティが向上し、入力ミスを無くすことが可能になる。つまり、製品設計検討における技術計算が容易になり、より信頼性が向上した計算が可能になる。また、計算プログラム用の入力ファイルの作成のための時間短縮が可能となり、製品設計検討の時間短縮ができ、最終的にコスト低減が可能になる。
この発明における他のWeb上技術計算システムは、Webアプリケーションとなる入力支援クライアントプログラムにおいて、リッチクライアントツールを用いて、クライアント機で部品イメージを組み立て、CGIプログラムを用いて入力ファイルを作成し、Webサーバ機で技術計算プログラムの実行モジュールを実行するようにしたため、上記と同様な各効果が得られ、技術計算プログラムを複数の利用者に、容易で間違いを起こさないで共同利用させることができる。
The technical calculation system on the Web of the present invention uses a so-called rich client tool in an input support client program to be a Web application, assembles a part image on a client machine, creates an input file using a CGI program, and generates a Web server machine. Since the input file is transferred to the technical calculation server machine of another computer and the execution module of the technical calculation program is executed, the technical calculation program can be shared with multiple users easily and without error. Can do. That is, the operation of assembling the image of the component assembly can be easily performed on the Web client machine, and by combining the component images graphically, the user can visually confirm and assemble the image. It becomes possible to go. This improves usability and eliminates input mistakes. That is, technical calculation in the product design examination becomes easy, and calculation with higher reliability becomes possible. Further, it is possible to shorten the time for creating the input file for the calculation program, shorten the time for studying the product design, and finally reduce the cost.
Another technical calculation system on the Web according to the present invention uses a rich client tool in an input support client program to be a Web application, assembles a part image on a client machine, creates an input file using a CGI program, and generates a Web server. Since the execution module of the technical calculation program is executed on the machine, the same effects as described above can be obtained, and the technical calculation program can be shared with a plurality of users without causing any mistakes.

この発明の一実施形態を図1ないし図13と共に説明する。図1は、このWeb上技術計算システムの概念構成の概略を、図2は同システムの概念構成のブロック図を示す。
図2に示すように、このWeb上技術計算システムは、Webサーバ4を有するコンピュータであるWebサーバ機1と、Webブラウザ5を有するコンピュータであるクライアント機2と、技術計算プログラム6を有するコンピュータである技術計算サーバ機3とを備える。Webサーバ機1とクライアント機2とは通信網7により、サーバ機と技術計算サーバ機3とは通信網8により接続されている。
クライアント機2は、図2(B)に示すように、画面表示装置16と入力手段17を有する。画面表示装置16は、液晶表示装置やCRT等のグラフィカルに図を画面上に表示可能な装置である。入力手段17は、マウスその他のポイティングディバイスや、キーボード等である。
An embodiment of the present invention will be described with reference to FIGS. FIG. 1 shows an outline of a conceptual configuration of the technical calculation system on the Web, and FIG. 2 shows a block diagram of the conceptual configuration of the system.
As shown in FIG. 2, the technical calculation system on the Web is a computer having a Web server machine 1 having a Web server 4, a client machine 2 having a Web browser 5, and a technical calculation program 6. A technical calculation server 3 is provided. The Web server machine 1 and the client machine 2 are connected by a communication network 7, and the server machine and the technical calculation server machine 3 are connected by a communication network 8.
The client machine 2 includes a screen display device 16 and input means 17 as shown in FIG. The screen display device 16 is a device that can graphically display a figure on a screen, such as a liquid crystal display device or a CRT. The input means 17 is a mouse or other pointing device, a keyboard, or the like.

Webサーバ4は、Webを構築しているサーバであり、Webブラウザ5からの要求に応じてHTML(Hypertext markup language)ファイルや各種のデータを送信する。Webは、WWW(World Wide Web) のことであり、ハイパーテキスト形式による情報検索システムを言う。Webブラウザ5は、Webページを閲覧するための閲覧ソフトウェアである。通信網7,8は、インターネット等の広域ネットワークや、ローカルエリアネットワーク等である。   The Web server 4 is a server that constructs the Web, and transmits an HTML (Hypertext markup language) file and various data in response to a request from the Web browser 5. The Web is the World Wide Web (WWW), and refers to an information search system using a hypertext format. The web browser 5 is browsing software for browsing web pages. The communication networks 7 and 8 are a wide area network such as the Internet, a local area network, or the like.

Webサーバ機1は、CGIスクリプト等のCGIプログラム9を有し、このCGIプログラム9を介してクライアント機2にダウンロードさせるWebアプリケーションとして、技術計算プログラム6の入力ファイル13の作成を支援する入力支援クライアントプログラム10を記憶している。Webアプリケーションは、Webを使って提供されるアプリケーションウソトウェアである。   The Web server machine 1 has a CGI program 9 such as a CGI script, and an input support client that supports creation of the input file 13 of the technical calculation program 6 as a Web application to be downloaded to the client machine 2 via the CGI program 9 A program 10 is stored. The Web application is application software provided using the Web.

技術計算プログラム6は、複数の機械部品を組み立てた部品組立体を数値計算モデル化した部品組立体モデルについて技術計算を行うものである。上記機械部品は、例えば軸受や、ギヤ、軸などであり、部品組立体は、例えばトランスミッションまたはその一部等のように、複数部品を軸やハウジング等に組み立てたものである。技術計算は、例えば有限要素法による応力解析や、力とモーメントの釣り合いによる荷重・寿命計算等である。入力ファイル13は前記部品組立体モデルのファイルであり、例えばテキストデータ形式によるファイルとされる。   The technical calculation program 6 performs technical calculation on a part assembly model obtained by converting a part assembly obtained by assembling a plurality of mechanical parts into a numerical calculation model. The mechanical parts are, for example, bearings, gears, shafts, and the like, and the parts assembly is obtained by assembling a plurality of parts into a shaft, a housing, or the like, such as a transmission or a part thereof. The technical calculation includes, for example, stress analysis by a finite element method, load / life calculation by balance of force and moment, and the like. The input file 13 is a file of the part assembly model, for example, a file in a text data format.

入力支援クライアントプログラム10は、クライアント機2によって、画面表示装置16の画面上で、上記入力ファイル13の作成に必要なデータを入力させる支援を行うプログラムであり、いわゆるWeb上のリッチクライアントツールにより構成される。リッチクライアントツールには、例えばFlash やAjaxが使われる。
この入力支援クライアントプログラム10は、前記各機械部品を表示装置16の画面にイメージとして表示させるデータである複数の部品データ20と、これら各部品データ20を前記画面上にイメージとして表示させるプログラムである部品表示手順19と、前記画面上に表示された機械部品のイメージである部品イメージを、クライアント機1の有するマウス等の入力手段17からの入力に従って前記画面上で前記部品組立体のイメージとして組み立てるプログラムである部品組立体作成支援手順18とを有する。上記部品イメージおよび部品組立体のイメージについては、後に図5等と共に説明する。
The input support client program 10 is a program for supporting the client machine 2 to input data necessary for creating the input file 13 on the screen of the screen display device 16, and is configured by a so-called rich client tool on the Web. Is done. For example, Flash and Ajax are used as rich client tools.
The input support client program 10 is a program for displaying a plurality of component data 20 as data for displaying each mechanical component as an image on the screen of the display device 16 and displaying each of the component data 20 as an image on the screen. A part display procedure 19 and a part image, which is an image of a machine part displayed on the screen, are assembled as an image of the part assembly on the screen according to an input from the input means 17 such as a mouse of the client machine 1. And a part assembly creation support procedure 18 which is a program. The part image and the part assembly image will be described later with reference to FIG.

部品組立体作成支援手順18は、入力手段17であるマウスの操作による、前記画面上での部品イメージの移動、部品イメージの削除、部品イメージの変更、および部品イメージのコピーにより、前記部品組立体のイメージの組み立てを可能とするものである。部品組立体作成支援手順18は、この他に、CAD(コンピュータ支援設計)による作図機能を備えている。   The part assembly creation support procedure 18 is performed by moving the part image on the screen, deleting the part image, changing the part image, and copying the part image by operating the mouse as the input unit 17. It is possible to assemble the image. In addition to this, the part assembly creation support procedure 18 has a drawing function by CAD (computer-aided design).

CGIプログラム9は、入力支援クライアントプログラム10によって組み立てられた部品組立体のイメージのデータ15を、クライアント機2からWebサーバ機1へ転送してから前記入力ファイル13に変換する機能を有する。CGIプログラム9は、前記部品組立体のイメージのデータ15を前記入力ファイル13に変換してからWebサーバ機1に転送する手順を有するものであっても良い。   The CGI program 9 has a function of transferring the part assembly image data 15 assembled by the input support client program 10 from the client machine 2 to the Web server machine 1 and then converting it into the input file 13. The CGI program 9 may have a procedure for converting the image data 15 of the component assembly into the input file 13 and then transferring it to the Web server machine 1.

Webサーバ機1は、前記入力ファイル13を、技術計算サーバ機3へ転送する転送手段11を有する。   The Web server machine 1 has transfer means 11 for transferring the input file 13 to the technical calculation server machine 3.

技術計算サーバ機3は、転送された入力ファイル13に従って技術計算プログラム6の実行モジュールを実行する技術計算実行手段12を有する。技術計算実行手段12は、実行命令に応答してコンピュータに技術計算プログラム6を実行させる手段である。技術計算プログラム6は、技術計算を実行する実行モジュールである。   The technical calculation server machine 3 includes technical calculation execution means 12 that executes an execution module of the technical calculation program 6 in accordance with the transferred input file 13. The technical calculation execution means 12 is a means for causing a computer to execute the technical calculation program 6 in response to an execution command. The technical calculation program 6 is an execution module that executes technical calculation.

図1,図2の例では、技術計算プログラム6を技術計算サーバ機3に記憶させたが、図3に示すように、技術計算プログラム6をWebサーバ機1に記憶させ、技術計算実行手段12もWebサーバ機1に設けても良い。   In the example of FIGS. 1 and 2, the technical calculation program 6 is stored in the technical calculation server machine 3, but the technical calculation program 6 is stored in the Web server machine 1 as shown in FIG. May also be provided in the Web server machine 1.

図4は、このWeb上技術計算システムの処理の流れを示す。同図と共に、処理の流れおよび上記各構成の補足説明を行う。同図の処理は、図2,図3の各例に共通する。
このWeb上技術計算システムの起動は、図2(または図3)のクライアント機2のブラウザ5より、サーバ機1のWebサーバ4に、入力支援クライアントプログラム10の要求を行うことで開始される(ステップS1)。この要求は、Webブラウザ5により所定のWebページを開き、Webページ上の所定の部位をマウス等で指定することで送信される。上記Webページは、サーバ機4等によりWeb上で公開されているHTML等で記述された文書である。
FIG. 4 shows the processing flow of this technical calculation system on the Web. A flow of processing and supplementary explanation of each of the above components will be given with the same figure. The process of FIG. 6 is common to the examples of FIGS.
The starting of the technical calculation system on the Web is started by requesting the input support client program 10 from the browser 5 of the client machine 2 in FIG. 2 (or FIG. 3) to the Web server 4 of the server machine 1 ( Step S1). This request is transmitted by opening a predetermined Web page by the Web browser 5 and designating a predetermined part on the Web page with a mouse or the like. The Web page is a document described in HTML or the like published on the Web by the server machine 4 or the like.

サーバ機1は、この要求に応答して、CGIプログラム9により、入力支援クライアントプログラム10をクライアント機2へ送出し(S2)、クライアント機2に自動的にダウンローダさせる。このダウンロードにより、クライアント機2は、表示装置16の画面に、入力支援クライアントプログラム10による入力画面を表示する。この入力画面は、後に具体例を示すように、入力支援クライアントプログラム10により表示されるエリアと、CGIプログラム9により表示されるエリアとがあるものとされる。
なお、クライアント機2は、入力支援クライアントプログラム10を一度ダウンロードすると、この入力支援クライアントプログラム10を閉じた後や、電源オフ後も記憶していて、次回に入力支援クライアントプログラム10を開いたときに、サーバ機1への前記要求を自動で行い、サーバ機1は、最新の入力支援クライアントプログラム10が有る場合にのみ、それを送出して自動ダウンロードさせるようにしても良い。この場合、最新の入力支援クライアントプログラム10が既にクライアント機2にあるときは、そのプログラムを使用する。
In response to this request, the server machine 1 sends the input support client program 10 to the client machine 2 by the CGI program 9 (S2), and causes the client machine 2 to automatically download. By this download, the client machine 2 displays an input screen by the input support client program 10 on the screen of the display device 16. This input screen has an area displayed by the input support client program 10 and an area displayed by the CGI program 9, as will be described later with a specific example.
Note that once the input support client program 10 is downloaded, the client machine 2 stores the input support client program 10 after the input support client program 10 is closed or turned off, and the next time the input support client program 10 is opened. The request to the server machine 1 may be automatically performed, and the server machine 1 may send out and automatically download it only when the latest input support client program 10 is present. In this case, when the latest input support client program 10 is already in the client machine 2, that program is used.

このようにクライアント機2に、入力支援クライアントプログラム10による入力画面が表示されると、オペレータは、この入力画面で、部品イメージの移動や、他の部品の作図等により、上記部品組立体の組立を行い、部品組立体のデータ15を完成させる(S4)。
部品組立体のデータ15が完成すると、つまり入力画面の必要データの入力が完了すると、入力画面上の所定の表示のクリック操作等で、オペレータは実行命令を入力する。クライアント機2は、この入力を受け付けると、部品組立体のデータ15をサーバ機1へ転送する(S6)。
When the input screen by the input support client program 10 is displayed on the client machine 2 in this way, the operator can assemble the part assembly by moving the part image or drawing other parts on the input screen. To complete the part assembly data 15 (S4).
When the data 15 of the part assembly is completed, that is, when the input of necessary data on the input screen is completed, the operator inputs an execution command by clicking a predetermined display on the input screen. Upon receiving this input, the client machine 2 transfers the part assembly data 15 to the server machine 1 (S6).

サーバ機1は、受信した部品組立体のデータ15を、CGIプログラム9により入力ファイル13に変換し、その後、技術計算実行手段12に実行命令を与える(S7)。入力ファイル13は、例えばテキスト形式のデータファイルであり、上記の変換は、このようなデータ形式への変換を行う。   The server machine 1 converts the received part assembly data 15 into the input file 13 by the CGI program 9, and then gives an execution instruction to the technical calculation execution means 12 (S7). The input file 13 is a data file in a text format, for example, and the above conversion is performed in such a data format.

技術計算実行手段12は、上記実行命令に応答して、入力ファイル13に従い、技術計算プログラム6の実行モジュールを実行する(S8)。技術計算が終了すると、技術計算の結果のファイルである出力ファイル14を作成する(S9)。
この技術計算および出力ファイル14の作成は、図3の例のように技術計算プログラム6がWebサーバ機1に設けられている場合は、Webサーバ機1で行う。図2の例のように、技術計算サーバ機3がWebサーバ機1と別に設けられている場合は、入力ファイル13はWebサーバ機1から技術計算サーバ機3に転送され、技術計算サーバ機3で技術計算(S8)および出力ファイル14の作成を行い、作成した出力ファイル14は、Webサーバ機1に転送する。Webサーバ機1から技術計算サーバ機3への技術計算プログラム6の実行モジュールの実行命令は非同期通信によるものとする。
The technical calculation executing means 12 executes the execution module of the technical calculation program 6 according to the input file 13 in response to the execution command (S8). When the technical calculation is completed, an output file 14 that is a result file of the technical calculation is created (S9).
The technical calculation and creation of the output file 14 are performed by the Web server machine 1 when the technical calculation program 6 is provided in the Web server machine 1 as in the example of FIG. When the technical calculation server 3 is provided separately from the Web server 1 as in the example of FIG. 2, the input file 13 is transferred from the Web server 1 to the technical calculation server 3, and the technical calculation server 3 Then, the technical calculation (S8) and the output file 14 are created, and the created output file 14 is transferred to the Web server machine 1. The execution instruction of the execution module of the technical calculation program 6 from the Web server machine 1 to the technical calculation server machine 3 is assumed to be asynchronous communication.

CGIプログラム9を介してのクライアント機2とWebサーバ機1との間の通信は、非同期通信とされ、最初、つまり入力支援クライアントプログラム10の要求、および入力支援クライアントプログラム10の送出時と、実行命令の送信時(完成した部品組立体のデータ15のデータの転送を含む)のみとされる。   Communication between the client machine 2 and the Web server machine 1 via the CGI program 9 is asynchronous communication, and is executed first, that is, when the input support client program 10 is requested and when the input support client program 10 is transmitted. Only when the command is transmitted (including the transfer of the data 15 of the completed part assembly).

クライアント機2からの実行命令の送信後、クライアント機2からは、任意時にWebサーバ機1に通信して出力ファイル14が存在するか否かを確認する(S10)。   After the execution command is transmitted from the client machine 2, the client machine 2 communicates with the Web server machine 1 at any time to check whether the output file 14 exists (S10).

クライアント機2からは、この確認の後、任意時に出力ファイル14の出力命令をWebサーバ機1に送信する(S12)。Webサーバ機1は、この出力命令に応答して、出力ファイル14を送出する(S13)。クライアント機2は、この送信された出力ファイル14を受信し、画面表示装置16の画面に表示する(S14)。   After this confirmation, the client machine 2 sends an output command for the output file 14 to the Web server machine 1 at any time (S12). The Web server machine 1 sends out the output file 14 in response to this output command (S13). The client machine 2 receives the transmitted output file 14 and displays it on the screen of the screen display device 16 (S14).

この構成のWeb上技術計算システムによると、Webにおけるクライアントサイドのリッチクライアントツール(Flash 、Ajax等)による入力支援クライアントプログラム10を用いて、Webブラウザ5を持つクライアント機2上で技術計算プログラム6のための入力ファイルを作成するため、容易に、かつ誤りなく入力ファイルが作成できる。例えば、技術計算プログラム6が軸受計算プログラムの場合、機械部品である軸や軸受を多数組み合わせる必要があるが、そういった部品組立操作を、Webブラウザ5を持つクライアント機2上で、容易に行うことが可能となる。また、グラフィカルに各部品イメージを組み合わせることにより、利用者はビジュアル的に目で見ながら確認ができ、組み立てていくことが可能となる。   According to the technical calculation system on the Web having this configuration, the technical calculation program 6 is executed on the client machine 2 having the Web browser 5 by using the input support client program 10 by the client-side rich client tool (Flash, Ajax, etc.) on the Web. Therefore, an input file can be created easily and without error. For example, when the technical calculation program 6 is a bearing calculation program, it is necessary to combine a large number of shafts and bearings which are mechanical parts. Such a part assembling operation can be easily performed on the client machine 2 having the Web browser 5. It becomes possible. In addition, by graphically combining the component images, the user can visually confirm and assemble the images visually.

次に、図5〜図13と共に画面例を用いて説明する。図5は、実際に技術計算プログラム6となる軸受計算プログラムおよび入力支援クライアントプログラム10にFlash を適用した場合のクライアント機2上の入力画面例を示す。
この入力画面は、画面上の上側から順に、Webサーバ機1との通信を行う各操作の操作ボタン25が表示されているメニューエリア(Menu Area )21と、クライアント機2上で部品組立体のイメージ31を組み立てていく作図エリア(Drafting Area )22と、その作図エリア22に配置する部品イメージ32が置かれている部品エリア(Parts Area)23に分かれている。
このうち、作図エリア22と、部品エリア23が、リッチクライアントツールによる入力支援クライアントプログラム10による表示部分となる。メニューエリア21の多くはCGIプログラム(CGIスクリプト)9と入力支援クライアントプログラム10を組み合わせて表示されるものになっている。
Next, description will be made with reference to FIGS. FIG. 5 shows an example of an input screen on the client machine 2 when Flash is applied to the bearing calculation program and the input support client program 10 that actually become the technical calculation program 6.
In this input screen, in order from the top of the screen, a menu area 21 in which operation buttons 25 for each operation for communication with the Web server machine 1 are displayed, and parts assemblies on the client machine 2 are displayed. It is divided into a drawing area 22 for assembling the image 31 and a parts area 23 in which a part image 32 to be arranged in the drawing area 22 is placed.
Among these, the drawing area 22 and the parts area 23 are display parts by the input support client program 10 by the rich client tool. Most of the menu area 21 is displayed by combining the CGI program (CGI script) 9 and the input support client program 10.

図6(A)に画面上のカーソル30を示すように、部品エリア23の部品イメージ32をマウスでクリックすると、同図(B)のように、更に詳細な部品イメージ32Aに展開される。   When a part image 32 in the part area 23 is clicked with the mouse as shown by the cursor 30 on the screen in FIG. 6A, the part image 32A is developed into a more detailed part image 32A as shown in FIG.

図2,図3の入力支援クライアントプログラム10における部品データ20は、これら図5,図6に示されるような部品イメージ32,32Aを表示するデータを有するものである。また、このような画面上での部品イメージの表示を行う手段が、図2,図3の部品表示手順19である。   The component data 20 in the input support client program 10 of FIGS. 2 and 3 has data for displaying the component images 32 and 32A as shown in FIGS. The means for displaying the part image on the screen is the part display procedure 19 shown in FIGS.

図2,図3の部品組立体支援手順18は、図7〜図9に具体例を示すように、マウスによる各処理が可能とされる。
図7は、ドラッグアンドドロップの例である。同図(A)のように、部品エリア23の部品イメージ32をドラッグ(カーソル30で部品イメージ32を選択した状態を維持してカーソル30を移動させること)して、作図エリア22でドロップ(カーソル30による部品イメージ32の選択を解除すること)すると、同図(B)のように軸受部品イメージ32が作図エリア22上に作成されて、部品組立体のイメージ31が組み立てられていく。
The parts assembly support procedure 18 in FIGS. 2 and 3 can be processed by a mouse as shown in specific examples in FIGS.
FIG. 7 shows an example of drag and drop. As shown in FIG. 6A, the part image 32 in the part area 23 is dragged (the cursor 30 is moved while the part image 32 is selected with the cursor 30), and is dropped (cursor in the drawing area 22). Then, the bearing part image 32 is created on the drawing area 22 and the part assembly image 31 is assembled as shown in FIG.

また、部品組立体支援手順18は、図8(A),(B)のように、マウスのドラッグで部品イメージ32を移動することも容易にできる。部品組立体支援手順18は、その他、マウスのクリックで、部品削除、部品変更、部品コピー等がマウス操作のみで行えるようになっている。   Further, the part assembly support procedure 18 can easily move the part image 32 by dragging the mouse as shown in FIGS. In addition, the part assembly support procedure 18 is such that part deletion, part change, part copy, and the like can be performed only with a mouse operation by clicking the mouse.

詳細諸元入力は、部品組立体支援手順18の機能の一つとして、マウスダブルクリックにより現れるポップアップダイアログ画面(例として、図9)で設定できるようになっている。同図の画面では、部品イメージ32に付随する表示として、寸法記入の必要な各箇所について、入力ボックス33が表示され、その入力ボックスに数値をキーボード等の入力手段17で入力することを促す。   The detailed specification input can be set as a function of the part assembly support procedure 18 on a pop-up dialog screen (for example, FIG. 9) that appears when the mouse is double-clicked. In the screen shown in the figure, an input box 33 is displayed as a display accompanying the part image 32 at each location where dimension entry is required, and prompts the user to input a numerical value into the input box using the input means 17 such as a keyboard.

このように、部品組立体支援手順18は、技術計算プログラムに必要なすべての入力項目に対して、それぞれに対応する画面を表示し、ビジュアル的に目で確認しながら入力できるようにしている。以上により、入力間違いを無くすことが可能になる。
また、各製品諸元入力画面において、部品組立体支援手順18は、製品諸元データベース(図示せず)に接続して検索することで、各項目に対して、自動的に寸法を設定させることで、更に、入力間違いを撲滅することが可能なものとなっている。なお、ここで言う製品は、軸受等の機械部品そのものの製品である。
As described above, the part assembly support procedure 18 displays the corresponding screens for all the input items necessary for the technical calculation program, and allows the user to input the items while visually confirming them. As described above, it is possible to eliminate input mistakes.
In addition, in each product specification input screen, the part assembly support procedure 18 connects to a product specification database (not shown) and searches to automatically set dimensions for each item. Furthermore, it is possible to eliminate input mistakes. In addition, the product said here is a product of machine parts itself, such as a bearing.

部品組立体のイメージ31の組立が完了したら、メニューエリア21の実行ボタンの表示(Execute と表示されたボタン)25a(図10)をクリックすると、そのワンクリックに応答して、CGIスクリプト等のCGIプログラム9により、Webサーバ4上に入力ファイル13が作成されて、技術計算プログラム6の実行モジュールを実行する命令が行われる(図3の例の場合)。図2の例では、Webサーバ4上に入力ファイル13が作成されて、続いて、Webサーバ4から技術計算サーバ機3に入力ファイル13が転送されて、技術計算サーバ機3に技術計算プログラム6の実行モジュールを実行する命令が行われる。   When the assembly of the image 31 of the part assembly is completed, when the execution button display 25a (FIG. 10) in the menu area 21 is clicked, a CGI such as a CGI script is responded to the one click. The program 9 creates the input file 13 on the Web server 4 and issues an instruction to execute the execution module of the technical calculation program 6 (in the case of the example in FIG. 3). In the example of FIG. 2, the input file 13 is created on the Web server 4, and then the input file 13 is transferred from the Web server 4 to the technical calculation server machine 3, and the technical calculation program 6 is transferred to the technical calculation server machine 3. An instruction for executing the execution module is executed.

その際、非同期により技術計算プログラム6の実行モジュールの実行命令が行われることにより、技術計算プログラム6の実行時間が長時間かかっても、クライアント機3がWebサーバ機1に接続したまま応答を待ち続けたり、Webサーバ機1側で異常(タイムアウト)を発生させて、強制終了させてしまう問題はない。   At that time, the execution instruction of the execution module of the technical calculation program 6 is asynchronously executed, so that even if the execution time of the technical calculation program 6 takes a long time, the client machine 3 waits for a response while being connected to the Web server machine 1. There is no problem of continuing or forcibly terminating the web server machine 1 due to an abnormality (timeout).

技術計算サーバ機3において、技術計算プログラム6の実行モジュールの実行が終了すると、Webサーバ機1側に出力ファイル14を送信する。
利用者はメニューエリア21のファイル出力ボタンの表示(File (output) ボタン)25b(図11)をクリックすることで、計算結果の閲覧することが可能である。また、計算実行状況は、Webサーバ機1側の出力ファイル14の有無により確認するものとする。この確認は、クライアント機2からWebサーバ機1へ出力ファイルの一覧の要求を送信することで、Webサーバ機1から図12に示されるような出力ファイルのファイル名を表示した一覧のダイアログ画面がクライアント機2に送られるので、この画面上で確認できる。
When the technical calculation server machine 3 finishes executing the execution module of the technical calculation program 6, the output file 14 is transmitted to the Web server machine 1 side.
The user can view the calculation result by clicking the file output button display (File (output) button) 25b (FIG. 11) in the menu area 21. The calculation execution status is confirmed by the presence or absence of the output file 14 on the Web server machine 1 side. This confirmation is made by sending a request for a list of output files from the client machine 2 to the Web server machine 1, so that a list dialog screen displaying the file names of the output files as shown in FIG. 12 is displayed from the Web server machine 1. Since it is sent to the client machine 2, it can be confirmed on this screen.

図13は、図形組立の作図エリア22が2つの画面になった例を示す。同図は、トランスミッションにおける軸にギヤを配置させる画面であり、リッチクライアントツールによる入力支援クライアントプログラム10の部品組立体作成支援手順18で作られた画面である。同図には、部品イメージ32として、ギヤと軸のイメージが表示され、トランスミッションの一部が部品組立体のイメージ31として表示されている。同図に対応する技術計算プログラム6は、トランスミッションに用いられた軸受について荷重・寿命等を計算する軸受計算プログラムである。
同図の図形組立の作図エリア22の右側部分22aが正面図、左側部分22bが側面図を表す。側面図は、正面図を側面から見た場合を表し、お互いに設定寸法に応じて、連動しながら、拡大・縮小が行われる。また、部品イメージ32を配置した場合も、正面図、側面図共に連動しながら、部品が展開されるようにしてある。
FIG. 13 shows an example in which the graphic assembly drawing area 22 has two screens. This figure is a screen for arranging gears on the shaft in the transmission, and is a screen created by the part assembly creation support procedure 18 of the input support client program 10 by the rich client tool. In the same figure, an image of gears and shafts is displayed as a component image 32, and a part of the transmission is displayed as an image 31 of the component assembly. A technical calculation program 6 corresponding to the figure is a bearing calculation program for calculating the load, life, etc. of the bearing used in the transmission.
The right part 22a of the drawing area 22 of the figure assembly of the figure shows a front view, and the left part 22b shows a side view. The side view represents the front view as viewed from the side, and is enlarged or reduced while interlocking with each other according to the set dimensions. Even when the part image 32 is arranged, the parts are developed while interlocking with both the front view and the side view.

同図のように、正面図、側面図の2画面で表すことにより、3次元空間を擬似的に表現することができる。それによって、3次元として確認検討しなければないらないものを、2画面でクライアント機2上で利用者がビジュアルに確認することができ、入力間違いをしないようになる。   As shown in the figure, the three-dimensional space can be represented in a pseudo manner by representing it in two screens, a front view and a side view. As a result, what must be confirmed and examined as a three-dimensional image can be visually confirmed by the user on the client machine 2 on two screens, and input errors are prevented.

このWeb上技術計算システムによると、このように、リッチクライアントツール(Flash 、Ajax等)を用いた入力支援クライアントプログラム10により、クライアント機2上で技術計算プログラム6のための入力画面を作成すると、部品組立操作をWebブラウザ5を有するクライアント機2上で、容易に行うことが可能となり、グラフィカルに各部品イメージ32を組み合わせることにより、利用者はビジュアル的に目で見ながら確認ができ、組み立てていくことが可能となる。これにより、ユーザビリティが向上し、入力ミスを無くすことが可能になる。つまり、製品設計検討における技術計算が容易になり、より信頼性が向上した計算が可能になる。また、技術計算プログラム6用の入力ファイル13の作成のための時間短縮が可能となり、製品設計検討の時間短縮ができ、最終的にコスト低減が可能になる。   According to the technical calculation system on the Web, when the input screen for the technical calculation program 6 is created on the client machine 2 by the input support client program 10 using the rich client tool (Flash, Ajax, etc.), Component assembly operations can be easily performed on the client machine 2 having the Web browser 5, and by combining the component images 32 graphically, the user can visually confirm and assemble the components. It is possible to go. This improves usability and eliminates input mistakes. That is, technical calculation in the product design examination becomes easy, and calculation with higher reliability becomes possible. In addition, it is possible to shorten the time for creating the input file 13 for the technical calculation program 6, and it is possible to shorten the time for studying the product design, and finally it is possible to reduce the cost.

また、Webサーバ機1とは別のコンピュータである技術計算サーバ機3に非同期通信で、Webサーバ機1から入力ファイル13を転送し、技術計算プログラム6の実行モジュールを実行することで、技術計算プログラム6の実行時間が長時間かかっても、Webブラウザ5を持つクライアント機1がWebサーバ機1に接続したまま応答を待ち続けたり、Webサーバ機1で異常(タイムアウト)を発生させて、強制終了させてしまう問題はなくなる。   Further, the asynchronous calculation is performed to transfer the input file 13 from the Web server machine 1 to the technical calculation server machine 3, which is a different computer from the Web server machine 1, and the execution module of the technical calculation program 6 is executed. Even if the execution time of the program 6 takes a long time, the client machine 1 having the web browser 5 continues to wait for a response while connected to the web server machine 1 or causes an abnormality (timeout) in the web server machine 1 to force The problem of being terminated is eliminated.

また、リッチクライアントツールによる入力支援クライアントプログラム10はクライアントサイドプログラムであり、Webサーバ機1との通信は最初と計算実行命令時のみになっている。そのため、Webサーバ機1とクライアント機2との通信回線が細くても、応答待ち状態になる回数が少なく、利用者にとってユーザビリティがない利用し難いシステムとは感じられないものとなる。   Further, the input support client program 10 by the rich client tool is a client-side program, and communication with the Web server machine 1 is only at the beginning and at the time of a calculation execution command. Therefore, even if the communication line between the Web server machine 1 and the client machine 2 is thin, the number of times of waiting for a response is small, and the user cannot feel that the system is not usable and has no usability.

この発明の一実施形態に係るWeb上技術計算システムの概念構成の概略を示す説明図である。It is explanatory drawing which shows the outline of a conceptual structure of the technical calculation system on the web which concerns on one Embodiment of this invention. (A)は同Web上技術計算システムの概念構成のブロック図、(B)はそのクライアント機の概念構成のブロック図である。(A) is a block diagram of a conceptual configuration of the technical calculation system on the Web, and (B) is a block diagram of a conceptual configuration of the client machine. 同Web上技術計算システムの変形例の概念構成を示すブロック図である。It is a block diagram which shows the conceptual structure of the modification of the technical calculation system on the web. 同Web上技術計算システムにおけるWebサーバ機とクライアント機間の通信形態を示す流れ図である。It is a flowchart which shows the communication form between the web server machine and client machine in the same technical calculation system on the web. 同Web上技術計算システムの入力支援クライアントプログラムによるクライアント機上の画面例を示す説明図である。It is explanatory drawing which shows the example of a screen on a client machine by the input assistance client program of the same technical calculation system on the Web. 同画面におけるマウスクリックによる詳細部品展開例の説明図である。It is explanatory drawing of the detailed components expansion | deployment example by the mouse click in the same screen. 同画面におけるマウスドラッグによる部品配置の説明図である。It is explanatory drawing of component arrangement | positioning by mouse drag in the same screen. 同画面におけるマウスドラッグによる部品移動の説明図である。It is explanatory drawing of the component movement by mouse drag in the same screen. 同画面におけるマウスダブルクリックによる諸元入力画面の説明図である。It is explanatory drawing of the item input screen by the mouse double click in the same screen. 同画面における実行ボタンの配置を示す説明図である。It is explanatory drawing which shows arrangement | positioning of the execution button in the same screen. 同画面におけるファイル出力ボタンの配置を示す説明図である。It is explanatory drawing which shows arrangement | positioning of the file output button in the same screen. ファイル出力のダイアログ画面の説明図である。It is explanatory drawing of the dialog screen of a file output. 同Web上技術計算システムの入力支援クライアントプログラムによるクライアント機上の2画面による画面例を示す説明図である。It is explanatory drawing which shows the example of a screen by 2 screens on a client machine by the input assistance client program of the same technical calculation system on the Web. 従来例の概念構成の説明図である。It is explanatory drawing of the conceptual structure of a prior art example. 他の従来例の概念構成の説明図である。It is explanatory drawing of the conceptual structure of another prior art example.

符号の説明Explanation of symbols

1…Webサーバ機
2…クライアント機
3…技術計算サーバ機
4…Webサーバ
5…Webブラウザ
6…技術計算プログラム
7,8…通信網
9…CGIプログラム
10…入力支援クライアントプログラム
11…転送手段
12…技術計算実行手段
13…入力ファイル
14…出力ファイル
15…部品組立体のデータ
16…画面表示装置
17…入力手段
18…部品組立体作成支援手順
19…部品表示手順
20…部品データ
21…メニューエリア
22…作図エリア
23…部品エリア
31…部品組立体のイメージ
32…部品イメージ
DESCRIPTION OF SYMBOLS 1 ... Web server machine 2 ... Client machine 3 ... Technical calculation server machine 4 ... Web server 5 ... Web browser 6 ... Technical calculation program 7, 8 ... Communication network 9 ... CGI program 10 ... Input support client program 11 ... Transfer means 12 ... Technical calculation execution means 13 ... input file 14 ... output file 15 ... part assembly data 16 ... screen display device 17 ... input means 18 ... part assembly creation support procedure 19 ... part display procedure 20 ... part data 21 ... menu area 22 ... Drawing area 23 ... Part area 31 ... Part assembly image 32 ... Part image

Claims (4)

Webサーバを有するコンピュータであるWebサーバ機と、Webブラウザを有するコンピュータであるクライアント機と、技術計算プログラムを有するコンピュータである技術計算サーバ機とを備え、
前記Webサーバ機は、CGIプログラムを介してクライアント機にダウンロードさせるWebアプリケーションとして、技術計算プログラムの入力ファイルの作成を支援する入力支援クライアントプログラムを記憶しており、
前記技術計算プログラムは、複数の機械部品を組み立てた部品組立体を数値計算モデル化した部品組立体モデルについて技術計算を行うものであり、
前記入力ファイルは前記部品組立体モデルのファイルであり、
前記入力支援クライアントプログラムは、クライアント機によって、画面表示装置の画面上に前記各機械部品をイメージとして表示させる複数の部品データと、これら各部品データを前記画面上に前記イメージとして表示させる部品表示手順と、前記画面上に表示された機械部品のイメージである部品イメージを、クライアント機の有する入力手段からの入力に従って前記画面上で前記部品組立体のイメージとして組み立てる部品組立体作成支援手順とを有し、
前記CGIプログラムは、前記入力支援クライアントプログラムによって組み立てられた部品組立体のイメージのデータを、前記クライアント機からWebサーバ機へ転送してから前記入力ファイルに変換し、または前記部品組立体のイメージのデータを前記入力ファイルに変換してからWebサーバ機に転送する手順を有し、
前記Webサーバ機は、前記入力ファイルを、前記技術計算サーバ機へ転送する転送手段を有し、
前記技術計算サーバ機は、転送された入力ファイルに従って前記技術計算プログラムの実行モジュールを実行する技術計算実行手段を有する、
Web上技術計算システム。
A Web server machine that is a computer having a Web server; a client machine that is a computer having a Web browser; and a technical calculation server machine that is a computer having a technical calculation program.
The Web server machine stores an input support client program that supports creation of an input file of a technical calculation program as a Web application to be downloaded to a client machine via a CGI program,
The technical calculation program performs technical calculation on a part assembly model obtained by numerically modeling a part assembly in which a plurality of mechanical parts are assembled.
The input file is a file of the part assembly model,
The input support client program includes a plurality of component data for displaying each mechanical component as an image on a screen of a screen display device by a client machine, and a component display procedure for displaying each of the component data as the image on the screen. And a part assembly creation support procedure for assembling a part image, which is an image of a machine part displayed on the screen, as an image of the part assembly on the screen in accordance with an input from an input unit of a client machine. And
The CGI program transfers the data of the part assembly image assembled by the input support client program from the client machine to the Web server machine and then converts the data into the input file, or the image of the part assembly image. Converting the data into the input file and then transferring the data to the Web server machine;
The Web server machine has transfer means for transferring the input file to the technical calculation server machine,
The technical calculation server machine has technical calculation execution means for executing an execution module of the technical calculation program according to the transferred input file.
Technical calculation system on the Web.
Webサーバおよび技術計算プログラムを有するコンピュータであるWebサーバ機と、Webブラウザを有するコンピュータであるクライアント機とを備え、
前記Webサーバ機は、CGIプログラムを介してクライアント機にダウンロードさせるWebアプリケーションとして、前記技術計算プログラムの入力ファイルの作成を支援する入力支援クライアントプログラムを記憶しており、
前記技術計算プログラムは、複数の機械部品を組み立てた部品組立体を数値計算モデル化した部品組立体モデルについて技術計算を行うものであり、
前記入力ファイルは前記部品組立体モデルのファイルであり、
前記入力支援クライアントプログラムは、クライアント機によって、画面表示装置の画面上に前記各機械部品をイメージとして表示させる複数の部品データと、これら各部品データを前記画面上に前記イメージとして表示させる部品表示手順と、前記画面上に表示された機械部品のイメージである部品イメージを、クライアント機の有する入力手段からの入力に従って前記画面上で前記部品組立体のイメージとして組み立てる部品組立体作成支援手順とを有し、
前記CGIプログラムは、前記入力支援クライアントプログラムによって組み立てられた部品組立体のイメージのデータを、前記クライアント機からWebサーバ機へ転送してから前記入力ファイルに変換し、または前記部品組立体のイメージのデータを前記入力ファイルに変換してからWebサーバ機に転送する手順を有し、
前記Webサーバ機は前記入力ファイルに従って前記技術計算プログラムの実行モジュールを実行する技術計算実行手段を有する、
Web上技術計算システム。
A Web server machine that is a computer having a Web server and a technical calculation program; and a client machine that is a computer having a Web browser;
The Web server machine stores an input support client program that supports creation of an input file of the technical calculation program as a Web application to be downloaded to a client machine via a CGI program,
The technical calculation program performs technical calculation on a part assembly model obtained by numerically modeling a part assembly in which a plurality of mechanical parts are assembled.
The input file is a file of the part assembly model,
The input support client program includes a plurality of component data for displaying each mechanical component as an image on a screen of a screen display device by a client machine, and a component display procedure for displaying each of the component data as the image on the screen. And a part assembly creation support procedure for assembling a part image, which is an image of a machine part displayed on the screen, as an image of the part assembly on the screen in accordance with an input from an input unit of a client machine. And
The CGI program transfers the data of the part assembly image assembled by the input support client program from the client machine to the Web server machine and then converts the data into the input file, or the image of the part assembly image. Converting the data into the input file and then transferring the data to the Web server machine;
The Web server machine has technical calculation execution means for executing an execution module of the technical calculation program according to the input file.
Technical calculation system on the Web.
請求項1または請求項2において、前記CGIプログラムは、前記クライアント機からWebサーバ機へ送信する技術計算プログラムの実行モジュールの実行命令等の、クライアント機とWebサーバ機間の通信を非同期通信とするものであるWeb上技術計算システム。 According to claim 1 or claim 2, pre-Symbol CGI program, the execution instruction or the like of the execution module technical computing program that sends to the Web server computer from the client machine, and asynchronous communication communications between the client machine and the Web server computer Technical calculation system on the Web 請求項1ないし請求項3のいずれか1項において、前記入力支援クライアントプログラムの部品組立体作成支援手順は、前記入力手段となるマウスの操作による、前記画面上での前記部品イメージの移動、部品イメージの削除、部品イメージの変更、および部品イメージのコピーにより、前記部品組立体のイメージの組み立てを可能とするものであるWeb上技術計算システム。   4. The component assembly creation support procedure of the input support client program according to claim 1, wherein the part assembly creation support procedure of the input support client program is the movement of the part image on the screen by the operation of the mouse serving as the input means, the part An on-web technical calculation system that enables assembly of an image of a part assembly by deleting an image, changing a part image, and copying a part image.
JP2006290751A 2006-10-26 2006-10-26 Technical calculation system on the web Expired - Fee Related JP4936855B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006290751A JP4936855B2 (en) 2006-10-26 2006-10-26 Technical calculation system on the web

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006290751A JP4936855B2 (en) 2006-10-26 2006-10-26 Technical calculation system on the web

Publications (2)

Publication Number Publication Date
JP2008108093A JP2008108093A (en) 2008-05-08
JP4936855B2 true JP4936855B2 (en) 2012-05-23

Family

ID=39441388

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006290751A Expired - Fee Related JP4936855B2 (en) 2006-10-26 2006-10-26 Technical calculation system on the web

Country Status (1)

Country Link
JP (1) JP4936855B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013093018A (en) * 2011-09-29 2013-05-16 Romax Technology Ltd Rotary machine
CN104798073B (en) * 2012-10-01 2018-09-18 诺迈士科技有限公司 Power train modeling device

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH024023A (en) * 1988-06-20 1990-01-09 Hitachi Ltd User interface managing device
JP2002032262A (en) * 2000-07-19 2002-01-31 Daikin Ind Ltd Information processor, information processing method, information processing system and recording medium
JP2002222227A (en) * 2001-01-29 2002-08-09 Toshiba Corp Computer design aiding system and computer design aiding method
JP3774371B2 (en) * 2001-02-28 2006-05-10 株式会社東芝 Analysis apparatus, method and program
JP2003067429A (en) * 2001-05-09 2003-03-07 Sony Corp Information disclosure system, server, client device and program
JP2003141192A (en) * 2001-11-01 2003-05-16 Hitachi Ltd Method and system for assisting in designing machine structure
JP4199491B2 (en) * 2002-07-26 2008-12-17 富士通株式会社 Mechanism model simulator, program
JP2006195971A (en) * 2004-12-16 2006-07-27 Canon Inc Three-dimensional cad system
JP2006268181A (en) * 2005-03-22 2006-10-05 Sekisui Chem Co Ltd Cae system, and cae executing method

Also Published As

Publication number Publication date
JP2008108093A (en) 2008-05-08

Similar Documents

Publication Publication Date Title
CA2317825C (en) Interactive tutorial
US6868454B1 (en) Distributed-object development system and computer-readable recording medium recorded with program for making computer execute distributed-object development
US7555706B2 (en) Human machine interface
Meixner et al. Past, present, and future of model-based user interface development
US20110252305A1 (en) Capturing the visual content of browser windows
CN103246489B (en) Print system, printing server and control method
EP1187010A2 (en) Method and system for implementing process-based web applications
US20080127133A1 (en) Aggregating portlets for use within a client environment without relying upon server resources
US20030025732A1 (en) Method and apparatus for providing customizable graphical user interface and screen layout
US20020130900A1 (en) System for generating an interface for software applications in a client-server environment
WO2007053169A1 (en) A method and system for developing interactive web applications in a unified framework
US7966427B2 (en) Proxy object configuration of industrial component
CN112068824A (en) Webpage development preview method and device and electronic equipment
US20080189536A1 (en) Interoperably configurable HMI system and method
KR101951719B1 (en) A web reporting design system with programming event handling by using graphic interface
JP4846832B2 (en) Web page display method, computer system, and program
US20050204334A1 (en) Component based software system
WO2007132568A1 (en) Data processing server and data processing method
WO2007069104A1 (en) System and method for opening web links in a browser application
JP4936855B2 (en) Technical calculation system on the web
JP5393242B2 (en) Data providing method and intermediate server device
JP2009070079A (en) Accessibility check simulation method and simulator
JP2004110362A (en) Application development supporting system and application development supporting method and computer program
JP5739968B2 (en) Multi-character set character code input method, multi-character set character code input system, and apparatus for executing multi-character set character code input program
Ma et al. State-driven and brick-based mobile mashup

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090928

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110712

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110726

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110921

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120221

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

Free format text: PAYMENT UNTIL: 20150302

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4936855

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees