question

yoni A avatar image
0 Likes"
yoni A asked Matt Long answered

process flow MTBF-MTTR

breakdown-sample.fsm

I am trying to understand why the MTBF-MTTR is not working

1- from 8 to 8:30 is a scheduled downtime of 30 min and from 16:30 to 17:00 as well

2- there is a lunch from 12:00 to 13:00

3-Random breakdown happens

4- Do I have to several preemption blocks for every process? How do I add the previous logic when I have several process in the same simulation(scheduled downtime, lunches, breakdown)

Choose One
mtbf mttr
· 3
5 |100000

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

tannerp avatar image tannerp commented ·

Could you please specify where in your model you'd like the MTBF-MTTR to follow the prescribed limitations?

0 Likes 0 ·
yoni A avatar image yoni A commented ·

I need to add it to both the press and the laser the two resources, @Tanner Poulton

0 Likes 0 ·
tannerp avatar image tannerp yoni A commented ·

I'm not familiar with how to do MTBF-MTTR logic in Process Flow.

One suggestion I thought of is to create objects in your 3D model then connect the resources to the objects in your 3D model (even if you're not using them for anything). This should allow you to assign breakdown times, etc. to the objects that will be reflected in Process Flow.

0 Likes 0 ·

1 Answer

·
Matt Long avatar image
5 Likes"
Matt Long answered

I would assume that each process, being a different machine, would have its own breakdown times. If this is the case, you can create the preemption logic in a sub flow, and then call the sub flow at each breakdown.

Then you just use the labels in the Run Sub Flow activity to define which activities to look at, what the delay time is etc.

If you're trying to preempt tokens from multiple activities at once, then you'll need to either create a label where you grab references to all of the necessary tokens, or create a loop and loop through an array of activities.

The scheduled down times and lunch could just be another source and Run Sub Flow activity.


breakdown.png (28.2 KiB)
5 |100000

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

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.