question

Marcello Rosadini avatar image
1 Like"
Marcello Rosadini asked Marcello Rosadini commented

How to make a MTBF follow a Time Table?

timetable.fsm

In this sample model, we have a robot that, for example purposes fails every day at 10:00 am for 30min. When it fails it should call the operator for repair.

Production happens only from Monday to Friday and the schedule is set up by the Time Table

The problem I'm facing is that during the weekends the robot shouldn't be working, however the MTBF is triggering a failure and hence calling the operator (which is stopped). This produces that the robot stays in a waiting for operator state for most of the weekend and skews it's stats significantly.

I'm aware I could remove the waiting for operator state change in the "Stop Object and Call Operators" picklist, however it is an important stat during the week.

Is there a direct way to prevent the MTBF to be applied during the non operational time according to a time table?

Thanks

@javier EGA

FlexSim 17.1.2
mtbf mttrstatestime table
timetable.fsm (30.9 KiB)
· 1
5 |100000

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

Marcello Rosadini avatar image Marcello Rosadini commented ·
0 Likes 0 ·

1 Answer

·
Mischa Spelt avatar image
1 Like"
Mischa Spelt answered Marcello Rosadini commented

There are two options.

First of all, you can make an MTBF/MTTR apply only when the object is (not) in a certain state. So during the week, your robot is idle or travelling offset, while on the weekends it's scheduled down. Using the Breakdowns tab you can specify that you only want the event to apply in the former states:

The second option is, if you don't have any variability in your MTBF at all, just use a Time Table for the breakdown. Unfortunately there is no "Stop Object and Call Operators" pick option in its Down Function, but you should be able to copy/paste it fairly easily from the MTBF/MTTR using the Script buttons (little yellow scroll icons) to the right of the trigger fields.


· 1
5 |100000

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

Marcello Rosadini avatar image Marcello Rosadini commented ·

Thank you very much Mischa. Both are good solutions in this case and we actually realized the posibility of applying the MTBF to those states only a few minutes after posting the question!
Thanks!

1 Like 1 ·

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.