question

Stéphane Jaubert avatar image
0 Likes"
Stéphane Jaubert asked Joerg Vogel commented

Reliability of a group of machines arranged in parallel

I'm trying to illustrate the reliability of machines arranged from a parallel reliability point of view. In other words, the system works if at least one machine works. So I need to know when all the machines fail at the same time.

However, when these machines are arranged in series, this is easy, as all you have to do is uncheck the "Break down members individually" box in the MTBF/MTTR properties.


I really don't see how I can make this as simple as possible.

Thank you for your help !

FlexSim 24.0.1
mtbf mttrreliability
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

As you say it is not easy.
A wait for event activity checks if a break down occurs. A waiting token label value must match with involved processor.
A batch activity collects as many items as processors exist in parallel structure.

A different process flow waits for events of resuming a breakdown stop state. Upon this event created token preempts involved token of the breakdown watching process batch activity.

If a batch gets successfully collected, then all parallel processors are in breakdown simultaneously.

Edit attach model:

parallel-match.fsm


parallel-match.fsm (47.7 KiB)
· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Felix Möhlmann avatar image Felix Möhlmann commented ·

A somewhat simpler approach might be to increase a tracked on each individual breakdown. If the variable reaches the total number of processors, all are broken at the same time.

parallel-breakdown-fm.fsm

1 Like 1 ·
Joerg Vogel avatar image Joerg Vogel commented ·
Perhaps it is also possible by a backorder in a list of dynamic state evaluation. Pull number of processor where state is in breakdown.
0 Likes 0 ·
Stéphane Jaubert avatar image Stéphane Jaubert commented ·

Thank you for your reply, it's been very useful !

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Stéphane Jaubert commented ·
@Stéphane Jaubert, I think @Felix Möhlmann’s approach is most efficiently.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.