JP2015152987A - 制御装置 - Google Patents
制御装置 Download PDFInfo
- Publication number
- JP2015152987A JP2015152987A JP2014023984A JP2014023984A JP2015152987A JP 2015152987 A JP2015152987 A JP 2015152987A JP 2014023984 A JP2014023984 A JP 2014023984A JP 2014023984 A JP2014023984 A JP 2014023984A JP 2015152987 A JP2015152987 A JP 2015152987A
- Authority
- JP
- Japan
- Prior art keywords
- program
- virtual control
- execution
- control server
- executed
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 claims description 62
- 238000012545 processing Methods 0.000 claims description 20
- 230000004913 activation Effects 0.000 abstract description 11
- 230000000737 periodic effect Effects 0.000 abstract description 9
- 230000008569 process Effects 0.000 description 42
- 230000005012 migration Effects 0.000 description 21
- 238000013508 migration Methods 0.000 description 21
- 230000007246 mechanism Effects 0.000 description 10
- 125000004122 cyclic group Chemical group 0.000 description 5
- 230000006870 function Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 238000007726 management method Methods 0.000 description 3
- 238000013467 fragmentation Methods 0.000 description 2
- 238000006062 fragmentation reaction Methods 0.000 description 2
- 238000013468 resource allocation Methods 0.000 description 2
- 230000007480 spreading Effects 0.000 description 2
- 230000001174 ascending effect Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000001771 impaired effect Effects 0.000 description 1
- 230000005923 long-lasting effect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
Images
Landscapes
- Train Traffic Observation, Control, And Security (AREA)
Abstract
【解決手段】周期的に複数の仮想制御サーバ50を実行するハイパーバイザ40の仮想制御サーバスケジュール方式であって、仮想制御サーバ50を実行するハイパーバイザ40は、仮想制御サーバ50を追加する際に実行するCPU34と、前記周期で起動するタイミングを、他の仮想制御サーバ50との実行が重ならないように仮想制御サーバ50を起動し、各仮想制御サーバ50が互いに与える影響を排除する。
【選択図】図1
Description
図2には、仮想制御サーバ「A」、「B」、「C」を順に追加していった場合の仮想制御サーバスケジュールテーブルが記載されている。最初に仮想制御サーバ「A」を追加する場合、既に稼動している仮想制御サーバは存在しないため、仮想制御サーバの制御周期の最小公倍数は、仮想制御サーバ「A」の制御周期と同一、つまりこの場合では1秒となる。
同じ付加情報をもつ「A」と「B」が連続して動作し、処理遅延が波及することを防ぐことができる。結果として、地域(a)を制御する仮想制御サーバに負荷が集中して掛かった場合でも、あらかじめマージンをとり、動作時間を設定してあるため、仮想制御サーバが最大実行時間を越えた場合であっても、同じ地域を制御する仮想制御サーバに影響が出にくいという効果がある。
20・・・ホストサーバ、
30・・・物理サーバ、
40・・・ハイパーバイザ、
45・・・仮想制御サーバスケジュールテーブル、
50・・・仮想制御サーバ、
60・・・制御対象装置
Claims (12)
- 周期的に複数のプログラムを実行するプログラム制御装置であって、
新たに実行するプログラムの実行周期と実行するプログラムの実行時間を受け取る入力部と、
入力された実行周期と実行時間に基づいて既に実行スケジュールされている他のプログラムの実行時間帯と新たに実行するプログラムの実行時間帯が重複しないよう新たに実行するプログラムを実行するCPUの識別子と、新たに実行するプログラムの周期上の実行タイミングを含む実行スケジュールを生成するスケジュール部と、
前記実行スケジュールに基づいてプログラムの実行を制御する実行制御部とを備えることを特徴とするプログラム制御装置。 - 請求項1に記載のプログラム制御装置において、
前記入力部は前記新たに実行するプログラムの付加情報を入力し、
前記スケジュール部は前記付加情報に基づいて、予め定められた基準に基づいて前記新たに実行するプログラムと既に実行スケジュールされている他のプログラムを実行する間隔を決めることを特徴とするプログラム制御装置。 - 請求項2に記載のプログラム制御装置において、
前記プログラムは鉄道の運行を制御するプログラムであり、前記プログラムに付与する付加情報は制御対象の鉄道の線区に関する情報であり、
前記スケジュール部は線区単位で異なるCPUで実行されるようスケジュールすることを特徴とするプログラム制御装置。 - 請求項1に記載のプログラム制御装置において、
前記スケジュール部は第一のCPUで実行スケジュールされているプログラムを第二の実行可能なCPUで実行されるよう実行スケジュール変更し、第一のCPUでプログラムを連続実行できる時間を長くするようスケジュールすることを特徴とするプログラム制御装置。 - 請求項4に記載のプログラム制御装置において、
前記入力部は前記新たに実行するプログラムの付加情報を入力し、
前記スケジュール部は前記付加情報に基づいて、予め定められた基準に基づいて前記新たに実行するプログラムと既に実行スケジュールされている他のプログラムを実行する間隔を決めることを特徴とするプログラム制御装置。 - 請求項1に記載のプログラム制御装置において、
前記プログラムは仮想制御サーバであり、仮想制御サーバが実行を制御しているアプリケーションが処理中かどうかを判断し、処理が完了していれば実行制御部へ他の仮想制御サーバを実行できることを通知することを特徴とするプログラム制御装置。 - 周期的に複数のプログラムを実行するプログラム制御方法であって、
入力部が新たに実行するプログラムの実行周期と実行するプログラムの実行時間を受け、
スケジュール部が入力された実行周期と実行時間に基づいて既に実行スケジュールされている他のプログラムの実行時間帯と新たに実行するプログラムの実行時間帯が重複しないよう新たに実行するプログラムを実行するCPUの識別子と、新たに実行するプログラムの周期上の実行タイミングを含む実行スケジュールを生成し、
実行制御部が前記実行スケジュールに基づいてプログラムの実行を制御することを特徴とするプログラム制御方法。 - 請求項7に記載のプログラム制御方法において、
前記入力部は前記新たに実行するプログラムの付加情報を入力し、
前記スケジュール部は前記付加情報に基づいて、予め定められた基準に基づいて前記新たに実行するプログラムと既に実行スケジュールされている他のプログラムを実行する間隔を決めることを特徴とするプログラム制御方法。 - 請求項8に記載のプログラム制御方法において、
前記プログラムは鉄道の運行を制御するプログラムであり、前記プログラムに付与する付加情報は制御対象の鉄道の線区に関する情報であり、
前記スケジュール部は線区単位で異なるCPUで実行されるようスケジュールすることを特徴とするプログラム制御方法。 - 請求項7に記載のプログラム制御方法において、
前記スケジュール部は第一のCPUで実行スケジュールされているプログラムを第二の実行可能なCPUで実行されるよう実行スケジュール変更し、第一のCPUでプログラムを連続実行できる時間を長くするようスケジュールすることを特徴とするプログラム制御方法。 - 請求項10に記載のプログラム制御方法において、
前記入力部は前記新たに実行するプログラムの付加情報を入力し、
前記スケジュール部は前記付加情報に基づいて、予め定められた基準に基づいて前記新たに実行するプログラムと既に実行スケジュールされている他のプログラムを実行する間隔を決めることを特徴とするプログラム制御方法。 - 請求項7に記載のプログラム制御方法において、
前記プログラムは仮想制御サーバであり、仮想制御サーバが実行を制御しているアプリケーションが処理中かどうかを判断し、処理が完了していれば実行制御部へ他の仮想制御サーバを実行できることを通知することを特徴とするプログラム制御方法。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014023984A JP6239400B2 (ja) | 2014-02-12 | 2014-02-12 | 制御装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014023984A JP6239400B2 (ja) | 2014-02-12 | 2014-02-12 | 制御装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2015152987A true JP2015152987A (ja) | 2015-08-24 |
JP6239400B2 JP6239400B2 (ja) | 2017-11-29 |
Family
ID=53895206
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014023984A Active JP6239400B2 (ja) | 2014-02-12 | 2014-02-12 | 制御装置 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6239400B2 (ja) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2020230586A1 (ja) * | 2019-05-10 | 2020-11-19 | 日立オートモティブシステムズ株式会社 | ハイパーバイザおよび制御装置 |
JP2022070737A (ja) * | 2020-10-27 | 2022-05-13 | 三菱電機株式会社 | 運行管理システム、制御装置、制御方法、および制御プログラム |
CN116155965A (zh) * | 2023-04-21 | 2023-05-23 | 天津洪荒科技有限公司 | 一种全方向amr的多级控制方法 |
WO2023112386A1 (ja) * | 2021-12-13 | 2023-06-22 | 日立Astemo株式会社 | シミュレーション方法 |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01262251A (ja) * | 1988-04-11 | 1989-10-19 | Mitsubishi Electric Corp | 運行管理方式 |
JP2001341645A (ja) * | 2000-06-02 | 2001-12-11 | Nippon Signal Co Ltd:The | 列車運行管理装置、及び列車運行管理方法 |
JP2003011823A (ja) * | 2001-07-04 | 2003-01-15 | Hitachi Ltd | 列車運行管理システム |
JP2006268754A (ja) * | 2005-03-25 | 2006-10-05 | Toshiba Corp | スケジューリング可能性判定方法、リアルタイムシステム及びプログラム |
JP2008180753A (ja) * | 2007-01-23 | 2008-08-07 | Hitachi Ltd | 訓練用鉄道運行管理システムおよび管理計算機 |
JP2009151375A (ja) * | 2007-12-18 | 2009-07-09 | Toshiba Corp | ジョブスケジューリング方法 |
JP2010027062A (ja) * | 2009-08-21 | 2010-02-04 | Hitachi Ltd | 分散制御システム |
JP2011100338A (ja) * | 2009-11-06 | 2011-05-19 | Hitachi Automotive Systems Ltd | 車載用マルチアプリ実行装置 |
JP2012185541A (ja) * | 2011-03-03 | 2012-09-27 | Denso Corp | 車載装置、スケジューリングプログラム、及びスケジューリング方法 |
US20130036421A1 (en) * | 2011-08-01 | 2013-02-07 | Honeywell International Inc. | Constrained rate monotonic analysis and scheduling |
-
2014
- 2014-02-12 JP JP2014023984A patent/JP6239400B2/ja active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01262251A (ja) * | 1988-04-11 | 1989-10-19 | Mitsubishi Electric Corp | 運行管理方式 |
JP2001341645A (ja) * | 2000-06-02 | 2001-12-11 | Nippon Signal Co Ltd:The | 列車運行管理装置、及び列車運行管理方法 |
JP2003011823A (ja) * | 2001-07-04 | 2003-01-15 | Hitachi Ltd | 列車運行管理システム |
JP2006268754A (ja) * | 2005-03-25 | 2006-10-05 | Toshiba Corp | スケジューリング可能性判定方法、リアルタイムシステム及びプログラム |
JP2008180753A (ja) * | 2007-01-23 | 2008-08-07 | Hitachi Ltd | 訓練用鉄道運行管理システムおよび管理計算機 |
JP2009151375A (ja) * | 2007-12-18 | 2009-07-09 | Toshiba Corp | ジョブスケジューリング方法 |
JP2010027062A (ja) * | 2009-08-21 | 2010-02-04 | Hitachi Ltd | 分散制御システム |
JP2011100338A (ja) * | 2009-11-06 | 2011-05-19 | Hitachi Automotive Systems Ltd | 車載用マルチアプリ実行装置 |
JP2012185541A (ja) * | 2011-03-03 | 2012-09-27 | Denso Corp | 車載装置、スケジューリングプログラム、及びスケジューリング方法 |
US20130036421A1 (en) * | 2011-08-01 | 2013-02-07 | Honeywell International Inc. | Constrained rate monotonic analysis and scheduling |
Non-Patent Citations (1)
Title |
---|
加藤真平,山崎信行: "RMd2-SIP:マルチプロセッサにおける実時間スケジューリングアルゴリズム", 情報処理学会論文誌, vol. Vol:48,No:SIG13(ACS19), JPN6017027140, 15 August 2007 (2007-08-15), JP, pages 270 - 286, ISSN: 0003603695 * |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2020230586A1 (ja) * | 2019-05-10 | 2020-11-19 | 日立オートモティブシステムズ株式会社 | ハイパーバイザおよび制御装置 |
JPWO2020230586A1 (ja) * | 2019-05-10 | 2020-11-19 | ||
CN113767367A (zh) * | 2019-05-10 | 2021-12-07 | 日立安斯泰莫株式会社 | 虚拟机监视器及控制装置 |
JP7308937B2 (ja) | 2019-05-10 | 2023-07-14 | 日立Astemo株式会社 | ハイパーバイザおよび制御装置 |
CN113767367B (zh) * | 2019-05-10 | 2024-05-31 | 日立安斯泰莫株式会社 | 虚拟机监视器及控制装置 |
JP2022070737A (ja) * | 2020-10-27 | 2022-05-13 | 三菱電機株式会社 | 運行管理システム、制御装置、制御方法、および制御プログラム |
JP7414690B2 (ja) | 2020-10-27 | 2024-01-16 | 三菱電機株式会社 | 運行管理システム、制御装置、制御方法、および制御プログラム |
WO2023112386A1 (ja) * | 2021-12-13 | 2023-06-22 | 日立Astemo株式会社 | シミュレーション方法 |
CN116155965A (zh) * | 2023-04-21 | 2023-05-23 | 天津洪荒科技有限公司 | 一种全方向amr的多级控制方法 |
CN116155965B (zh) * | 2023-04-21 | 2023-06-30 | 天津洪荒科技有限公司 | 一种全方向amr的多级控制方法 |
Also Published As
Publication number | Publication date |
---|---|
JP6239400B2 (ja) | 2017-11-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Grandl et al. | Altruistic scheduling in {Multi-Resource} clusters | |
US9916183B2 (en) | Scheduling mapreduce jobs in a cluster of dynamically available servers | |
US8694644B2 (en) | Network-aware coordination of virtual machine migrations in enterprise data centers and clouds | |
US9183016B2 (en) | Adaptive task scheduling of Hadoop in a virtualized environment | |
JP2011258119A5 (ja) | ||
US20160196157A1 (en) | Information processing system, management device, and method of controlling information processing system | |
JP6107801B2 (ja) | 情報処理装置、情報処理システム、タスク処理方法、及び、プログラム | |
WO2017106997A1 (en) | Techniques for co-migration of virtual machines | |
US10671438B2 (en) | Providing additional memory and cache for the execution of critical tasks by folding processing units of a processor complex | |
JP6239400B2 (ja) | 制御装置 | |
JP2011186701A (ja) | リソース割当装置、リソース割当方法、およびリソース割当プログラム | |
JP2008171293A (ja) | 仮想計算機システムのスケジューリング方法 | |
EP3274859B1 (en) | Cluster computing service assurance apparatus and method | |
KR102376477B1 (ko) | 데이터 교환 메커니즘을 포함하는 전자 시스템 및 그것의 동작 방법 | |
JP6620609B2 (ja) | 分散処理実行管理プログラム、分散処理実行管理方法および分散処理実行管理装置 | |
Salehi et al. | Resource provisioning based on preempting virtual machines in distributed systems | |
US20170132030A1 (en) | Virtual machine system, control method thereof, and control program recording medium thereof | |
WO2018123456A1 (ja) | プログラマブルコントローラ、管理装置および制御システム | |
JP5178778B2 (ja) | 仮想計算機およびcpu割り当て方法 | |
JP2012181578A (ja) | 更新制御装置及びプログラム | |
Hsiao et al. | A usage-aware scheduler for improving MapReduce performance in heterogeneous environments | |
US20220413941A1 (en) | Computing clusters | |
JP2016506557A (ja) | 異なる環境どうし間でのジョブ実行依頼のトランスペアレントなルーティング | |
Rodrigo Álvarez et al. | A2l2: An application aware flexible hpc scheduling model for low-latency allocation | |
JP2014206805A (ja) | 制御装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160921 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20170110 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20170112 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170621 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170725 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170925 |
|
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: 20171003 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20171101 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6239400 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |