experiences in applying mde to telescope and instrument
play

Experiences in Applying MDE to Telescope and Instrument Control - PowerPoint PPT Presentation

Experiences in Applying MDE to Telescope and Instrument Control System Domain L. Andolfato, R. Karban, M. Schilling, H. Sommer, M. Zamparelli, G. Chiozzi European Southern Observatory (www.eso.org) L. Andolfato | 2014-10-02 Outline


  1. Experiences in Applying MDE to Telescope and Instrument Control System Domain L. Andolfato, R. Karban, M. Schilling, H. Sommer, M. Zamparelli, G. Chiozzi European Southern Observatory (www.eso.org) L. Andolfato | 2014-10-02

  2. Outline • Introduction to the Telescope and Instrument Domain • Lessons Learned • Projects L. Andolfato | 2014-10-02

  3. Paranal Observatory Cerro Paranal, 2635m, Atacama desert, Chile. L. Andolfato | 2014-10-02

  4. ALMA Observatory Atacama Large Millimeter Array, 5000m, Atacama desert, Chile. L. Andolfato | 2014-10-02

  5. Telescope and Instrument Domain Telescope • Pointing • Tracking • Auto Guiding • Field Stabilization • Adaptive Optics • Laser Guide Star • Active Optics • Temperature control • Dome Tracking Interferometer • Image & Pupil Stabilization • Pupil Relay • Fringe Search & Tracking L. Andolfato | 2014-10-02

  6. Telescope and Instrument Domain Instruments • Drive the Observation • Create Images • Analyse Images for intensity, size, morphology, or spectral content • Verify Scientific Data against Calibration • Archive Scientific Data L. Andolfato | 2014-10-02

  7. Telescope and Instrument Domain PARANAL (VLT) ALMA Observatory 10 years 14 years Construction Time (1988-1998) (1998-2012) Observatory >20 years >30 years Expected Lifetime New Instruments / ~ Every year ~ Every 2 years Receivers Initial HP-UX, HP RTAP Linux, VxWorks SW Platform C, TCL/TK C++, Java, Python CORBA Current Linux, VxWorks Linux, Linux RTAI SW Platform C++, C, TCL/TK C++, Java, Python CCS (TCP/IP) CORBA, DDS Technical Downtime < 3% observation time < 5% observation time (night time operation) (24h operation) L. Andolfato | 2014-10-02

  8. Semantic Consistency Problem: Different tools/libraries interpret models differently. Context: Model reuse (Simulation, Model Checking, Code Generation). Lessons Learned: Select a (standard) execution semantic and stick to it in the whole tool-chain. Examples: Statecharts semantic. SCXML (StateChart XML) Defines syntax and semantic for Statecharts execution. L. Andolfato | 2014-10-02

  9. Modifying Behaviour@Runtime Problem: Efficiently apply last minute changes. Context: Large systems that can be fully integrated only once at the final remote location. Lessons Learned: • Use a mix of compiled and script languages. • Introduce the ability to change behaviour at runtime. L. Andolfato | 2014-10-02

  10. Modifying Behaviour@Runtime Examples: Acquisition sequences. L. Andolfato | 2014-10-02

  11. Performance Indicator Problem: How much time should we spend in modeling ? Context: Some dev would model forever others never. Some project managers consider modeling expensive. Lessons Learned: Constantly measure the ROI . Should be less than the cost of developing by 1) Modeling Cost hand the part of application that is generated from the model. Should be big enough to pay off the investment 2) Number of Generated in the modeling infrastructure. Applications L. Andolfato | 2014-10-02

  12. Performance Indicator (cont) Example: Comparing control SW for two detector controllers. NGC FIERA • Similar projects, NGC slightly more complex, ~same team. • Number of NGC applications based on MDE: 5 • Theoretical pay-off thresholds: 3.3 applications. L. Andolfato | 2014-10-02

  13. Model Validation Problem: Is my model a valid instance of my meta-model? Context: Many modeling mistakes are discovered only during transformation, execution or compilation. Lessons Learned: • Assign an expert to each project. • Automatic model validation while building the model. Examples: L. Andolfato | 2014-10-02

  14. Tool-chain Obsolescence Problem: Tool-chain evolves with time. Context: Development last >10 yrs, maintenance >30 yrs. Lessons Learned: • Vendor independent representation of the model. • M2M transformation know-how. • Transformation languages with large user base, open source, and compliant with standards. • Archive modeling tools and runtime environments! L. Andolfato | 2014-10-02

  15. SW Evolution Problem: SW platforms, standards, guidelines, document templates evolve with time. Context: Development last > 10 yrs, maintenance > 30 yrs, need to support multiple (versions of) SW platforms. Lessons Learned: M2T approach simplifies a lot maintenance as long as the transformation can be modified (and the meta-model is stable enough). L. Andolfato | 2014-10-02

  16. Generated Code vs. Libraries Problem: Should libraries be replaced by M2T transformation? Context: SW rebuild takes time. Lessons Learned: Use libraries. • Refactor M2T templates. • Prefer configurable libraries. Examples: State Pattern L. Andolfato | 2014-10-02

  17. Projects Auxiliary Telescope APE PRIMA Period: 1999-2005 Period: 2005-2009 Period: 2002-2008 FTE: 14 FTE: 17.35 FTE: 14.4 New Components: 29 New Components: 37 New Components: 53 (11 DSL based, (13 DSL based, (15 DSL based, 0 UML based) 11 UML based) 10 UML based) UML State/Tran: 0/0 UML State/Tran: 432/1260 UML State/Tran: 252/864 L. Andolfato | 2014-10-02

  18. Questions? Acknowledgments Nicolas Beneš, Nicola Migliorini, Alexis Tajeda, Arturo Hoffstadt, Cristian Morales, Joao Lopez L. Andolfato | 2014-10-02

  19. Backup Slides L. Andolfato | 2014-10-02

  20. Future Plans • Achieve Semantic Consistency (Model Checker for SCXML). • Improve Model Validation (Conceptual Modeling Ontology and Framework). • Support for new SW Platforms . L. Andolfato | 2014-10-02

  21. Modeling Language Problem: Graphical or textual language? Context: • SW development: many (large) changes. • SW maintenance: few (small) changes per year. • Not everybody likes graphical languages. Lessons Learned: Use both. <state id=“A" initial=“B"> <state id=“B"> <transition event="e1" target=“C“/> </state> <state id=“C"> </state> <transition event="e1" target=“D“/> </state> <state id=“D"> </state> L. Andolfato | 2014-10-02

  22. Archive Generated Artefacts Problem: Do we archive what is generated? Context: Pressure to avoid observatory downtime. Lessons Learned: Yes we do because • Speed-up the build process. • Makes faster the comparison (diff). L. Andolfato | 2014-10-02

  23. Performance Indicator (Avg. Cost for N Traditional Appl.) ≥ (Avg. Cost for N MDE Appl.) N*( TMI +TMD) ≥ N*( TMI +TM) + (TMMDEF + TMMNAV + TTPL) N*TMD ≥ N*TM + (TMMDEF + TMMNAV + TTPL) (TM ≤ TMD) and (N big enough) N = number of applications TMI = average cost for the model independent part of the application TMD = average cost for the model dependent part of the application TM = average cost for modeling one application TMMDEF = cost for mm definition TMMNAV = cost for mm navigation, TTPL cost for the templates L. Andolfato | 2014-10-02

  24. Tools L. Andolfato | 2014-10-02

  25. Tools Purpose Tool Description Modeling MagicDraw NoMagic Simulation CAMEO Simulation Toolkit NoMagic, SCXML based Documentation Model Based Document MD plug-in developed in house Generator to transform SysML models into DocBook XML files. Code COMODO Java application developed in Generation house based on EMF and Xpand/Xtend to transform UML models into SCXML based applications. Model Java Pathfinder NASA Ames Model Checker for Verification (jpf-statechart) Java. Statecharts Apache Commons SCXML, For Java by Apache. Engine scxml4cpp For C++ developed in house. Model Conceptual Modeling Transforms ontology into SysML Validation Framework profile and MD plug-in. L. Andolfato | 2014-10-02

  26. SW Architecture L. Andolfato | 2014-10-02

  27. W3C SCXML Standard Crane & Dingel paper on differences between Statecharts syntax & semantics: “Not all models are created equal” State Chart XML Supported by IBM, HP, Microsoft, Nokia <state id=“A" initial=“B"> <state id=“B"> <transition event="e1" target=“C“/> </state> <state id=“C"> </state> <transition event="e1" target=“D“/> </state> <state id=“D"> </state> L. Andolfato | 2014-10-02

  28. UML2SCXML Mapping <state> id=“” initial=“” </state> <parallel> </parallel> <transition> event=“” guard=“” target=“” </transition> <initial> </initial> <final> </final> <history> type=“deep|shallow” </history> <onentry> </onentry> <onexit> </onexit> <invoke> </invoke> L. Andolfato | 2014-10-02

  29. The Data Flow Platform Independent COMODO Profile and MetaModel Cross Platform M2T Transformation Platform Specific (EMF + Xpand) Clear separation between generated and manually developed code Generated Application uses SCXML Model and SCXML Engine library L. Andolfato | 2014-10-02

  30. COMODO Profile for UML L. Andolfato | 2014-10-02

  31. StopWatch Example L. Andolfato | 2014-10-02

  32. Cross Platform Model2Text Transformations 4) Xpand Templates generates the artifacts using Xtend functions 2) One workflow per platform + SCXML 1) Input: - Model - TargetPlatform 5) Xtend 3) Verify Model is complete functions to help and unambiguous navigating the model L. Andolfato | 2014-10-02

  33. COMODO MetaModel L. Andolfato | 2014-10-02

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