CN102549510A - 用于检查操作系统的实时特性的方法 - Google Patents

用于检查操作系统的实时特性的方法 Download PDF

Info

Publication number
CN102549510A
CN102549510A CN2010800412092A CN201080041209A CN102549510A CN 102549510 A CN102549510 A CN 102549510A CN 2010800412092 A CN2010800412092 A CN 2010800412092A CN 201080041209 A CN201080041209 A CN 201080041209A CN 102549510 A CN102549510 A CN 102549510A
Authority
CN
China
Prior art keywords
time
real
operating system
difference
smi
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
Application number
CN2010800412092A
Other languages
English (en)
Other versions
CN102549510B (zh
Inventor
延斯·克得莱斯
马库斯·瓦尔特
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Siemens AG
Original Assignee
Siemens AG
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 Siemens AG filed Critical Siemens AG
Publication of CN102549510A publication Critical patent/CN102549510A/zh
Application granted granted Critical
Publication of CN102549510B publication Critical patent/CN102549510B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • G06F11/0754Error or fault detection not based on redundancy by exceeding limits
    • G06F11/0757Error or fault detection not based on redundancy by exceeding limits by exceeding a time limit, i.e. time-out, e.g. watchdogs

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种用于检验操作系统的实时特性的方法,该操作系统具有负责用于操作系统的实时特性的第一时间系统(实时延伸SMI追踪器),其中周期性地调用检验例程用于进行实施,并且将检验例程的实际的实施时间点和检验例程的预期的周期性实施时间点进行比较。

Description

用于检查操作系统的实时特性的方法
技术领域
可编程控制器是用于对机器或设备进行控制或调整的装置。
对于上述类型的控制器的核心要求是实时性。实时在此意味着系统必须在预定的时间范围内、即在真实世界中过程消耗的时间中对一个事件有反应。
同时也存在所述类型的系统,其可以在现代的计算机系统上运行。这些系统在系统方面通过实时操作系统、即具有针对绝对遵守时间条件和过程特性的可预测性的附加实时功能的操作系统确保例如直至500μs的实时特性。
例如通过具有高优先级的软件和/或硬件-中断请求(特别是所谓的系统-管理-中断请求)对实时特性的中断导致实时操作系统的“Blackout”(熄灭)。实时操作系统的时间系统然后完全停止工作。在中断的事件之后,实时操作系统的时间继续流逝,和未出现过中断一样。因此不能遵守反应时间。此外在系统方面并不识别这种超过情况。
目前,系统-管理-中断请求(SMI,在计算机固件中实现的最高优先级的中断请求)对于实时操作系统来说是个大问题。这种中断在固件方面、例如在处理器中的特定温度(过热温度、阈值温度)时被触发,但也或者通过计算机功能键(如显示器切换、扩音器调节、亮度改变)被触发。通过USB接口也可以触发SMI。SMI的持续时间可以是从几毫秒到部分大于200ms。实时操作系统不能阻止这种中断,并且因此失去了其实时性。使用者仅仅可能在控制器“停机”并且导致产品故障时才注意到这种情况。
背景技术
实时操作系统的中断导致了任一种上面说明的“Blackout”,例如SMI或过程(实时操作系统外部的),该处理器以较高的优先级使用CPU或系统资源,目前通过实时操作系统不能识别这种中断。
发明内容
本发明的目的在于,给出一种对于上述问题的解决方案和一种用于检查实时操作系统的特性的可能性。
该目的通过根据权利要求1的方法来实现。该方法检查实时操作系统的实时特性,该操作系统具有负责操作系统的实时特性的第一时间系统(实时扩展SMI追踪器),其中周期性地调用检验例程用于进行实施,并且将检验例程的实际的实施时间点和检验例程的预期的周期性实施时间点进行比较。
取决于所需的实时特性,在实时操作系统中周期性地调用例程(Routine)。调用间隔至少相应于所需的实时特性。通过硬件计时器(对此例如可以应用在计算机系统中存在的时间戳计数器TSC)进行对调用间隔的检查。
特别有利的设计在从属权利要求中给出。
如果例程的调用间隔和目标值有偏差,则对此相应记录(例如出现偏差时实际的调用间隔和时间戳)。因此可以获得实时特性的例如基于系统管理请求中断SMI的偏差,并且同样可以进行相应的反应。
可能的反应是(列举并不是决定性的)
●报警信号和/或
●停止控制和/或
●获得SMI的中断时间点和持续时间;和
●考虑系统特性。
对所谓的有实时能力的系统的实时性进行的检查具有各种优点。可以和应用的实时操作系统无关地执行对系统的实时性连续检查和可能的记录。
附图说明
以下为对附图的简述:
以下根据实施例阐述了本发明。在此示出
图1是流程图,
图2是针对具有SMI的流程的实例。
具体实施方式
图1示出了根据本发明的方法的流程图,该方法用于作为在实时操作系统内部的SMI追踪器的例程来实现。
首先开始调用例程。在此将时间计数器重置为TSCalt:=TSCakt。现在在此例如以100μs的调用间隔重复调用例程。但也可能是其它值。然后计算差值TSC_DIFF:=TSCakt:-TSCalt
在可能的情况下,可将该差值转换成或者说换算成其它的单位(μs)。一旦差值不超过事先确定的极限值、例如本实施例中的600μs,则不执行进一步操作。在调用间隔结束后,重新调用例程。否则也就是说如果计算值超过了极限值,则可以首先执行各种操作。例如可以将偏差存储在存储器中,并且进而进行登记(protokolliert),在此也可以和时间戳一起储存,然后同样再次执行例程。
在图2中分别示出了通过根据本发明的方法对SMI的识别。绘出的时基是示例性的。实时(RT)计时器构成了实时操作系统的时基。TSC直接由处理器构成,并且独立于可能发生的系统中断、SMI。
示例性地由此出发,即应用程序-调用间隔。其出现1ms的SMI。这使得实时系统的时基提供用于SMI的持续时间。实际的应用程序调用间隔由此延长到6ms。
通过监测例程“SMI追踪器”现在可以识别并且保持该特性。该追踪器在整个100μs中被周期性地调用,并且通过独立的时间戳计数器TSC监测调用间隔。在上述实例中得出1100μs的偏差(SMI的持续时间+调用间隔)。以获得的SMI的中断为基础,可以在控制方面对此进行考虑,并且将存在中断通知给应用者或者相应地在其它方面做出反应。

Claims (8)

1.一种用于检验操作系统的实时特性的方法,所述操作系统具有负责用于所述操作系统的实时特性的第一时间系统,其特征在于,周期性地调用检验例程(SMI追踪器)用于进行实施,并且将所述检验例程的实际的实施时间点和所述检验例程的预期的周期性实施时间点进行比较。
2.根据权利要求1所述的方法,其特征在于,应用独立的第二时间系统(TSC)用于进行检验。
3.根据前述权利要求中任一项所述的方法,其特征在于,计算在所述实际的实施时间点和预期的实施时间点之间的差值,并且只要确定了差值就记录所述差值。
4.根据前述权利要求中任一项所述的方法,其特征在于,根据确定的或记录的所述这个或多个差值可以得出偏差的原因。
5.根据前述权利要求中任一项所述的方法,其特征在于,根据确定的或记录的所述这个或多个差值可以作出反应。
6.根据权利要求5所述的方法,其特征在于,控制器发出报警信号。
7.根据权利要求5所述的方法,其特征在于,在确定差值时使所述控制器停止工作。
8.根据权利要求5所述的方法,其特征在于,求出干扰的持续时间并且执行对操作系统特性的校正。
CN201080041209.2A 2010-07-20 2010-07-20 用于检查操作系统的实时特性的方法 Active CN102549510B (zh)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2010/004431 WO2012010182A1 (de) 2010-07-20 2010-07-20 Verfahren zur überprüfung der echtzeitfähigkeit eines betriebssystems

Publications (2)

Publication Number Publication Date
CN102549510A true CN102549510A (zh) 2012-07-04
CN102549510B CN102549510B (zh) 2014-09-03

Family

ID=43708833

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201080041209.2A Active CN102549510B (zh) 2010-07-20 2010-07-20 用于检查操作系统的实时特性的方法

Country Status (4)

Country Link
US (1) US9335754B2 (zh)
EP (1) EP2457129B1 (zh)
CN (1) CN102549510B (zh)
WO (1) WO2012010182A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095539A (zh) * 2015-04-27 2016-11-09 通用汽车环球科技运作有限责任公司 用于瞬时帧超限期间的控制器功能的连续运行的方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120144171A1 (en) * 2010-12-07 2012-06-07 Jonathan Masters Mechanism for Detection and Measurement of Hardware-Based Processor Latency
US10754765B2 (en) 2017-05-17 2020-08-25 Google Llc Operating system validation
EP4220314A1 (de) 2022-01-26 2023-08-02 Siemens Aktiengesellschaft Verfahren und anordnung zur konfigurierung und/oder programmierung einer industriellen automatisierungskomponente

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10140675A1 (de) * 2001-08-18 2003-03-06 Wolf Dieter Herf Echtzeit-Betriebsystem und Prozessorkarte mit einem solchen Echtzeit-Betriebsystem
US20070245054A1 (en) * 2006-04-17 2007-10-18 Dell Products L.P. System and method for preventing an operating-system scheduler crash
US20080040171A1 (en) * 2004-05-11 2008-02-14 Inchron Gmbh Method For Testing The Real-Time Capability Of A System
CN101460929A (zh) * 2006-06-01 2009-06-17 Lm爱立信电话有限公司 仲裁器诊断装置和方法

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5437039A (en) * 1992-05-21 1995-07-25 Intel Corporation Servicing transparent system interrupts and reducing interrupt latency
US6038632A (en) * 1997-05-07 2000-03-14 Kabushiki Kaisha Toshiba Interrupt control on SMM
US6587966B1 (en) * 2000-04-25 2003-07-01 Hewlett-Packard Development Company, L.P. Operating system hang detection and correction
DE10039277A1 (de) * 2000-08-11 2002-02-21 Gfs Systemtechnik Gmbh & Co Kg Verfahren für die termingerechte Ausführung einer Zielfunktion
US7124329B2 (en) * 2003-09-26 2006-10-17 International Business Machines Corporation Implementing memory failure analysis in a data processing system
US7817769B2 (en) * 2006-12-18 2010-10-19 Intel Corporation Real time clock rate checker and recovery mechanism
US20090182534A1 (en) * 2008-01-11 2009-07-16 Microsoft Corporation Accurate measurement and monitoring of computer systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10140675A1 (de) * 2001-08-18 2003-03-06 Wolf Dieter Herf Echtzeit-Betriebsystem und Prozessorkarte mit einem solchen Echtzeit-Betriebsystem
US20080040171A1 (en) * 2004-05-11 2008-02-14 Inchron Gmbh Method For Testing The Real-Time Capability Of A System
US20070245054A1 (en) * 2006-04-17 2007-10-18 Dell Products L.P. System and method for preventing an operating-system scheduler crash
CN101460929A (zh) * 2006-06-01 2009-06-17 Lm爱立信电话有限公司 仲裁器诊断装置和方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095539A (zh) * 2015-04-27 2016-11-09 通用汽车环球科技运作有限责任公司 用于瞬时帧超限期间的控制器功能的连续运行的方法
CN106095539B (zh) * 2015-04-27 2019-06-18 通用汽车环球科技运作有限责任公司 用于瞬时帧超限期间的控制器功能的连续运行的方法

Also Published As

Publication number Publication date
US9335754B2 (en) 2016-05-10
CN102549510B (zh) 2014-09-03
EP2457129A1 (de) 2012-05-30
EP2457129B1 (de) 2013-11-13
WO2012010182A1 (de) 2012-01-26
US20120174122A1 (en) 2012-07-05

Similar Documents

Publication Publication Date Title
KR102219546B1 (ko) 사용자 모드 크래시 리포트를 위한 프레임워크
US8645185B2 (en) Load balanced profiling
JP4562568B2 (ja) 異常検出プログラムおよび異常検出方法
CN102761439B (zh) Pon接入系统中基于看门狗的异常检测记录装置及方法
CN101788949B (zh) 一种实现嵌入式系统函数监控的方法及装置
CN102521098B (zh) Cpu死机监控的处理方法和装置
EP2983086A1 (en) System fault detection and processing method, device, and computer readable storage medium
JP2015516099A5 (zh)
CN105528052A (zh) 电子设备功耗的降低方法、装置及具有显示屏的电子设备
CN102549510B (zh) 用于检查操作系统的实时特性的方法
US20100153606A1 (en) Approaches for meeting smi duration limits by time slicing smi handlers
KR102020994B1 (ko) 결함 주입 테스트 방법 및 장치
CN111782522B (zh) 追踪消息的输出方法、电子设备及存储介质
US8332069B2 (en) Fault tolerance method and apparatus for robot software component
CN103631695A (zh) 时间监测方法及装置
EP2749971A1 (en) Safety instrument system and method for permitting PST
CA2767782C (en) Suspendable interrupts for processor idle management
CN107168846A (zh) 电子设备的监控方法及装置
JP2006227962A (ja) アプリケーションタスク監視システムおよび方法
JP2017162135A (ja) 情報処理装置、デバッグシステムおよびスタックオーバフロー検出方法
US20170060666A1 (en) Controller capable of detecting factor at time of abnormality of pc function
US20140101672A1 (en) Load Balanced Profiling
Armoush et al. An approach for using mobile devices in industrial safety-critical embedded systems
TW201835760A (zh) 移動裝置之應用程式管理方法及移動裝置
CN103559085A (zh) 一种嵌入式系统中进行中断以及临界事件管理操作的方法

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant