question

arn-k avatar image
0 Likes"
arn-k asked Jason Lightfoot edited

Gradual failures

Hello
In my simulation, I have a processor with one type of failure but it can happen either abruptly or gradually (it is a 50-50 percent probability). The same case can be for the machine's recovery (it can go back to initial state instantly or it takes some time to restore the performance level). I was wondering if there is any option I can have these settings? Thank you

FlexSim 23.0.1
breakdownfailuresfail repair
· 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.

Carter Walch avatar image Carter Walch commented ·

Hi @arn-k, was Natalie White's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·
Natalie White avatar image
1 Like"
Natalie White answered Jason Lightfoot edited

Hi @arn-k,

I am not sure whether this is possible in MTBF/MTTR Properties. However, you can do this by using process flow. I am attaching a simple example model that uses decide activities to determine if there will be an immediate or gradual failure.

1688417643499.png

This example is simplified. It models a gradual failure or repair by increasing the process time for a period of time before stopping or resuming the processor. If this is too simplified, you could change the process flow to make the breakdown and repair more truly "gradual." If you have additional questions about this, please attach your model so we can better assist you.

Hope this helps!

gradualfailure.fsm



1688417643499.png (67.6 KiB)
gradualfailure.fsm (35.3 KiB)
· 2
5 |100000

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

arn-k avatar image arn-k commented ·

Dear @Natalie White ,

hello again. I had a question about your reply after coming back to it. I am changed my model a bit. I added something called Time To Detect (TTD). In this scenario, faults/failures happen following a distribution, but it takes a while to detect them, hence TTD is introduced. During the TTD time frame, just as you mentioned, time to process would be lengthened. after detection, the machine would be stopped and repair would start.
Now my question is how can I add this TTD to my model while also using MTBF/MTTR Properties for failure distribution and machine repair. Can I add it without process flow? If not, how can I just add the TTD logic to process flow? Thank you again for your help.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ arn-k commented ·

I believe this has already been answered in your other post. Please refrain from asking the same question in multiple places.

We encourage students to try to implement their own solutions and will provide guidance where they have issues.

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

I think you can have a conditional MTTR. You can set a return value to null or any other positiv value upon an if-condition of duniform(0,1).
If you want to enlarge later on an already begun MTTR I would send a delayed message which is received a bit short hand before MTTR runs out. Then you can delay involved events of the event list or you activate a stop object resume mechanism to have a surrogate MTTR state.

· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
You can replace an if conditional structure by a statement
return duniform(0,1)*[time of MTTR]
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.