




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Critical Avionics SoftwareChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin2OutlineA viewpoint from production military systems David Sharp, Boeing Phantom WorksSystem development and certificationDO 178 B and CHigh level design examples:Collision avoidance systemsOperating envelope p
2、rotectionTools for modeling, design, and code generationNITRD HCSS National Workshop on Software for Critical Aviation SystemsChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin3Technology Trends in Avionics Systems Are Driving Exponential Growth in Software ComplexityAutonomous systems
3、, adaptive systemsTraditional Approaches and Processes Are Already StressedProgram-specific architectures, languages, toolsUnaligned with commercial practicesCurrent Technology, Practices and Culture of the Industry Cannot Meet Emerging System NeedsDavid Sharp, Boeing Phantom Works, HSCC Plenary Tal
4、k, Stanford, March 2002A Viewpoint from Production Military AircraftChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin4Example: Fighter Avionics DomainsRadarWeaponsNavSensorsWeaponMgmtData LinksStick,ThrottleActuatorsMissionComputingVehicleMgmtDavid Sharp, Boeing Phantom Works, HSCC Pl
5、enary Talk, Stanford, March 2002Chess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin5Mission Computing: Example FunctionalityRelease WeaponsFuse Targets From Data LinksUpdate Navigation StatePredict Selected Weapon TrajectoriesUpdate Steering CuesUpdate DisplaysFuse Targets From SensorsM
6、odify Display Suite Via Pilot PushbuttonPerform Built-In-TestActivate Backup ModeSelect WeaponsAperiodicPeriodicMissionComputingDavid Sharp, Boeing Phantom Works, HSCC Plenary Talk, Stanford, March 2002Chess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin6Vehicle Management: Example Funct
7、ionalityManage Control ModesUpdate Navigation StateCompute Inner Loop ControlsCompute Outer Loop ControlsPerform Periodic Built-In-TestManage RedundancyAperiodicPeriodicVehicleMgmtPerform Initiated Built-In-TestPerform Input Signal MgmtPerform Actuator Signal MgmtDavid Sharp, Boeing Phantom Works, H
8、SCC Plenary Talk, Stanford, March 2002Chess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin7Typical Mission Computing Legacy Characteristics10-100 Hz Update RatesUp To 10-100 Processors1M Lines of CodeO(103) ComponentsProprietary HardwareSlow CPU, small memoryFast I/OTest-Based Verificati
9、onMil-Std Assembly LanguageHighly Optimized For Throughput and MemoryFunctional ArchitecturesFlowchart designsFrequently No Maintained Requirements or DesignAd-hoc models used by algorithm developersHardcoded Hardware Specific Single System DesignsIsolated Use OfMulti-processingSchedulability analys
10、isFrequently overly pessimistic to be usedDavid Sharp, Boeing Phantom Works, HSCC Plenary Talk, Stanford, March 2002Chess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin8Typical Vehicle Management Legacy Characteristics80/160 Hz Update RatesSingle CPU System/ Quad RedundantDual/Quad Redun
11、dant Sensors and Actuators50% of codeExtensive TestingVery conservative development culture50% of effortControl System Models Carefully Developed And UsedHome grownMatlab/MatrixX with auto code generationAdditional CharacteristicsDavid Sharp, Boeing Phantom Works, HSCC Plenary Talk, Stanford, March
12、2002Chess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin9System CertificationSystem and Software TestingDesign/ImplementationRequirements DevelopmentModel V&V Control Power V&V Control Law V&VFunctional V&VSoftware V&VUnit/Component TestHardware/Software Integration (HSI)Hardware V&VQual
13、ification Test (Safety of Flight)Aircraft IntegrationSystem V&VStandalone (Static)Integrated (Dynamic)Failure Modes and Effects Test (FMET)Source: Jim Buffington, LM AeroSystem Development and CertificationChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin10FAA regulatory standard: RTC
14、A DO-178BProject management, risk mitigation, design and testing activities for embedded software developed for the commercial avionics industry are based on the FAA standard:RTCA (Radio Technical Commission for Aeronautics) DO-178B: “Software Considerations in Airborne Systems and Equipment Certifi
15、cation” “Process-based” certificationInteresting points:Certification applies to the end product (ie. airframe), encompassing all systemsIt applies to a given application of a given product (other applications of the same product require further certification)It requires that all code MUST be there
16、as a direct result of a requirementIt requires full testing of the system and all component parts (including the software) on the target platform and in the target environment in which it is to be deployed Chess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin11DO-178 HistoryTimeline Histo
17、ryNov. 1981- DO-178-SC145Mar. 1985- DO-178A SC152 (4 years)Software Levels 1,2,3 Crit, Essential, NonEssSoftware Develop Steps D1-D5Software Verification Steps V1-V7Dec. 1992- DO-178B SC167 (7 years)Objectives Based TablesWhat, not howCriticality Categories (A,B,C,D) / Objectives Matrix12 years Sinc
18、e DO-178B (15 years)SOFTWARE CONSIDERATIONS IN AIRBORNE SYSTEMS AND EQUIPMENT CERTIFICAIONRTCADOCUMENT NO. RTCA/DO-178BDecember 1, 1992Prepared by: SC-167“Requirements and Technical Concepts for Aviation”source: Jim Krodel, Pratt & WhitneyChess Review, Nov. 21, 2005Critical Avionics Software, C. Tom
19、lin12Issues Under Consideration for SC205 Sub-groupsTechnology/Domains Under ConsiderationFormal Methods Model Based Design & VerificationModel Verification and Level of PedigreeCertification of Proof by ModelsSoftware Tools And our reliance on them from a certification perspectiveObject Oriented Te
20、chnologyComms-Nav-Sur/Air-Traffic-Managementsource: Jim Krodel, Pratt & WhitneyChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin135uvdvDifferential game formulation:Compute the set of states for which, for all possible maneuvers (d) of the red aircraft, there is a control action (u) o
21、f the blue aircraft which keeps the two aircraft separated. yxyyhttp:/www.cs.ubc.ca/mitchell/ToolboxLS/Tomlin lab, 2002Example 1: Collision Avoidance SystemsChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin14User Interaction with Aerospace Systems:Interaction betweenSystems dynamicsMo
22、de logicUsers actionsInterface is a reduced representation of a more complex systemToo much information overwhelms the userToo little can cause confusionAutomation surprisesNondeterminisimFor complex, highly automated, safety-critical systems, in which provably safe operation is paramount, What info
23、rmation does the user need to safely interact with the automated system?Example 2: Operating Envelope ProtectionChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin15Controllable flight envelopes for landing and Take Off / Go Around (TOGA) maneuvers may not be the samePilots cockpit disp
24、lay may not contain sufficient information to distinguish whether TOGA can be initiatedflareflaps extendedminimum thrustrolloutflaps extendedreverse thrustslow TOGAflaps extendedmaximum thrustTOGAflaps retractedmaximum thrustflareflaps extendedminimum thrustrolloutflaps extendedreverse thrustTOGAfla
25、ps retractedmaximum thrustrevised interfaceexisting interfacecontrollable flare envelopecontrollable TOGA envelopeintersectionTomlin lab, 2003http:/www.cs.ubc.ca/mitchell/ToolboxLS/Example 2: Operating Envelope ProtectionChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin16Designing saf
26、ety critical control systems requires a seamless cooperation of tools:Modeling and design at the control levelDevelopment tools at the software levelImplementation tools at the platform levelCorresponding research needed:Development of algorithms and tools to verify and validate the high level desig
27、n currently tools such as reachability analysis tools for hybrid systems are limited to work in up to 4-5 continuous state dimensionsDevelopment of code generation tools (ideally, verified to produce correct code)Tools to check the correctness of the resulting codeAlgorithms and tools to automatical
28、ly generate test suitesTools for modeling, design, and code generationChess Review, Nov. 21, 2005Critical Avionics Software, C. Tomlin17Static Program Analysis ToolsStatic program analysis is used at compile time to automatically determine run-time information and properties which are extractable fr
29、om the source code. These include:Ensuring that the allowable range of array indexes is not violatedEnsuring simple correctness properties: functional (such as dependencies between aspects of variables or invariants on the shape of data structures) or nonfunctional (such as confidentiality or integr
30、ity for security-critical applications)Identifying potential errors in memory accessType checkingInterval analysis Checking for illegal operations, like division by zeroCurrently, properties such as absence of run time errors and worst case execution time have been tackled: more research is needed to address problems arising from a distributed, embedded setting, such as checking for safety conditions, and for the absence of deadlocksChess Review, Nov. 21, 2005Critical Avionics Software,
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年电梯安装维修工(中级)考试试卷:电梯安装工程管理
- 我和我的宠物狗作文(12篇)
- 2025年车工职业技能鉴定试卷(高级技能与实操技能)
- 2025年电子商务师(初级)考试试卷:电子商务创业团队绩效考核体系
- 真实有效信息展示在职员工证明书(7篇)
- 如何学好语文议论文分享10篇范文
- 实习生成果证明及在校表现报告(6篇)
- 2025年工业互联网平台增强现实交互技术在智能能源管理中的应用分析报告
- 一堂难忘的语文课记一位特别的语文老师7篇
- 人工智能与大数据融合在2025年智慧交通系统交通流量预测中的应用报告
- 如何答题?如何使用?请看这里
- GB/T 7984-2013普通用途织物芯输送带
- GB/T 17431.2-2010轻集料及其试验方法第2部分:轻集料试验方法
- GB/T 16940-1997直线运动支承直线运动球轴承外形尺寸和公差
- 校级优秀毕业论文评审表+毕业设计评审表
- 2022年德宏傣族景颇族自治州工会系统招聘考试题库及答案解析
- 管道工程量计算规则
- 雪山上的达娃读后感范文5篇
- (完整版)道路交通事故现场图绘制课件
- 西方音乐史名词解释复习
- 英语四级阅读练习及答案
评论
0/150
提交评论