added more to mins

This commit is contained in:
Robin Clark 2012-01-19 09:43:57 +00:00
parent 26c1dd5bfa
commit ac736484a4
2 changed files with 17 additions and 5 deletions

View File

@ -12,15 +12,27 @@ seven chapeters with the following subject areas.
4. FMMD - proposed solution, modularisation of FMEA 4. FMMD - proposed solution, modularisation of FMEA
* Hierarchical modelling - functional groups --> derived components etc
* Symptom extraction process
* Unitary State failure modes -- only one failure mode may be active at
a given time in a component -- definition.
5. Examples for various levels of problems, 5. Examples for various levels of problems,
* using examples set by C Garret, * using examples set by C Garrett,
* the PT100 temperature sensing circuit (double failures analysed) * the PT100 temperature sensing circuit (double failures analysed)
* A larger complete electronics example (possible an anbalog PID controller) * A larger complete electronics example (possible an anbalog PID controller)
6. Evaluation of FMMD 6. Evaluation of FMMD
* Unitary State failure modes.
* Complexity Comparison
* Problems in modelling for FMMD.
7. Conclusion and further work. 7. Conclusion and further work.
* Software modelled in terms of failure modes - follow contract programming paradigm
* Hardware modelled in terms of failure modes (perhaps look at a servo motor, linkage, gearbox motor etc).
A goal has been set to submit these chapters, writing the introduction last, A goal has been set to submit these chapters, writing the introduction last,
by October 2012. by October 2012.

View File

@ -5,7 +5,7 @@
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{shapes,snakes} \usetikzlibrary{shapes,snakes}
\usetikzlibrary{shapes.gates.logic.US,trees,positioning,arrows} \usetikzlibrary{shapes.gates.logic.US,trees,positioning,arrows}
%\usepackage{subfigure} \usepackage{subfigure}
\usepackage{amsfonts,amsmath,amsthm} \usepackage{amsfonts,amsmath,amsthm}
\usepackage{algorithm} \usepackage{algorithm}
\usepackage{algorithmic} \usepackage{algorithmic}
@ -205,9 +205,9 @@ for incorrect temperature.
reference the MSC document and describe the Java extension classes. reference the MSC document and describe the Java extension classes.
Software documentation for fmmd tool. Software documentation for fmmd tool.
%\typeout{ ---------------- Euler Diagrams represented as graphs} \typeout{ ---------------- Euler Diagrams represented as graphs}
%\chapter {Euler Diagrams \\ Represented as graphs} \chapter {Euler Diagrams \\ Represented as graphs}
%\input{eulerg/eulerg} \input{eulerg/eulerg}
\chapter{Fast Zone Discrimination Algorithm} \chapter{Fast Zone Discrimination Algorithm}
\input{fzd/fzd} \input{fzd/fzd}