System Design 1 - Chapter 3

30 April 2025, Bastian Luettig

Markov Analysis

Assess a systems state based on its components states

example

Example system with 3 sensors, 3 computer lanes and 2 actuators

Markov Tree You should know this for the exam

markov

Any mixed failures result in more than 2 failures, i.e. P (λ3) << P (λ2), hence we simplify by ignoring those cases

probabilities

Why do the probabilities not multiply alonog a diagram path?

In general, we assume a strictly-fail-passive operated component (i.e. sensors and computers) with redundancy degree $r$:

$$P(\mathbb{Z}_{\text{fp,mod,k}}) = r \cdot (\lambda T)^{r-1}$$

For other components $K$ (that support simplex operation) in redundancy degree $r$:

$$P(\mathbb{Z}_{\text{fp,mod,k}}) = (\lambda T)^{r}$$

Redundant Platoform Development

Finding redundancy degree

Sensors and Computers

Actuators

Analytical Redundancy for Actuators

Step 1:
Develop platform architecture based on signal requirements fromYRD Result: Simplex platform architecture
Step 2:
Develop platform architecture based on state requirements fromYRD Result: Redundant platform architecture

System Design: Redundant Computers

Integrity: Quadruplex Computer, remember valid states from earlier this chapter. States to analyze: byzantine fault in quadruplex, byzantine fault in triplex, double fault in quadruplex. Other states are not minimal cut sets.

System Design: Redundant Sensors

Computers read sensor data, hence sensors have to connect to computers. This is generally referred to as ”strapping”. Within this lecture, we have 1:1 strapping and cross-strapping.

1:1 Strapping: Each sensor connects to a single computer, i.e. has only one connection
Cross strapping: Each sensot connects to each of the single computers, i.e. it has four connections in case of quadruplex redundant computers

Flight stick

Redundant Actuators / Elevators

We try to tackle the out-of-control case by digital twins (analytical redundancy). Each law needs at least one elevator actuator. Passive failure of direct law is the most stringent requirement.

Development results

architecture

preliminary platform architecture

Platform Validation

We did not consider:

conclusion