JP6429953B1 - Integrated system for creating diagrams using a web browser - Google Patents

Integrated system for creating diagrams using a web browser Download PDF

Info

Publication number
JP6429953B1
JP6429953B1 JP2017135770A JP2017135770A JP6429953B1 JP 6429953 B1 JP6429953 B1 JP 6429953B1 JP 2017135770 A JP2017135770 A JP 2017135770A JP 2017135770 A JP2017135770 A JP 2017135770A JP 6429953 B1 JP6429953 B1 JP 6429953B1
Authority
JP
Japan
Prior art keywords
web browser
data
time
diagram
svg
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.)
Active
Application number
JP2017135770A
Other languages
Japanese (ja)
Other versions
JP2019006360A (en
Inventor
鈴木 晃一
晃一 鈴木
Original Assignee
鈴木 晃一
晃一 鈴木
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 鈴木 晃一, 晃一 鈴木 filed Critical 鈴木 晃一
Priority to JP2017135770A priority Critical patent/JP6429953B1/en
Application granted granted Critical
Publication of JP6429953B1 publication Critical patent/JP6429953B1/en
Publication of JP2019006360A publication Critical patent/JP2019006360A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Train Traffic Observation, Control, And Security (AREA)

Abstract

【課題】 列車やバスのダイヤ作成や線路図の作成においては、可視性を高めるため列車運行図表(ダイヤグラム)や、行路表の作成といった何等かの図形を用いたものが作成され使用されている。これらをコンピューター上で製作するシステムを開発するにはデータベースとの連携や、図形を自在にコントロールする難易度の高いプログラムと多量のプログラム構文が必要であった。
また、近年、OSのライフサイクルが早く、開発したシステムが新しいバージョンのOSでは動作しないという問題も発生している。
【解決手段】 SVGとJavaScriptとよばれるスクリプト言語を用いて非常に少ないプログラム構文でWebブラウザ上において作成・編集を可能にするものである。また、Webブラウザを使用していることからWebブラウザが使用できるOSであれば、その種類を問わず使用可能である。
【選択図】図7
PROBLEM TO BE SOLVED: To create a diagram of a train or bus or to create a track diagram, a diagram using some figure such as a train operation diagram (diagram) or a route table is created and used to improve visibility. . In order to develop a system for producing these on a computer, it was necessary to cooperate with a database, and to have a highly difficult program and a large amount of program syntax for freely controlling figures.
In recent years, there has been a problem that the life cycle of the OS is fast and the developed system does not operate on a new version of the OS.
SOLUTION: Using a script language called SVG and JavaScript, creation and editing can be performed on a Web browser with very little program syntax. In addition, since a web browser is used, any OS that can use a web browser can be used regardless of the type.
[Selection] Figure 7

Description

本発明は、SVGとHTMLとJavaScript(登録商標)(Webブラウザ用プログラム言語)を用いて、送信されたWebデータを表示できるWebブラウザを備えた端末において列車やバスのダイヤ、行路表、線路図等の列車・バス運行に必要な図形が用いられるデータの作成・編集・送信・受信するシステムである。 The present invention uses a SVG, HTML, and JavaScript (registered trademark) (program language for a web browser) , a train or bus diagram, a route table, and a track diagram in a terminal equipped with a web browser that can display transmitted web data. It is a system that creates, edits, transmits, and receives data that uses graphics necessary for train and bus operations.

近年、OS(Operating System)のライフサイクルが短くなってきており、OSに特化したGUI(Graphical User Interface)システムではバージョンアップされたOSへの対応に非常に時間を割かれてしまう欠点がある。また、鉄道会社によって、これらのシステムのOSをLinuxやUNIX、またはWindowsといった種類の違うOSが使用されており、OSに特化したシステムでは、図形を多用する列車運行に必要なデータを製作するためには高度な技術と膨大なプログラム構文を要するとともに、これら異なるOSにそれぞれ対応したGUIを作成しなければならなかった。
また、輸送情報を多人数で編集するためイントラネットなどのネットワーク技術が使用され、それに適した技術が必要になっている。
In recent years, the OS (Operating System) life cycle has been shortened, and a GUI (Graphical User Interface) system specialized for the OS has a drawback that it takes a lot of time to deal with the upgraded OS. . In addition, different types of OS such as Linux, UNIX, or Windows are used as the OS of these systems by railway companies, and the OS-specific system produces data necessary for train operation that uses graphics frequently. For this purpose, advanced technology and a huge program syntax are required, and GUIs corresponding to these different OSs have to be created.
In addition, in order to edit transportation information by a large number of people, a network technology such as an intranet is used, and a technology suitable for it is required.

特許第4507086号Japanese Patent No. 45007086

http://www.svgopen.org/2004/papers/TrainTrafficMonitoringSystems/http: // www. svgopen. org / 2004 / papers / TrainTrafficMonitoringSystems / http://www.hitachi−systems.com/solution/s006/smartdia/http: // www. hitachi-systems. com / solution / s006 / smartdia /

列車やバスのダイヤは、運行図表とよばれるダイヤグラムの作成から始まり、基本ダイヤが完成した後は車両運用図や行路表など多岐にわたるデータが作成される。これらデータは、可視性を向上させるために図形が多用されている。  Train and bus diagrams begin with the creation of a diagram called an operation chart, and after the basic diagram is completed, a wide variety of data such as vehicle operation charts and route tables are created. These data are frequently used in order to improve visibility.

従来のGUIでは、図形の描画や図形の選択、消去といったことを扱うには非常に多くのプログラム構文を必要とし、また、JPG、PNGといったラスタ画像であるため、図形の消去には再描画が必要であったり、拡大や縮小をした際には、それぞれの座標を拡大や縮小の倍率を乗じて再描画が必要であったりした。また、従来のGUIのシステムではグラフィックとマウスイベントを取得するには高度な技術と多量のプログラム構文を要した。  In the conventional GUI, a large amount of program syntax is required to handle drawing of a figure, selection and deletion of a figure, and since it is a raster image such as JPG or PNG, redrawing is required for deleting a figure. When it was necessary, or when enlarging or reducing, it was necessary to redraw by multiplying each coordinate by the magnification of enlargement or reduction. Further, the conventional GUI system requires a high level of technology and a large amount of program syntax to acquire graphics and mouse events.

そして、多人数で閲覧や編集するにはネットワーク回線を通じて、各々の端末は周期的に元となるシステムにその変化がないかをシステムが問い合わせていた。  Then, for viewing and editing by a large number of people, each terminal periodically inquires whether there is a change in the original system through a network line.

この発明によるシステムは、ダイヤデータ、路線データ、運用データ、シミュレータデータとHTMLとSVGデータ、JavaScriptのコードを生成できWebサーバとそれに接続されたネットワーク回線とそのネットワーク回線に接続され、サーバからのデータを受信してHTMLとSVGを表示できるWebブラウザを備えたユーザー端末から成り、WebサーバでHTMLフォーマット(HyperText Markup Language)とXML(Extensible Markup Language)表記のSVG(Scalable Vector Graphics)、JavaScript、時刻や運用の各データから配列やJSONデータを生成し、これをWebブラウザが受け取り送られてきたSVG、またデータの一部はJavaScriptでデータからSVG化してこれらをWebブラウザに表示し、SVGのXML要素には、JavaScriptのイベントと組み込むことによって、列車・バスのダイヤ内の図形の消去、選択、拡大、縮尺、新規描画を少ないプログラム構文で構築することができ、保存は、AJAX(Asynchronous JavaScript + XML)通信技術により送信されWebサーバを通じてデータベースに保存される。  The system according to the present invention can generate diagram data, route data, operation data, simulator data, HTML and SVG data, JavaScript code, a Web server, a network line connected thereto, and a network line connected thereto, and data from the server. It is composed of a user terminal equipped with a Web browser that can display HTML and SVG and can display SVG (Scalable Vector Graph, SVG and HTML) in HTML format (HyperText Markup Language) and XML (Extensible Markup Language), An array or JSON data is generated from each operation data, and the SVG received and sent by the web browser. Part of the data is converted into SVG from the data with JavaScript, and these are displayed on the Web browser. By incorporating the JavaScript event into the SVG XML element, the figure in the train / bus diagram can be deleted, selected, and expanded. Scale, new drawing can be constructed with a small program syntax, and the storage is transmitted by AJAX (Asynchronous JavaScript + XML) communication technology and stored in a database through a Web server.

非特許文献2のシステムは、Webブラウザを使用しているが、Webブラウザにマイクロソフト社製のSilverlightというプラグインを入れなければ動作しない。プラグインとは、追加のアプリケーション、本件の場合、Silverlightを追加しWebブラウザの機能を拡張しブラウザ内で稼働するが、その中のプログラム動作は、ブラウザに依存せず、C#やVisual BasicであるGUIと同じ言語で動作するようにしたものである。C#やVisual Basicでは、ラスタ画像で作成のためプログラムが高度で多量の構文を要する。したがって、本件の発明のWebブラウザそのものの機能でHTMLやJavaScriptでSVGを表示しそれを作成、編集を難易度の少なく少ない構文量でシステムを作成させようとする本件の発明のものとは異なる。  The system of Non-Patent Document 2 uses a Web browser, but does not operate unless a plug-in called Silverlight manufactured by Microsoft Corporation is inserted in the Web browser. A plug-in is an additional application. In this case, Silverlight is added to extend the function of the Web browser, and it runs in the browser. However, the program operation does not depend on the browser, and it is C # or Visual Basic. It operates in the same language as a certain GUI. In C # and Visual Basic, a program requires a high level of syntax for creating a raster image. Therefore, the function of the Web browser itself of the present invention is different from that of the present invention in which SVG is displayed by HTML or JavaScript, created, and edited to cause the system to be created with a small amount of syntax.

そして、JavaScriptのWebSocket(サーバプッシュ)Webサーバ側にもWebSocketの機能を実装して、これを用いることによって、常にサーバと複数ユーザーを通信が可能な状態に置くことで、一人のユーザーによって変更が行われた場合に他のユーザーのWebブラウザから周期的に確認するのではなく、Webサーバから送信される変更情報によって他のユーザーに遅滞なく変更情報を伝達することができる。  And, by implementing the WebSocket function on the WebScript side of the JavaScript (server push) Web server, and using this, the server and multiple users can always communicate with each other, so that changes can be made by one user. Instead of periodically checking from another user's Web browser when it is performed, the change information transmitted from the Web server can be transmitted to other users without delay.

非特許文献1では、こうしたサーバプッシュの方法の指摘はあるものの具体的技術の記載がない。これを可能とするサーバプッシュの具体的方法であるWebSocketの技術は、Webブラウザの標準技術を策定しているW3C(World Wide wheb Consortium)の2014年の勧告を経てWebブラウザで可能となったものであり、当時は架空ないしは非常に難易度の高い技術であった。そのことから非特許文献1では、結果としてサーバとの通信に周期的にブラウザを更新することによって、Webブラウザの表示を更新してその問題を解決しており、Webブラウザを更新すると画面遷移が発生してしまうという欠点があり、本件の発明のAJAXやWebSocketはそうした後進に際し画面遷移の問題は発生せず、したがって本件の発明とは異にする。  In Non-Patent Document 1, although there is an indication of such a server push method, there is no description of a specific technique. The WebSocket technology, which is a specific method of server push that makes this possible, has become possible with Web browsers following the recommendations of the World Wide Web Consortium (W3C), which formulates Web browser standard technologies, in 2014 At that time, it was a fictional or very difficult technology. Therefore, in Non-Patent Document 1, as a result, the browser is periodically updated for communication with the server to update the display of the Web browser to solve the problem. When the Web browser is updated, the screen transition occurs. In the case of AJAX and WebSocket of the present invention, the problem of screen transition does not occur at the time of such backward movement, and therefore differs from the present invention.

さらに本件発明では、スジ作成時にWebブラウザとWebサーバとの間で駅情報と列車速度種類、上りか下りかを通信していることから、列車番号付与に法則性がある場合、その法則性を事前にWebブラウザ上でWebサーバを通じてデータに法則性を登録することによって、スジ描画時にWebサーバにて列車番号の自動付与が可能である。  Furthermore, in the present invention, the station information and the train speed type, whether it is up or down, are communicated between the web browser and the web server at the time of streaking. By registering the legality in the data through the web server in advance on the web browser, the train number can be automatically assigned by the web server at the time of stripe drawing.

また、Webサーバと路線データを備えたシステムによって、WebサーバでHTMLとSVGとJavaScriptで生成されたコードを受信しWebブラウザ上に基本画面を表示し、JavaScriptによって線路図を作成していくことを可能にする。そして、描かれた線路図は、AJAX通信によりWebサーバを通じて路線データに保存される。  In addition, the system provided with the web server and route data receives the code generated by HTML, SVG, and JavaScript on the web server, displays the basic screen on the web browser, and creates a track diagram by using JavaScript. to enable. And the drawn track map is preserve | saved at route data through a Web server by AJAX communication.

保存された線路図は、運行管理システムとWebサーバを通じてWebSocketで連携することによって、転てつ器や列車位置の更新情報を運行管理システムからWebサーバが受け取り、Webサーバで更新の信号をWebブラウザにWebSocketにより送り、これをWebブラウザが受け取りWebブラウザが更新情報のデータの提供をWebサーバに要求しWebサーバから更新された配列ないしはJSON情報を受け取ることによって、変更された箇所をSVGの消去ないしは列車の位置や、転てつ器、信号の新たな状態をSVGで描画しその状態を把握する表示に使用することができる。  The stored track diagram is linked with the operation management system and the Web server via WebSocket, so that the Web server receives the update information of the switch and train position from the operation management system, and the Web server receives the update signal from the Web server. The Web browser receives this, the Web browser receives it, requests the Web server to provide update information data, and receives the updated array or JSON information from the Web server. The new position of the train, the switch, and the signal can be drawn on the SVG and used to display the status.

前記で作成された路線データに信号機や転てつ器の動きの模擬回路をシミュレータデータにWebブラウザから登録し、同じくシミュレータダイヤにその線区で使用される車両の加速や減速の性能、駅区間の最高速度と平均速度、カーブやその他の要因による制限速度、駅での時間帯における乗降にかかる時間をシミュレータデータに登録し、シミュレータを開始するとWebサーバを通してWebブラウザ上でHTMLとSVG表示により、前記で作成されたダイヤ通りに列車の定刻運転が確保できるか否かの検証が可能となる。  Register the simulated circuit of traffic lights and switchboards in the route data created above from the web browser in the simulator data, and also the acceleration and deceleration performance of the vehicle used in that line section in the simulator diagram, station section The maximum speed and average speed of the vehicle, the speed limit due to curves and other factors, the time required to get on and off at the station time zone are registered in the simulator data, and when the simulator starts, HTML and SVG display on the web browser through the web server, It is possible to verify whether or not the scheduled operation of the train can be secured according to the schedule created as described above.

従来、特許文献1、WebブラウザでSVGのダイヤグラムの表示のみで作成、編集をすることを目的としていない。また、非特許文献1は、Webブラウザ上でSVGのダイヤグラムと線路図の表示とページを更新する際にどのように更新するか説明をするのに用いられているにとどまり、本件の線路図を作成しそれを基にした列車管理システムではないから、本件のダイヤや線路図をWebブラウザで作成し、列車運行管理システムからの情報を線路図を用いてWebブラウザでSVG表示をしようとする本件発明とは異にする。  Conventionally, Patent Document 1 does not aim to create or edit an image by only displaying an SVG diagram on a Web browser. Non-Patent Document 1 is only used to explain how to update the SVG diagram, the display of the track diagram, and the page on the Web browser. Since this is not a train management system based on it, the diagram and track diagram of this case are created with a web browser, and the information from the train operation management system is displayed on the web browser using the track diagram. Different from the invention.

この発明によれば、JavaScriptを用いることで少ないプログラム構文でSVGによる複雑なダイヤグラムや行路表や線路図といった図形が用いられているデータについてWebブラウザ上での作成・編集システムの製作が可能であり、また、編集されたデータを他の編集している複数人でリアルタイムに共有することが可能である。また、列車の運行状況を作成した線路図を基にリアルタイムに表示することが可能であるし、路線データを製作することにより、ダイヤと路線データを用いて定時運転の確保が可能か否かの検証をすることができる。そして、これらのシステムはWebブラウザが使用可能なOSならば、OSを問わず使用が可能である。  According to the present invention, it is possible to produce a creation / editing system on a Web browser for data in which a complex diagram by SVG, a figure such as a route table or a line diagram is used with a small program syntax by using JavaScript. In addition, it is possible to share the edited data in real time with other editing people. In addition, it is possible to display the train operation status in real time on the basis of the track diagram that has been created, and by making route data, whether scheduled operation can be ensured using the diagram and route data. You can verify. These systems can be used regardless of the OS as long as the web browser can be used.

本件の発明は、ダイヤグラムとよばれる図1の運行図表、図3の運用図表、図2の行路表、図4の運用順序表、図5の線路図のこれらの作成と編集、図6の定時運転検証シミュレータのこれら図形を多用したものをSVGとJavaScriptを利用してWebブラウザで行うというものである。
ダイヤ作成に当たっては、図7のWebサーバ1とダイヤデータ7、路線データ5、運用データ6とネットワーク回線を通じてユーザー端末3、ユーザー端末11、ユーザー端末12にWebブラウザ4を備えたシステムで、Webサーバ1はダイヤデータ7から図8の時間線10の座標や路線データ5から駅名15やダイヤデータ7から駅線14の座標データを呼び出しHTMLとSVG、JavaScriptとデータ配列ないしはJSON(JavaScript Object Notation)データから成るコードを生成し、ネットワーク回線を通じてユーザー端末が受け取り、HTMLとSVGとデータはJavaScriptによりSVGのXML要素を生成してWebブラウザ4に図9のダイヤグラムを表示する。
The invention of the present invention is a diagram called operation diagram of FIG. 1, operation chart of FIG. 3, route table of FIG. 2, operation sequence table of FIG. 4, creation and editing of these in FIG. 5, schedule of FIG. The operation verification simulator that uses many of these figures is performed by a Web browser using SVG and JavaScript.
When creating a diagram, a system in which the web server 1 and the diagram data 7, the route data 5, the operation data 6 and the operation data 6 and the network line of FIG. 1 is the time data 10 coordinates in FIG. 8 from the diagram data 7 and the station name 15 from the route data 5 and the coordinate data of the station line 14 from the diagram data 7. HTML and SVG, JavaScript and data array or JSON (Java Script Object Notation) data. 9 is generated and received by the user terminal through the network line. HTML, SVG, and data are generated by using JavaScript to generate an SVG XML element, and the diagram of FIG.

このSVGは、XML形式で記述されている。この記述内にJavaScriptのイベントを埋め込むことによる。例えば、図20では、61度の傾きをもった青色の11pxサイズの「543M」という文字が表示される
「onmouseover」は、マウスが文字の上にのった時に発生するJavaScriptイベントで、例えば、マウスが乗ったら色を変える場合、文字の色を変える構文は図21の通りの1行である。
This SVG is described in the XML format. By embedding a JavaScript event in this description. For example, in FIG. 20, a blue 11px size “543M” with an inclination of 61 degrees is displayed. “Onmouseover” is a JavaScript event that occurs when the mouse is over the character. For example, When changing the color when the mouse is over, the syntax for changing the color of the character is one line as shown in FIG.

マウスイベントには、そのほかマウスが外れたら実行される「onmouseout」や、クリックされたら実行する「onclick」等がある。
図9で6時20分の任意の線上をクリックすると、あらかじめラインを描画するXML内に6時20分というデータを埋め込んでいるため6時20分に設定された図10のポップアップ20を表示するメソッドが実行され、駅情報1(21)と駅情報2(22)の線上をクリックするか直接入力をして、下りか上りか、列車速度種類23の諸設定をしてボタンを押すと、図11のWebブラウザ用プログラム言語でWebサーバからWebブラウザ用プログラム言語を呼び出す形でWebサーバ1に時間、駅情報1(21)、駅情報2(22)、上りか下りか、列車速度種類(23)を送り、それを受けてWebサーバ1ではダイヤデータ7から列車速度種類から駅間の列車運転時間が呼び出し、駅情報1と駅情報2の間の運転時間を算出し、Webサーバ1で図16のように個々のIDを割り振った配列ないしはJSONデータを生成してWebブラウザ4に送信しWebブラウザ4内にメモリに保存される。
Other mouse events include “onmouseout” that is executed when the mouse is released, and “onclick” that is executed when the mouse is clicked.
When an arbitrary line at 6:20 in FIG. 9 is clicked, the pop-up 20 of FIG. 10 set at 6:20 is displayed because the data of 6:20 is embedded in the XML for drawing the line in advance. When the method is executed , clicking on the line of station information 1 (21) and station information 2 (22) or directly inputting it, going down or up, setting various train speed types 23 and pressing the button, In the form of calling the web browser program language from the web server in the web browser program language of FIG. 11, the time, station information 1 (21), station information 2 (22), up or down, train speed type ( 23) is sent, and the Web server 1 calls the train operation time between stations from the train speed type from the diagram data 7, and calculates the operation time between the station information 1 and the station information 2. Is stored in the memory in the Web browser 4 sends to the Web browser 4 generates a sequence or JSON data allocated to individual ID, as in FIG. 16 in the Web server 1.

ダイヤグラムの横軸の駅線14と縦軸の時間線10には、それぞれ配列により座標がWebブラウザ4のメモリ内に保持されており、図16で受け取った配列またはJSONデータにある駅とその到着・発車時刻とを横軸と縦軸の配列から検索しスジ13をつくるための座標を形成し配列内に格納する。そして、配列内に格納された座標から図12のJavaScript構文で図13のようにSVGのXMLが生成されスジ13が描画される。  The coordinates of the station line 14 on the horizontal axis and the time line 10 on the vertical axis of the diagram are stored in the memory of the Web browser 4 by arrangement, and the stations in the arrangement or JSON data received in FIG. The departure time is searched from the horizontal and vertical axis arrangements, and the coordinates for creating the stripe 13 are formed and stored in the arrangement. Then, XML of SVG is generated as shown in FIG. 13 from the coordinates stored in the array using the JavaScript syntax of FIG. 12, and the streak 13 is drawn.

この描画されたスジのSVGのXMLの図13には、マウスイベントが組み込まれており、前述と同様にマウスがのったり、クリックしたりすることによってそれぞれに設定されたJavaScriptが実行されるようになっている。  In FIG. 13 of the drawn SVG XML of the streak, a mouse event is incorporated, and the JavaScript set for each is executed when the mouse is moved or clicked as described above. It has become.

前記の列車時刻形成の際にWebサーバ1では、事前の付与に法則性がある列車番号(列車の運行に使用される「315M」といった列車固有の番号)を付与する設定を行いデータに保存していた場合には、前記の配列ないしはJSONデータ内に列車番号を入れる。  At the time of forming the train time, the Web server 1 makes a setting for giving a train number (a train-specific number such as “315M” used for train operation) that has a law for pre-assignment and saves the data in the data. If so, the train number is entered in the above array or JSON data.

法則性とは、例えばD駅始発と終着の普通列車の場合は頭2桁を「10」から始め、E駅始発と終着の普通列車の場合「30」から始め、3桁目を下りの場合「1」からの奇数で始め上りは「2」からの偶数で始め先に発車する順番に付けていく場合、D駅発の上りの1本目の列車は「102」、E駅発の上りの1本目は「302」、D駅発の上りの2本目の列車は「104」、E駅発の上りの2本目の列車は「304」と付与され、D駅終着の下りの1本目の列車は「101」、E駅終着の下りの1本目の列車は「301」、D駅終着の2本目の下り列車は「103」、E駅終着の2本目の下り列車は「303」とする。そして、4桁目に電車の場合は「M」、気動車の場合は「D」のアルファベットを付け、快速列車の場合は5桁から成り頭に「3」を付け「3102M」という形のものである。  For example, in the case of regular trains starting and ending at D station, the first two digits start with “10”, and for regular trains starting and ending at E station, starting with “30”, the third digit is going down. When starting with an odd number from "1" and going up to an even number from "2", the first train going up from D station is "102", and going up from E station The first train is given “302”, the second train going up from D station is “104”, the second train going up from E station is given “304”, and the first train going down at the end of D station is given as “304”. Is “101”, the first train at the end of E station is “301”, the second train at the end of D station is “103”, and the second train at the end of E station is “303”. The fourth digit is "M" for trains, "D" for trains, and five digits for high-speed trains with "3" at the beginning and "3102M". is there.

システム内では、前記のスジ作成のための基本設定の際に駅情報1と駅情報2を入力しているので、まず、始発駅と終着駅についてはこれによって判断する。次に列車の数については、ダイヤデータやWebブラウザのメモリに保存され設定されたその列車以前の設定された始発駅と終着駅と列車の種類、上りか下りかで列車一覧を呼び出して本数をカウントし、次の式でカウント数×2+2が3桁目の数が決まる。下りで普通列車も同様に次の式でカウント数×2−1+2が3桁目の数となる。もし、計算の結果、2桁になった場合、列車番号の2桁目を繰り上げる。アルファベットは列車速度種類にその旨の記載されている場合は、そこから判断して付与する。判断できない場合は、Webブラウザ4にメッセージを送る。
もしくは、すべてのダイヤの作成が完了した後にユーザーの指示により全てのスジに対しシステムが終着駅と始発駅から始発の列車から法則性と照らし合わせて1つずつ列車番号を付与する。
In the system, since the station information 1 and the station information 2 are inputted at the time of the basic setting for the streak creation, first, the first station and the last station are determined by this. Next, with regard to the number of trains, call the train list at the starting and ending stations and types of trains that were set and saved in the memory of the diagram data or web browser, and set the number of trains by going up or down. Count, and the number of the third digit is determined by the following formula: count number × 2 + 2. Similarly, for ordinary trains, the number of counts x 2 + 1 + 2 is the third digit in the following formula. If the calculation results in two digits, the second digit of the train number is moved up. If there is a description to that effect in the train speed type, the alphabet is determined from there and given. If it cannot be determined, a message is sent to the Web browser 4.
Alternatively, after the creation of all the diagrams is completed, the system assigns a train number to each streak one by one from the terminal station and the starting train from the starting train according to the user's instruction, in accordance with the laws.

そして、得られた列車番号をダイヤデータとWebブラウザ4内のメモリに検索をかけて、同じ番号がなければその番号を配列内に組込み、既に使われている場合は、Webブラウザ4にその旨のメッセージを送る。  Then, the obtained train number is searched in the diagram data and the memory in the web browser 4, and if the same number is not found, the number is incorporated in the array. Send a message.

Webブラウザ4による図8のダイヤグラムの表示は、SVGにより駅を表示する駅表示部15、時間を表示する時間表示部16、スジ13や駅線14、時間線10の表示から成るダイヤ表示部、操作メニューがある操作部17がある。これを詳しくすると図14のように時間表示部(id=time)、ダイヤ表示部(id=dia)、駅表示部(id=station)をそれぞれHTMLのdiv属性で<div></div>で囲まれた中に、ユーザーが設定した表示時間、例えば0時から24時、5時から翌2時までという任意の設定により、その時間帯を表示するSVG、駅名を表示するSVG、スジを表示するそれぞれx軸にはユーザーが任意の指定をした時間帯全てと、y軸には駅名のすべてを1枚のSVG上に表示する3つが同じ大きさのSVGが作成され、時間のSVGは時間表示部のdivタグ内に配置し、駅名のSVGは駅名表示部のdivタグ内に配置し、スジを表示するSVGはダイヤ表示部のdivのタグ内に配置する。
このdivにはスタイルシート(Cascading Style Sheet)のz−indexにより重なりレイヤー構造をもって表示するようになっている。
The diagram shown in FIG. 8 by the Web browser 4 includes a station display unit 15 that displays a station by SVG, a time display unit 16 that displays time, a diagram display unit that includes lines 13 and station lines 14, and a time line 10. There is an operation unit 17 having an operation menu. More specifically, as shown in FIG. 14, the time display unit (id = time), the diagram display unit (id = dia), and the station display unit (id = station) are expressed by <div></div> with the div attribute of HTML, respectively. The display time set by the user, for example, from 0 o'clock to 24 o'clock, from 5 o'clock to 2 o'clock in the setting, SVG that displays the time zone, SVG that displays the station name, and streaks are displayed Each of the x-axis displays all the time zones specified by the user, and the y-axis displays all the station names on one SVG. Three SVGs of the same size are created. The station name SVG is arranged in the div tag of the display unit, the station name SVG is arranged in the div tag of the station name display unit, and the SVG for displaying the streak is arranged in the div tag of the diagram display unit.
This div is displayed with an overlapping layer structure by z-index of a style sheet (Cascading Style Sheet).

表示の拡大・縮小は、マウスのスクロールボタンの回転があった際にSVGのviewBox属性(表示範囲の指定ができる機能)により行う。例えば図15のようにSVGの原点座標x0、y0、右下座標x1000、y600の場合、表示範囲の表示範囲を指定する値の左上原点をx150、y50と幅と高さを指定することによって、右下座標がx350、y500にするとWebブラウザには、x150、y50、x350、y500の中の図形のみ表示される。縮小・拡大は、駅名表示部、時間表示部、ダイヤ表示部はSVGの表示範囲の幅と高さの値をWebブラウザ用プログラム言語によりコントロールをする。
The enlargement / reduction of the display is performed by the viewbox attribute of SVG (a function that can specify the display range) when the scroll button of the mouse is rotated. For example, in the case of SVG origin coordinates x0, y0, lower right coordinates x1000, y600 as shown in FIG. 15, by specifying the upper left origin of the value for specifying the display range of the display range as x150, y50 and the width and height, When the lower right coordinate is x350, y500, only the graphics in x150, y50, x350, y500 are displayed on the Web browser. In the reduction / enlargement, the station name display unit, the time display unit, and the diagram display unit control the width and height values of the display range of the SVG by the program language for the Web browser .

また、ダイヤ表示の左右、上下の移動については、キーボードのコントロールキーとマウスの右クリック同時に押して動かした方向へ移動する。移動する方法は、ダイヤ表示部のSVGの表示範囲の左上原点のx座標y座標をマウスの移動に合わせて移動させる。
このときダイヤ表示部は、x軸、y軸ともに自由に動くが、時間表示部についてはx軸のみWebブラウザ用プログラム言語により表示範囲を動かし、駅名表示部はy軸のみをダイヤ表示部の移動と同じ量だけWebブラウザ用プログラム言語で表示範囲を移動させる。これにより、ウィンドウが分割表示される効果を得ることができる。
As for the left / right and up / down movement of the diagram display, the keyboard control key and the right click of the mouse are simultaneously pressed and moved in the moving direction. The moving method is to move the x-coordinate y-coordinate of the upper left origin of the SVG display range of the diagram display unit in accordance with the movement of the mouse.
At this time, the diagram display unit moves freely in both the x-axis and y-axis, but the time display unit moves the display range only in the program language for the web browser for the x-axis, and the station name display unit moves only the y-axis in the diagram display unit. The display range is moved in the program language for the Web browser by the same amount as. Thereby, the effect that the window is divided and displayed can be obtained.

または図8の操作部5の矢印ボタン9を押すことにより、前記同様にSVGの表示範囲の座標を移動させることにより行い、スクロールバーによる移動は行わない。そして、ダイヤ表示部が左右に移動した際は、時間表示部のSVGの表示範囲をダイヤ表示部が移動したのと同様の座標値でx座標のみWebブラウザ用プログラム言語の値のコントロールを変化させることで移動する。また、ダイヤ表示部が上下に移動したときは、駅名表示部のSVGの表示範囲のy座標をWebブラウザ用プログラム言語により表示範囲の移動させてダイヤ表示部が移動しても駅名表示部、時間表示部が連動し分割表示が可能とするようになっている。 Alternatively, by pressing the arrow button 9 of the operation unit 5 in FIG. 8, the coordinates of the display range of the SVG are moved as described above, and the movement by the scroll bar is not performed. When the diagram display unit moves to the left and right, the control of the value of the program language for the web browser is changed only for the x coordinate with the same coordinate value as the diagram display unit moved in the SVG display range of the time display unit. Move by that. Further, when the diamond display unit is moved up and down, station name display unit may move the diamond display unit by the movement of the display range by SVG y coordinate programming language for the Web browser of the display range of the station name display part, The time display section is linked to enable split display.

特許文献1では分割して表示するが、それはブラウザ上に表示するすべてのSVGの画面を分割し、分割をすればするほどプログラム構文が増え処理が煩雑になる。それに対し本件発明では、ダイヤ表示部、駅名表示部、時間表示部のSVGはそれぞれ一枚で描かれており1枚のSVGを描く構文のみでよいのでプログラムがシンプルで処理も効率的に行われる。また、本件ではスクロールバーもないからそれに対する関数定義もないことからこれら特許文献1と本件とは全く異なるものである。  In Japanese Patent Laid-Open No. 2004-228561, the screen is divided and displayed. However, all the SVG screens displayed on the browser are divided, and the more divided, the program syntax increases and the processing becomes complicated. On the other hand, in the present invention, the SVG of the diagram display unit, the station name display unit, and the time display unit is drawn in one piece, and only a syntax for drawing one SVG is required, so the program is simple and the processing is efficiently performed. . Also, since there is no scroll bar in this case and there is no function definition for it, these Patent Documents 1 and this case are completely different.

さらにスジの表示や時間線の表示は、すべてSVGのXML要素内のid属性とclass属性によって行われており、このidやclassの属性値を配列と紐づけさせることによって行われておりダイヤ表示部や駅表示部をSVG内でエリアの集合体としては扱っていないので、これも特許文献1とは異なるものである。  Furthermore, streak display and time line display are all performed by the id attribute and the class attribute in the XML element of SVG, and are performed by associating the attribute value of the id and class with the array. Since the section and the station display section are not handled as an aggregate of areas in the SVG, this is also different from Patent Document 1.

また特許文献1は、背景画面、スジ画面の上りのスジ、下りのスジをそれぞれSVGのグループでコントロールしようとしているが、グループによるコントロールでは、下りのスジを消したい時にはその下りのスジのグループ全体を消去できるが、他方で、下りのスジを消去しつつ上りのスジのある運用の列車のみ上りのスジも下りのスジも表示したい時には下りのスジが表示できない。
これをXMLの要素にidとclass属性でコントロールすることによって、ブラウザ内のメモリにある配列ないしはJSONデータの情報から下りの列車のclassの属性値を拾い出し、当該classのXMLを消去することで描画を消去する。スジのある運用の列車の上り下りの両方のスジを表示したい時には、メモリ内の配列またはJSONからその情報を引き出して描画する本件発明の方が、自由度が高く柔軟性のあるシステムの構築が可能である。
Further, Patent Document 1 tries to control the upstream line and the downstream line on the background screen, the streak screen by the SVG group, but in the control by the group, when it is desired to erase the downstream line, the entire group of the downstream line is controlled. On the other hand, it is not possible to display the down streak when it is desired to display the up streak and the down streak only for the train having the up streak while deleting the down streak.
By controlling the XML element with id and class attributes, the attribute value of the class of the descending train is picked up from the array or JSON data information in the browser memory, and the XML of the class is deleted. Erase the drawing. When you want to display both the up and down streaks of trains with streaks, the present invention, which draws and draws the information from the array in memory or JSON, draws a flexible and flexible system. Is possible.

そして、これら作成したデータを保存する時は、配列(図16)またはJSONをWebブラウザ4にてWebサーバ1との通信に適した文字列に変換し、AJAX技術(Asynchronous JavaScript + XML)を用いて、Webブラウザ4からネットワーク回線を通じてWebサーバ1に送られ、Webサーバ1にて既にある他の時刻のデータと重なったり跨ったりしている不整合が起きる場合はエラーメッセージをブラウザに返信し、問題なければ「OK」を返信しWebサーバを通じてダイヤデータに登録される。  When storing the created data, the array (FIG. 16) or JSON is converted into a character string suitable for communication with the Web server 1 by the Web browser 4, and the AJAX technology (Asynchronous JavaScript + XML) is used. If there is an inconsistency that is sent from the Web browser 4 to the Web server 1 through the network line and overlaps or straddles data already existing at the Web server 1, an error message is returned to the browser. If there is no problem, “OK” is returned and registered in the diagram data through the Web server.

完成されたものを一旦閉じて、再度編集する時は、Webサーバ1がダイヤデータからデータを呼び出し、HTMLとJavaScriptとダイヤデータの配列またJSONのデータを生成して送信し、Webブラウザ4はJavaScriptの命令により受け取ったデータをSVGのXML要素を生成しダイヤグラムや行路表など図形データを描画する。  When the completed one is closed and edited again, the Web server 1 calls the data from the diagram data, generates and transmits an HTML, JavaScript, and a diagram data array or JSON data, and the Web browser 4 sends the JavaScript. The SVG XML element is generated from the data received in response to the above command and graphic data such as a diagram and a route table is drawn.

図6のようにXML要素には「id」と「class」に「tr4」と埋め込まれている。これは、ダイヤデータの管理上のIDとして、また、JavaScriptで要素の変更(色の変更や図形の削除)の際に使用するとともにスジ編集時には、スジ上をクリックするとこのIDの「tr4」から配列やJSONを呼び出し、図17のようにタイムテーブルのポップアップ30が表示される。  As shown in FIG. 6, “tr4” is embedded in “id” and “class” in the XML element. This is used as an ID for managing diagram data, and when changing elements (changing colors or deleting figures) in JavaScript, and when editing a streak, clicking on the streak starts from this ID “tr4”. The array or JSON is called, and a time table pop-up 30 is displayed as shown in FIG.

この中の「tr4」は始発駅から終着駅までの1つの列車ごとに割り振られた固有のデータ上使用するIDであり、さらに運用データでは、運用1ではtr1、tr4、tr6、tr7というIDで組み合わされデータに登録され図2の運用から成って組み立てられるときポップアップ30の列車時刻31を編集しtr4のダイヤが変更された場合、前後のtr1とtr6とのダイヤと互換性を失うことがある。  Among these, “tr4” is an ID used on unique data assigned to each train from the first station to the last station. Further, in operation data, in operation 1, the ID is tr1, tr4, tr6, tr7. If the train time 31 of the pop-up 30 is edited and the time diagram of tr4 is changed when combined and registered in the data and assembled from the operations shown in FIG. 2, compatibility with the timetables tr1 and tr6 before and after may be lost. .

例えば、図2の行路に基づく列車や乗務員の運用でIDがtr1の列車は、名古屋駅に1時10分に到着し、折り返しでtr4の列車が名古屋駅を1時15分に発車し、高蔵寺駅に1時40分に到着する。tr6はtr4の折り返しで高蔵寺駅を1時45分に発車する車両運用であったとする。  For example, a train based on the route shown in FIG. 2 and a crew member whose ID is tr1 arrives at Nagoya Station at 1:10, and by turn, a train at tr4 leaves Nagoya Station at 1:15. Arrives at the station at 1:40. It is assumed that tr6 is a vehicle operation that leaves Kozoji Station at 1:45 by turning back tr4.

tr4の時刻を名古屋発の時間を1時8分、高蔵寺駅到着を1時50分に到着する時刻設定に編集した時、列車時刻としてはそれぞれ独立しているので成立するが、tr1、tr4、tr6の運用データの相互の互換性がなくなり成立しなくなる。また、同様にtr4の発駅ないしは終着駅が変更されたときも同様のことが起きる。  When the time of tr4 is edited to set the time to arrive at Nagoya at 1: 8 and arrive at Kozoji Station at 1:50, the train time is independent, so it is valid, but tr1, tr4, The tr6 operational data will not be compatible with each other and will not be established. Similarly, the same thing happens when the departure or end station of tr4 is changed.

この場合の処理として、ポップアップ30で時刻が変更されたら、tr4の前のtr1の到着時間とtr4の発車時間を比較して、tr4の発車時間が大きければ真を返し、小さければ偽を返しエラー表示する。また、tr4到着時刻と次のtr6の発車時刻を比べてtr4の到着時間がtr6の発車時刻よりも小さければ真を返し、大きければ偽を返しエラー表示する。
駅については、tr1の到着駅とtr4の始発駅が同じか検証し、tr6の始発駅とtr4の終着駅を検証し、同一でなければエラーを表示する。
As a process in this case, when the time is changed in the pop-up 30, the arrival time of tr1 before tr4 is compared with the departure time of tr4. If the departure time of tr4 is large, it returns true, and if it is small, it returns false. indicate. Further, comparing the tr4 arrival time with the next tr6 departure time, true is returned if the arrival time of tr4 is smaller than the departure time of tr6, and false is returned if it is larger.
For the station, it is verified whether the arrival station of tr1 is the same as the start station of tr4, the start station of tr6 and the end station of tr4 are verified, and if they are not the same, an error is displayed.

複数で編集を行う図7のユーザー11とユーザー12が居る場合、Webサーバ1とWebブラウザ4とユーザー11とユーザー12の各WebブラウザにWebSocketを実装する。WebSocketはユーザーそれぞれにWebサーバ1から固有のIDとなるセッションIDが割り振られセッションIDにより各WebブラウザとWebサーバ1間の通信が保持される。  When there are a plurality of users 11 and users 12 in FIG. 7 who perform editing, a WebSocket is installed in each Web browser of the Web server 1, the Web browser 4, the user 11, and the user 12. In the WebSocket, a session ID that is a unique ID is assigned to each user from the Web server 1, and communication between each Web browser and the Web server 1 is held by the session ID.

一人のユーザー11が編集をWebサーバ1に編集情報を送信した時、整合性のない編集が行われたときには、Webサーバ1はセッションIDを利用してその編集したユーザー11のみエラーメッセージをWebブラウザに返信する。互換性などの問題がない場合は、データに登録するとともにWebSocketによってすべてのユーザー(Webブラウザ4、ユーザー11、ユーザー12)にその変更を知らせるメッセージをWebサーバ1から各ユーザーのブラウザに送り変更があったことを知らせる。  When one user 11 sends editing information to the Web server 1 and editing is not consistent, the Web server 1 uses the session ID to send an error message only to the edited user 11 to the Web browser. Reply to If there is no problem such as compatibility, the message is registered in the data and a message notifying all users (Web browser 4, user 11, user 12) of the change is sent from the Web server 1 to the browser of each user by WebSocket. Inform you that there was.

変更のメッセージを受け取ったブラウザ4とユーザー12は、更新するか否かは個々の判断であるが、ユーザー12が更新することにした場合、ユーザー12のWebブラウザは図11のJavaScriptによるWebサーバ1からJavaScriptの呼び出しをする。  The browser 4 and the user 12 that have received the change message are individually determined whether or not to update, but when the user 12 decides to update, the Web browser 1 of the user 12 is the Web server 1 by JavaScript of FIG. Calls JavaScript.

例えばユーザー11でtr4のスジの列車速度種類の変更を行ったときWebサーバ1では、その変更に問題がなければ、tr4のスジの削除と新たな駅間時間を形成し古い配列ないしはJSONの削除のコマンドと新たなスジを描画するコマンドをユーザー11に送るとともに、ブラウザ4が更新することを選択した時にはWebサーバ1は同様のコマンドを送り各ユーザーのWebブラウザ内で処理が行われる。  For example, when the user 11 changes the train speed type of the tr4 stripe, if there is no problem in the change, the web server 1 deletes the tr4 stripe and forms a new inter-station time, and deletes the old array or JSON. This command and a command for drawing a new stripe are sent to the user 11, and when the browser 4 chooses to update, the Web server 1 sends the same command to perform processing in each user's Web browser.

ダイヤグラムを印刷する際にWebブラウザではA4用紙にしか対応しておらず、A2以上の用紙で変形ないしは横の長さが4メートル以上になるダイヤグラムの印刷には適さない。
そこで、ダイヤグラムを印刷する際は、Webサーバ1でApache FOPのAPIを利用してWebサーバ1上でデータからダイヤグラムのSVGファイルを生成してディレクトリに仮置きし、それをAPIにてPDFに変換しWebブラウザに送信し仮置きしたSVGファイルを削除する。それにより、A3、A2、A1の変形用紙やロール紙でも印刷できるように印刷用紙の選択の自由度を高めることができる。
When printing a diagram, the Web browser only supports A4 paper, and it is not suitable for printing a diagram whose A2 or larger paper is deformed or whose horizontal length is 4 meters or more.
Therefore, when printing a diagram, the Web server 1 uses the Apache FOP API to generate an SVG file of the diagram from the data on the Web server 1, temporarily put it in a directory, and convert it to PDF using the API. The temporary SVG file transmitted to the Web browser is deleted. Thereby, the degree of freedom of selection of the printing paper can be increased so that printing can be performed on A3, A2, and A1 deformation paper and roll paper.

鉄道では、図5のような線路図が作成されそこには転てつ器48の位置や信号機47の位置などが記載されている。これをSVGとJavaScriptにより作成することにより、運行システムの製作の省力化や製作したダイヤの検証をはかることができる。  In the railway, a track diagram as shown in FIG. 5 is created, and the position of the switch 48 and the position of the traffic light 47 are described therein. By creating this using SVG and JavaScript, it is possible to save labor in the production of the operation system and verify the produced diamond.

Webサーバ1は、HTMLとJavaScript、配列ないしはJSONデータを生成して、ユーザーの基本画面を構成してユーザーのWebブラウザ4に送信する。Webブラウザではこれらから基本画面を表示し、ユーザーは、基本画面上で路線図の縮尺を指定し、単線か上下線1本ずつの線路46の複線か、上下2本ずつの複々線かを選択した後、信号機47、カーブ49、ホーム45、転てつ器48など部品化したものをWebブラウザ4上で線路の起点からのキロ単位で距離44を入力し配置する。  The Web server 1 generates HTML and JavaScript, an array or JSON data, configures the basic screen of the user, and transmits it to the Web browser 4 of the user. The web browser displays the basic screen from these, and the user specifies the scale of the route map on the basic screen, and selects whether the line 46 is a single line or a double line with one vertical line, or a double line with two vertical lines. After that, components such as a traffic light 47, a curve 49, a home 45, and a switch 48 are input on the Web browser 4 by inputting a distance 44 in units of kilometers from the starting point of the track.

配置された部品および距離情報は配列によりWebブラウザ4内のメモリに配列として記憶され、保存が実行されると配列をサーバとの通信に適した文字列に変換し、AJAX技術を用いてWebサーバ1を通して路線データ13に記録する。その際にエラーがなければ「OK」をWebブラウザ4に返信する。エラーがあった場合は、エラー内容をWebブラウザ4に返信する。  The arranged parts and distance information are stored as an array in the memory in the Web browser 4 by the array, and when the storage is executed, the array is converted into a character string suitable for communication with the server, and the Web server using the AJAX technology 1 is recorded in the route data 13. If there is no error at this time, “OK” is returned to the Web browser 4. If there is an error, the error content is returned to the Web browser 4.

これを編集する時は、Webブラウザ4を通じてWebサーバ1が路線データ13に問合せをして、HTMLとJavaScriptと路線部品データを配列またはJSON化しWebブラウザ4に送信し、Webブラウザ4にてJavaScriptにより配列を解析してSVGのXMLを構成して表示をする。データが編集された際には、AJAX技術を用いてWebサーバ1を通じて路線データ13に保存する。  When editing this, the Web server 1 makes an inquiry to the route data 13 through the Web browser 4, and HTML, JavaScript, and route part data are arranged or JSON-converted and sent to the Web browser 4, and the Web browser 4 uses JavaScript. Analyze the sequence to construct and display SVG XML. When the data is edited, it is stored in the route data 13 through the Web server 1 using the AJAX technology.

図18のWebサーバ71と運行管理システム72、路線データと端末にWebブラウザを備えたシステムは、運行管理システム72が転てつ器や信号機の状況、列車番号とその位置をWebサーバ71に送信し、これを基にWebサーバ71配列ないしはJSONデータを生成し、このデータとHTMLとJavaScriptを端末71から端末74の各のWebブラウザに送り、WebブラウザはデータをJavaScriptにより解析し図19のSVGのXMLを構成し線路図と列車の位置50、線路の状態51を表示する。  In the system including the Web server 71 and the operation management system 72 of FIG. 18 and the route data and the terminal provided with the Web browser, the operation management system 72 sends the status of the device and traffic light, the train number and the position thereof to the Web server 71. Based on this, the Web server 71 array or JSON data is generated, and this data, HTML, and JavaScript are sent from the terminal 71 to each Web browser of the terminal 74, and the Web browser analyzes the data by using JavaScript, and the SVG in FIG. Is displayed, and a track diagram, a train position 50, and a track state 51 are displayed.

これと同時に、Webサーバ71と端末1から端末4のWebブラウザ間はWebSocketの接続を確立し、列車の位置や信号機、転てつ器に変化があった時は、その情報を運行管理システム72がWebサーバ71に送り、Webサーバ71から更新されたことの信号をWebSocketを通じて各Webブラウザに送る。Webブラウザはそれに基づきWebサーバ71に対し新規配列データをJavaScriptでWebサーバからJavaScriptを呼び出す方法により要求し、Webサーバ71は、運行管理システムから受け取った情報から変更される前の要素を削除するコマンドと変更された配列またはJSONの生成とそれを描画するコマンドをJavaScriptとしてWebブラウザに送信する。それを受け取ったブラウザは配列から不要となったSVGのみを消去し、新たな要素をSVGで描画し表示をして更新を終了する。  At the same time, a WebSocket connection is established between the Web server 71 and the Web browser of the terminal 1 to the terminal 4, and when there is a change in the position of the train, the traffic light, or the switch, the information is transferred to the operation management system 72. Is sent to the web server 71, and a signal indicating that the web server 71 has been updated is sent to each web browser through the web socket. Based on this, the Web browser requests the Web server 71 for new sequence data by calling JavaScript from the Web server using JavaScript, and the Web server 71 is a command for deleting the element before being changed from the information received from the operation management system. A modified array or JSON is generated, and a command for drawing it is transmitted to the Web browser as JavaScript. The browser that received it deletes only the SVG that is no longer needed from the array, draws and displays a new element in SVG, and ends the update.

前記の路線データを用いて、Webサーバ1を介してWebブラウザ4にてシミュレータデータ8に路線データの信号や転てつ器の動きを入力する。例えば図5の「11LB」の場内信号機が進行現示を示している時、「13R」の出発現示は必ず停止現示を示し、その他の現示を示さないといった回路を模擬的にデータに登録する。  Using the route data, the route data signal and the movement of the switch are input to the simulator data 8 by the Web browser 4 via the Web server 1. For example, when the on-site traffic signal “11LB” in FIG. 5 shows a progress indication, the output indication of “13R” always shows a stop indication, and other circuits are not shown as simulated data. sign up.

また、その路線で使用する列車の加速度や減速度といった性能をWebブラウザ4からWebサーバ1を介してシミュレータデータ8に登録する。
次に乗客乗降時間を時間帯と休日と平日ごとに数日分を計測し集計し、Webサーバを通じてシミュレータデータ8に登録する。サーバ内では工程能力の考えを応用して時間帯ごとの乗降時間を合計し平均値を算出する。次に標準偏差を算出しこれに3を乗じるいわゆる3シグマを算出する。
In addition, performance such as acceleration and deceleration of the train used on the route is registered in the simulator data 8 from the Web browser 4 via the Web server 1.
Next, the passenger boarding / alighting time is measured and counted for several days for each time zone, holiday, and weekday, and registered in the simulator data 8 through the Web server. In the server, the concept of process capability is applied to calculate the average value by summing up the boarding times for each time zone. Next, a standard deviation is calculated, and so-called 3 sigma is calculated by multiplying it by 3.

平均値が通常の乗降時間でプラス3シグマがそれよりも多くかかった乗降時間、マイナス3シグマが平均よりも早く乗降が終わった時間となる。
シミュレータを開始すると、Webサーバ1は、HTMLフォーマットとSVGフォーマット、JavaScript、ダイヤデータと列車性能データ、各駅の時間帯ごとの乗降時間を配列ないしはJSONで生成し、Webブラウザに図6を表示する。前記で作成したダイヤデータに基づき列車を運行させ、JavaScriptのタイマーにより、1秒ごとに加算していき、その時刻を61に表示する。各列車はダイヤデータに基づき時刻通りと現示される信号機に基づき運転され、各信号機や転てつ器は、前記で登録された模擬回路を基に自動制御される。
The average value is a normal getting-on / off time, plus / minus sigma takes more than that, and minus-3 sigma is the time when getting-on / off ends earlier than the average.
When the simulator is started, the Web server 1 generates HTML format, SVG format, JavaScript, diagram data, train performance data, and boarding / alighting time for each station time zone by array or JSON, and displays FIG. 6 on the Web browser. The train is operated based on the diagram data created as described above, and incremented every second by the JavaScript timer, and the time is displayed in 61. Each train is operated based on a traffic signal that is shown as time based on the diagram data, and each traffic signal and switch are automatically controlled based on the simulation circuit registered above.

列車は、1秒ごとに加速度を速度として加算していき、減速は、速度から減速度を1秒ごとに減算しそれに基づく走行距離を算出しSVGで表示された図6上に列車のその時間における列車の位置62を模擬的に表示する。
シミュレータ上で列車に遅延が発生した時は、遅延メッセージとして63を表示し、定刻運転の確保ができていないことを知らせる。
The train adds the acceleration as the speed every second, and the deceleration is calculated by subtracting the deceleration from the speed every second and calculating the mileage based on the subtraction. The train position 62 is displayed in a simulated manner.
When a delay occurs in the train on the simulator, 63 is displayed as a delay message to inform that the scheduled operation is not secured.

また、各列車の停車時間は、前記の平均値にプラス3シグマもしくはマイナス3シグマした時間の間でランダムに停車時間を形成しているが、到着時間とランダムに形成された停車時間の合計がダイヤ設定の発車時間より前になった時はダイヤ設定の発車時間、オーバーした時はそのオーバーした時間とすることによってシミュレータ上で列車に遅延が発生する。そして、列車の定刻通りの運転が確保できるか否かの検証が可能となるものである。
In addition, the stop time of each train forms a stop time randomly between the above average value plus 3 sigma or minus 3 sigma, but the sum of the arrival time and the randomly formed stop time is The train is delayed on the simulator by setting the time set before the departure time set for the diamond and setting the time set for the time set when the time is exceeded . Then, it is possible to verify whether or not the train can be operated on time.

運行図表の例Example of operation chart 行路表の例Route table example 運用図表の例Operation chart example 運用順序表Operation sequence table 線路図の例Example of track diagram ダイヤ検証シミュレーションの例Example of diamond verification simulation ダイヤ作成のシステム構成図System configuration diagram of diamond creation Webブラウザ上での運行図表作成の画面Operation chart creation screen on a web browser 運行図表上でのダイヤ作成例画面1Example screen 1 for creating a diagram on the operation chart 運行図表上でのダイヤ作成例画面2Diagram creation example screen 2 on the operation chart JavaScriptでJavaScriptを呼び出す構文Syntax for invoking JavaScript with JavaScript JavaScriptでSVGのXMLの要素を作成する構文Syntax for creating XML elements of SVG with JavaScript 図12の構文で作成されたSVGのXMLSVG XML created with the syntax of Figure 12 運行図表のWebブラウザ上での画面構成Screen structure of the operation chart on the web browser SVGのviewBoxの説明Description of SVG's viewBox サーバで生成された配列の例Example of server generated array ダイヤ編集時の画面Screen during diamond editing 運行管理システムの構成例Configuration example of operation management system SVGによる列車運行状況のモニタ画面SVG train operation status monitor screen SVGでテキストを描画する際のXMLXML when drawing text with SVG SVGの要素を削除する際のJavaScriptJavaScript when deleting SVG elements

Claims (4)

路線データと運用データ、ダイヤデータ、シミュレータデータとWebサーバで構成されたシステム、これに接続されたネットワーク回線とそのネットワーク回線に接続されたWebブラウザがインストールされたユーザー端末を備えたダイヤ作成統合装置、この統合装置のWebサーバとネットワーク回線で接続された運行管理システムを備えた運行管理統合装置は、各データからWebサーバがHTMLとWebブラウザ用プログラム言語とダイヤデータから呼び出したデータやSVGの表示に必要なデータを文字列や数列で組成してこれらをWebブラウザに送信し、それを受信したWebブラウザがWebブラウザ用プログラム言語の実行により文字列や数列データからSVGの構成のための各要素を生成し、その際に、図形を組成する要素にユーザーが図形上をマウス操作した時にWebブラウザ用プログラム言語の特定のメソッドが実行できるイベントとその図形が描画して示す時間や駅名を記述し、その要素によってWebブラウザ上に運行図表及び運用図表であるダイヤグラムを描画し、描画された図表は、ユーザーが任意の時間線上または、任意の駅の線上をクリックするとSVGの要素内に記述されたイベントと、クリックされた線が示す駅名ないしは時間とともにブラウザ用プログラム言語のメソッドに渡して実行され、Webサーバに時間と駅情報と列車の速度や種類を送信すると、Webサーバはダイヤデータから列車の速度や種類により標準運転時間を呼び出し、駅と駅の間の時間を算出し、それを基に文字列と数列データを作成してWebブラウザに返してスジ描画をして、列車のダイヤの作成を可能とすることを特徴とするダイヤ作成統合システム。 A system comprising a route data and operation data, a diagram data, a simulator data and a web server, and a diagram creation and integration device comprising a user terminal installed with a network line connected thereto and a web browser connected to the network line The operation management integrated device provided with the operation management system connected to the Web server of this integrated device through a network line displays the data and SVG that the Web server calls from each data from HTML, the program language for the Web browser, and the diagram data. The data necessary for processing is composed of character strings and numerical sequences, and these are transmitted to the Web browser. The Web browser that receives them composes the elements of the SVG from the character strings and numerical sequence data by executing the program language for the Web browser. Produce the composition in the process In the element, the event that can execute a specific method of the programming language for the Web browser when the user operates the mouse on the figure, the time and station name that the figure draws, and the station name are described. A diagram that is an operation chart is drawn, and when the user clicks on an arbitrary time line or an arbitrary station line, the event described in the element of the SVG and the station name or the line indicated by the clicked line are displayed. When the time, station information, and train speed and type are sent to the Web server method over time, the Web server calls the standard operation time according to the train speed and type from the diagram data. and to calculate the time between the station, Web browser to create a string and sequence data based on it Dia create integrated system, characterized in that by the streaks drawing return, to allow the creation of a train of diamond. 請求項1に記載のダイヤ作成統合システムにおいて、WebブラウザにSVGで描画表示されたダイヤグラムは、HTMLで各階層構造により時間表示部と駅名表示部、ダイヤグラムのスジの表示部で構成され、それぞれの各階層には同じ大きさのサイズのSVGに時間表示部には時間描画、駅表示部には駅名描画、ダイヤグラム表示部にはダイヤグラムのスジの描画がされ、この各SVGは、SVGの高さと幅、SVGの表示位置を指定することでSVGの機能である表示範囲の指定によりコントロールができるSVGの機能を利用して表示範囲をユーザーの操作による任意の位置とサイズの指定ができ、このサイズ指定は各階層に表示されているSVGに適用され、また、ユーザーの操作によりダイヤグラムをy軸やx軸に動かす操作を受けてWebブラウザ用プログラム言語が、ダイヤグラムのスジ表示部はy座標、x座標と自由に動くが、その動きと連動して時間表示部は、ダイヤ表示のx座標が動いた時にWebブラウザ用プログラム言語によりSVGの表示範囲の指定のx座標の値のみ変更して同じ量を動かし、ダイヤグラムのスジ表示部のy座標が動いた時はWebブラウザ用プログラム言語がSVGを表示する範囲のy座標の値のみを同じ量を動かすることにより、ダイヤグラムを駅表示部と時間表示部、ダイヤグラムのスジの表示部に分割して表示することができるWebブラウザによるダイヤ作成統合システム。 The diagram creation integrated system according to claim 1, wherein the diagram drawn and displayed in SVG on the Web browser is composed of a time display unit, a station name display unit, and a diagram line display unit according to each hierarchical structure in HTML. In each layer, the SVG of the same size is drawn in the time display section, the station display section is drawn in the station name, and the diagram display section is drawn in the diagram streaks. Each SVG is the height of the SVG. By specifying the width and SVG display position, the SVG function that can be controlled by specifying the display range, which is a function of the SVG, can be used to specify the position and size of the display range by user operation. The designation is applied to the SVG displayed in each layer, and the operation to move the diagram to the y-axis or x-axis by the user's operation The web browser program language is free to move the y-coordinate and x-coordinate of the diagram streak display unit, but in conjunction with the movement, the time display unit is a program for the web browser when the x-coordinate of the diagram display moves. If only the x coordinate value specified in the SVG display range is changed according to the language and the same amount is moved, and the y coordinate of the line display portion of the diagram moves, the program language for the web browser will change the y coordinate of the range where the SVG is displayed. A diagram creation integrated system using a web browser that can display a diagram divided into a station display unit, a time display unit, and a diagram streak display unit by moving only the same value. 請求項1に記載のダイヤ作成統合システムにおいて、HTMLとWebブラウザ用プログラム言語と文字列と数列のデータをWebサーバが組成してユーザー端末のWebブラウザに送信し、これを受信したWebブラウザは、SVGで基本画面を表示し、この表示でユーザーは基本画面上で縮尺を指定し信号機や駅のホーム、転てつ器、カーブの各線路のデータを線路の起点からのキロ単位の距離を入力し配置して、配置された部品および距離情報をWebブラウザ内のメモリに配列として記憶され、保存が実行されるとサーバとの通信に適した文字列と数列に変換してWebサーバに送信しWebサーバを通じて路線データに保存され、更にこの線路図に転てつ器の動作や信号機の動作の回路を模擬的に組込み、その路線で使用される車両の性能データを入力してダイヤ作成統合装置のWebサーバを介してシミュレータデータに保存し、また、あらかじめ乗客乗降時間を時間帯と休日と平日に分けて数日分を計測し集計し、Webサーバを通じてシミュレータデータに登録しておくことにより、サーバ内では保存された休日の時間帯毎と平日の時間帯毎の乗降時間を合計し平均値の算出と標準偏差を算出し、この標準偏差値に3を乗じて3シグマを算出し、下限値に平均値から3シグマの値を加減した値を保存し、上限値に平均値に3シグマを加算した数値を保存し、シミュレーションを開始するとWebサーバは、HTMLとSVGフォーマット、Webブラウザ用プログラム言語とダイヤデータと列車性能データ、各駅の時間帯毎の乗降時間の下限値と上限値を文字列と数列データで生成し、Webブラウザに返して表示し、ダイヤに基づき列車を運行させ、Webブラウザ用プログラム言語のタイマーにより、1秒ごとに加算して行き、シミュレーション上の各列車はダイヤデータに基づき運転時刻と現示される信号機に基づき運転され、各信号機や転てつ器は、前記で登録された模擬回路を基に自動制御され、列車は1秒ごとに列車性能を基に加速して行き、減速は速度から列車性能を基に1秒ごとに減速し、それに基づく列車距離を算出しSVGで上に表示され、ある時間における列車の位置を模擬的に表示するととともに、各列車の各駅でのダイヤ設定の到着時間とダイヤ設定による発車時間の間で定められた停車時間に各駅の乗降時間のマイナス3シグマの下限値とプラス3シグマの上限値の間の時間でランダムに停車時間を形成しているが、到着時間とランダムに形成された停車時間の合計がダイヤ設定の発車時間より前になった時はダイヤ設定の発車時間、オーバーした時はそのオーバーした時間とすることによってシミュレータ上で列車に遅延が発生し、発生した時は遅延メッセージとして表示して定刻運転の確保ができていないことを知らせることにより、列車の定刻通りの運転が確保できるか否かの検証が可能となるWebブラウザによるダイヤ作成統合システム。 In the diagram creation integrated system according to claim 1, the web server composes HTML, a program language for the web browser, a character string, and a numerical sequence data, and transmits the data to the web browser of the user terminal. The basic screen is displayed in SVG, and the user specifies the scale on the basic screen, and inputs the distance in kilometer from the starting point of the track for the traffic signal, the platform of the station, the switch, the data of each track of the curve Then, the arranged parts and distance information are stored as an array in the memory in the web browser, and when saving is executed, they are converted into a character string and a number string suitable for communication with the server and transmitted to the web server. Vehicles that are stored in route data through a Web server, and that are further incorporated in this route map to simulate the operation of the switch and the operation of the traffic light, and are used on that route Performance data is input and stored in the simulator data via the web server of the diagram creation integrated device, and the passenger boarding / alighting time is divided into a time zone, a holiday, and a weekday to measure and total several days, and the web server By registering in the simulator data through the server, the server calculates the average value and standard deviation by summing up the boarding and exiting times for each holiday time zone and weekday time zone. Multiply 3 to calculate 3 sigma, save the value obtained by adding or subtracting 3 sigma from the average value as the lower limit, save the value obtained by adding 3 sigma to the average and save the value, and start the simulation. Are HTML and SVG formats, Web browser programming language, diagram data, train performance data, and lower and upper limit values for the time of getting on and off at each station time zone. Generated by the column data, and display returns to the Web browser, to service the train on the basis of the diamond, the programming language of the timer for the Web browser, continue to add to per second, each train on the simulation is based on the diamond data It is operated based on the operation time and the traffic signal shown, and each traffic signal and switch are automatically controlled based on the simulation circuit registered above, and the train accelerates based on the train performance every second. , Deceleration is decelerated every second based on the train performance from the speed, the train distance based on it is calculated and displayed on the SVG, and the train position at a certain time is displayed in a simulated manner, and at each station of each train The time between the minus 3 sigma lower limit value and the plus 3 sigma upper limit value of each station's getting-on / off time at the stop time determined between the arrival time of the timetable setting and the departure time by the timetable setting However, when the sum of the arrival time and the randomly formed stop time is before the departure time of the diamond setting, the departure time of the diamond setting is exceeded, and when it exceeds it, it is over Whether or not the train can be operated on time by informing the train that a delay occurs on the simulator due to the time, and informing that the on-time operation is not secured by displaying a delay message when it occurs Integrated diagram creation system using a web browser that can verify the above. 請求項1に記載のダイヤ作成統合システムにおいて、Webサーバに接続された運行管理システムは、転てつ器や信号機の状況、列車番号とその位置をWebサーバに送信して、受け取ったデータからWebサーバが文字列と数列データ、HTML、Webブラウザ用プログラム言語の生成をして各ユーザーのWebブラウザに送り、WebブラウザはデータをWebブラウザ用プログラム言語により解析しSVGの図形描画の構文を組成し線路図と列車の位置と線路の状態を表示し、これと同時にWebサーバとWebブラウザ間でWebSocketの接続を確立し、列車の位置や信号機、転てつ器に変化があった時は、その情報を運行管理システムがWebサーバに送り、Webサーバから更新されたことを信号でWebSocketを通じて各Webブラウザに送り、Webブラウザはそれに基づきWebサーバに対し新規の文字列と数列データを要求し、Webサーバは、運行管理システムから受け取った情報から変更される前のSVGの要素を削除するコマンドと変更された情報を文字列と数列データによりそれを描画するコマンドをWebブラウザ用プログラム言語としてWebブラウザに送信し、それを受け取ったブラウザは文字列と数列データを解析し不要となったSVGで描画された図形や文字を消去し、または、新たなSVGによる図形や文字を描画し表示をして更新を終了し、線路と列車の状態を表示できるWebブラウザによるダイヤ作成統合システム。 The schedule creation integrated system according to claim 1, wherein the operation management system connected to the Web server transmits the status of the switch and traffic lights, the train number and the position thereof to the Web server, and receives the Web from the received data. The server generates character strings and numeric data, HTML, and a web browser programming language and sends it to each user's web browser. The web browser analyzes the data using the web browser programming language and composes the SVG graphics drawing syntax. A track diagram, train position and track status are displayed. At the same time, a WebSocket connection is established between the web server and the web browser. When there is a change in the train position, traffic light or switch, The information is sent from the operation management system to the Web server, and the WebSocket is updated with a signal from the Web server. The web browser sends a request to the web server for a new character string and numeric data, and the web server deletes the SVG element before being changed from the information received from the operation management system. A command to draw the command to be changed and the changed information by the character string and the numerical sequence data is transmitted to the Web browser as the program language for the Web browser, and the browser that receives it analyzes the character string and the numerical sequence data , and becomes unnecessary. Clear the drawn figures and characters in SVG, or, new SVG to exit the update to the display to draw the figures and characters by, diamonds create an integrated system with a Web browser that can display the status of the line and train.
JP2017135770A 2017-06-23 2017-06-23 Integrated system for creating diagrams using a web browser Active JP6429953B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017135770A JP6429953B1 (en) 2017-06-23 2017-06-23 Integrated system for creating diagrams using a web browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017135770A JP6429953B1 (en) 2017-06-23 2017-06-23 Integrated system for creating diagrams using a web browser

Publications (2)

Publication Number Publication Date
JP6429953B1 true JP6429953B1 (en) 2018-11-28
JP2019006360A JP2019006360A (en) 2019-01-17

Family

ID=64480523

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017135770A Active JP6429953B1 (en) 2017-06-23 2017-06-23 Integrated system for creating diagrams using a web browser

Country Status (1)

Country Link
JP (1) JP6429953B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111783185A (en) * 2020-06-30 2020-10-16 湖南中车时代通信信号有限公司 Station yard graph drawing and displaying method based on shunting protection system
CN113792238A (en) * 2021-09-16 2021-12-14 山石网科通信技术股份有限公司 SVG image processing method and device, storage medium and processor
CN113807567A (en) * 2021-08-09 2021-12-17 浪潮软件股份有限公司 Dynamic path guidance design method based on SVG
CN114715227A (en) * 2022-03-08 2022-07-08 通号城市轨道交通技术有限公司 Method and device for generating train simulation operation diagram
CN116824006A (en) * 2023-08-24 2023-09-29 上海电气泰雷兹交通自动化系统有限公司 Automatic generation method of SVG (scalable vector graphics) graph of subway track

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05131930A (en) * 1991-11-11 1993-05-28 Central Japan Railway Co Diagram drawing device for vehicle operation schedule preparation
JP2003191846A (en) * 2002-12-09 2003-07-09 Hitachi Ltd Operation arrangement device
JP2005212548A (en) * 2004-01-28 2005-08-11 Hitachi Ltd Train service display change system, server computer, and client computer
JP2006130981A (en) * 2004-11-02 2006-05-25 Mitsubishi Electric Corp Transport information display system
JP2009279968A (en) * 2008-05-19 2009-12-03 Mitsubishi Electric Corp Device for preparing vehicle operational plan, screen display method for device for preparing vehicle operational plan, and method for operating screen
JP2010215158A (en) * 2009-03-18 2010-09-30 Toshiba Corp Preliminary verification device for automatic train control
JP2011100370A (en) * 2009-11-09 2011-05-19 Hitachi Ltd Device, system and method for providing information
JP2014149759A (en) * 2013-02-04 2014-08-21 Web Service Development Inc Network communication system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05131930A (en) * 1991-11-11 1993-05-28 Central Japan Railway Co Diagram drawing device for vehicle operation schedule preparation
JP2003191846A (en) * 2002-12-09 2003-07-09 Hitachi Ltd Operation arrangement device
JP2005212548A (en) * 2004-01-28 2005-08-11 Hitachi Ltd Train service display change system, server computer, and client computer
JP2006130981A (en) * 2004-11-02 2006-05-25 Mitsubishi Electric Corp Transport information display system
JP2009279968A (en) * 2008-05-19 2009-12-03 Mitsubishi Electric Corp Device for preparing vehicle operational plan, screen display method for device for preparing vehicle operational plan, and method for operating screen
JP2010215158A (en) * 2009-03-18 2010-09-30 Toshiba Corp Preliminary verification device for automatic train control
JP2011100370A (en) * 2009-11-09 2011-05-19 Hitachi Ltd Device, system and method for providing information
JP2014149759A (en) * 2013-02-04 2014-08-21 Web Service Development Inc Network communication system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111783185A (en) * 2020-06-30 2020-10-16 湖南中车时代通信信号有限公司 Station yard graph drawing and displaying method based on shunting protection system
CN113807567A (en) * 2021-08-09 2021-12-17 浪潮软件股份有限公司 Dynamic path guidance design method based on SVG
CN113792238A (en) * 2021-09-16 2021-12-14 山石网科通信技术股份有限公司 SVG image processing method and device, storage medium and processor
CN114715227A (en) * 2022-03-08 2022-07-08 通号城市轨道交通技术有限公司 Method and device for generating train simulation operation diagram
CN116824006A (en) * 2023-08-24 2023-09-29 上海电气泰雷兹交通自动化系统有限公司 Automatic generation method of SVG (scalable vector graphics) graph of subway track
CN116824006B (en) * 2023-08-24 2023-12-01 上海电气泰雷兹交通自动化系统有限公司 Automatic generation method of SVG (scalable vector graphics) graph of subway track

Also Published As

Publication number Publication date
JP2019006360A (en) 2019-01-17

Similar Documents

Publication Publication Date Title
JP6429953B1 (en) Integrated system for creating diagrams using a web browser
CN102934105B (en) Cooperation cursor in resident word processor
Huang et al. A virtual prototyping system for simulating construction processes
CN101364236B (en) Data processing apparatus and processing method of WEB page
CN107992301A (en) User interface implementation method, client and storage medium
CN106021211A (en) Intelligent form system and generation method thereof
CN105046408A (en) Configurable workflow realization method and system
CN101202748A (en) Method for browsing web of micro browser and micro browser
KR101275871B1 (en) System and method for producing homepage in SaaS ENVIRONMENT, A computer-readable storage medium therefor
CN103646154A (en) Three-dimensional digitization final assembly technology collaborative design system
CN111161390A (en) Rendering method and device based on BIM (building information modeling) model and WebGL (Web graphics library)
CN100533375C (en) Automatic layout method and automatic layout device
CN104699468B (en) A kind of interface creating method of client and the client
CN111563116A (en) Method and system for generating and manipulating electronic vehicle checklists using web-based editing tools
CN102902673A (en) Method and device for dynamically generating web pages
Gu et al. Comparative analysis of WebForms MVC and MVP architecture
CN103617064A (en) Improved method for updating mobile client product
JP2012201153A (en) Train diagram creation apparatus, and train diagram creation method
CN109344217A (en) A kind of WebGIS implementation method based on JavaScript and SVG
CN113254835B (en) Intelligent scenic spot server architecture and data processing method thereof
JP2010191758A (en) Verification support program, verification support device, and verification support method
CN111581940B (en) Remote double-mouse-point interactive typesetting system, operation method and control method
CN113838157A (en) Track traffic map drawing system, method, electronic device and storage medium
CN112181518A (en) Train passenger information display system interface design method and system based on BS framework
WO2024106090A1 (en) Data display device, data display method, and railway business system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181015

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181024

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181030

R150 Certificate of patent or registration of utility model

Ref document number: 6429953

Country of ref document: JP

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