90 likes | 251 Views
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, …)
E N D
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, …) • Internet compliant (http & ftp)
Smg3 (2003) prerequisites • Vector sizable graphics • Standard formats • Scriptable • SMG2 philosophy (states/animations/interactions) • Based on COTS (editor & viewer) • Platform independent
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.
.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
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>
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>
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