1 / 9

Airbus Smart Graphic in SVG

Airbus Smart Graphic in SVG. Jean-Louis Bravo AIRBUS. S.M.G. recap. Smg1 (1997) Static setting (properties, states,…) External configuration Integration in PowerPoint, I.E., Atlas Smg2 (2000) Interactive (mechanism) Scriptable (automation, events, methods, …)

Download Presentation

Airbus Smart Graphic in SVG

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Airbus Smart Graphic in SVG Jean-Louis Bravo AIRBUS

  2. S.M.G. recap • Smg1 (1997) • Static setting (properties, states,…) • External configuration • Integration in PowerPoint, I.E., Atlas • Smg2 (2000) • Interactive (mechanism) • Scriptable (automation, events, methods, …) • Internet compliant (http & ftp)

  3. Smg3 (2003) prerequisites • Vector sizable graphics • Standard formats • Scriptable • SMG2 philosophy (states/animations/interactions) • Based on COTS (editor & viewer) • Platform independent

  4. Why SVG? • W3C recommendation • XML based (easy to transform) • SVG 1.1 (01-2003) • Data everlastingness • Reusing our illustrations • Use both by Training & Technical Data • A380 O.I.S. (On board Information System) within F.C.O.M. • Multiple information sources • Cockpit panels made by graphic editor • Complex instruments (e.g. PFD/ND/ECAM) exported from Design Office tools.

  5. .PCB .BMP Airbus Smg2 .PCB Adobe Illustrator 10 Properties & Setting Pcb2svg converters AI-XSLT filter .SVG .PNG Clipboard SMG viewer (Html, ppt, Atlas) XSLT filters XSLT filters Adobe SVG OCX .CFG .XML D.O. XML export COTS Application Data file Smg3 Architecture graphic .SVG

  6. PCD(smg1) to XML extract • PCD to XML @ENGINE_1 ENUM OFF $ OFF IMAGE U700101.bmp,46,0,MAGENTA $ ON IMAGE U700102.bmp,46,0,MAGENTA <property name=ÉNGINE_1’ type=‘enum’ id=‘1’ default=ÓFF’> <state name=‘ON’> <image file=‘U7200102.bmp’ x=’46’ y=‘0’ color=‘FF00FF’> </state> <state name=‘OFF’> <image file=‘U7200101.bmp’ x=’46’ y=‘0’ color=‘FF00FF’> </state> </property>

  7. XML to SVG(smg3) extract • XML to SVG <property name=ÉNGINE_1’ type=‘enum’ id=‘1’ default=ÓFF’> <state name=‘ON’> <image file=‘U7200102.bmp’ x=’46’ y=‘0’ color=‘FF00FF’> </state> <state name=‘OFF’> <image file=‘U7200101.bmp’ x=’46’ y=‘0’ color=‘FF00FF’> </state> </property> <g id=“PENGINE_1”> <g id=“P1__OFF”> <image x=“46” y=“0” width=“55” height=“121” xlink:href=“U700101.PNG” /> </g> <g id=“P1__ON”> <image x=“46” y=“0” width=“55” height=“121” xlink:href=“U700102.PNG” /> </g> </g>

  8. SMG Properties rep property rep, opt state SVG animations rep, opt show color move rotate text User interactions rep, opt click lever rotator increment S.M.G. S M G D T D

  9. Demos

More Related