JP6819039B2 - Industrial equipment - Google Patents
Industrial equipment Download PDFInfo
- Publication number
- JP6819039B2 JP6819039B2 JP2015251227A JP2015251227A JP6819039B2 JP 6819039 B2 JP6819039 B2 JP 6819039B2 JP 2015251227 A JP2015251227 A JP 2015251227A JP 2015251227 A JP2015251227 A JP 2015251227A JP 6819039 B2 JP6819039 B2 JP 6819039B2
- Authority
- JP
- Japan
- Prior art keywords
- industrial
- client device
- login
- user
- computer program
- 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
Links
Landscapes
- Information Transfer Between Computers (AREA)
Description
本発明は、計測や記録を行なう工業用機器に関し、特に、Webサーバ機能を有する工業用機器に関する。 The present invention relates to an industrial device that performs measurement and recording, and more particularly to an industrial device having a Web server function.
近年、計測機器、記録機器等の工業用機器では、Webサーバ機能を搭載することが実用化されている。Webサーバ機能を搭載した工業用機器は、Webサーバ装置として機能し、コンピュータネットワークを介してクライアント装置と接続し、Webサービスを提供することができる。 In recent years, it has been put into practical use to equip industrial equipment such as measuring equipment and recording equipment with a Web server function. An industrial device equipped with a Web server function can function as a Web server device, connect to a client device via a computer network, and provide a Web service.
クライアント装置は、例えば、WebブラウザソフトウェアをインストールしたPC等の情報処理装置を用いることができ、提供するWebサービスとしては、測定データのリスト表示やグラフ表示、工業用機器の動作に関する諸設定の表示や変更受付等が挙げられる。 As the client device, for example, an information processing device such as a PC on which Web browser software is installed can be used, and the Web service to be provided includes a list display of measurement data, a graph display, and a display of various settings related to the operation of industrial equipment. And change reception.
Webサーバ機能を搭載した工業用機器では、ユーザ管理を行なっていることが多い。クライアント装置のユーザが、工業用機器のWebサービスを利用するためには、Webブラウザソフトウェアを動作させて所定のIPアドレスにアクセスし、パスワード等を用いたユーザ認証を受けてログインする必要がある。 In industrial equipment equipped with a Web server function, user management is often performed. In order for the user of the client device to use the Web service of the industrial device, it is necessary to operate the Web browser software to access a predetermined IP address, receive user authentication using a password or the like, and log in.
ログイン後は、クライアント装置側から明示的なログアウト指示を送るまでサーバ装置はユーザのログイン状態を継続することが原則であるが、セキュリティ等の観点から、サーバ装置が自動ログアウトを行なう場合もある。 After logging in, in principle, the server device keeps the user logged in until an explicit log-out instruction is sent from the client device side, but from the viewpoint of security and the like, the server device may automatically log out.
自動ログアウトは、クライアント装置のWebブラウザ上で所定時間操作が行なわれなかった場合に、自動的にWebサーバ装置がログアウト処理を行ない、ログイン状態を解除するものである。 In the automatic log-out, when the operation is not performed on the Web browser of the client device for a predetermined time, the Web server device automatically performs the log-out process and cancels the login state.
一般に、Webサーバ装置が自動ログアウトを行なう場合には、クライアント装置のWebブラウザとの通信状態を監視し、クライアント装置から最新の通信を受け付けてからの経過時間をカウントする。この経過時間が所定時間に達すると、タイムアウトとし、ユーザのログアウト処理を行なう。一方、経過時間が所定時間に達する前に、クライアント装置からの通信を受け付けると、自動ログアウト判定のためのカウント値をリセットして、カウントを継続する。 Generally, when the Web server device automatically logs out, the communication status of the client device with the Web browser is monitored, and the elapsed time from receiving the latest communication from the client device is counted. When this elapsed time reaches a predetermined time, a timeout is set and the user is logged out. On the other hand, if the communication from the client device is received before the elapsed time reaches the predetermined time, the count value for the automatic logout determination is reset and the count is continued.
複数人のユーザがログインしている場合には、ユーザ毎に自動ログアウトを行なうため、Webサーバ装置は、ユーザ毎に通信状態を監視し、最新の通信を受け付けてからの経過時間をカウントする。 When a plurality of users are logged in, the Web server device monitors the communication status for each user and counts the elapsed time from receiving the latest communication in order to automatically log out for each user.
専用のWebサーバ装置であれば、一般に、ユーザ管理を前提とした高性能なハードウェア資源を有しているため、複数人のユーザがログインしている状態であっても、自動ログアウトのための処理は負担にならない。 A dedicated Web server device generally has high-performance hardware resources that are premised on user management, so even if multiple users are logged in, it is possible to automatically log out. Processing is not a burden.
しかしながら、Webサーバ機能を有する工業用機器では、筐体サイズや消費電力等に制限があり、必ずしも高性能のハードウェア資源が用いられるとは限られない。さらに、工業用機器では、計測や記録といった本来的な処理を優先する必要があるため、ユーザ管理に多くのハードウェア資源を費やすことはできず、自動ログアウトのための処理が過剰な負荷となりかねない。 However, industrial devices having a Web server function are limited in housing size, power consumption, etc., and high-performance hardware resources are not always used. Furthermore, in industrial equipment, it is necessary to prioritize the original processing such as measurement and recording, so it is not possible to spend a lot of hardware resources on user management, and the processing for automatic logout may become an excessive load. Absent.
そこで、本発明は、Webサーバ機能を有する工業用機器において、自動ログアウトのための処理負荷を軽減することを目的とする。 Therefore, an object of the present invention is to reduce the processing load for automatic logout in an industrial device having a Web server function.
上記課題を解決するため、本発明の工業用機器は、コンピュータネットワークを介してクライアント装置にWebサービスを提供するWebサーバ部を備えた工業用機器であって、前記クライアント装置に係るユーザのログイン処理を行なうログイン管理部と、前記クライアント装置で実行されると、前記Webサービスに関する操作を行なわない状態が第1所定時間継続した場合に、前記工業用機器との通信を切断する処理を前記クライアント装置に行なわせるコンピュータプログラムとを備え、前記ログイン管理部は、ログイン処理を行なったユーザに係るクライアント装置に、前記コンピュータプログラムを送信し、前記ログイン管理部は、クライアント装置によって当該クライアント装置と前記工業用機器との通信が切断されたことを検知すると、前記ユーザのログイン状態を解除することを特徴とする。
また、前記コンピュータプログラムは、前記Webサービスに関する操作を行なわない状態が前記第1所定時間よりも短い第2所定時間継続した場合に、ログイン状態を解除することに関する確認画面を表示する処理を前記クライアント装置に行なわせるようにしてもよい。
このとき、前記コンピュータプログラムは、前記確認画面を、モーダレス状態で表示させるようにしてもよい。
また、前記コンピュータプログラムは、前記確認画面を表示させるとともに、あらかじめ設定されたメールアドレスに電子メールを送信させるためのものであってもよい。
In order to solve the above problems, the industrial device of the present invention is an industrial device provided with a Web server unit that provides a Web service to a client device via a computer network, and a user login process related to the client device. The client device performs a process of disconnecting communication with the industrial device when the state of not performing the operation related to the Web service continues for the first predetermined time when executed by the login management unit and the client device. The login management unit transmits the computer program to the client device related to the user who has performed the login process, and the login management unit uses the client device to transmit the computer program to the client device and the industrial use. When it is detected that the communication with the device is disconnected, the login state of the user is canceled.
In addition, the computer program performs a process of displaying a confirmation screen regarding canceling the login state when the state of not performing the operation related to the Web service continues for a second predetermined time shorter than the first predetermined time. You may let the device do it.
At this time, the computer program may display the confirmation screen in a modalless state.
Further, the computer program may be for displaying the confirmation screen and sending an e-mail to a preset e-mail address.
本発明によれば、Webサーバ機能を有する工業用機器において、自動ログアウトのための処理負荷を軽減することができる。 According to the present invention, it is possible to reduce the processing load for automatic logout in an industrial device having a Web server function.
本発明の実施の形態について図面を参照して説明する。図1は、本実施形態に係る工業用機器100を含んだ工業用ネットワークシステム10の構成例を示すブロック図である。 Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of an industrial network system 10 including an industrial device 100 according to the present embodiment.
本図に示すように、工業用ネットワークシステム10は、Webサーバ機能を有する工業用機器100とクライアント装置200とがコンピュータネットワーク300を介して接続されて構成される。クライアント装置200は、複数台接続することができ、本図の例では、クラインアント装置A200a、クラインアント装置B200b、クラインアント装置C200cの3台接続している。本実施形態では、特に区別する必要がないため、クライアント装置200と総称する。 As shown in this figure, the industrial network system 10 is configured by connecting an industrial device 100 having a Web server function and a client device 200 via a computer network 300. A plurality of client devices 200 can be connected, and in the example of this figure, three client devices 200a, a cleanant device B200b, and a cleanant device C200c are connected. In the present embodiment, since it is not necessary to distinguish them, they are collectively referred to as the client device 200.
クライアント装置200は、PCやタブレット型コンピュータ等の汎用的なコンピュータを用いて構成することができ、Webブラウザ部210を備えている。Webブラウザ部210は、汎用的なWebブラウザソフトウェアを実行させることで構成される。コンピュータネットワーク300は、LAN、WAN、インターネット等とすることができる。 The client device 200 can be configured by using a general-purpose computer such as a PC or a tablet computer, and includes a Web browser unit 210. The Web browser unit 210 is configured to execute general-purpose Web browser software. The computer network 300 can be a LAN, WAN, Internet, or the like.
工業用機器100は、各種伝送器や測定装置等の計測機器、ペーパレスレコーダやデータロガー等の記録機器等とすることができる。工業用機器100は、計測・記録部110、Webサーバ部120を備えている。計測・記録部110は、工業用機器100本来の機能を実現するためのブロックであり、工業用機器100が計測機器であれば計測処理を行ない、工業用機器100が記録機器であれば記録処理を行なう。 The industrial device 100 can be a measuring device such as various transmitters and measuring devices, a recording device such as a paperless recorder and a data logger, and the like. The industrial device 100 includes a measurement / recording unit 110 and a Web server unit 120. The measurement / recording unit 110 is a block for realizing the original function of the industrial device 100. If the industrial device 100 is a measuring device, it performs measurement processing, and if the industrial device 100 is a recording device, it performs recording processing. To do.
Webサーバ部120は、工業用機器100におけるWebサーバ機能を実現させるためのブロックであり、ログイン管理部121、Webサービス提供部122、自動ログアウトプログラム123を備えている。 The Web server unit 120 is a block for realizing the Web server function in the industrial device 100, and includes a login management unit 121, a Web service providing unit 122, and an automatic logout program 123.
ログイン管理部121は、クライアント装置200のWebブラウザ部210を利用してアクセスしてきたユーザに対して、ユーザ名とパスワードを用いたログイン認証を行なう。ログイン管理部121は、クライアント装置200のWebブラウザ部210が通信を切断した場合に、そのユーザのログイン状態を解除する。また、ログイン管理部121は、ログイン認証後、そのクライアント装置200に自動ログアウトプログラム123を送信し、Webブラウザ部210に実行させる。 The login management unit 121 performs login authentication using a user name and password for a user who has accessed using the Web browser unit 210 of the client device 200. The login management unit 121 cancels the login state of the user when the Web browser unit 210 of the client device 200 disconnects the communication. Further, the login management unit 121 transmits the automatic logout program 123 to the client device 200 after the login authentication, and causes the Web browser unit 210 to execute the program.
Webサービス提供部122は、クライアント装置200のWebブラウザ部210からのリクエストに応じたWebサービスを提供する。提供するWebサービスは、測定データのリスト表示やグラフ表示、工業用機器100の動作に関する諸設定の表示や変更受付等とすることができる。 The Web service providing unit 122 provides a Web service in response to a request from the Web browser unit 210 of the client device 200. The Web service to be provided can be a list display or graph display of measurement data, a display of various settings related to the operation of the industrial device 100, a change reception, and the like.
自動ログアウトプログラム123は、記憶領域に格納されたプログラムであり、ログインに成功したクライアント装置200に送信されて、Webブラウザ部210上で実行される。このため、自動ログアウトプログラム123は、Java(登録商標)等のWebブラウザ部210が実行可能な言語形式で記載する。 The automatic logout program 123 is a program stored in the storage area, is transmitted to the client device 200 that has successfully logged in, and is executed on the Web browser unit 210. Therefore, the automatic logout program 123 is described in a language format that can be executed by the Web browser unit 210 such as Java (registered trademark).
Webブラウザ部210は、自動ログアウトプログラム123を実行すると、Webブラウザ部210がユーザから最新の操作を受け付けてからの経過時間をカウントする。この経過時間が所定時間に達すると、カウントアウトとし、Webサーバ部120との通信を切断する。これに対し、Webサーバ部120のログイン管理部121は、Webブラウザ部210が通信を切断したことを検知すると、そのユーザがログアウトしたものとして取り扱う。一方、自動ログアウトプログラム123を実行するWebブラウザ部210は、経過時間が所定時間に達する前に、ユーザからの操作を受け付けると、カウント値をリセットして、カウントを継続する。 When the automatic logout program 123 is executed, the Web browser unit 210 counts the elapsed time since the Web browser unit 210 receives the latest operation from the user. When this elapsed time reaches a predetermined time, the count-out is set and the communication with the Web server unit 120 is disconnected. On the other hand, when the login management unit 121 of the Web server unit 120 detects that the Web browser unit 210 has disconnected the communication, it treats it as if the user has logged out. On the other hand, when the Web browser unit 210 that executes the automatic logout program 123 receives an operation from the user before the elapsed time reaches a predetermined time, the count value is reset and the count is continued.
すなわち、本実施形態の工業用機器100を含んだ工業用ネットワークシステム10では、自動ログアウトのための処理をWebサーバ部120ではなく、クライアント装置200のWebブラウザ部210が行なうようにしている。 That is, in the industrial network system 10 including the industrial device 100 of the present embodiment, the process for automatic logout is performed not by the Web server unit 120 but by the Web browser unit 210 of the client device 200.
このため、工業用機器100では、ユーザ毎にカウントを行なう必要がない。複数のユーザがログインしている場合であっても、各クライアント装置200が分散して自動ログアウトのための処理を行なうため、工業用機器100に処理負荷が集中しない。これにより、工業用機器100における自動ログアウトのための処理負荷が軽減される。 Therefore, in the industrial device 100, it is not necessary to count for each user. Even when a plurality of users are logged in, the processing load is not concentrated on the industrial device 100 because each client device 200 distributes and performs processing for automatic log-out. As a result, the processing load for automatic logout in the industrial equipment 100 is reduced.
次に、本実施形態の工業用ネットワークシステム10の特徴的な動作について説明する。まず、工業用機器100のWebサーバ部におけるログイン管理部121の動作について図2のフローチャートを参照して説明する。 Next, the characteristic operation of the industrial network system 10 of the present embodiment will be described. First, the operation of the login management unit 121 in the Web server unit of the industrial device 100 will be described with reference to the flowchart of FIG.
ユーザの操作に基づいて、クライアント装置200のWebブラウザ部210からログイン要求を受け付けると(S101)、ユーザ名とパスワードとを用いたログイン認証を行ない、認証されるとログイン処理を行なう(S102)。これにより、そのユーザをログイン管理下におく。なお、ログイン認証は、他の情報を用いて行なってもよい。そして、自動ログアウトプログラム123をWebブラウザ部210に送信し、実行させる(S103)。 When a login request is received from the Web browser unit 210 of the client device 200 based on the user's operation (S101), login authentication is performed using the user name and password, and when authenticated, login processing is performed (S102). This puts the user under login control. Note that login authentication may be performed using other information. Then, the automatic logout program 123 is transmitted to the Web browser unit 210 and executed (S103).
ログイン中は、Webブラウザ部210からの要求に応答してWebサービスを提供する(S104)。例えば、測定データのリスト表示要求を受け付けると、測定データをリスト表示したWebページを作成してWebブラウザ部210に提供する。また、工業用機器100の動作に関する諸設定の表示要求を受け付けると、諸設定を表示したWebページを作成してWebブラウザ部210に提供する。 During login, the Web service is provided in response to a request from the Web browser unit 210 (S104). For example, when a request for displaying a list of measurement data is received, a Web page displaying the measurement data in a list is created and provided to the Web browser unit 210. When a request for displaying various settings related to the operation of the industrial device 100 is received, a Web page displaying the various settings is created and provided to the Web browser unit 210.
ログイン中に、クライアント装置200側が通信を切断したことを検知すると(S105:Yes)、ログイン状態を解除する(S106)。すなわち、工業用機器100では、自動ログアウトのためのカウントやカウント値のリセットを行なう必要はなく、クライアント装置200側が通信を切断した場合にログアウト処理を行なえばよい。 When it is detected that the client device 200 has disconnected the communication during login (S105: Yes), the login state is canceled (S106). That is, in the industrial device 100, it is not necessary to perform the count or reset of the count value for automatic logout, and the logout process may be performed when the client device 200 side disconnects the communication.
次に、自動ログアウトプログラム123を実行するWebブラウザ部210の動作について図3のフローチャートを参照して説明する。工業用機器100から送られた自動ログアウトプログラム123の実行を開始すると、カウント値を初期値にセットする(S201)。初期値は、例えば、1時間でカウントアウトする値等とすることができる。 Next, the operation of the Web browser unit 210 that executes the automatic logout program 123 will be described with reference to the flowchart of FIG. When the execution of the automatic logout program 123 sent from the industrial device 100 is started, the count value is set to the initial value (S201). The initial value can be, for example, a value that counts out in one hour.
カウント値は、ユーザから操作を受け付けるたびに(S202:Yes)、初期値にリセットする(S201)。ユーザの操作がない場合には(S202:No)、カウント値を所定間隔でカウントダウンしていく(S203)。すなわち、カウント値は、最後に操作を受け付けてからの時間に対応することになる。 The count value is reset to the initial value each time an operation is received from the user (S202: Yes) (S201). If there is no user operation (S202: No), the count value is counted down at predetermined intervals (S203). That is, the count value corresponds to the time since the last operation was received.
カウント値が所定の基準値に達すると(S204:Yes)、ユーザに自動ログアウトを告知するために、例えば、図4に示すような確認画面400を表示する(S206)。所定の基準値は、例えば、カウントアウトまで60秒となる場合等とすることができる。 When the count value reaches a predetermined reference value (S204: Yes), for example, a confirmation screen 400 as shown in FIG. 4 is displayed (S206) in order to notify the user of automatic logout. The predetermined reference value can be, for example, a case where it takes 60 seconds to count out.
確認画面400は、ログアウトまでの秒数を表示するとともに、ログイン継続の意思を確認するためのボタンを含めることができる。なお、確認画面表示中にも、工業用機器100の本来的な機能に関するグラフ画面やリスト画面等の閲覧や操作ができるように、確認画面400はモーダルウィンドウではなく、モーダレスウィンドウで表示することが望ましい。 The confirmation screen 400 can display the number of seconds until login and include a button for confirming the intention to continue login. The confirmation screen 400 may be displayed in a modalless window instead of a modal window so that the graph screen, list screen, etc. related to the original functions of the industrial device 100 can be viewed and operated even while the confirmation screen is displayed. desirable.
確認画面でログイン継続の指示を受け付けると(S207:Yes)、カウント値を初期値にリセットする(S201)。これにより、自動ログアウトの実行を延期することができる。 When the login continuation instruction is received on the confirmation screen (S207: Yes), the count value is reset to the initial value (S201). This allows the execution of automatic logout to be postponed.
カウントダウンが進み、カウント値がゼロとなってカウントアウトすると(S205:Yes)、工業用機器100との通信を切断して、Webサーバ部120との接続状態を解除する(S208)。これにより、Webサーバ部120でログアウト処理が行なわれる。なお、カウント値は、初期値からカウントダウンするようにしていたが、他のカウント方法であってもよい。例えば、ゼロを初期値として所定値までカウントアップするようにしてもよい。 When the countdown progresses and the count value becomes zero and counts out (S205: Yes), the communication with the industrial device 100 is disconnected and the connection state with the Web server unit 120 is canceled (S208). As a result, the Web server unit 120 performs the logout process. The count value was set to count down from the initial value, but other counting methods may be used. For example, zero may be used as an initial value to count up to a predetermined value.
以上説明したように、本実施形態の工業用機器100を含んだ工業用ネットワークシステム10では、自動ログアウトのための処理をWebサーバ部120ではなく、クライアント装置200のWebブラウザ部210が行なうようにしているため、工業用機器100における自動ログアウトのための処理負荷が軽減される。 As described above, in the industrial network system 10 including the industrial device 100 of the present embodiment, the processing for automatic logout is performed not by the Web server unit 120 but by the Web browser unit 210 of the client device 200. Therefore, the processing load for automatic logout in the industrial device 100 is reduced.
なお、上述の例では、カウント値が所定の基準値に達すると、ユーザに自動ログアウトを告知するために、確認画面400を表示するようにしていたが、確認画面400の表示とともに、ビープ音や音声等でユーザに自動ログアウトを告知するようにしてもよい。 In the above example, when the count value reaches a predetermined reference value, the confirmation screen 400 is displayed in order to notify the user of the automatic logout. However, the confirmation screen 400 is displayed and a beep sound or a beep sound is generated. The user may be notified of the automatic logout by voice or the like.
さらには、確認画面400の表示とともに、あらかじめ設定されたメールアドレスに電子メールを送信するようにしてもよい。 Further, the confirmation screen 400 may be displayed and an e-mail may be sent to a preset e-mail address.
また、自動ログアウトプログラム123を実行するWebブラウザ部210は、カウントアウトして工業用機器100との通信を切断した後に、自動ログアウトした旨をブラウザ画面上に表示するようにしてもよい。 Further, the Web browser unit 210 that executes the automatic log-out program 123 may display on the browser screen that the automatic log-out has been performed after counting out and disconnecting the communication with the industrial device 100.
10…工業用ネットワークシステム、100…工業用機器、110…計測・記録部、120…Webサーバ部、121…ログイン管理部、122…サービス提供部、123…自動ログアウトプログラム、200…クライアント装置、210…Webブラウザ部、300…コンピュータネットワーク、400…確認画面 10 ... Industrial network system, 100 ... Industrial equipment, 110 ... Measurement / recording unit, 120 ... Web server unit, 121 ... Login management unit, 122 ... Service provision unit, 123 ... Automatic logout program, 200 ... Client device, 210 ... Web browser section, 300 ... Computer network, 400 ... Confirmation screen
Claims (4)
前記クライアント装置に係るユーザのログイン処理を行なうログイン管理部と、
前記クライアント装置で実行されると、前記Webサービスに関する操作を行なわない状態が第1所定時間継続した場合に、前記工業用機器との通信を切断する処理を前記クライアント装置に行なわせるコンピュータプログラムとを備え、
前記ログイン管理部は、ログイン処理を行なったユーザに係るクライアント装置に、前記コンピュータプログラムを送信し、
前記ログイン管理部は、クライアント装置によって当該クライアント装置と前記工業用機器との通信が切断されたことを検知すると、前記ユーザのログイン状態を解除することを特徴とする工業用機器。 An industrial device equipped with a Web server unit that provides Web services to client devices via a computer network.
A login management unit that performs login processing for users related to the client device, and
When executed by the client device, a computer program that causes the client device to perform a process of disconnecting communication with the industrial device when the state of not performing the operation related to the Web service continues for a first predetermined time. Prepare,
The login management unit transmits the computer program to the client device related to the user who has performed the login process.
The login management unit is an industrial device characterized in that when it detects that the communication between the client device and the industrial device is disconnected by the client device, the login state of the user is canceled.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015251227A JP6819039B2 (en) | 2015-12-24 | 2015-12-24 | Industrial equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015251227A JP6819039B2 (en) | 2015-12-24 | 2015-12-24 | Industrial equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017117162A JP2017117162A (en) | 2017-06-29 |
JP6819039B2 true JP6819039B2 (en) | 2021-01-27 |
Family
ID=59234429
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015251227A Active JP6819039B2 (en) | 2015-12-24 | 2015-12-24 | Industrial equipment |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6819039B2 (en) |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03116348A (en) * | 1989-09-29 | 1991-05-17 | Nec Corp | Online terminal controller |
JP2000315189A (en) * | 1999-04-30 | 2000-11-14 | Nippon Steel Corp | System and method for retrieving data base |
JP3823757B2 (en) * | 2001-05-09 | 2006-09-20 | ソニー株式会社 | Server device, screen data transmission method, screen display method, screen display program, distribution program, and storage medium |
JP2005250788A (en) * | 2004-03-03 | 2005-09-15 | Nec Fielding Ltd | System configuration change monitoring method, system and program |
JP2008002890A (en) * | 2006-06-21 | 2008-01-10 | Yokogawa Electric Corp | Management system for measuring device |
JP2008158808A (en) * | 2006-12-22 | 2008-07-10 | Bank Of Tokyo-Mitsubishi Ufj Ltd | Time-out avoidance program and time-out avoidance method |
JP2010102430A (en) * | 2008-10-22 | 2010-05-06 | Hitachi Kokusai Electric Inc | Substrate processing system |
JP5498140B2 (en) * | 2009-12-02 | 2014-05-21 | キヤノン株式会社 | Terminal management apparatus and control method thereof |
JP5961012B2 (en) * | 2012-02-29 | 2016-08-02 | キヤノン株式会社 | Image forming apparatus and control method thereof |
JP2015043127A (en) * | 2013-08-26 | 2015-03-05 | 株式会社リコー | Program, information processor and image processing system |
-
2015
- 2015-12-24 JP JP2015251227A patent/JP6819039B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2017117162A (en) | 2017-06-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108028970B (en) | Control system and management device | |
JP4677813B2 (en) | Server performance measurement method, server performance measurement system, and computer program used therefor | |
JP5818966B2 (en) | Server device, login management system, and non-temporary recording medium | |
JP2016095631A (en) | Information diagnostic system, information diagnostic device, information diagnostic method and program | |
JP2013020354A (en) | Log tabulation program, log tabulation device, and installer packager program | |
US10380867B2 (en) | Alert management within a network based virtual collaborative space | |
EP3018882B1 (en) | Configuring a device in a network | |
JP6260134B2 (en) | Image processing apparatus and program | |
JP2008117145A (en) | Information processor | |
JP6525776B2 (en) | Monitoring device, control method of monitoring device, and program | |
JP2011004352A5 (en) | Image processing system, image processing apparatus, control method therefor, and program | |
JP2016027450A (en) | Watching system and watching method | |
CN106528074B (en) | Information terminal control method, program, and application system | |
JP6819039B2 (en) | Industrial equipment | |
JP2008310417A (en) | Access status monitoring system | |
JP2010128958A (en) | Device management apparatus, device management system, operation setting management method, operation setting management program, and recording medium recording the program | |
US10216926B2 (en) | Isolation of untrusted code in operating system without isolation capability | |
JP2009239395A (en) | Remote control system | |
JP2011180938A (en) | Information processor and information processing system | |
JP5244781B2 (en) | Web server and method | |
JP2016219923A (en) | Video monitoring system and video distribution server | |
JP6073211B2 (en) | Server monitoring method and server monitoring system | |
JP2016119037A (en) | Information management device, information management system, information management method, program and information equipment | |
JP2015026154A (en) | Apparatus information management device, apparatus monitoring system, apparatus information management method, apparatus monitoring method, apparatus information management program, and apparatus monitoring program | |
JP2016143370A (en) | Information processing device, information processing system, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A80 | Written request to apply exceptions to lack of novelty of invention |
Free format text: JAPANESE INTERMEDIATE CODE: A80 Effective date: 20160120 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20181015 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190828 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20190830 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20191025 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200325 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200525 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20201102 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20201118 |
|
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: 20201201 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20201214 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6819039 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |