dependability modelling and assessment of avionics
play

Dependability Modelling and Assessment of Avionics Systems with - PowerPoint PPT Presentation

Dependability Modelling and Assessment of Avionics Systems with Altarica. P. Bieber, Ch. Castel, G. Durrieu, Ch. Seguin, C. Pagetti, L. Sagaspe 1 General Problem Avionics are complex systems A380 (safety critical avionics): +100


  1. Dependability Modelling and Assessment of Avionics Systems with Altarica. P. Bieber, Ch. Castel, G. Durrieu, Ch. Seguin, C. Pagetti, L. Sagaspe 1

  2. General Problem • Avionics are complex systems – A380 (safety critical avionics): • +100 computers connected to the main Aicraft network, • ~10 000 data flows transmitted over the network • Structured Design – Modular design • Systems : Flight Control, Flight Management, Flight parameters, … – Layered design • functional architecture/allocation/ hardware architecture • Complex Design Process – Several actors: • System designers -> functional architecture • Platform designers -> hardware architecture • Integrator -> allocation 2

  3. General Goal • Support the safety assessment of avionics systems – using Altarica models – and taking into account the current design process • Apply the approach on case-studies – Dassault Mirage Terrain Following/Terrain Avoidance – Airbus systems (ADIRS, Fuel On Board,…) – Astrium ATV (Automatic Transfer Vehicle) 3

  4. Overview • Avionics Platform Design – Functional and hardware description – Allocation • Safe Resource Allocation Process – Failure Propagation Modelling – Safety Requirements Validation – Independence requirement derivation • Advanced Topics – Allocation Generation by Constraint Solving – Installation related risks – Automatical production of Altarica models – Middleware Modelling 4

  5. Functional Architecture • Function and Data flows VL ADIRU SEC – ADIRU: x3 – SEC: x6 – VL : x18 5

  6. Hardware Architecture Interconnected resources – Bus, Switch, CPU, … 6

  7. Allocation • Described as tables – well formalized at detailed design stages – but often missing at earlier design stages VL_ADIRU1_SEC3A : ADIRU_Hard_1,AFDX_SW- 1,AFDX_SW-1,AFDX_SW- 9,SEC3A 7

  8. Overview • Avionics Platform Design – Functional and hardware description – Allocation • Safe Resource Allocation Process – Failure Propagation Modelling – Safety Requirements Validation – Independence requirement derivation • Advanced Topics – Allocation Generation by Constraint Solving – Installation related risks – Automatical production of Altarica models – Middleware Modelling 8

  9. Functional Architecture Safety Model • Failure Propagation Model built using predefined nodes in an Altarica Library • Qualitative Safety Requirement: – « No double failure of dataflows between ADIRU and SEC shall cause the loss of all SEC functions » – « No double failure of dataflows between ADIRU and SEC shall cause the undetected erroneous behaviour of all SEC functions » 9

  10. Safety Requirement Assessment • Automatic Generation of the fault-tree from the model Size Loss Erroneous 1 0 0 – Generation of minimal cut sets 2 0 0 3 VL_ADIRU1_ADR_SEC1A.fail_erroneous, 0 0 4 0 0 VL_ADIRU2_ADR_SEC1A.fail_erroneous 5 0 0 6 VL_ADIRU1_ADR_SEC1B.fail_erroneous 5832 8748 7 1944 972 VL_ADIRU2_ADR_SEC1B.fail_erroneous 8 216 0 9 8 0 VL_ADIRU1_ADR_SEC2A.fail_erroneous Total 8000 9720 VL_ADIRU2_ADR_SEC2A.fail_erroneous Proba 2.0 e-24 3.0 e-24 – Computation of probabilities 10

  11. Hardware + Allocation models • Hardware model – very basic model • Allocation model – Common cause failure – Use Broadcast to group failure F1 F2 F3 event of the resource with Res failure events of all supported functions and data flows 11

  12. Impact of allocation on Safety requirements • Allocation of shared resources to functions and data- flows creates Common Mode Failures. VL_ADIRU1_ADR_SEC1A.fail_erroneous, VL_ADIRU2_ADR_SEC1A.fail_erroneous Switch1.fail_erroneous VL_ADIRU1_ADR_SEC1B.fail_erroneous Allocate (SEC1A,1B connected to Switch1, VL_ADIRU2_ADR_SEC1B.fail_erroneous SEC2A connected to Switch2) Switch2.fail_erroneous VL_ADIRU1_ADR_SEC2A.fail_erroneous VL_ADIRU2_ADR_SEC2A.fail_erroneous • Compare before/after allocation: • Decrease size of minimal cut sets, • increase probability of FC occurrence 12 • Is this impact acceptable ?

  13. Derivation of Segregation Requirements • Extract segregation requirements from the safety assessment results in order to avoid allocation common mode failures Size Safety Objective Minimal Cut Sets 3 Data-flows shall be segregated 3 Data-flows out of 5 shall be segregated 13

  14. Overview • Avionics Platform Design – Function and architecture description – Allocation • Safe Resource Allocation Process – Failure Propagation Modelling – Safety Requirements Validation – Independence requirement derivation • Advanced Topics – Allocation Generation by Constraint Solving – Installation related risks – Automatical production of Altarica models – Middleware Modelling 14

  15. Allocation Generation by Constraint Solving • Formalisation of allocation constraints – {0,1} linear inequalities . • Variables : – allotc(task,cpu) : {0,1} – allodb(data,bus) : {0,1} connected(cpu,bus) or connected(bus,cpu) : {0,1} – • Inequalities – Any task has to be allocated to one and only cpu allotc(t,c1) +…+ allotc(t,cn) = 1 – Two segregated tasks should not be allocated to the same cpu allotc(t1,c) + allotc(t2,c) + segregated(t1,t2) < 2 – A connection (C,B) is used if there exists a data flow D and its producing task T such D is allocated to B and T is allocated to C. • Criterion – Minimise the number of used connections 15

  16. Tool Support for Constraint Solving • Generation of constraints • Call to solvers (ILOG solver, satzoo) • Visualisation of allocations Goal= 8 16

  17. Installation Related Assessment 3D model • Assess the impact of equipment installation on Safety Requirements • Link functional architecture model with Digital Aircraft mockup (CATIA, IRIS) – Similar to the modelling of allocation of functions on hardware • Study the effect of tyre or engine burst on functions Altarica model 17

  18. ATV Case Study Functional hardware Middleware • Software dependability oriented model: – More detailed functional Architecture, simpler hardware model – Add a model of middleware services « between » functional view and Hardware architecture view to study new kind of failure propagations in the temporal domain 18

  19. Automated Production of Altarica models • Generate dependability models – Industrial need : decrease the modelling effort – AADL (Avionics Architecture Description Language) to Altarica model transformation – AADL models structured in layers • Hardware and allocation : similar to Altarica, easy to transform • Functional architecture : more expressive, not so easy to transform… – AADL Error Annex • AADL special notation for failure propagation models • Adapted for Software failure propagation modelling • Limited tool-support (by now) 19

  20. Conclusion – Further work • Requirement driven engineering – Organize the design activities – Define what models should be built and what analysis should be performed • Models for software dependability – Model more accurately software • Optimise avionics architecture with respect to several viewpoints : – real-time performances, operational reliability, installation, Electro-magnetic Interference, … 20

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend