how to implement Downtime in a process flow?

how to implement Downtime in a process flow?

rothe_ve
Participant Participant
1 View
3 Replies
Message 1 of 4

how to implement Downtime in a process flow?

rothe_ve
Participant
Participant

[ FlexSim 19.0.0 ]

Imagine that a complex process flow is modeled for items in the queue. Now the problem arises when the Queue goes down (because of down time) but the process flow token continue to perform activities. Can you please provide a solution (or provide a pointer to the solution) to pause the process flow when the 3D object is down. Please note that the model cannot be shared due to hardware restrictions of the modeling computer.

0 Likes
Accepted solutions (1)
2 Views
3 Replies
Replies (3)
Message 2 of 4

carter-walch
Not applicable
Accepted solution

Hi @Vaibhav R3 ,

downtimeprocessflow.fsm

This model is an example of using wait for event activities and a zone to stop the process flow when queue goes down. The MTBF/MTTR down behavior stops the output of the queue, and doesn't fire the 'send to port' trigger. Thus we can use a wait for event activity in process flow to wait until 'send to port' fires again (when the queue is back up and running) and the process flow continues.

processflowbreakdown.gif

Note: the zone is just to restrict one token at a time on the processor. There are other ways to do this

Hope this helps!

Message 3 of 4

rothe_ve
Participant
Participant
Thanks a lot!
Message 4 of 4

carter-walch
Not applicable
sure thing!
0 Likes