C garret comments 13SEP2013

This commit is contained in:
Robin P. Clark 2013-09-13 15:14:44 +01:00
parent 4ca0a12519
commit 96928dfca2
3 changed files with 17 additions and 13 deletions

View File

@ -1298,9 +1298,9 @@ The post-condition for the monitor function is that it implements the PID contro
A {\dc} for the standalone temperature controller is now created, and given the name TempController.
It will have the following failure modes:
%
\begin{equationarry}
\begin{eqnarray*}
fm ( TempController ) = \{ ControlFailureIndicated, \\ ControlFailure, \\ KnownIndicationError, \\ UnknownIndicationError \}.
\end{equationarry}
\end{eqnarray*}
%
%

View File

@ -1,21 +1,23 @@
\label{sec:chap8}
\fmeagloss
This study has examined the processes and state of the art of the four main FMEA variants.
This study has examined the %processes and state of the art of the
four main FMEA variants.
%
\fmmdglossSTATEEX
It has exposed shortcomings in these methodologies, which can be summed up as an inability to
model hybrid software and hardware systems in a satisfactory manner, a problem with state explosion
and difficulty of re-use of analysis because there is no support for modularity.
model hybrid software and hardware systems, % in a satisfactory manner,
a problem with state explosion
and difficulty of re-use of analysis. % because there is no support for modularity.
%
The FMECA and FMEDA variants also suffer from embedding subjective and objective assessments of failure modes.
%
A modularised FMEA---Failure Mode Modular De-composition (FMMD)---had been proposed.
This thesis proposes modularised FMEA---Failure Mode Modular De-composition (FMMD)---to overcome some of these problems.
%
This modularised version had been supported by the work already established by the definition of
{\fms} for {\bcs} in the literature~\cite{fmd91,mil1991,en298,en230}.
%
A selection of electronic examples was analysed using FMMD
which deliberately introduced varying circuit
Specific electronic examples were analysed using FMMD
to test circuit %which deliberately introduced varying circuit
topologies with conventional and circular signal paths
and mixed digital and analogue designs.
%
@ -30,7 +32,9 @@ was significantly reduced.
\fmmdglossRD
%
Not only this, but the analysis naturally provided modules which could be re-used,
re-used not only in the circuit under analysis but potentially in different and future projects as well.
both in the same circuit and other circuits
%re-used not only in the circuit under analysis but potentially in different
and potentially future projects as well.
Traditional FMEA methods have been applied to software, but analysis has always been performed separately from
the electronic FMEA~\cite{sfmeaa,sfmea}. %, and while modular kept strictly to a bottom-up approach.
@ -42,7 +46,7 @@ Two examples of mixed software and hardware systems were analysed as integrated
as proof of concept. The first example in chapter~\ref{sec:chap6}, was
presented to the System Safety IET conference in 2012~\cite{syssafe2012}.
%
Chapter~\ref{sec:chap7} viewed FMMD from a formal perspective and looked at problems and constraints
Chapter~\ref{sec:chap7} viewed FMMD from a formal perspective and examined problems and constraints
necessary to perform FMEA and FMMD.
%
Theoretical performance models were developed (see section~\ref{sec:theoreticalperfmodel}) which showed that with increasing modularisation
@ -76,7 +80,9 @@ In conclusion then, a new method of failure analysis has been devised which imp
\item distributed systems, and smart instruments, can now be analysed and assessed,
\item multiple failures can be analysed (without an undue state explosion cost).
\end{itemize}
These benefits fall under the following assumptions and constraints:
%
These benefits require the following assumptions and constraints:
%
\begin{itemize}
\item Failure modes are available for all {\bcs},
\item Analysts are capable of finding suitable {\fgs} from electronic schematics,

View File

@ -80,8 +80,6 @@
% \newcommand{\fmmdname}{\glossary{name={FMMDNAME},description={ }}
%\fmodegloss
\newcommand{\fmmdglossHFMEA}{\glossary{name={system}, description={
Failure Mode Effect Analysis applied to hardware only (i.e. specifically not applied to software)}}}
\newcommand{\fmmdglossADC}{\glossary{name={system}, description={
Analogue to digital converter}}}