diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-04-05 19:59:23 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-04-05 19:59:23 +0200 |
| commit | 5782c7c067fcd2331e74de220d404f77b766e6c6 (patch) | |
| tree | 9f17960c2a1962b2405651784d323b3fd8adf75f /wiki/aerospace | |
| parent | d798383d2f8509a4f42ff3b68375f66c543ab5ce (diff) | |
Lots of wiki reorg & new files!
Diffstat (limited to 'wiki/aerospace')
| -rw-r--r-- | wiki/aerospace/communication-protocols/ARINC-429.org | 18 | ||||
| -rw-r--r-- | wiki/aerospace/communication-protocols/CAN-bus.html | 335 | ||||
| -rw-r--r-- | wiki/aerospace/communication-protocols/CAN-bus.org | 18 | ||||
| -rw-r--r-- | wiki/aerospace/designing-aircraft.org | 19 | ||||
| -rw-r--r-- | wiki/aerospace/index.org | 10 | ||||
| -rw-r--r-- | wiki/aerospace/index.org.bkp | 23 | ||||
| -rw-r--r-- | wiki/aerospace/standard/ARP4754.org | 36 | ||||
| -rw-r--r-- | wiki/aerospace/standard/DO-160.org | 108 | ||||
| -rw-r--r-- | wiki/aerospace/v-model.org | 42 |
9 files changed, 0 insertions, 609 deletions
diff --git a/wiki/aerospace/communication-protocols/ARINC-429.org b/wiki/aerospace/communication-protocols/ARINC-429.org deleted file mode 100644 index 220e27d..0000000 --- a/wiki/aerospace/communication-protocols/ARINC-429.org +++ /dev/null @@ -1,18 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: ARINC 429 -#+SUBTITLE: Mark33 Digital Information Transfer System (DITS) -#+AUTHOR: Marius Peter -#+DATE: <2022-03-25 Fri> -#+OPTIONS: toc:nil - -#+DESCRIPTION: The ARINC 429 avionics data bus. - -#+TOC: headlines 2 - - -#+begin_abstract -The =ARINC 429= technical standard defines the physical and electrical -interfaces of a two-wire data bus and a data protocol to support an -aircraft's avionics local area network. -#+end_abstract diff --git a/wiki/aerospace/communication-protocols/CAN-bus.html b/wiki/aerospace/communication-protocols/CAN-bus.html deleted file mode 100644 index d12b862..0000000 --- a/wiki/aerospace/communication-protocols/CAN-bus.html +++ /dev/null @@ -1,335 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<!-- 2022-03-25 Fri 17:49 --> -<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1" /> -<title>CAN bus</title> -<meta name="generator" content="Org mode" /> -<meta name="author" content="Marius Peter" /> -<meta name="keywords" content="aerospace, SAE, ARP 4754" /> -<style type="text/css"> - <!--/*--><![CDATA[/*><!--*/ - .title { text-align: center; - margin-bottom: .2em; } - .subtitle { text-align: center; - font-size: medium; - font-weight: bold; - margin-top:0; } - .todo { font-family: monospace; color: red; } - .done { font-family: monospace; color: green; } - .priority { font-family: monospace; color: orange; } - .tag { background-color: #eee; font-family: monospace; - padding: 2px; font-size: 80%; font-weight: normal; } - .timestamp { color: #bebebe; } - .timestamp-kwd { color: #5f9ea0; } - .org-right { margin-left: auto; margin-right: 0px; text-align: right; } - .org-left { margin-left: 0px; margin-right: auto; text-align: left; } - .org-center { margin-left: auto; margin-right: auto; text-align: center; } - .underline { text-decoration: underline; } - #postamble p, #preamble p { font-size: 90%; margin: .2em; } - p.verse { margin-left: 3%; } - pre { - border: 1px solid #ccc; - box-shadow: 3px 3px 3px #eee; - padding: 8pt; - font-family: monospace; - overflow: auto; - margin: 1.2em; - } - pre.src { - position: relative; - overflow: auto; - padding-top: 1.2em; - } - pre.src:before { - display: none; - position: absolute; - background-color: white; - top: -10px; - right: 10px; - padding: 3px; - border: 1px solid black; - } - pre.src:hover:before { display: inline; margin-top: 14px;} - /* Languages per Org manual */ - pre.src-asymptote:before { content: 'Asymptote'; } - pre.src-awk:before { content: 'Awk'; } - pre.src-C:before { content: 'C'; } - /* pre.src-C++ doesn't work in CSS */ - pre.src-clojure:before { content: 'Clojure'; } - pre.src-css:before { content: 'CSS'; } - pre.src-D:before { content: 'D'; } - pre.src-ditaa:before { content: 'ditaa'; } - pre.src-dot:before { content: 'Graphviz'; } - pre.src-calc:before { content: 'Emacs Calc'; } - pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } - pre.src-fortran:before { content: 'Fortran'; } - pre.src-gnuplot:before { content: 'gnuplot'; } - pre.src-haskell:before { content: 'Haskell'; } - pre.src-hledger:before { content: 'hledger'; } - pre.src-java:before { content: 'Java'; } - pre.src-js:before { content: 'Javascript'; } - pre.src-latex:before { content: 'LaTeX'; } - pre.src-ledger:before { content: 'Ledger'; } - pre.src-lisp:before { content: 'Lisp'; } - pre.src-lilypond:before { content: 'Lilypond'; } - pre.src-lua:before { content: 'Lua'; } - pre.src-matlab:before { content: 'MATLAB'; } - pre.src-mscgen:before { content: 'Mscgen'; } - pre.src-ocaml:before { content: 'Objective Caml'; } - pre.src-octave:before { content: 'Octave'; } - pre.src-org:before { content: 'Org mode'; } - pre.src-oz:before { content: 'OZ'; } - pre.src-plantuml:before { content: 'Plantuml'; } - pre.src-processing:before { content: 'Processing.js'; } - pre.src-python:before { content: 'Python'; } - pre.src-R:before { content: 'R'; } - pre.src-ruby:before { content: 'Ruby'; } - pre.src-sass:before { content: 'Sass'; } - pre.src-scheme:before { content: 'Scheme'; } - pre.src-screen:before { content: 'Gnu Screen'; } - pre.src-sed:before { content: 'Sed'; } - pre.src-sh:before { content: 'shell'; } - pre.src-sql:before { content: 'SQL'; } - pre.src-sqlite:before { content: 'SQLite'; } - /* additional languages in org.el's org-babel-load-languages alist */ - pre.src-forth:before { content: 'Forth'; } - pre.src-io:before { content: 'IO'; } - pre.src-J:before { content: 'J'; } - pre.src-makefile:before { content: 'Makefile'; } - pre.src-maxima:before { content: 'Maxima'; } - pre.src-perl:before { content: 'Perl'; } - pre.src-picolisp:before { content: 'Pico Lisp'; } - pre.src-scala:before { content: 'Scala'; } - pre.src-shell:before { content: 'Shell Script'; } - pre.src-ebnf2ps:before { content: 'ebfn2ps'; } - /* additional language identifiers per "defun org-babel-execute" - in ob-*.el */ - pre.src-cpp:before { content: 'C++'; } - pre.src-abc:before { content: 'ABC'; } - pre.src-coq:before { content: 'Coq'; } - pre.src-groovy:before { content: 'Groovy'; } - /* additional language identifiers from org-babel-shell-names in - ob-shell.el: ob-shell is the only babel language using a lambda to put - the execution function name together. */ - pre.src-bash:before { content: 'bash'; } - pre.src-csh:before { content: 'csh'; } - pre.src-ash:before { content: 'ash'; } - pre.src-dash:before { content: 'dash'; } - pre.src-ksh:before { content: 'ksh'; } - pre.src-mksh:before { content: 'mksh'; } - pre.src-posh:before { content: 'posh'; } - /* Additional Emacs modes also supported by the LaTeX listings package */ - pre.src-ada:before { content: 'Ada'; } - pre.src-asm:before { content: 'Assembler'; } - pre.src-caml:before { content: 'Caml'; } - pre.src-delphi:before { content: 'Delphi'; } - pre.src-html:before { content: 'HTML'; } - pre.src-idl:before { content: 'IDL'; } - pre.src-mercury:before { content: 'Mercury'; } - pre.src-metapost:before { content: 'MetaPost'; } - pre.src-modula-2:before { content: 'Modula-2'; } - pre.src-pascal:before { content: 'Pascal'; } - pre.src-ps:before { content: 'PostScript'; } - pre.src-prolog:before { content: 'Prolog'; } - pre.src-simula:before { content: 'Simula'; } - pre.src-tcl:before { content: 'tcl'; } - pre.src-tex:before { content: 'TeX'; } - pre.src-plain-tex:before { content: 'Plain TeX'; } - pre.src-verilog:before { content: 'Verilog'; } - pre.src-vhdl:before { content: 'VHDL'; } - pre.src-xml:before { content: 'XML'; } - pre.src-nxml:before { content: 'XML'; } - /* add a generic configuration mode; LaTeX export needs an additional - (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */ - pre.src-conf:before { content: 'Configuration File'; } - - table { border-collapse:collapse; } - caption.t-above { caption-side: top; } - caption.t-bottom { caption-side: bottom; } - td, th { vertical-align:top; } - th.org-right { text-align: center; } - th.org-left { text-align: center; } - th.org-center { text-align: center; } - td.org-right { text-align: right; } - td.org-left { text-align: left; } - td.org-center { text-align: center; } - dt { font-weight: bold; } - .footpara { display: inline; } - .footdef { margin-bottom: 1em; } - .figure { padding: 1em; } - .figure p { text-align: center; } - .equation-container { - display: table; - text-align: center; - width: 100%; - } - .equation { - vertical-align: middle; - } - .equation-label { - display: table-cell; - text-align: right; - vertical-align: middle; - } - .inlinetask { - padding: 10px; - border: 2px solid gray; - margin: 10px; - background: #ffffcc; - } - #org-div-home-and-up - { text-align: right; font-size: 70%; white-space: nowrap; } - textarea { overflow-x: auto; } - .linenr { font-size: smaller } - .code-highlighted { background-color: #ffff00; } - .org-info-js_info-navigation { border-style: none; } - #org-info-js_console-label - { font-size: 10px; font-weight: bold; white-space: nowrap; } - .org-info-js_search-highlight - { background-color: #ffff00; color: #000000; font-weight: bold; } - .org-svg { width: 90%; } - /*]]>*/--> -</style> -<script type="text/javascript"> -// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain -<!--/*--><![CDATA[/*><!--*/ - function CodeHighlightOn(elem, id) - { - var target = document.getElementById(id); - if(null != target) { - elem.classList.add("code-highlighted"); - target.classList.add("code-highlighted"); - } - } - function CodeHighlightOff(elem, id) - { - var target = document.getElementById(id); - if(null != target) { - elem.classList.remove("code-highlighted"); - target.classList.remove("code-highlighted"); - } - } - /*]]>*///--> -// @license-end -</script> -</head> -<body> -<div id="content"> -<h1 class="title">CAN bus -<br /> -<span class="subtitle">A robust vehicle bus to enable hostless microcontroller communication.</span> -</h1> -<div id="table-of-contents"> -<h2>Table of Contents</h2> -<div id="text-table-of-contents"> -<ul> -<li><a href="#org1795fae">1. Introduction</a></li> -<li><a href="#org9671f8c">2. Main topics</a></li> -</ul> -</div> -</div> - - -<div class="abstract" id="orgf3fc46c"> -<p> -ARP4754 is a guidance issued by SAE. -</p> - -</div> - - -<div id="outline-container-org1795fae" class="outline-2"> -<h2 id="org1795fae"><span class="section-number-2">1</span> Introduction</h2> -<div class="outline-text-2" id="text-1"> -<p> -<a href="https://www.sae.org/standards/content/arp4754a/">https://www.sae.org/standards/content/arp4754a/</a> -</p> -</div> -</div> - - -<div id="outline-container-org9671f8c" class="outline-2"> -<h2 id="org9671f8c"><span class="section-number-2">2</span> Main topics</h2> -<div class="outline-text-2" id="text-2"> -<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> - - -<colgroup> -<col class="org-right" /> - -<col class="org-left" /> - -<col class="org-left" /> -</colgroup> -<thead> -<tr> -<th scope="col" class="org-right">§</th> -<th scope="col" class="org-left">Theme</th> -<th scope="col" class="org-left">Description</th> -</tr> -</thead> -<tbody> -<tr> -<td class="org-right">1</td> -<td class="org-left">Development</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">2</td> -<td class="org-left">Safety</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">3</td> -<td class="org-left">Requirements mgmt.</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">4</td> -<td class="org-left">Validation</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">5</td> -<td class="org-left">Verification</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">6</td> -<td class="org-left">Configuration mgmt.</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">7</td> -<td class="org-left">Process assurance</td> -<td class="org-left"> </td> -</tr> - -<tr> -<td class="org-right">8</td> -<td class="org-left">Certification</td> -<td class="org-left"> </td> -</tr> -</tbody> -</table> -</div> -</div> -</div> -<div id="postamble" class="status"> -<p class="date">Date: 2022-03-25 Fri 00:00</p> -<p class="author">Author: Marius Peter</p> -<p class="date">Created: 2022-03-25 Fri 17:49</p> -<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p> -</div> -</body> -</html> diff --git a/wiki/aerospace/communication-protocols/CAN-bus.org b/wiki/aerospace/communication-protocols/CAN-bus.org deleted file mode 100644 index 2abbd23..0000000 --- a/wiki/aerospace/communication-protocols/CAN-bus.org +++ /dev/null @@ -1,18 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: CAN bus -#+SUBTITLE: A robust vehicle bus to enable hostless microcontroller communication. -#+AUTHOR: Marius Peter -#+DATE: <2022-03-25 Fri> -#+OPTIONS: toc:nil - -#+DESCRIPTION: CAN bus: a robust vehicle bus to enable hostless microcontroller communication. - -#+TOC: headlines 2 - - -#+begin_abstract -The CAN bus design solves several engineering challenges, namely how -to minimize copper usage in vehicle microcontroller communication -lines. -#+end_abstract diff --git a/wiki/aerospace/designing-aircraft.org b/wiki/aerospace/designing-aircraft.org deleted file mode 100644 index a3ebb3d..0000000 --- a/wiki/aerospace/designing-aircraft.org +++ /dev/null @@ -1,19 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: Designing aircraft -#+SUBTITLE: How does one design an aircraft? -#+AUTHOR: Marius Peter -#+DATE: <2022-03-01 Tue> -#+EMAIL: mlnp@tuta.io -#+OPTIONS: toc:nil - -#+DESCRIPTION: aircraft design tutorial -#+KEYWORDS: aerospace design - -#+TOC: headlines 2 - - -#+begin_abstract -The DO-160 document is a standard for environmental testing for -airborne equipment published by the RTCA. -#+end_abstract diff --git a/wiki/aerospace/index.org b/wiki/aerospace/index.org deleted file mode 100644 index 77a2482..0000000 --- a/wiki/aerospace/index.org +++ /dev/null @@ -1,10 +0,0 @@ -#+TITLE: Sitemap for project wiki---aerospace - -- [[file:designing-aircraft.org][Designing aircraft]] -- [[file:v-model.org][V-model]] -- communication-protocols - - [[file:communication-protocols/ARINC-429.org][ARINC 429]] - - [[file:communication-protocols/CAN-bus.org][CAN bus]] -- standard - - [[file:standard/ARP4754.org][ARP4754]] - - [[file:standard/DO-160.org][DO-160]]
\ No newline at end of file diff --git a/wiki/aerospace/index.org.bkp b/wiki/aerospace/index.org.bkp deleted file mode 100644 index e4c161e..0000000 --- a/wiki/aerospace/index.org.bkp +++ /dev/null @@ -1,23 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: Aerospace -#+SUBTITLE: Various topics around aerospace engineering. -#+AUTHOR: Marius Peter -#+DATE: <2022-03-12 Sat> -#+OPTIONS: toc:nil - -#+DESCRIPTION: Various topics around aerospace engineering. -#+HTML_LINK_UP: ../index.html -#+HTML_LINK_HOME: https://mlnp.fr - - -#+begin_abstract -Aerospace is amongst my main centers of interest, I am very fortunate -to be able to work in this domain. -#+end_abstract - - -* Main pages - -- [[file:designing-aircraft.org][Designing Aircraft]] -- [[file:v-model.org][The V-model]] diff --git a/wiki/aerospace/standard/ARP4754.org b/wiki/aerospace/standard/ARP4754.org deleted file mode 100644 index fa7a5e1..0000000 --- a/wiki/aerospace/standard/ARP4754.org +++ /dev/null @@ -1,36 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: ARP4754 -#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems. -#+AUTHOR: Marius Peter -#+DATE: <2022-02-11 Fri> -#+EMAIL: mlnp@tuta.io -#+OPTIONS: toc:nil - -#+KEYWORDS: aerospace, SAE, ARP 4754 - -#+TOC: headlines 2 - - -#+begin_abstract -ARP4754 is a guidance issued by SAE. -#+end_abstract - - -* Introduction - - https://www.sae.org/standards/content/arp4754a/ - - -* Main topics - -| § | Theme | Description | -|---+---------------------+-------------| -| 1 | Development | | -| 2 | Safety | | -| 3 | Requirements mgmt. | | -| 4 | Validation | | -| 5 | Verification | | -| 6 | Configuration mgmt. | | -| 7 | Process assurance | | -| 8 | Certification | | diff --git a/wiki/aerospace/standard/DO-160.org b/wiki/aerospace/standard/DO-160.org deleted file mode 100644 index ea6f19b..0000000 --- a/wiki/aerospace/standard/DO-160.org +++ /dev/null @@ -1,108 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: DO-160 -#+SUBTITLE: Environmental Conditions and Test Procedures for Airborne Equipment. -#+AUTHOR: Marius Peter -#+DATE: <2022-02-11 Fri> -#+EMAIL: mlnp@tuta.io -#+OPTIONS: toc:nil - -#+DESCRIPTION: Environmental Conditions and Test Procedures for Airborne Equipment. -#+KEYWORDS: aerospace, rtca, DO-160 - - -#+TOC: headlines 2 - - -#+begin_abstract -The DO-160 document is a standard for environmental testing for -airborne equipment published by the RTCA. -#+end_abstract - - -* Introduction - - https://do160.org/rtca-do-160g/ - - -* Equipment categories - -Equipments are categorized as a function of the environments to which -they are subjected during normal operation. - - -* Sections - -Sections 7 and 8 are aircraft dependent. - - -** List -:PROPERTIES: -:HTML_CONTAINER_CLASS: big-table -:END: - -#+NAME: sections -#+CAPTION: List of DO-160 section. -| § | Name | Concerns the effects of... | Parameters of interest | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 1 | /Introductory sections/ | /N/A/ | /N/A/ | -| 2 | | | | -| 3 | | | | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 4 | Temperature | Temperature on the system. | Temperature, condensation. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 4 | Altitude | Altitude & cabin depressurization on performance. | Dielectric strength, (rapidly) varying air pressure. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 5 | Temperature Variation | Extreme temperature changes. | Temperature delta, thermal expansion coefficients. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 6 | Humidity | High concentrations of humidity; ability to withstand moisture effects.[fn:1] | Hygrometry. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 7 | Shock & Crash safety | Mechanical shock. Ensures the item does not become a projectile in a crash. | Potential for projectile behavior. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 8 | Vibration | Vibrations. | Normal operation in all vibration scenarios. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 9 | Explosion proofness | Vacuum + gaseous mixture of combustibles. | The unit must be operable without igniting the environment. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 10 | Water proofness | Dripping water or pooled water. | Normal operation after exposure. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 11 | Fluids susceptibility | Various fluids including carbonated sugared beverages and cleaners/solvents. | Normal operation after exposure. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 12 | Sand & Dust | Blowing sand and dust of specific particle sizes. | Normal operation after exposure. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 13 | Fungus Resistance | Fungi under conditions favorable for their development.[fn:3] | Fungal proliferation. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 14 | Salt & Fog | Multiple exposures of salt fog and drying; environmentally accelerated corrosion. | Normal operation after exposure. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 15 | Magnetic effect | Magnetic effects on the aircraft's compass. | Normal aircraft compass function. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 16 | Power input | Input power emissions, susceptibility, transients, drop-outs, hold-up.[fn:2] | Voltage, current, phase. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 17 | Voltage spike | Voltage spikes caused by input power. | AC/DC voltage. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 18 | Audio Frequency Conducted Susceptibility | Frequency components during normal operation. | Power source harmonics. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 19 | Induced Signal Susceptibility | Induced voltages in the equipment interconnect circuit configuration. | power frequency harmonics; audio frequency signals, electrical transients. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 20 | RF emission and susceptibility | Normal operation on radio frequency emission energy and susceptibility. | | -| 21 | | | | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 22 | Lightning susceptibility | Direct and indirect effects, depending on location. | induced transients in the airframe or wire bundle. | -| 23 | | | | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 24 | Icing | Icing conditions arising from rapid changes in temperature, altitude and humidity. | Presence of ice. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 25 | ESD | ESD in handling and operation. | ESD. | -|----+------------------------------------------+------------------------------------------------------------------------------------+----------------------------------------------------------------------------| -| 26 | Flammability | Normal operation on presenting a fire hazard. | Normal operation not causing a fire. | - - -* Footnotes - -[fn:3] This includes high humidity, a warm atmosphere, and the -presence of inorganic salts. - -[fn:2] Full flight mission must be considered, from prior to the -engine start, to after landing---including emergencies. - -[fn:1] Moisture sensitive devices may experience issues with this test -and require conformal coat or other types of protection. diff --git a/wiki/aerospace/v-model.org b/wiki/aerospace/v-model.org deleted file mode 100644 index 6addaca..0000000 --- a/wiki/aerospace/v-model.org +++ /dev/null @@ -1,42 +0,0 @@ -# -*- mode: org; -*- - -#+TITLE: V-model -#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems. -#+AUTHOR: Marius Peter -#+DATE: <2022-02-11 Fri> -#+EMAIL: mlnp@tuta.io -#+OPTIONS: toc:nil - -#+KEYWORDS: aerospace, systems, development, engineering, model - -#+TOC: headlines 2 - - -#+begin_abstract -The V-model represents the lifecycle of a system's development. -#+end_abstract - - -* TODO Representation - -This is the graphical representation of the v-model. - -#+NAME: v-model -#+BEGIN_SRC plantuml :file ../images/v-model.png :cache yes - @startuml - !theme cerulean-outline - actor Operator as operational - collections Functions as functional - control Logic as logical - boundary Physical as physical - - operational -> functional: Requirements - functional -> logical: Specification - logical -> physical: Build plan - physical -> logical - logical -> functional - functional -> operational -#+END_SRC - -#+RESULTS[7e1fc2faaeb214ca241c5b4126d06cab1818ac52]: v-model -[[file:../images/v-model.png]] |